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 the difference between upload and ws_upload ? : abap bdc
What do is landscape in sap project, I think its related to no. Of servers used, pls correct me if I am wrong, or what it is? : sap abap hr
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What is an abap/4 query? : abap hr
What are base tables of an aggregate object? : abap data dictionary
How will you read from internal table records in a given value range (without using loop)
How to convert the Unit for 'Distance' (The value from one Unit to another).
What work you have done in HR module
What are multiple use BADIS?
What are the data types of internal tables?
What are Table control and tab strip control in dialog programming ?
What are the attributes of a field that can be activated or deactivated during runtime?
How do you find number of records present in internal table?
What is the difference between skip and new-line?
How are the function code handles in flow logic?