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

what is a report?

Former Member
0 Likes
482

what is a report?

plz explain clearly

3 REPLIES 3
Read only

Former Member
0 Likes
452

Reports which are properly formatted (header, footer, page numbers etc.,) with the help of one or more external events like top-of-page,end-of-page etc., are called as CLASSICAL REPORTS.

Standard list.

Output of Report program is nothing but Standard list. It consists of one continuous page of 60,000 lines.

Interactive report.

For that purpose, a new feature called ‘Interactive report’ is introduced.

Here the user can interact with the list by creating his own ‘Menus’, ‘Application Toolbar’ etc., for further navigation.

Read only

Former Member
0 Likes
452

hi rajesh..

i have given below the definition gave in abap docu..

REPORT is the first statement in a program. rep can be any name, but you are recommended to use the name of the ABAP program.

Example

REPORT ZREPNAME.

then u start your coding for the program.

hope this helps you.

reward if useful

Read only

Former Member
0 Likes
452

Hi,

Use these links to have an idea of Reports and interactive reports.

http://www.erpgenie.com/abap/reports.htm

http://www.erpgenie.com/abap/ireports.htm

Rgds,

Prakash