cancel
Showing results for 
Search instead for 
Did you mean: 

Positive Time management

Former Member
0 Kudos

Dear experts,

I need have give an ABAP Development , the table name to pick the actual working hours . Could u tell me,how to proceed?

Accepted Solutions (1)

Accepted Solutions (1)

sikindar_a
Active Contributor
0 Kudos

Actual working hours means do you want to exclude the Paid and unpaid working hours can you please let us know that ?

do you want to fetch the working hours from time results or this working hours are required for an Customisation of the report please do let us know

The report will be used once both TE and Pay Roll is executed right ?

Former Member
0 Kudos

Dear Experts,

Scenario

Employee belonging to Gen Shift( 9:00- 6:00), tolerance time allowed is 5 mins........

if he swipes in at

9:00 in the first day logs out at 6:00 t

2nd day -9;05- 6;05

3rd day- 9:15- 6;10

4th day-9:20-6:15

i want too generate monthly late report ,how should i proceed to guide abap programmer.... which table to fetch the total no;of hours worked and also generate a late report based on timings

could u tel me.. how to proceed ?

sikindar_a
Active Contributor
0 Kudos

so , in that case i feel wht Okan has said will suffice the requirement ,

you can get the Punch in and Puch out details from the time types and based on that u can ask ur abaper to code the requirement

Former Member
0 Kudos

Hi,

SAP will adjust 09.05 and 16.05 to 09.00 and 16.00 as tolerance is 5 minutes.

So I think it is better to check table TEVEN (IT2011) for clock in clock out times and check it with the planned start and end time. And report it.

Your abaper should create the report regarding this fact.

Regards;

Okan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Are you using positive time management?

Do you want to get the results after time evaluation?

Time evaluation results are not recorded in a table. It is held in clusters like payroll results.

PT_BAL00 report can report the necessary time types and time wage types.

Your abaper can check this report and see where it is getting the data.

And you can also use RPCLSTB2 this report to display the current content of the B2 cluster for each employee. you can reach it by se38

Regards;

Okan

Former Member
0 Kudos

many Thanks for the quick response.

Scenario is

Abap programmer is writing a program to pick the actual times and generate late report . for this he needs to know ,which table name, actual hours worked is stored.

Former Member
0 Kudos

If he will check when he entered and left the company he can get the information from table TEVEN.

Here time type p10 will be entry, p20 will be leave. Or some companies may use p01 for entry and leave together.

But if you need to get the results after time evaluation your abaper must get it from the cluster as I have said before.

Regards;

Okan