cancel
Showing results for 
Search instead for 
Did you mean: 

Time evaluation Processint type determination in TIP entries

Former Member
0 Kudos

Hi everyone,

I am new to Time evaluation. I would like to determine how the processint types M,S,P,K get assigned to time pairs in Tip entires.

When we create a new Processing type how do we make sure this processing type is selected for the time paris in TIP entry.

I would like to select different Wage types based on the Processing type. However i am not sure how to get the new processing type to appear in the TIP entry .

Please advice.

All posts will be rewarded points.

thank you

Jason

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jason,

A while ago, I wrote a note on table V_T555Z. Here is the link: http://www.saphcmonline.com/2010/configuration-of-v_t555z/

Check this out...

You can assign the processing type to a TIP entry based on the config for T555Z.

Once you have assigned the Processing type, you can query them using the operation OUTTPVTYPE in your PCR

Former Member
0 Kudos

I tried sending you an email but it didn't work...

Anyways here is what you can look at:

The TIP entry has status = 3 = Employee is at work or working off-site Attendance imported using function P2011 or P2002

The column 3 = regarding Off-site Attendance will result in M/0042 based on the config of T555Z.

Answers (1)

Answers (1)

seg_hr_it
Active Contributor
0 Kudos

Hi Jason!

Please reference some standard PCRs below, I'm sure it's easier for you to understand how to execute with TIP entries.

Find the Standared PCR for overtime, TO00, TO01, TO02.

For more detail in TIP, please see carefully link below

http://help.sap.com/saphelp_46c/helpdata/en/8a/98566c46c411d189470000e829fbbd/content.htm

You will see

Pair type

0 = Non-recorded time

1 = At work (Time Events infotype (2011), clock-in/clock-out entry, planned pair according to daily work schedule)

2 = Recorded absence (Absences infotype (2001))

3 = Off-site work or recorded attendance (infotype 2002)

So now u can use: ( using t-code PDSY with Time operation) in new PCR ( accessing by T-Code PE02)

OUTTPPTYPE

*

1

...-> you will execute with all records in IT2011.

2

.... -> record absence.

3

..... Attendance.

Hope you clear how to process with internal table TIP now.

Regards!

Woody.