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

list viewer

Former Member
0 Likes
525

Hi all,

what is the difference between sap list viewer and abap list viewer?

5 REPLIES 5
Read only

Former Member
0 Likes
500

Hi Shweta ,

There is no difference between them.SAP List Viewer (ALV) is the new name of the ABAP List Viewer (ALV).

<i>The SAP List Viewer unifies and simplifies the use of lists in the R/3 System. A uniform user interface and list format is available for all lists. This prevents redundant functions.

The SAP List Viewer can be used to view both single-level lists and multilevel sequential lists.

Single-level lists contain any number of lines that have no hierarchical relationship to each other.

Multilevel sequential lists consist of any number of lines that have two hierarchical levels. Multilevel lists have header rows and item rows; the item rows are subordinate to the header rows. For each header row there can be any number of subordinate item rows.

You can view subtotals and totals rows in both single-level lists and multilevel sequential lists</i>

Regards,

Raghav

Read only

Former Member
0 Likes
500

Both are same. i.e; Redirecting the output data into Grid controls.

Cheers.

Read only

SantoshKallem
Active Contributor
0 Likes
500

no difference..

Read only

Former Member
0 Likes
500

Hi From End User Point it is SAP LIST viewer , From Developer Point of View it is ALV .

Both are Same

Check the Below Link

http://help.sap.com/saphelp_nw04/helpdata/en/66/bc7aab43c211d182b30000e829fbfe/frameset.htm

*Please mark useful Answers

Read only

Former Member
0 Likes
500

Thanks to all