n an internal table you want to modify content of a
particular field in a row. How to do it?
Answer Posted / medepalli sunil
MODIFY <Internal Table> transporting <FIELD (in INTERNAL TABLE)>
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Define the various contents of technical specifications ?
What does an exec sql statement do in abap?
What is the function of the transport system and workbench organiser? : abap data dictionary
What are the dynapro keywords?
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
Double click function on the lists, identifying the line selected by the user on the list?
What is the collect statement?
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.
wat is the difference between A-gate & W-gate?where are they used?
The max number of calling modes stacked at one time is?
What are the restrictions on subscreens?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
How does the system handle roll areas for external program components?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
What are the differences between sap memory and abap memory?