what is 'at line-selection' and user command?
Answers were Sorted based on User's Feedback
Answer / sai kalyan
At_line_selection is used to display the detailed infor
mation on secondary window for selecting line from privious
list.
At user command is used for user defined function keys
Is This Answer Correct ? | 9 Yes | 0 No |
at line-selection validates the entire line and displays
the secondary list based on 1st list condition means where
ever u double-click on line it validates.
sy-lisel+0(field_length) = <conditin>.
at user-command validates the function keys to displys the
secondary list based on primary list conditions.
for this we are using sy-ucomm = <fcode>.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sumit sharma
At Line selection is an event which is triggered after the
first list output. It is used for interactive reporting to
display the detailed information after double clicking the
line or the feild(using getcursor command) in the basic
list.
At User Command is used to define our own function keys,
the best use is in creating our own menu for a list.
Is This Answer Correct ? | 0 Yes | 0 No |
visibility of a field string declared using tables statement? true/false.
What functions does a data dictionary perform? : abap data dictionary
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
how do we call multiple transactions in session method? (plzz with code)
In the User exits how you can use sub screen and please tell me the steps
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
how to upload open purchase order through BDC
Any once please tell me some interview questions regarding Smartforms?
Suppose u r using FOR ALL ENTRIES. What happens when there is no data in the itab which is using all the entries?
What is the button to change the variant in ALV ?p
An ABAP program creates a batch input session. We need to submit the program and the batch session in back ground. How to do it?
What are internal tables? How to use a specific number occurs statement?