‎2007 Oct 12 5:26 AM
Hi,
I am calling the smartform FM into the loop of itab.
then outer the loop the smartforms are converted into the pdf format by fm but the output of the pdf shows the only last smartform of the itab i.e last present in the list of itab,
so i want to download all the smartforms created for the pernrs in the selection screen.
Thank you,
Regards,
Jagrut Bharatkumar Shukla,
‎2007 Oct 12 5:55 AM
Hi,
When you print the smartform, automatically a spool would be created.
You can check the spool using transaction SP01 or in table TSP01.
Refer following program for spool generation & PDF:
http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm
Best regards,
Prashant
‎2007 Oct 12 5:29 AM
HI,
Actually you should pass the ITAB to SMartform & should not call the smartform in loop of itab. This will create only one SPool.
& then you can convert it into PDF.
Please refer following link:
http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm
Best regards,
Prashant
‎2007 Oct 12 5:52 AM
HI thank you for you valuable information,
another question can you tell me how to create spool request of smartforms.
thank you,
Regards,
Jagrut Bharatkumar Shukla
‎2007 Oct 12 5:55 AM
Hi,
When you print the smartform, automatically a spool would be created.
You can check the spool using transaction SP01 or in table TSP01.
Refer following program for spool generation & PDF:
http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm
Best regards,
Prashant