‎2008 Oct 23 8:06 AM
hi all,
In interactive reports how to display the subtotal and grand total by a function module (function module need to be created),what are the parameters to be passed from the report to FM and how to get the data from FM
Regards
kummari
‎2008 Oct 23 8:37 AM
hi
try to pass (final)internal table(all values have) to function module. am not sure .plz check it.
‎2008 Oct 23 8:12 AM
why do you need to create a function module..? check the ALV functions(REUSEALVDISPLAY) in SE37
‎2008 Oct 23 8:15 AM
Hi vijay,
i need to create a function module which encapsulates the logic of totals (sub and grand),and i need to call it in the report.
I dont want to use any pre-defined FM.
regards
kummari
‎2008 Oct 23 8:37 AM
hi
try to pass (final)internal table(all values have) to function module. am not sure .plz check it.
‎2008 Oct 23 8:41 AM
Hi
i passed the final internal table in the tables parameter of the function module....but while looping it to the workarea it is throwing error....
pls any suggestions
regards
kummari
‎2009 Feb 04 2:32 PM