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 |
Difference between open sql and native sql? : abap data dictionary
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
where you will store your technical spec in your company? r u using any tool for that. how u will send the same to your functional people.
What is the function module for IDOC generation ?
2)In production what is the user exit?
im trnsfering 10 data records from outbound though idocs but 8 records are transferred , what about remaing records but it did not show any error?
Explain the different types of mode (run code) in call transaction method?
How many structures can be created in a Ztable ?
How to see the error message if we use call transaction method in BDC ??
WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA
when u create an index in Data Dictionary..how do we call it in a program or report..?
What are Change header/detail tables? Have you used them?