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

SUBTOTAL ONLY

Former Member
0 Likes
604

HI ,

to all, I want subtolal only in the alv_grid_display, I dont want the total of the field

how to do that one, if any body knows plz tell me, its very urgent

Thanks

Srilatha

5 REPLIES 5
Read only

Former Member
0 Likes
585

use fieldcatalog for particular field

do_sum = 'X'.

Thanks

seshu

Read only

Former Member
0 Likes
585

Check out this related thread

http://www.sap-basis-abap.com/abap/alv-grid-list-with-sub-totals.htm

Regards,

Santosh

Read only

Former Member
0 Likes
585

Hi,

In the layout structure pass no_totalline = 'X'.

Ex..

DATA: S_LAYOUT TYPE SLIS_LAYOUT_ALV.

S_LAYOUT-NO_TOTALLINE = 'X'.

  • Pass the structure S_LAYOUT to the parameter IS_LAYOUT..

Thanks

Naren

Read only

0 Likes
585

hi,

thanks. ur answer is very helpful for me

thank u.

Srilatha

Read only

Former Member
0 Likes
585

Hi,

Please make sure to reward points for helpful answers..

Thanks,

Naren