‎2007 May 18 3:39 PM
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
‎2007 May 18 3:42 PM
use fieldcatalog for particular field
do_sum = 'X'.
Thanks
seshu
‎2007 May 18 4:48 PM
Check out this related thread
http://www.sap-basis-abap.com/abap/alv-grid-list-with-sub-totals.htm
Regards,
Santosh
‎2007 May 18 4:55 PM
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
‎2007 May 19 6:21 AM
‎2007 May 19 6:22 AM
Hi,
Please make sure to reward points for helpful answers..
Thanks,
Naren