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

Creating Spool from function module

Former Member
0 Likes
636

Hi friends,

I want to create a spool from my function module. I dont knw it is possible or not. Currently I am creating spool by submitting another report from my function module and exporting the values calculated in memory ID and importing in report which is not a good practise, kindly suggest some other way.

Thanks,

Brijesh

2 REPLIES 2
Read only

former_member226519
Active Contributor
0 Likes
459

can't you use NEW-PAGE PRINT ON and set the parameters with fm GET_PRINT_PARAMETERS?

Read only

Subhankar
Active Contributor
0 Likes
459

No. Spool is not possible from Function Module. You have to use that FM from one report/program.

Thanks

Subhankar