‎2007 Jul 15 2:08 PM
what are general events used in interactive reporting and similarly system variables that ar used
‎2007 Jul 16 1:53 PM
hi sandeep,
<b>EVENTS IN INTERACTIVE REPORT:</b>
INITIALIZATION
START-OF-SELECTION.
AT LINE-SELECTION.
AT USER-COMMAND.
AT PF<KEY>
TOP-OF-PAGE DURING LINE-SELECTION.
END-OF-PAGE.
<b>system fields:</b>
SY-UCOMM
SY-LSIND
SY-LINENT
SY-LINNO
SY-LISTI
SY-LILLI
SY-LISEL
SY-PFKEY
REWARD IF USEFUL,
CHEERS,
K.SUNIL KUMAR
‎2007 Jul 16 1:43 PM
hi sandeep,
Events in interactive reporting:
AT LINE-SELECTION EVENT:
‎2007 Jul 16 1:45 PM
Hi,
the following are the events that are used for interactive reporting,
top of page during line selection : top of page event for secondary list.
at line-selection : evey time user dbl-clicks(F2) on the list data.
at pF<key> : function key from F5 to F12 to perform interactive action on the list.
at user-command
You can check the system fields in table <b>SYST</b>
Reard if helpful.
‎2007 Jul 16 1:46 PM
Hi,
The events that are used in interactive reports are:
A. Top-of-page during line selection.
B. At line-selection.
C. At user-command.
Hope it was useful.
Thanks,
Sandeep.
‎2007 Jul 16 1:53 PM
hi sandeep,
<b>EVENTS IN INTERACTIVE REPORT:</b>
INITIALIZATION
START-OF-SELECTION.
AT LINE-SELECTION.
AT USER-COMMAND.
AT PF<KEY>
TOP-OF-PAGE DURING LINE-SELECTION.
END-OF-PAGE.
<b>system fields:</b>
SY-UCOMM
SY-LSIND
SY-LINENT
SY-LINNO
SY-LISTI
SY-LILLI
SY-LISEL
SY-PFKEY
REWARD IF USEFUL,
CHEERS,
K.SUNIL KUMAR