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 Doubts

Former Member
0 Likes
621

Hi,

I created a report and displaying output in ALV.

here i have several coloumns, among them material and its description are two.

i sort the list based on material num and when i run my application default, it should be in collapse mode.

i have completed successfully till now.

report is displaying in collapse mode with material nomber , and its displaying only material.

but i want to display its description too when its in collapse mode

how can i do that?..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
568

I would recommend that you sort by Material & Description, then do the subtotal at the Description Level. Since the Description will be within the material the result should be what you want.

Another thing that can be done is to play with the order of the fields. Sometimes if you put a field prior to the sorted field, it will also display

Hi,

I created a report and displaying output in ALV.

here i have several coloumns, among them material and its description are two.

i sort the list based on material num and when i run my application default, it should be in collapse mode.

i have completed successfully till now.

report is displaying in collapse mode with material nomber , and its displaying only material.

but i want to display its description too when its in collapse mode

how can i do that?..

4 REPLIES 4
Read only

Former Member
0 Likes
568

sort the description column as well

Read only

0 Likes
568

its sorting, but when i expand material num, then only its displaying sorted descriptions....

But i want description in the intail screen itself along with matnr,

Any update?..

Edited by: venkat on Sep 30, 2009 8:14 AM

Read only

0 Likes
568

are you talking about hierarchical ALV?

Read only

Former Member
0 Likes
569

I would recommend that you sort by Material & Description, then do the subtotal at the Description Level. Since the Description will be within the material the result should be what you want.

Another thing that can be done is to play with the order of the fields. Sometimes if you put a field prior to the sorted field, it will also display