What is the significance of at line-selection event?
Answers were Sorted based on User's Feedback
Answer / vebs
actually .. at line-selection is an event which is
trigerred when ever u double click a record line in the
primary list.... or single click onthe record if u using
HOTSPOT command....
so when this event is triggered it will fetch that row's
information in the system variable SY_LISEL...as it is
displayed on the screen....
so again u will have to use the offsets to fetch that
information only which u want....
or instead of this... use HIDE command ... to fetch those
fields only which u want.... simple
buddy.... hope u have got it....
mainly this event is used whenever we r using lists...
one list under the other ok...
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / venkateswarlu.bandi
at line selection event is used for the to display the
secondary list on the basic list.this is work on the basic
list and the secondary list.suppose if u click on the basic
list the detail information is opened into the secondary list.
by using the key words like double click or function key F2.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ashokabap
Used to navigate to secondary lists...This will trigger everytime user double clicks on any line..
Referance:
<a href="http://www.sapnuts.com/courses/core-abap/classical-reports/classical-report-events.html"> SAPNuts.com </a>
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravikiran
At line-selection:this event is triggered at the time of user clicks on any record of any list. It is used to provide the detailed list based on the current list. The system field sy-lsind holds the index of the next drill down list.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uday
at line selection triggers click on a record in basic list
and holds the record which u click from list of records
Is This Answer Correct ? | 0 Yes | 1 No |
What is evaluation path, where do we do it and why? : sap abap hr
What is the difference between get and get late?
component of message and type of message?
A company asked me to reply the below question Please send the one page note on your understanding of your module--- topics and duration)???
How to debug sapscripts ?
What is the difference between open_form and close_form?
which table stores the online messages?
What is sapnet?
Reuse-ALV-list display?
In Interactive Report : How to come from Secondary List 10 to secondary list 4? what is the Program code?
what is function group? Difference between function group and FM?
what type of error will be seeing in the log file in SM35