‎2006 Aug 24 2:40 PM
Hi
Abapers ,
I need to print different layouts in single spool.
How can I do it.
Thanks in advance,
Vani
‎2006 Aug 24 3:09 PM
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
‎2006 Aug 24 3:09 PM
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
‎2006 Aug 24 3:33 PM
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
‎2006 Aug 24 3:58 PM
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.