My requirement is to show ALV list to display only sub total for the differnt groups in the section, differnt secions in the region and finally Total for the Region( Total of all groups in the section and all sections in the Region).
for each sub total row i have to show text as Group name,section name and Region name.
G1 Group 200
G2 Group 300
s1 section 500
G1 Group 400
G2 Group 100
s2 section 500
R1 Region 1000
like above I have to show in ALV.
my Internal table consists of lot of data.
each and every group consists of lot of records related to the groups.
but I have to show in my ALV only sub total as a single row with as "G1 Group Total 3000".
kidnly help me with details.
Thanks in advance,
Dav