I have two structures s1 and s2 have same struture of
five fields each how can u transfer data from s1 to s2
Answer Posted / nandita
You use move-corresponding if we have different
stutures..if they are same then simply s1= s2 or move
statement helps...
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is step-loop?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
What are the time related infotypes? : abap hr
Explain the difference between cluster tables and pool table?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What is open sql?
How to write a code for multiple transactions? : abap bdc
In a loop of an internal table, what is the use of at first & at last statements?
Explain the advantages and disadvantages of abap query tool?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Why do we use dynamic where conditions?
How to read files and process BDC's automatically ?
What are the difference between tables and structures? : abap data dictionary
What is filter dependent BADI?
What is a logical database?