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 |
what are the differences between SAP R/3 4.7 and ECC 6.0 from ABAP Point of view?
what types of request are used to transport repository objects?
Explain Catch Command in ABAP?
how we will create a bullets in sap-scripts
what is long text?
What is the difference of update types in call transaction method ? : abap bdc
Events in Interactive Report?
say in selection screeen (ie is in select-options) i have selected record range from 1000 to 2000 but in the final display list i sholud not get 1200 to 1300 records it should be hide how is it posible
What are the page windows?
What are the components in sap application server?
How is the command suppress-dialog useful?
How are BAPI different from Normal function modules ?