cancel
Showing results for 
Search instead for 
Did you mean: 

Mass printing payslip problem

snursalim
Participant
0 Kudos

Hi all,

I was faced in a situation to create a custom payslip for my project.

My print program basically looks like this right know.

GET PERAS.

PERFORM F_GET_WAGE_RESULT. -> Get wage result

PERFORM F_PRINT_REPORT.-> call smartforms

Within the f_get_wage_result, wage result are then divided into 6 table based on wage type

Income:

*Main Income

*Other Income

*Loan

Deduction:

*Main Deduction

*Other Deduction

*Loan Payment

Those table containing result of the pernr within the loop are then passed to the smartform.

Now as my smartform is called within the get peras loop, the window prompting the user to select its printing tool where user could choose print, print preview etc will be shown for every pernr processed.

Is there anyway to avoid this? So that, the smartforms is directly printed without the need of user input?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Use functional Module SSF_OPEN before calling smartforms and SSF_CLOSE after calling smartforms