ABAPAT_LIST_EVENT - AT LIST EVENT

PERFORM Short Reference   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

AT list_event

Syntax

AT  LINE-SELECTION
  | USER-COMMAND
  | PFnn.

Effect

Definition of event blocks for interactive list processing. The relevant events occur if the screencursor is positioned on a line in a displayed list and the user chooses a relevant function. Each interactive list event increments the system field sy-lsind by one.

If, for an interactive list event, the cursor is positioned at a line in a list displayed on the screen,all the values stored with HIDEbelonging to the line in question are assigned the respective variables and the following system fields are filled with data:

System fieldMeaning
sy-cpagePage number of the uppermost displayed page in the list that triggered the event
sy-cucolPosition of the column in the window that triggered the event (count begins with 2)
sy-curowPosition of the line in the window that triggered the event (count begins at 1)
sy-lilliNumber of the line that triggered the event
sy-liselContent of the line that triggered the event (is limited to the first 255 characters)
sy-listiIndex of the list that triggered the event
sy-lsindIndex of the list level that was created in the even tblock
sy-stacoNumber of the first displayed column of the list that triggered the event (count begins at 1)
sy-staroNumber of the uppermost line of the uppermost displayed page of the list that triggered the event (count begins at 1)
sy-ucommFunction code to which the user action that triggered the event is assigned

With each list event AT LINE-SELECTION, AT PFnn, and AT USER-COMMAND, the statementNEW-PAGE PRINT OFF is executed explicitly.

Note

The list event AT PFnnis obsolete and the other two list events, particularly ATUSER-COMMAND should be used instead.


Vendor Master (General Section)   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.


Length: 3568 Date: 20120518 Time: 193809     triton ( 120 ms )