Answer Posted / wewake
In SE37 There is a Block named Processing Types. These are
the Types of Function Modules.
1. Normal Function Module
2. Remote-Enabled Module
3. Update Module
| Is This Answer Correct ? | 98 Yes | 3 No |
Post New Answer View All Answers
What happens Update command is used without where clause ?
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.
Mention what is alv programming in abap?
What actually happens in real-time recruitment? : sap abap hr
What are standard layouts sets in the sap script?
How is conversion of data types done between abap/4 & external level?
Where are you used type casting?
What is a view in sap? : abap data dictionary
What is meant by hide area?
How to use messages in lists?
Explain the sequences of event block?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
Difference between transparent tables and pooled tables? : abap hr
Can we create field without data element? If yes, how?
How move-corresponding works