cancel
Showing results for 
Search instead for 
Did you mean: 

HR Form Editor Question

Former Member
0 Kudos

Hello All,

I'm currently working for a client who has an unusual requirement.

They want the employee's attendance for the period to be printed on

the remuneration statement every month.

They want the attendance to show up as:

P:xx OD:xx A:xx SL:xx CL:xx PL:xx

where P, OD, A, SL, CL & PL are types of attendances and absences and

xx is the number of days.

While I can see ways in the Form Editor (PE51) to print the attendance/absence quota on the

payslip, I do not see any way to print the attendance.

Could you give some pointers on how this can be done in the form editor.

Thanks in advance,

Vivek T

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Create some single fields in the payslip and try to populate it through the payslip program.There is a perform in the standard program where you can add your code for populating the same.

PERFORM allocate-to-windows-mod.

Regards,

Manoj.

Former Member
0 Kudos

Hi Manoj,

That sounds like a way to resolve this issue. I'll try it out and let you know if it works out.

Former Member
0 Kudos

Have you checked the following standard forms?

TEDT TF00 Time statement form (standard)

TEDT TF01 Time statement form (letterhead)

TELU TFL1 Time balance overview (flextime overview)

TELU TFL2 Time balance overview (cut-off)

If this helps, pl do reward

Thanks

Narasimha

Former Member
0 Kudos

What I'm actually looking for is a way to insert the attendance data into the payslip and not a separate report.

Thanks for the tip,