‎2009 Jan 25 5:57 PM
Hi,
i have a smartform for payroll of staffs. i have a report to list the staffs as to payroll term in alv.
i have saved the payroll for a staff as a pdf file but i want to save the payrolls of more staffs as a pdf file with paging, after selecting the staffs on alv.
how can i do this?
Can somebody help me please?
Thanks.
‎2009 Jan 26 8:44 AM
Hi,
Version 1:
> solve it in Smartforms:
all needed Data in a Table > use it in the SSF FM > Loop abut the Table in SSF ( all Parts in MAIN of the SSF will repeat...
Header
MAIN
... LOOP ( about the Table )
.... use the exist SSF code
Footer
> Use the exist SSF Return Table for genereate the PDF.
Version 2:
> solve it after the SSF FM was running
collect the Return Table of the SSF and then transfer it in the PDF FM ( CONVERT_OTF )
calculate the bin_filesaze new... & so on..
I would take version 1.
best reg
Robert