cancel
Showing results for 
Search instead for 
Did you mean: 

PE51 - Form Editor

Former Member
0 Kudos

Hi All,

Am new to this community.

Could any one help on how to import the PE51 FORM to SE71 Script ?

Thanks in advance.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Anil

I U want to get the data into SAP-SCript ask Ur ABAPER to write a driver program and use the following FM to get the Payslip Data and these data can be passed to SAP-Script.

The FM is as Follows.

CALL FUNCTION 'GET_PAYSLIP'

EXPORTING

EMPLOYEE_NUMBER = PAYROLL_DATA-PERNR

SEQUENCE_NUMBER = PAYROLL_DATA-SEQNR

PAYSLIP_VARIANT = 'YPY'"Name of the FORM in PE51

TABLES

P_FORM = PAYROLL_DATA-PFORM.

If U have any doubts on this please revert back.

If this is helpful please award points.

Former Member
0 Kudos

Hi can any one tell me how to create a payroll form in SE51

I am creating a payslip

Thansk

veer

Former Member
0 Kudos

Hi Anil,

Every body is talking about PE51, HR form will be used for payroll and time reporting..

I have a question too, how to call HR form in SAP script.

While calling RFFOUS_C report Z110_PRENUM_CHCK SAP script will be called based the on configuration.

My question is how to add form called 'ZDDD' which is created using PE51 in SAP Script.

What is the use of HR form 'ZDDD', whether can we call them in print program or can we call them in SAP acript.

If so how? Could any one through the light if you know.

Regards,

Reddy

Former Member
0 Kudos

Hi,

You can't import PE51 Form to SE71 Sapscripts.

Because there are standard programs which uses this forms to get the desired output. You can customize this form as per your requirment. Generally PE51 is used to design custom Payroll forms & Time forms. It uses form class.

For e.g. Form Class CEDT is used for Renumeration statement.

What is your requirment? May be I can help/guide you.

Thanks,

Sarika.

Former Member
0 Kudos

Thanks for your information,Sarika.

Actually i dont have any idea regarding this forms.

One of my colleague has developed a Renumeration statement and he is thinking that this form has to import to SE71-SAP Scripts.

After developing the form in PE51 how to attach driver program and see the output for the form ?

If you have any material regarding this can you send to this id anilg_sap@yahoo.co.in.

Again thanks.

Regards,

Anil.

Former Member
0 Kudos

Hi anil,

The driver program depends for which country, he wants to run the renumeration statement for.

e.g. For US, path is in SAP Easy Access

Human Resources->Payroll->Americas->USA->Payroll->Rumeration statement(PC00_M10_CEDT).

Run this program, in form name give the custom form designed using PE51.

Hope this helps.

Thanks,

Sarika.

Former Member
0 Kudos

Hello Sarika,

I have the following problem: I'm using ECC 5.0, Portal 7.0 NW2004s and I want to use the client's PE51 time statement form.

Problem is that in the HRFOR feature I cannot use my PE51 form for time. It only accepts a HRFORMS form...

How can I do this?

Thanks

Antonio

Former Member
0 Kudos

Hi Antonio,

Have you solved your problem to assign the PE51 Time Statement to ESS Portal.

Its a stupid one to ask you after a long time but still I didnt get any result for it so if you solved it can you send me the steps.

Thanks.