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

CLASSIC REPORTING

Former Member
0 Likes
579

CAN ANY ONE TELL ME ABOUT CLASSIC REPORTING

4 REPLIES 4
Read only

Sm1tje
Active Contributor
0 Likes
551

in stead of using ALV display from your internal (output) table, you can also use the WRITE statement to display data on your screen.

Read only

Former Member
0 Likes
551

HI,

IT IS BASIC REPORTING

Classical Reports

These are the most simple reports. Programmers learn this one first. It is just an output of data using the Write statement inside a loop.

Classical reports are normal reports. These reports are not having any sub reports. IT IS HAVING ONLY ONE SCREEN/LIST FOR OUTPUT.

Events In Classical Reports.

INTIALIZATION: This event triggers before selection screen display.

AT-SELECTION-SCREEN: This event triggers after proccesing user input still selection screen is in active mode.

START OF SELECTION: Start of selection screen triggers after proceesing selection screen.

END-OF-SELECTION : It is for Logical Database Reporting.

RAAM

Read only

Former Member
0 Likes
551

Look in transaction code .. ABAPDOCU .. U'll find examples ..

Read only

Former Member
0 Likes
551

hi just go through this

Hi,

Classical Reports

These are the most simple reports. Programmers learn this one first. It is just an output of data using the Write statement inside a loop.

Classical reports are normal reports. These reports are not having any sub reports. IT IS HAVING ONLY ONE SCREEN/LIST FOR OUTPUT.

Events In Classical Reports.

INTIALIZATION: This event triggers before selection screen display.

AT-SELECTION-SCREEN: This event triggers after proccesing user input still selection screen is in active mode.

START OF SELECTION: Start of selection screen triggers after proceesing selection screen.

END-OF-SELECTION : It is for Logical Database Reporting.

reward points if help full

cheers

phani