Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

inter

Former Member
0 Likes
604

what are general events used in interactive reporting and similarly system variables that ar used

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
586

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

4 REPLIES 4
Read only

Former Member
0 Likes
586

hi sandeep,

Events in interactive reporting:

AT LINE-SELECTION EVENT:

Read only

Former Member
0 Likes
586

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.

Read only

Former Member
0 Likes
586

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.

Read only

Former Member
0 Likes
587

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