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

Former Member
0 Likes
256

Hi.........,

I am calculating the subtotals of column 'Delta'. Using method

gr_agg->add_aggregation( 'DELTA' ).

After calculating the subtotal I am displaying the internal table as ,

gr_table->display( ).

It is displaying all line item of column Delta.

I need to display only sutotal value. Means I have to hide the line item values.

Please guide me on the same as soon as possible.

Thanx,

Jay.......

1 REPLY 1
Read only

Former Member
0 Likes
240

Hi,

Hiding the line items is not possible, but you can use collect statement to address your issue.

Thanks,

Sriram Ponna.