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
Explain get cursor field?
Does the call transaction method allow multiple transactions to be processed by sap?
Explain how data is stored in cluster table?
How to write a code in tab control? : abap bdc
What is a multiple line field? : abap bdc
What happens if only one of the commands set screen and leave screen is used without using the other?
What is function group?
How to find the return code of a statement in abap programs?
What are field groups?
what is code to upload cost centers through call trans. and procedure
How to upload data using catt ? : abap hr
What are the different types of parameters? : abap modularization
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
What is value table? : abap data dictionary
What is view proxy in abap?