Describe interactive report classical report and ALVAlso what is the difference in them and why

Showing Answers 1 - 24 of 24 Answers

Prabhu Das

  • Oct 5th, 2007
 

Classical Report : It is nothing but getting data from one or more tables and displays it on LPS formated or unformated. It is having only one screens for the output. It has not any sub list.
Events like that.
Initilizations
At selection-screen
Start-of-selections
Top-of-page
End-of-page
End-of-selections

Interactive Report : Is nothing but communications between one report data to another. its having one primary list and 20 secondary list for the outputs.
Events like that
At line selections
At user-command
At pt
Top-of-page-during line-selections.

ALV Report : Its stands for Application line viewer, it is used for analysis purpose, it has no limitations characters for the printing. These are two types list and grid.

  Was this answer useful?  Yes

Generally, Reports are nothing but "Extracting Data from the Database and Displaying extracted data on the Screen".
Classical, Interactive, and ALV (ALV List and ALV Grid) are different Reports in SAP ABAP.

Classical Report : You can only be able to display extracted data using LOOP...ENDLOOP in default standard format from the Database.

Interactive Report : Interactive functionality(Double Click Functionality) can be implemented in this. LOOP...ENDLOOP can be used to display extracted data.

ALV Report : No need to use LOOP...END LOOP statement in displaying data from the database. This is a user friendly Report where you can implement many different features using Standard Function Modules. Loops will be taken care by the system internally. You dont have to worry about it.

  Was this answer useful?  Yes

somanath.g

  • Aug 11th, 2014
 

Classical report is used to display the entire information in a single list. Eg: sales order header details, item details are displayed in a single list.

Interactive report is used to displayed the summarised information in a basic list and detailed information in secondary list. we have only one basic list and 9 secondary lists are there
Eg:college name, person name in a basic list and college address, person address, person family details, education in secondary list.

ALV: ALV reports are used to display the output with predefined functionalities like sorting the list in ascending order, descending order, down the list, excel sheet, totals etc.

  Was this answer useful?  Yes

naresh

  • Nov 15th, 2014
 

alv- advanced list viewer. it is not line viewer

  Was this answer useful?  Yes

shibinraj pk

  • Feb 2nd, 2016
 

In classical reporting, we have to do hard coding for reporting. We can interact with the report with interactive report, if we click on a line in report we can move to the secondary screen. In ALV (abap list view) we don't want to do hard coding for printing report. Instead of it, we can use predefined function or method to print report.

  Was this answer useful?  Yes

Shaveen Kaushal

  • Apr 7th, 2016
 

Classical Report is used to display just the table data. It consist only single list. Interactive reports are reports where users can interact more means if we cliack on some field it will display one more list. In ALV reports SAP has provided some function modules to display output. Coding will be less.

  Was this answer useful?  Yes

kiran

  • Apr 8th, 2016
 

Classical reports is nothing but entire information in the single list.

Interactive reports is nothing but summarized information in the basic list and detailed information in the next list.

ALV reports are used to display the output with Pre defined functionalities.

For Eg: sort list, assending order in Excel Sheet

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions