cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Display PE51 Payslip on Adobe From

Deon_van_Zyl
Active Participant
0 Likes
586

Hi,

I am looking for a way to display a payslip rendered as a PE51 form on a interactive adobe form. I found 3 function modules that gives me the payslip according to the variant... BAPI_GET_PAYSLIP, BAPI_GET_PAYSLIP_PDF and BAPI_GET_PAYSLIP_HTML. I am looking for a way to either display HTML or the SAP Script table output or the PDF binary out on a custom adobe form? Any suggestions on how to do it? I was thinking of either sending the pdf binary to a image object on the adobe form or sending the SAP Script to a text object?

Just a few comments.. No I don't want to create a payslip in HRFORMS and no I don't want to convert the SAP Script straight to PDF.. I need to get that data to a custom adobe form:)

Kind Regards

Deon

Accepted Solutions (0)

Answers (2)

Answers (2)

RaymondGiuseppi
Active Contributor
0 Likes

So can you confirm that you haven't considered

  • Using the BAPI_GET_PAYSLIP_PDF (cause you want to create a form outside of standard?)
  • Using the FM HRO1_GET_FUNAME to get the name of a FM that will generate the raw data, then calling your own Adobe form on that data (cause you don't want to call unreleased FM?)
Trinathballa
Participant
0 Likes

Can you try leveraging smartforms? which prints your PE51 form layout in PDF with font, logo and color scheme options. Check the feature EDTIN and transaction SMARTFORMS.

BR,

Deon_van_Zyl
Active Participant
0 Likes
Hi,