Types of windows in SAP scripts?
Answer Posted / surendra reddy
There Are Three Types Of Windows
Main Window
Variable Window
Constant Window
Is This Answer Correct ? | 14 Yes | 9 No |
Post New Answer View All Answers
Some Realtime Examples on Exits .
Explain what is the difference between primary key and unique key?
What is the different between abap and ooabap? Why do we use ooabap?
How move-corresponding works
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.
How do you validate the selection criteria of a report? And how do you display initial
List the events in abap/4 language?
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
What are the events in ABAP language?
What are the disadvantages of using explicit enhancement?
difference between Valuation type and valuation category?
How will you read from internal table records in a given value range (without using loop)
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
What is the sap abap?
What is the use of message command in a report? What are the different message types?