2009 Sep 29 8:17 AM
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?..
2009 Sep 30 3:35 PM
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?..
2009 Sep 29 9:05 AM
2009 Sep 29 9:36 AM
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
2009 Sep 30 7:16 AM
2009 Sep 30 3:35 PM
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