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

Paging PDF with Smartforms

Former Member
0 Likes
419

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.

1 REPLY 1
Read only

robert_altenstraer
Active Participant
0 Likes
342

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