What is the significance of at line-selection event?
Answer Posted / 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 |
Post New Answer View All Answers
What is web dynpro for abap?
What are lock objects?
Setting up a BDC program where you find information from?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
What is a subroutine?
What are the personnel administration related Infotypes
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
Differentiate between transparent tables, cluster tables and pooled tables
What is the meaning of client independent?
Explain what is an rfc?
What are dml commands in abap?
Explain enhancements
How memory management happens for internal tables and work areas in abap?
Explain sap abap 3-tier architecture?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?