cancel
Showing results for 
Search instead for 
Did you mean: 

HR form Editor, Problem in Absence data

Former Member
0 Kudos

Hello,

I am currently working on HR Form Editor (PE51), client requirement is to have absence data in payslip as below.

Paid leave : 8.00 Paid Injured at Work : 5.00 and so on...

Please help me...

Regards,

Ramesh B.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ramesh,

Customise your form in PE51.

create single fields and try to populate the fields through paysli program.

You can use the perfrorm -PERFORM allocate-to-windows-mod for populating this fields.

Regards,

Manoj.

Former Member
0 Kudos

Hi Manoj,

Thanks for the answer, after writing the code. How to access the single fields in the form editor? Is there any thing that need to be done in PE51_CHECKTAB?

please give me detailed procedure.

Regards,

Ramesh B.

Former Member
0 Kudos

If you are doing through this procedure(by writing the code) ,you dont need to do anything in the checktab transaction.

Regards,

Manoj.

Former Member
0 Kudos

Hi Manoj,

I have written the code in form ALLOCATE-TO-WINDOWS-MOD. But When i go to PE51, I am unable to find the single fields declared by me in the program RPCEDDZ9. Where could I find single fields?

Regards,

Ramesh B.

Former Member
0 Kudos

you have to declare it in the program with the same name

Regards,

Manoj.

Former Member
0 Kudos

Yes I declared the fields in the program name RPCEDDZ9. and when i debug the values are also getting populated...but when I come to PE51, I am unabel to find the fields declared by me.

Former Member
0 Kudos

Hi Ramesh,

check your form again...whether you created single fields with table and table fields.

Regards,

Manoj.