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
488

friends,

what is the difference between alv list display and alv heirarchial display

regards,

malleswari.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
467

alv list display is normal list wherein u have list of fields and may be secondary alv for this...

alv hieracrchial is one which is like fields are displayed on screen with a + button adjacent to the field & when clicked it opened sub line items within the same report.

friends,

what is the difference between alv list display and alv heirarchial display

regards,

malleswari.

4 REPLIES 4
Read only

Former Member
0 Likes
468

alv list display is normal list wherein u have list of fields and may be secondary alv for this...

alv hieracrchial is one which is like fields are displayed on screen with a + button adjacent to the field & when clicked it opened sub line items within the same report.

Read only

Former Member
0 Likes
467

if u want to display two internal table ( mostly header and item) with same primary key alv heirarchial display is used ......

example..

PO,po date -


> header internal table

po, itm , material ,qty -


> item internal table

regards,

aswin.

Read only

Former Member
0 Likes
467

execute these 2 programs and checkout the difference

BALVHT01 -- Hierarichal
BCALV_EDIT_01 - grid display

Read only

Former Member
0 Likes
467

alv list display is the simple list.

you have to pass only one internal table.

but in heirarchial display you have to pass two internal tables 1 for header data and 1 for item data.

that means it will show items under the header line.

first line it shows the colheading of header table then col text of item table then header data then item data.

regards

shiba dutta