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

ALV

Former Member
0 Likes
666

HAI,

WHY WE ARE USING ALV INSTEAD OF REPORT.

WHAT IS THE SPECIAL IN ALV ?

THANK YOU

ASHOK

6 REPLIES 6
Read only

Former Member
0 Likes
647

Hi,

in alv reports,

no need of doing code for down loading the internal table into excel sheets

and we can see as many fields as we want

we can see sub totals

no allignment problem will be there in alv reports...

you can filter the data after seeing the records in alv display

by using filter button

you can see print preview, and in excel sheet also u can see the output

graphical view is possible

reward points if helpful

regards,

venkatesh

Read only

Former Member
0 Likes
647

hi ashok,

these are features of alv.

The common features are available in ALV by default

Alignment, sorting

Filtering

Subtotals & Totals

Displaying and Hiding Columns

Swapping Columns

etc

Coding made easy

Enhance the readability and functionality of any report output.

An efficient tool for dynamically sorting and arranging the columns from report output.

The report output can contain up to 90 columns in the display with the wide array of display options.

regards,

seshu.

Read only

Former Member
0 Likes
647

chk the discussion in this thread

Read only

Former Member
0 Likes
647

hi,

in report u can just display the data but u can't sort it or filter some coumns,u cant display that in graphs,u cant store that as a local file or cant store in excel sheet or word doc etc. for every extra funtionality u need to write ur own logic.

but where as in alv u can display the data as well as it can perform all the above mentioned funtionalies with out writing any extra logic.

Read only

Former Member
0 Likes
647

hi

good

ALV is Application List viewer. Sap provides a set of ALV (ABAP LIST VIEWER) function modules which can be put into use to embellish the output of a report. This set of ALV functions is used to enhance the readability and functionality of any report output. Cases arise in sap when the output of a report contains columns extending more than 255 characters in length. In such cases, this set of ALV functions can help choose selected columns and arrange the different columns from a report output and also save different variants for report display. This is a very efficient tool for dynamically sorting and arranging the columns from a report output. The report output can contain up to 90 columns in the display with the wide array of display options.

advantages.

Collapse multiple reports into one, drastically cutting down your report development time

Save many hours using built-in ALV sorting, subtotaling and filtering capabilities

Add conditional structures into your ALV report: No programming required!

Combine ALV with display variants to meet a wide range of reporting requirements more easily

Dynamically reorder column layouts and add/subtract fields

Enable users and analysts to save their own personalized variants

thanks

mrutyun^

Read only

Former Member
0 Likes
647

Hi,

The common features of report are column alignment, sorting, filtering, subtotals, totals etc. To implement these, a lot of coding and logic is to be put when we use Classical reporting. To avoid that we can use a concept called ABAP List Viewer (ALV).

This helps us to implement all the features mentioned very effectively.

By default it provides those options.