cancel
Showing results for 
Search instead for 
Did you mean: 

Total wrking horus req

Former Member
0 Kudos

Dears,

Please i want to get the total working hours of an employee to use it in the pcr , i've checked the available values like TADIVI ,etc , and it gives me the total planned not actual work , can u advice plz

Accepted Solutions (0)

Answers (3)

Answers (3)

rajasekhar_reddy3
Active Contributor
0 Kudos

Hi ,

You can check like this.

D OUTWPCOMPY

  • COLOP*

  • COLOP

      • COLOP*

        • COLOP*

1000 D VARSTPRSNT

1000 N COLOP*

1000 Y D OUTTPORIGS

1000 Y *

1000 Y E HRS=0 HRS=PNUM ADDDB9066 COLOP*

Hi You want Total Number of Working hours right not the Planned Time

See 1000 Y E HRS=0 HRS=PNUM ADDDB9066 COLOP*

Here E stand for E - TIME EVENTS

HRS= PNUM

P Stands for The following is provided from the current pair

Num= Stands for Number of Hours from the Current Time Pair

What i send works Properly Plz check once again in ur schema it will work .

Regards

Raja Sekhar

rajasekhar_reddy3
Active Contributor
0 Kudos

Hi ,

You can check like this.

D OUTWPCOMPY

  • COLOP*

    • COLOP*

      • COLOP*

        • COLOP*

1000 D VARSTPRSNT

1000 N COLOP*

1000 Y D OUTTPORIGS

1000 Y *

1000 Y E HRS=0 HRS=PNUM ADDDB9066 COLOP*

1000 Y P Z GCY ZTOTA

If u click on ZTOTA

D VARPRTYP

        • HRS=PNUM ADDDB9066

2006 HRS=PNUM ADDDB9565 Here 9565 is for Official gate pass also we are checking

Hope this will solve your problem

Regards

Raja Sekhar

Former Member
0 Kudos

Raj , i cant understand , could u please provide more details

sikindar_a
Active Contributor
0 Kudos

use this TSSOLL Working hours

Former Member
0 Kudos

thanks skindiar to ur reply , but i dont need planned working days , i need the actual working days that the employee attended

sikindar_a
Active Contributor
0 Kudos

Ok

TSSOLL is total working Hours not planned working days

if you want the actual working hours

use this logic

*

****

NUM=TSSOLL

NUM-/846

NUM-/845

ADDWTEXXXX

Here you are subracting the unpaid hours and paid hours from total working hours (this is applicable if your absences are treated in Hours for that make the Units in absence valuation as Working hours in T554C and pass the remaining into a wage type which u created

rajasekhar_reddy3
Active Contributor
0 Kudos

Hi

You u need no of Present days exact payroll days that employee worked in a month or in a year.

This will work NUM=F01TJA ADDWT * and this is in Payroll Exact Present days

or Else in Time one more PCR is there which will give you the number of Present days.

D VARSTPRSNT

N COLOP*

Y HRS=0 HRS=1 ADDDB9068 COLOP*

The above PCR which i have sent above will be in Time Schema it will give the employee Productive Hours in a month

Regards

Raja Sekhar.