‎2014 Mar 24 2:27 PM
Hi all.
I'm facing an issue when trying to create the subtotal line in my ALV OO.
Is there anything different that I have to do because it's in a subscreen?
I've already done the following steps (that I assumed enough) to create the subtotal line.
1. For FIELDCAT, DO_SUM = 'X';
2. In SORT I have SPOS = 1, FIELDNAME = 'DMBTR', SUBTOT = 'X';
The result I'm getting is the following one:
Thanks for your help and attention.
‎2014 Mar 24 2:49 PM
Hello,
"2. In SORT I have SPOS = 1, FIELDNAME = 'DMBTR', SUBTOT = 'X';"
Sub-total ideally should be on non summation field. (or level of sub total required )for example material number or storage bin
Cheers,
Nag
‎2014 Mar 24 2:49 PM
Hello,
"2. In SORT I have SPOS = 1, FIELDNAME = 'DMBTR', SUBTOT = 'X';"
Sub-total ideally should be on non summation field. (or level of sub total required )for example material number or storage bin
Cheers,
Nag
‎2014 Mar 24 3:00 PM
Hi Naga.
You response helped me to find what was wrong with my code.
Working fine now.
Thanks for your attention and reply.