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

reg: interactive reports

Former Member
0 Likes
707

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
689

hi

try to pass (final)internal table(all values have) to function module. am not sure .plz check it.

5 REPLIES 5
Read only

Former Member
0 Likes
689

why do you need to create a function module..? check the ALV functions(REUSEALVDISPLAY) in SE37

Read only

0 Likes
689

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

Read only

Former Member
0 Likes
690

hi

try to pass (final)internal table(all values have) to function module. am not sure .plz check it.

Read only

0 Likes
689

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

Read only

Former Member
0 Likes
689

got solved