cancel
Showing results for 
Search instead for 
Did you mean: 

Download pe51 to file

former_member384574
Active Participant
0 Kudos

Hi to everybody!!

I know there's a program that download the form of pe51 to a file, does anybody know what's the name of this program?

Thanks a lot,

Regards,

Rebeca

Accepted Solutions (1)

Accepted Solutions (1)

former_member181995
Active Contributor
0 Kudos

For Program i'm not sure.

But you can use this path for downloading:

PE51>give form name>extras>other tool>give information here>continue.

for more help you can refer:

[Look at page 90|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_FORMS.pdf]

Answers (2)

Answers (2)

former_member291090
Discoverer
0 Kudos

Program RPUFRM00

Former Member
0 Kudos

I have a function for getting the form (PE51 form) in a internal table filled with payroll data.

You can explore to find the function you are looking for

  • get payslip

CALL FUNCTION 'GET_PAYSLIP'

EXPORTING

employee_number = l_pernr

sequence_number = seqnr

payslip_variant = l_variant

IMPORTING

return = return

p_info = pinfo

TABLES

p_form = pform2.