on 2009 Jan 30 9:34 AM
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?
Use functional Module SSF_OPEN before calling smartforms and SSF_CLOSE after calling smartforms
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.