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

Quantity fields not getting displayed in the second total row

Former Member
0 Likes
338

Hi,

As per the requirement I have to display 2 total rows for an ALV report using CL_GUI_ALV_GRID. I am able to get the first total row properly using method get_subtotal(). However for the next total row only the character fields are getting displayed and the quantity fields are coming blank.

The second total row will have different values based on a formula.

Please help me out in resolving the issue.

Thanks,

Abhishek

Hi,

As per the requirement I have to display 2 total rows for an ALV report using CL_GUI_ALV_GRID. I am able to get the first total row properly using method get_subtotal(). However for the next total row only the character fields are getting displayed and the quantity fields are coming blank.

The second total row will have different values based on a formula.

Please help me out in resolving the issue.

Thanks,

Abhishek

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
309

You can provide first row as the SUBTOTAL and next row as the TOTAL.

Get one extra column on which you can do the SUBTOTAL.

Regards,

Naimesh Patel