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.
Answers were Sorted based on User's Feedback
Answer / abhinesh mishra
1) at seletion-screen output
2) at selection-screen
3) at selection-screen on value request
regards
abhinesh
Is This Answer Correct ? | 17 Yes | 0 No |
Answer / 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 |
Answer / banoj
At selection-screen output.
At selection-screen.
At selection-screen on value-request.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / salil b
I believe it should be
At selection-screen output.
At selection-screen on value-request.
At selection-screen.
See the triggering sequence of events:
1. INITIALIZATION
2. AT SELECTION-SCREEN ON OUTPUT
3. AT SELECTION-SCREEN ON VALUE REQUEST FOR <FIELD>
4. AT SELECTION-SCREEN ON <FIELD>
5. AT SELECTION-SCREEN
6. START-OF-SELECTION
7. TOP-OF-PAGE(If There is write statement in START-OF-SELECTION)
8. END-OF-PAGE
9. END-OF-SELECTION
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pooja
At selection- screen
at selection-screen on value request
at selection screen output.
Is This Answer Correct ? | 1 Yes | 12 No |
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
what data types allows length specification ?
What are the types of the software component being deployed in the sap?
How we can assign the value of field in select-options to the text-field in dialog module?
How to debug an Idoc at runtime?
What are the exceptions in function module?
Which is the best institute for abap in ameerpet
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
what are the tools you are using for performance tuning in a object?
What is the last entry in all bdc tables? : abap bdc
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
what are the built in types in bdc