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 an update type with reference to a match code id? : abap data dictionary
What work you have done in HR module
How does the interface between the dynpro and the abap/4 modules take place?
Explain the difference between a dialog program and a report?
How to create any functions? How to go about it?
Difference between Read and Get cursor?
What is the difference between rfc and bapi function modules? : abap bdc
What is pretty printer?
What is get cursor field?
What is dynamic action? : sap abap hr
Describe the difference between macro and subroutine?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
SAP query how to use end users?
What are local objects? : abap data dictionary
Difference between function group and function module?