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 |
what is the difference between bdc and rfc ?
how COLLECT and APPAEND works ,,
hi friends, while sending idoc's to receiving system,i got msg type 3 and 12 in sender side.but in receiving side while executing we02 ,i am getting error 'no idocs selected' instead of getting msg type 53.here i am simply sending one material from one client to other client.if anybody knows that problem ky revert back.
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What are the major steps will you use for tuning?
What is macro? : abap hr
Can I run normal abap applications in browser?if yes how?
In Interactive Report : How to come from Secondary List 10 to secondary list 4? what is the Program code?
Name some system global variables you can use in abap programs?
What are the buffering types?
Can you delete data element, which is being used by table fields?
How to add segments to IDOC?