AT LINE SELECTION

 *&---------------------------------------------------------------------*

*& Report ZDETAILS_LIST
*&---------------------------------------------------------------------*
*&
*&---------------------------------------------------------------------*
REPORT zdetails_list.

START-OF-SELECTION.
  WRITETEXT-z01,
  /'sy-lsind'sy-lsind.

AT LINE-SELECTION.
  CASE sy-lsind.
    WHEN 1.
      WRITETEXT-z02,
      /'sy-lsind'sy-lsind.

    WHEN 2.
      WRITETEXT-z03,
      / 'sy-lsind'sy-lsind.
    WHEN OTHERS.
  ENDCASE.


Comments

Popular posts from this blog

sap abap import from excell to table (transparent table)

sap abap Import from excell to internal table that works 100%