‎2007 Apr 09 4:31 PM
‎2007 Apr 09 4:44 PM
Hi Khan,
Report is basically a program which extracts the data from the database tables based on some inputs and gives the output as a list.
Report are classified as Classical Reports, Interactive Reports and ALV Report.
Classical Report is a normal report which just displays the output.User cannot interact with that report.
Interactive Report is nothing but, a user can interacte with the report.After a basic list is displayed, user can click on some field on the list which generates a secondary list giving the necessary information relevant to that field.
ALV Report is to provide users with a consistent, user friendly and functional method of manipulating the data, which appears on report lists. ALV provides more advantages than the normal report.
Hope this helps.
Thanks,
Srinivas
‎2007 Apr 09 4:34 PM
Reports are report programs which usually give the user some sort of selection screen to enter selection values and the user executes the query, then the output is display in a list display or sometimes in an ALV grid display. THis is how the users will get data from the system to analyze the business.
Regards,
Rich Heilman
‎2007 Apr 09 4:35 PM
Hi,
reports in abap are custom programs, made by abap developers.
SAP offers a wide range of standard reports (programs) like for example,
material's availability.
Sometimes, some enterprises need specific information from SAP system, that is not offered by SAP Standard, so these enterprises make there own reports in SAP system (using ABAP language) to performe/extract/display some specific action/behavior .
Regards,
Pedro
‎2007 Apr 09 4:44 PM
Hi Khan,
Report is basically a program which extracts the data from the database tables based on some inputs and gives the output as a list.
Report are classified as Classical Reports, Interactive Reports and ALV Report.
Classical Report is a normal report which just displays the output.User cannot interact with that report.
Interactive Report is nothing but, a user can interacte with the report.After a basic list is displayed, user can click on some field on the list which generates a secondary list giving the necessary information relevant to that field.
ALV Report is to provide users with a consistent, user friendly and functional method of manipulating the data, which appears on report lists. ALV provides more advantages than the normal report.
Hope this helps.
Thanks,
Srinivas
‎2007 Apr 09 4:48 PM
hi khan,
Report : The program that is written to retrieve data from the database table and display it is called a report and the data that is displayed on the screen when the program is running is called a list.
Regards...
Arun.
Reward points if useful.
‎2007 Apr 09 9:22 PM
Hi,
In ABAP there are 2 type of reports: 1. Classical report, 2. Interactive report.
for more information check the following link:
Regards,
Bhaskar