2007 May 31 12:50 PM
!)Events of interactive report?
AT LINE-SELECTION.
AT USERCOMMAND.
AT PF.
TOP-OF-PAGE DURING LINE SELECTION.
does TOP-OF-PAGE DURING LINE SELECTION also comes under interactive report?
2007 May 31 12:52 PM
yes.... in case of secondary list , this event will get called.
yes.... in case of secondary list , this event will get called.
2007 May 31 12:52 PM
yes.... in case of secondary list , this event will get called.
2007 May 31 12:52 PM
REPORT demo_list_interactive_3 .
START-OF-SELECTION.
WRITE 'Basic List'.
AT LINE-SELECTION.
WRITE 'Secondary List'.
TOP-OF-PAGE DURING LINE-SELECTION.
CASE sy-lsind.
WHEN 1.
WRITE 'First Secondary List'.
WHEN 2.
WRITE 'Second Secondary List'.
WHEN OTHERS.
WRITE: 'Secondary List, Level:', sy-lsind.
ENDCASE.
ULINE.
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |