Application Development 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: 

Please tell me the different events in program

Former Member
0 Kudos
132

Hi,

Please tell me the different events in program

Saurabh Garg

1 ACCEPTED SOLUTION

Former Member
0 Kudos
95

Hi Saurabh,

You pls add

AT USER-COMMAND

AT LINE-SELECTION

These are for Interective reports.

Ankur

8 REPLIES 8

laxmanakumar_appana
Active Contributor
0 Kudos
95

Hi,

Check this :

TOP-OF-PAGE

INITIALISATION

START-OF-SELECTION.

AT SELECTION SCREEN

AT SELECTION SCREEN OUTPUT.

END-OF-SELECTION.

END-OF-PAGE

Regards

Appana

Former Member
0 Kudos
95

Hi Saurabh,

Evevnts are ;-

Initialization,

Declaration,

At selection screen,

Start of selection

End of selection

Top of page

End of page

Hope this will solve your query.

Ankur Garg

Former Member
0 Kudos
95

Hi Surabh,

If it is a Classical report program here are the events

AT SELECTION-SCREEN

INITIALISATION

START-OF-SELECTION

END-OF-SELECTION

TOP-OF-PAGE

END-OF-PAGE

For Interactive Reports here are the events

AT LINE-SELECTION

AT USER COMMAND.

Regards,

Santosh

Former Member
0 Kudos
95

• INITIALIZATION

• AT SELECTION-SCREEN

• START-OF-SELECTION

• TOP-OF-PAGE

• END-OF-PAGE

• END-OF-SELECTION

<b>

• AT SELECTION-SCREEN ON <field></b>

Additions

1. ... ON psel

2. ... ON END OF sel

3. ... ON VALUE-REQUEST FOR psel_low_high .

4. ... ON HELP-REQUEST FOR psel_low_high

5. ... ON RADIOBUTTON GROUP radi

6. ... ON BLOCK block

7. ... OUTPUT

<b>Interactive Events</b>

• At line-selection

• At user-command

Message was edited by: Ashok Parupalli

Former Member
0 Kudos
95

hi saurabh,

THE EVENTS ARE;

INITIALIATION.

AT SELECTION-SCREEN.

START-OF-SELECTION.

TOP-OF-PAGE.

TOP-OF-PAGE DURING LINE SELECTION.

END-OF-SELECTION.

AT USER-COMMAND.

END-OF-PAGE.

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
95

In a report program, there are these events.

LOAD-OF-PROGRAM

INITIALIZATION

START-OF-SELECTION

END-OF-SELECTION

AT SELECTION-SCREEN

AT SELECTION-SCREEN OUTPUT

TOP-OF-PAGE

END-OF-PAGE

AT USER-COMMAND

AT LINE-SELECTION

Regards,

Rich Heilman

Former Member
0 Kudos
95

To add to what others have mentioned

LOAD OF PROGRAM

AT SELECTION SCREEN OUTPUT

AT SELECTION SCREEN ON VALUE REQUEST

AT SELECTION SCREEN ON HELP REQUEST

TOP OF PAGE DURING LINE SELECTION

AT LINE SELECTION

AT USER COMMAND

-Kiran

Former Member
0 Kudos
96

Hi Saurabh,

You pls add

AT USER-COMMAND

AT LINE-SELECTION

These are for Interective reports.

Ankur