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

single spool for different smartforms

Former Member
0 Likes
1,156

Hi

Abapers ,

I need to print different layouts in single spool.

How can I do it.

Thanks in advance,

Vani

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
446

hi

good

go through this link this might help you to solve your problem,

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf

thanks

mrutyun

3 REPLIES 3
Read only

Former Member
0 Likes
447

hi

good

go through this link this might help you to solve your problem,

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf

thanks

mrutyun

Read only

Former Member
0 Likes
446

Hello,

You can trigger a new spool by following parameter:

SSFCOMPOP-TDNEWID

You can switch ON for the first SSF and for the subsequent SSFs, you can switch OFF.

Hope this helps.

Best Regards, Murugesh AS

Read only

Former Member
0 Likes
446

Thank you very much Mrutyun and Murugesh.

I have used SSF_OPEN and SSF_CLOSE function modules.

If the same smart form is called n times it outputting fine but depending upon the condition , corresponding smartforms should be called. In such case a case 'formatting_error' is the exception when calling the function module name.

Please suggest what might be wrong.

once again Thanks.