Can I write AT SELECTION SCREEN & AT USER COMMAND event in
single program?If yes how?and if no what error will it give??
Answers were Sorted based on User's Feedback
Answer / sivaramakrishna
hellow mr navven all above answeres were wrong.
at_selection_screen we use this event for multiple
selection scteen field validation. this is the default
event triguured automatically .
but at_user_command this event is triggured when ever the
end user makes an aciton by clicking menu options or
buttons on tool bar.
Is This Answer Correct ? | 11 Yes | 2 No |
Answer / ravikanth
@Sivaramakrishna
I suggest ur answer is right one.
thanks to other posts as well.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kallol banerjee
Yes both can be maintained for same screen. But at user-
command will be triggered automatically and to work with at
line-selection implicitly we need to assign PICK to F2.
Then both will work fine.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / venkateswarlu
Yes we can write the both the events in the same screen. At
Line-Selection is used the the current list stored into
sy-lsindex. When u double click on the list at user-command
will be triggered.
Is This Answer Correct ? | 3 Yes | 6 No |
Answer / prabhakar reddy
as of my knowledge if we written boath and we define set-pf-status at line-selection will not trigger.
only at user-command will trigger.
if we commant set-pf-status then at-line-selection will trigger.
Is This Answer Correct ? | 1 Yes | 5 No |
Can i know some of the Realtime tickets that anyone has been faced ?
1) What is read with binary search? 2) I have initialization write ?a? Top-of-page write ?b? what is the output for this/ 3) If I don?t have start of selection event in report will it execute?it is mandatory or not? 4) What is table maintenance generator? 5) Is it advisable to have secondary index/ 6) How we will imlement BAPI? 7) What is process code in idoc? 8) Where the information msg will display? 9) Where warning msg will display? 10) Where we use watch point?what exactly watch point means? 11) What is a spool? 12) What is program name that contains all print program names and form names other than TNAPR? 13) How we will capture errors in bapi? 14) How to transfer std text from production to quality?
what happend if a select statement inside aloop....
Hi All, Can u tell me the difference between RFC and BAPI. I know Both are remote enabled.
What is synchronous update?
what is the functionality of data class?
how to create interactive report from alv ?
difference between report and module pool
Can you call a subroutine of one program from another program?
what are the Events in Application Server
What is the exact difference between RFC and BAPI ?
Is function module is client dependent or client independent.