cancel
Showing results for 
Search instead for 
Did you mean: 

converting the standard pay slip to pdf

Former Member
0 Kudos

Hi Experts,

1. Develop a Z program using PNP logical DB and use node PERNR.

2. Use FM 'GET_PAYSLIP' in your program in order to get the data that you see in the output of tcode "PC00_M40_CEDT".

Then you would like to use FM "CONVERT_PAYSLIP_TO_PDF" to convert the payslip output to PDF file.

any one tell me the input to the function module or sample code for the function module for CONVERT_PAYSLIP_TO_PDF

Regards,

Mohan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mohan,

i have used so far:

BAPI_GET_PAYROLL_RESULT_LIST to get last payroll result sequence number and

BAPI_GET_PAYSLIP_PDF to get the PDF-String.

Best Regards

Bernd