what is difference between update and modify
Answer Posted / ram
Update:update keyword used for change the existing record.
Modify:if the record is there then record will be modified
otherwise new record will be inserted.
Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
What is the max no of match code id’s that can be defined for one match code object?
Define abap/4 layer?
What are the major steps will you use for tuning?
Explain how is batch input process different from processing on line?
Do we have to migrate all sapscript forms to smart forms?
What are screen painter? Menu painter? Gui status?
What are the events driven batch jobs?
What are the attributes of a field that can be activated or deactivated during runtime?
Why do we use logical blocks in abap program?
What is table attribute? : abap data dictionary
What are the basic components of dialog program?
what is difference between (internal table types)standard table and sorted table in sap abap....
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.
What are the different types of internal table?
Explain different types of attributes of function module?