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 reports

Former Member
0 Likes
396

Hi experts,

can anyone explain diff between hierarcle alv and append alv.. why we do this type of alv ..please explain with example

thanks in advance..

Rajesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
372

both of them are different.

appending alv is knowthing but diplay list one by one.

suppose if u want to print the mara and marc tables data we use appnding alv.

but heiraricle is for display the data based on the current one.

i.e if u want to display the data of header of mara as a first one.based up on

this only u will get the another item data of like marc.

2 REPLIES 2
Read only

Former Member
0 Likes
373

both of them are different.

appending alv is knowthing but diplay list one by one.

suppose if u want to print the mara and marc tables data we use appnding alv.

but heiraricle is for display the data based on the current one.

i.e if u want to display the data of header of mara as a first one.based up on

this only u will get the another item data of like marc.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
372

Hierarchial ALV is used when you have 2 levels of data, a header level and a detail level, you can have many detail records to a header record. The APPEND ALV that you mention is commonly referred to as the Block ALV, all this is is mulitple ALV lists combined into one. Each ALV list is tabular.

Regards,

Rich Heilman