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 an interface? In what scenario we use interface? What is the difference between abstract class and interface?
visibility section for class level and attributes level
What happens if a function module runs in an update task? : abap modularization
How to do find it?
What is your current client number?
Explain the differences between at selection-screen and at selection-screen output?
What is Group by in Select statement?
Write syntax for message error (report)?
2)In production what is the user exit?
What are the differences between a database index and a match code? : abap data dictionary
What is difference between float and packed data type?
What are the different modules of sap? : sap abap hr
What is the use of message command in a report? What are the different message types?
What is runtime analysis?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary