cancel
Showing results for 
Search instead for 
Did you mean: 

payslip with PE51 add logo and generate PDF file

Former Member
0 Kudos

Hi Experts!!

We need add lines and logo to the payslip. The payslip is configured with tcode PE51 but it is no possible add logo.

So, I have been told in others threads that I should ask to abap developers how to add a logo to the payslip with a smartform.

To print the payslip we use the report RPCEDTE0, but I don't know how should add the logo to the smartform and if we add the logo if we should use the same report.

After addind the logo to the payslip we need create a abap program to send via email the pdf payslip to the employees.

All help and orientation will be wellcome.

Kind regards,

Julian.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

1. Create a smartform for the payslip (transaction SMARTFORMS)

2. Upload the graphic using transaction SE78. The graphics support 256 colors so you should modify it first to make it look nicer on printouts. The higher resolution, the better image quality.

3. Add a graphic node to your smartform and fill in the information of the image you uploaded.

External send will support sending PDF attachment by email. You need an ABAP program if you want to have email body content.

Former Member
0 Kudos

Thanks Caveman!!

After creating the smartform and adding the logo.

How we should call the new payslip?

Do we need create a new program instead of using RPCEDTE0?

Do you know some example of abap program to send payslip as attach in a email?

Kind Regards,

Julian.