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 ? | 14 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 are the events used in abap in the order of execution?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
What is the diffrence between index and primary key?
why we are using pgm RSTXTRAN?
What is new enhancement framework?
WHAT IS THE PURPOSE OF SPLIT COMMAND?
Difference between jobpage and form page?
Describe data classes? : abap hr
Can any tell me some std BAPI's which r used regularly....and they use and means of it?Please it was urgent?????????????
What are client dependent objects in ABAP or sap?
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
Can i know some of the Realtime tickets that anyone has been faced ?