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: 

Flow of report

Former Member
0 Kudos

What is the flow of report and what are the steps for doing reporting.

Give me step wise details for doing report.

Thanks & regards....

3 REPLIES 3

Former Member
0 Kudos

HI,

report is a simple program which gives a output(list).

eg:write:/ 'name'.

the above single line also we can call a report.

report will contain different types of events.we will write the reports using this events.

sequence of events IN CLASSICAL REPORTS:

************************************************************************************

At selection-screen output.

Initialization.

At selection-screen on field

At selection-screen on end of field

At selection-screen on Radiobutton Group R1. (If you have any radio buttons)

At selection-screen on block b1. (If you have any blocks)

At selection-screen

Start-of-selection.

Get node. (if the data is retreived from a logical database)

Get node late. (if the data is retreived from a logical database)

Top-of-page. (if the write statement is in the end-of-selection event or we can say that before the first write statement)

end-of-selection.

rgds,

bharat.

Former Member
0 Kudos

HI,

Wht u want?

if u want events

Load-of-Program

Initialization

At Selection-Screen

At Selection-Screen on

At Selection-Screen on block

At Selection-Screen output

At Line-Selection

At User-Command

Start-of-Selection

End-of-Selection

Top-of-Page

End-of-Page

Top-of-Page during line-selection

REgards

suresh.d

Former Member
0 Kudos

Hi,

If u want to know the flow of record, u can take any report and check in debugging.

the flow will be like :

LOAD OF PROGRAM.

INITIALIZATION.

AT SELECTION-SCREEN.

START-OF-SELECTION.

END-OF-SELECTION.

AT USER-COMMAND.

AT LINE-SELECTION.

TOP-OF-PAGE.

TOP-OF-PAGE DURING LINE-SELECTION.

Regards

Kannaiah