2005 Feb 22 10:28 AM
Hi,
Can any one tell me how to get two print request for a report . in my report iam calling a smartform and my report is also outputting a table.when i am trying to execute the report in background iam able to find only one request in spool which is showing the out put of the report and iam not able to see the out put of my smartform .
is it possible to get two spool request , one for smartform and one for report output.
Thanks & Regards,
Ramkumar.G
2005 Feb 22 10:45 AM
Hello Ramkumar,
If you want to have multiple print request, select new spool request.
If you want to print in a special spool a report, use the SET_PRINT_PARAMETERS FM and start your edition with new-page print on ...
Frédéric
2005 Feb 22 12:56 PM
Hello,
Use FM GET_PRINT_PARAMETERS.
Pass 'X' to Import parameter IN_PARAMETERS Field PRNEW.
In case of SSFs, Pass X to Field TDNEWID of the import Parameter: job_output_info
Hope this helps you.
Regards, Murugesh AS
Message was edited by: Murugesh Arcot