when are this three events fired and tell me whuich event
is fired first ,second and third --- at selection -
screen, at selection -screen output, and at selection-
screen on value request.
Answer Posted / vishal balapure
1) at seletion-screen output (when the screen is displayed
its same as PBO in module pool-- generally we use this
event for scenerio like filling the list box etc.)
2) at selection-screen (this event gets called when the
user presses enter or execute -- generally we use this
event to carry out validations)
3) at selection-screen on value request(this event will get
called only when the user presses F4 on a specific field on
the selection screen.)
Hope this answers your query...
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is meant by write lock? : sap abap data dictionary
Final class
SM35 transaction, How to automate BDC ?
What is the advantage of structures?
Explain the uses of the simple maintenance interface? : sap abap hr
What is the difference between a substructure and an append structure?
What is a collect statement?
What is the meaning of sap r/3?
Are you familiar with all steps for setting up a workflow?
What are two methods of modifying sap standard tables? : abap data dictionary
What is a table pool? : abap data dictionary
What two statements would be used to exchange data between programs using abap memory?
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.
Can we use transfer dataset to transfer data in internal table ?
How to create a button in selection screen ?