Re: BAPI_GOODSMVT_CREATE for 622 mvt
Hi Manasa, Pass special stock indicator to indicate the type of stock. Also check the availability of stock via tcode MMBE.Regards.
View ArticleRe: BILKT Group Account change
Where is it that you want to change the group account number. When an accounting document is created, the group account is populated ATLKT field. When you change group account number on the GL Account...
View ArticleRe: How to add multiple column header using factory model alv grid display?
You can get the solution in this thread. http://scn.sap.com/thread/1588852
View ArticleRe: getting Hash characters in the dataset for czech & polish Characters
Hi Kiran, Try this. OPEN DATASET filename IN TEXT MODE ENCODING UTF-8. Check this document also. http://tech.dir.groups.yahoo.com/group/ABAP/message/44763
View ArticleRe: POPUP_TO_GET_VALUES FM to get old_value and new_value
Hahahaha cool! Sometimes best solutions are really the simplest ones. Congrats!Mauricio
View ArticleRe: Insert records to DDIC table from internal table according to Sorted format
Hi Arindam, Perhaps you can achieve this if your first field in the table is the field you need to use to sort the data. Martin
View ArticleRe: getting Hash characters in the dataset for czech & polish Characters
Hi, As the system mentioned is 4.6c. I think its not UNICODE yet you might be having MDMP system. So you are not getting the ENCODING option. Check the link below...
View ArticleRe: Insert records to DDIC table from internal table according to Sorted format
Hi, When you INSERT/MODIFY the do you arrange in the way you want the entries. I think the table default sort is by the row index that is allocated at DB when the insert occurs. You may try by sorting...
View ArticleRe: Cash journal recording failing to save entries
Hi, Try using a BAPI BAPI_CASHJOURNALDOC_CREATE instead of recording. http://wiki.sdn.sap.com/wiki/display/ABAP/List+of+BAPI%27s Cheers,Arindam
View ArticleRe: How to add multiple column header using factory model alv grid display?
at least an interesting approach. But be aware that you will not be able to create exactly what you want. And you could only use fixed-width-columns, any manual change i.e. by mouse-dragging will not...
View ArticleRe: sm30 error no display authorization
Hi Suravee, There are two things to be seen in this authorisation problem. 1 Check the authorisation assigned for the second table if some authorisation is assigned means then get authorisation from...
View ArticleRelationship between /SAPTRX/EH_INFO and /SAPTRX/EVM_PAR table
Hi to all, Please can any one share some light on it. What is the relationship between /SAPTRX/EH_INFO (Event Handler Info Parameter Table) table and /SAPTRX/EVM_PAR (Event Message: Event Handler...
View Articlefield symbol assigning a table type
hii dont understand creating a data object with create data type ref to and assigning the same to fieldsymbol?i can create a internal table type and using assign statement i can assign it to...
View ArticleRe: getting Hash characters in the dataset for czech & polish Characters
Hi Arindam. I have tried with 1401 code page also, but No luck, by the by I am doing with Text mode. Many Thanks, Regards,Kiran
View ArticleRe: field symbol assigning a table type
Moorthy, The second option is actually not possible - it will produce a syntax error. The reason is that you can only create DATA dref TYPE REF TO DATA, not ref to a generic type like ANY TABLE. If...
View ArticleRe: BADI Implementation against a filter value
check the following tables: V_EXT_ACT - Active implementations of an exitV_EXT_ IMP - Implementation class for an interface+filterV_EXT_M - BAdi’s with filters Regards
View ArticleRe: CATS0005 EXIT NOT TRIGGERED FROM CAT2 TRANSACTION
Make sure that the project in cmod is activated. Also, check the following link:http://scn.sap.com/thread/198338http://scn.sap.com/thread/1003452http://scn.sap.com/thread/1018322 Regards
View ArticleRe: field symbol assigning a table type
Hi, For diffirences of create data and normal data declaration pls check :http://help.sap.com/saphelp_nw70/helpdata/en/16/0dce040cf711d3b9360000e8353423/content.htm As you can see, with create data you...
View Article