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 ? | 2 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 |
What's the use of AT PF event?
how can we create editor box in alv grid? give coding
2 Answers Deloitte, Unilogic Software,
what is meant by idoc filtering?
What are control commands in Scripts?
How to transfer data which is coming from are report as output to another report
if i login in english then top-of page will display in english.if i login in german then it will display in german as on .. abap report how.........
what is difference between MOVE and MOVE-CORRESPONDING?
What are the differences between session method and call transaction method? : abap bdc
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
how many indexes can be created for a table?
Wats the difference between package and devolopment class??
How can u transfer the data from one itab to another without using move & write statements?