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
Why cant we use Normal function module for data transfer?
What is a logical database?
What are the screen painter and menu painter?
What are the internal tables and work area?
Select up to 1 row and select single difference ?
Can I execute user exits? If yes, how?
What is the t-code to display batch input sessions? : abap bdc
What is the role of ‘refresh’ in internal table?
What are the data types of the external layer?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
Explain about sap fico testing and the tools used? : abap bdc
Print options in smartforms?
What are the function of the transport system and workbench organiser? : abap data dictionary
What happens if a function module runs in an update task? : abap modularization
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization