How do you find the information on the current screen?
Write syntax for message error (report)?
Tell me a scenario where did you use secondary index?
What’s value table?
What are the events in classical reports?
What are the different function modules used in sapscript?
Difference between top-of-page and top-of-page during at line- selection?
How you attach search help to data element? : sap abap data dictionary
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 is sequence of event triggered in report?
How many tables are there in sap?
Name a few data dictionary objects? : abap data dictionary
Differentiate between ooabap and abap?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
Which one is better joins or views and why?