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 problem

Former Member
0 Likes
390

Hi,

Is anyone out there know how to sum up a subtotal without the total and display it out in the report?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
371

if gs_layout is the name of your layout

then set

gs_layout-NO_TOTLINE = 'X'.

If this field is set, only subtotals, but no totals, are displayed.

PLZ REWARD POINTS IF IT SOLVES YOUR PROBLEM

2 REPLIES 2
Read only

Former Member
0 Likes
372

if gs_layout is the name of your layout

then set

gs_layout-NO_TOTLINE = 'X'.

If this field is set, only subtotals, but no totals, are displayed.

PLZ REWARD POINTS IF IT SOLVES YOUR PROBLEM

Read only

Former Member
0 Likes
371

hi,

there is an option in ALV FIELD CATLOG to sum up the subtotal and without displaying the total i.e NO-DISPLAY option.

Regards

Vinay.