2010 Jul 27 11:30 AM
Hi All,
The issue is we have report it is displaying the output by using ALV list display, in the output after every change of material they are making subtotal for amount. some times subtotal is getting as zero value.
The req is when ever the sub total is zero it wont display in the output. can any one help on this
Thanks..
Hi All,
The issue is we have report it is displaying the output by using ALV list display, in the output after every change of material they are making subtotal for amount. some times subtotal is getting as zero value.
The req is when ever the sub total is zero it wont display in the output. can any one help on this
Thanks..
2010 Jul 27 2:34 PM
Hi ,
Please delete the records who subtotal is zero in the program it self and refresh the contents. I hope there is no option for us to do in the field catalog or layout, but we can do it in the program it self.
Regards,
Venkat Appikonda.
2010 Jul 27 7:55 PM
Im not sure whether this could be done, but you can give a try.
Refer the program in link:[http://www.sapnet.ru/viewtopic.php?p=4709].
You can see a subroutine subtotal_text at the end of the program, this routine gets triggered for each subtotal line in the alv.
Just try placing a check here like if the summed subtotal filed is 0 , then you try deleting the entries in itab with the particular material.
2010 Oct 08 5:32 AM