Go Back   Wiki NewForum | Latest Entertainment News > Career Forum & Tips


SAP HR TIME MANAGEMENT FULL Material


Reply
Views: 30145  
Thread Tools Rating: Thread Rating: 1 votes, 5.00 average.
  #1  
Old 12-14-2008, 10:45 AM
saphr saphr is offline
Member
 
Join Date: Dec 2008
Posts: 163
Default SAP HR TIME MANAGEMENT FULL Material

1. What is time management status 7? What is it used for?ffice:office"
Time Management status is the link between time management and payroll w.r.t how an employee's time data should be evaluated in payroll. The feature for this TMSTA.

if you want u give accruals based on time evolution this setting has to be done in infotype 0007 means that person should have this time management status
The time management status 7 is used if there is no Payroll module and more over there is no integration with payroll. the same is maintained in the Feature "TMSTA" and in HR master of IT0007.

It is Basically used to define whether Time evaluation Exists in ffice:smarttags" />ur Organization and If so Whether Integration exists with Payroll/not.. The entries are maintained in T555V. All these are standard Entries and recommended not to change those...

Possible values for the Time Management status:
o 0 - No time evaluation
o 1 - Time evaluation of actual times
o 2 - PDC time evaluation
o 7 - Time evaluation without payroll integration
o 8 - External services
o 9 - Time evaluation of planned times

Time mgt status 7 is Time Mgt without payroll integration. we set this status in infotype 7. we generally use schema TQTA without payroll integration.
TQTA schema will accrue only ur absence quotas i.e ur leave quota.
This is all regarding the Time Mgt status 7, i think this will give u a idea.

2. What is positive and negative Time management?
Positive Time Management is when an employee has to "Clock-in and Clock-out" each day. There must be a time entry or absence entry for every scheduled work day.

Negative Time Management is when an employee only has to record absences or "variations" to the work schedule - works overtime, works other than regular scheduled hours, vacation, jury duty, funeral leave, etc.

Hourly employees - those paid for each hour worked usually use positive time recording, Salaried employees, paid regular amounts regardless of time worked usually use negative time recording.

The details are as follows :
2 Mechanisms of time recording are available
Positive time recording – Actual times are recorded
This method completely records all actual times, that is, all transactions such as actual working times, absences, and so on.

Negative time recording – Deviations from a work schedule are recorded
Recording Only Deviations to Work Schedules
This method records only employee time data that represents exceptions or deviations to the work schedule assigned to employees. Here you can include the most current data, such as employee illnesses, schedule and record substitutions, and enter annual leave for employees.

SAP provides various Info types for time recording purposes.
All above explanations are correct, however to simplify :
In Positive time, where you need to maintain all in time out time either through Time Recorder or some time it is uploaded after maintaining manually.


Example:
When you record in time as 8.30 am and out time as 19.30 pm. against your DWS 8.30 am to 16.30 pm. applicable on that day, the additional 3 hrs automatically gets into Overtime...whereas if you don't record your in time or out time any day against your X planned working hours in DWS, it means its your absent that day.
Whereas in negative time: You maintain these additional 3 hrs in Overtime Infotype. and absence in 2001 infotype for that pernr.

What is the process of +ve time management, which are all nodes we have to configure, can any body do let me know the process

Config IT 50 and 2011....
and check connections with time recording machines
Give time management status in infotype 0007 as '1'.

3. I have a business requirement to report on Final Performance Ratings via Org. Units. Standard SAP Reporting for Performance Management appears to be very limited with phap_search_pa...
I want to be able to report on Org. Units and their Final Performance Ratings so to visualize the data I am looking for:
Appraisal Template --> Org. Unit --> Individual Employee Data, Is this possible?
I don’t think there is any standard report that is available to get the data as per you your requirement.
I would suggest you to develop a custom report to get the data. Get the appraisal related data from PHAP*
Get the OM (Org units) related data from employee's 0001 infotype and pass details from FM "RH_STRUC_GET". Get the employee related data from PA tables.

4. Hello Everybody, I have a Vacation quota 40 which has a balance of 32 hrs. Employee takes a deduction from the Quota 16 hrs this week and I am writing the balance of the Quota into wagetype 4610. Here is the rule I have written HRS=FR40F, ADDDB 4610. The result in 4610 still shows 32 hrs instead of balance 16 hrs.
try HRS=FR40C.

5. We are having a weired requirement in our company, currently salaried employees irrespective of the days they worked we are paying them 40 hours per week, work week is being considered as Monday to Friday.
On the holiday week, lets say Thanksgiving our Store managers (Salaried employees) worked 5 days apart of Thanksgiving holiday. current business requirement is when ever there is a public holiday, if the salaried employees works 5 days other than holiday, they should get 40 hours regular pay + 8 hours holiday pay.
one good thing is even salaried employee are punching in and out in our company, but these punches are not being considered in our schema. we are just paying them according to the work schedule.
So, my question is, what is the approach that we need to take in order to pay more than 40 hours for the salaried employees who worked for 5 days on the holiday week?

You are saying that salaried employees paid 40 hrs irrespective of working days. right? does that if the holiday falls on 'off day', employee should be paid 48 hrs irrespective of how many hours (days) he worked? ---
If the req is same as stated above, you can flag a time type if the holiday falls on Scheduled OFF day. If the flag sets you can create a time wage type with 8 hours.
--- Lets say the req is like, employee must need to work 5 days in a holiday week, Then you need to count number of days he worked in week (you can achieve this by checking time entries, if the employee had at least one entry then the counter get incremented to 1; and this counter initializes every week). And you need to create a flag for holiday. at the end of the week you check the holiday flag and counter, if both satisfies generate 8 hrs of holiday.
You might be able to tackle the problem in this way:
1. Create an Attendance Type say 'Holiday Pmt'.
2. Just like an employee would apply for absence type on absence day, ask them to apply for this particular attendance type on any holiday worked. This can be done with approval from manager.
3. Assign valuation class for the particular Attendance type.
4. Write a rule, check for the valuation class of the Attendance type.
5. Generate ZL Wage type as required.
6. Pay through Payroll.
Currently Salaried employees are getting paid according to the work schedule for Mon - Friday 40 hours, irrespective of the hours and days they work.
Some of the salaried employees are working on Sunday if the public holiday is in the middle of the working week. only for those employees our company want to pay 40hours regular and 8 hr holiday. There isn't any particular rule that every salaried employee must work for 5 days in the holiday week.
Current configuration is paying them 32hours regular time and 8 hr holiday pay as it is falling in the working week.
Please let me now if you need any further information.
Then you can proceed as I mentioned in the earlier mail.
1) Create a time type to count number of working days. counter will be initiated at the begining of the each week. And counter will increment by 1 for every that has atleast one entry.
2) Create another time type to flag the holiday. It should be a floating flag. (that means if holiday occurs on thrusday, the flag has to be continued for friday, saturday and sunday.
3) On sunday if the working counter is 5 and holiday flag is set, then you can generate a wage type of 8 hours as holiday bonus/pay whatever you call.
One more thing, you can follow pooja's suggestion also. In that procedure, whenever you see the 'holiday attendance' system will pay 8 hours. We need to make sure that the employees uses this attendance code properly.
Bothe methods are worth approaching. The earlier is more system control and later one is more human control
Attached Files
File Type: doc Info.doc (28.0 KB, 59 views)
Reply With Quote
  #2  
Old 12-14-2008, 10:45 AM
saphr saphr is offline
Member
 
Join Date: Dec 2008
Posts: 163
6. question related to Time evaluation in Q/A server , we are applying new HRSPS so we are trying to run time evaluation for few employees ,in the Graphical display of spool ,in statistics it says
selected personal numbers 18
successful runs for 5
including with errors 0
processing not completed for 13
Rejected 0
Total number of messages 0
and error messages

i tried to check for errors in the log it says ,in red it says
"STOP:No rule under key $Z1CQ3****** **
Technical error no.57
01/01/2006 processing terminated for employee 00012345 Wolfgang Ackerman"
Any idea on what is causing the error ,

Probably you have not clearly specified any generation rule for the grouping of z1, C,Q3 ...your PSG groupings.
please check the nodes set base entitlement and generation rules for these groups which the system gave in error.

Have u inserted any customizing PCR in Time schema, if so then carefully check the conditions i.e IF and ELSE , (i think Z1CQ is ur PCR and 3 is the grouping) conditions. if ur custom PCR is not working just send me that PCR i will try to solve the issue

7. An employee with personnel no from an our unit, is appearing in the shift planning, even though the data in the IT 0007 "employee time management status" is "no time evaluation".
Check with different options available in "Time Mgmt status" in IT0007

I am not clear with your reply.The problem is time mgmt status in IT 0007 for this particular pers no is Zero i.e "No time eval", but still this pers.no appears in shift planning.

8. Is there any Difference between Time Management and Time Evaluation? if yes, then what is it? I guess there's no diff, time evaluation is a report..
Time management can be divided into 3 steps
1.Time Recording
2.Time Evaluation
3. Planning
Time Evaluation :
The recorded time data is grouped and converted to wage types which can be used by payroll for compensation.SAP provides a time evaluation program RPTIME00 for this purpose.
Standard schemas TM00 and TM04 are used for evaluation of time data got from positive and negative time recording approaches.
time evaluation program RPTIME00 also calculates accrual and entitlement for employees

Time Evaluation is accessing or evaluating the of an employee on a daily basis.
The time schema TM04, TM00 is read on daily basis for each and every employee.
and what ever the Time Wagetypes formed during time evaluation are transferred to payroll thru ZL table, if there is any Time - Payroll integration is there.


9. I am currently working in a UK implementation on Time management. There are certain statutory absences for UK like SSP, SMP, SAP and SPP. In the system there are already standard entries for all of these. But there is some things called the Occupational leave types , these are OxP leaves.
My question is do we have to create separate absence types for the OxP leave types or the same absence can be used.

in time management do we have county specific absences, i thing some body might have created the same. always you can created the new absence type see whether it is meeting to your requirement or not, then see base entitlement, deduction rule and counting rule for the same


10.If the company uses TIME RECORDING MACHINE for recording time events, then where it is going to update whether in INFOTYPE of some where else.
Its done using uploading the time data via time event infotype 2011:
In external time recording systems, the time events (such as clock-in/clock-out times) are recorded and then checked against the data downloaded from the SAP system.
The data recorded is then uploaded to Time Management in the Personnel Time Events infotype (2011). The time events can be processed further to determine attendance/absence durations.

If the company is using the positive time management, the time pairs(in-out) will be recorded in the 2011 infotype.But you should have well defined interfaces which send the time to SAP.
If your company is using the Negative Time management, then attendances will go to 2002 and any deviations will go to the absences infotype.
Reply With Quote
  #3  
Old 12-14-2008, 10:48 AM
saphr saphr is offline
Member
 
Join Date: Dec 2008
Posts: 163
11. If I am capturing time data of all employees in any legacy system, and then transferring that data in SAP system using BDC, will SAP allow me to edit that time data say for example IN and OUT time of some or all employees? I am working in SAP 6.0.ffice:office" />
Time data is already entered but you want to edit right if you are using cats the solution would have been easy but in this case you have to make changes to the Time Cluster RT tables
Check - Time pair data from cluster tables B1 and B2: IF_PT_TD_TIMPAIR
also CHECK, The grouping for employee attendance/absence reasons is assigned in the Time Recording Info infotype (0050). The SAP Enhancement HRPTIM05 is available for setting up the connection with external time
management systems (HR-PDC).

12. I faced one question that the client is not implementing Payroll and it is running by third party at the time what is the use of time management and how can we integrate time management to other payroll.
Pl take a look at the Interface Toolbox for HR ie TCode PU12.
the use of time management is off course not only to feed the payroll! Time Evaluation will calculate and accrue your absence/attendance quotas, process all deductions, additions and transfer from all time infotypes and adjust the quotas accordingly. And then there's TMW time managers workplace, CATS,... so there's more in live then payroll.


13. What is accrual period?
Accrual period is the period in which you need to accumulate the quota. It depends on the client.
There are various methods available for granting absence entitlements to employees:
1.By manually recording absence entitlements in the Absence Quotas infotype (2006), where absence entitlement is granted to employees individually based on special criteria
2.By setting default values for entitlements when creating records in the Absence Quotas infotype (2006)
3.By automatically accruing absence entitlements. The entitlement determined has to be changed only in exceptional cases.
An addition, two methods are available to automatically accrue time-off credits: The method used for accruing absence entitlements depends upon whether absence entitlement is granted in a lump sum in advance or proportionately after a calculation period has been completed. Where absence entitlement is granted in its entirety in advance, the total entitlement for a subsequent period (such as a calendar year) is accrued at one time in advance. The entitlement is immediately available in the Absence Quotas infotype (2006). The system can calculate the entitlement on the basis of the employee's HR master data, such as age or seniority. If you use time evaluation, you can take account of completed time data from past periods. You must specify for all quota types whether they are to be accrued automatically using time evaluation, or manually, or using the report RPTQTA00 (Generate
Absence Quotas).

14. An employee with personnel no from an our unit, is appearing in the shift planning, even though the data in the IT 0007 "employee time management status" is "no time evaluation".
Check with different options available in "Time Mgmt status" in IT0007 I am not clear with your reply.The problem is time mgmt status in IT 0007 for this particular pers no is Zero i.e "No time eval", but still this pers.no appears in shift planning.

15.A time admin tested in QA portal with a test user ,put in a vacation time off request for 88 hours 04/16/07 – 04/30/07. Sent it and approved it. It doesn’t show up in the Time off request Overview that it is approved. It’s not showing up anywhere, not even IT2001 or IT2006. looks good during entry and approval, but then the time off disappears. So, I entered time off in the past and everything shows up where can be the issue, is it with the workflow in ESS or with the configuration set up
1. Are you using the CATS / ESS Webdynpro Time Recording?
In this case, after the approval process, try to use the trans CAT6 to bring time data to HR.
Or, if you approve via CATS_APPR_LITE, be sure that the flag "Immediate transfer to HR" is ON.
Then, you should see your time data in the IT2001.
well we are using the ITS version, but the issue is when the user requests for the time off for vacation quota type in the portal for 88 hours for the month of April and sends it for approval and when approved, the approved and planned 88 hours are not showing up in the time off requests overview
but when did the same thing for the past month now i,e for the month of feb for similar amount of hours they show up what can be the bug and one more question is there any Tcode to approve the time off requests for absence quota in the R3 system

2.for viewing absence quota overview you have tcode pt50 and also for time off you go to pa61 time master data and infotype 0051 monthly calendar if you do changes their that will reflect time sheet

16. Hi I am running TM00, Its working fine, but when I run Tm00 for the month of may 2007 It is running for 30st April 2007 also, I want it to run only for the month of May 2007, For 30th april 2007 its giving error.
1. Unlike the section Time Evaluation Without Clock Times, schema TM00 sets the following
preconditions and objectives:
Employees' working times are generally recorded at subsystem in the form of clock-in and clock-out entries.
Time pairs are then formed from the time events. Any times not recorded using this method, but which count as working time, are entered as absences and attendances in infotypes 2001 and 2002.
Clock times are of relevance to time data. They are compared with the specifications in the daily work schedule (core times, break times, start/end tolerances) to determine whether or not the employee worked the correct hours, when time should be deducted for breaks and which time qualifies as overtime.
Check p2011 time events

Q. But My question is, that the I am getting a error because there is no data for employee in 2011 infotype for this employee in 30.04.2007.
message saying
Tolerances and error checks

4 PTIPA TE10 GEN Adjust absences
5 ACTIO TE20 Check for day with error

5 Processing /
0 Call rule TE20
/ Error entry no. 01
30.04.2007 Incorrect processing for EE 00000057

2. have you somewhere stored data for 30.04?
e.g. IT 0050, it 20*
what is inside the clusters:
PT_CLSTB1
PT_CLSTB2
delete the clusters:
RPUP1D00
RPUP1D10

RPUP2D00
RPUP2D10
Q. There is no data in 2011 on 30.04.2007 or in 0050, In payroll status also
PDC recalculation is 01.05.2007
I am in RPUP1D00
what is that I need to enter in
Relation ID --------- ?
Sort field -----------?
relation id is B1 or B2 -> depends on the cluster sort field -> is personnel number with all 8 digits.
not onyl 321 but 00000321
Q. Thanks for helping us, We are implementing time mgt, I have been running Tm00 in test mode only
hence there is no data in the clusters, but we still have the same message,
A. please chekck your Infotypes. There should be somewhere a mistake. please check if alle ITs are valid from 01.04.07 also important IT 0003
Use V_T569R table to set a limit to recalculation date for time management for every employee

17. can we see in infotype 2001 when the approval for the absence type is done, if not where can we see when the approval is done in time mgmt infotypes
I guess that the time rejected (no approval) is recorded in CATS (Time Sheet). it will transfer to IT2001 of HR module when approved.
CATSDB is the table in which you can check the approval is done or not. Once it is approved,it should come to 2001 infotype.
Yes. It is available in the table CATSDB. The data available in CATSDB is transferred to the infotypes only if the variant "WORKFLOW" is set with "Immediate transfer to HR" for the approval report in IMG settings.
To know more about the data transfer process refer the following.
Check out this document from page 177 to 184.(CA_TS)
Also check this document from page 28. (TS HR DS)

And if you are just interested in checking the status of the time sheets submitted the report "CATSSHOW" will be usefull.

18. If i am capturing time data from any other system and then feeding that data in SAP, do i need to configure SAP? If yes, what?
1. You are recording the time data using a time recording system. and to evaluate the data from the recording system you need to upload the "clock in" and "clock outs" data in time events 2011 Infotype and use "positive Time evaluation". For more information check this sites.
Time Recording , Time Evaluation (SAP LIB)

2. let me know is it positive time management or negative time management?, if it is positive time management we can do through
CATS,u can check it these transaction codes: CAT2 and CAT3(display).

other wise the actual scenario of capturing the data is one is punch cards(swipe cards) and second one is system login to capture the time data, after this data u should put into a an Excel sheet then u can upload the data from SAP to non SAP

3. Yes, from any third party system you can download data to a flat file, and modify flat file as suitable format to store data into SAP system through custom program and upload it to SAP system.
Its all depends again what data you want to upload, either positive (if want to calculate time pairs - login and logout) or negative (Absences - deviations from work schedules)
Reply With Quote
  #4  
Old 12-14-2008, 10:49 AM
saphr saphr is offline
Member
 
Join Date: Dec 2008
Posts: 163
19. Can Any body tell me the Process how to configure Attendance.... i have done all steps...of configuration, and while running time Statement form i m getting problem....from where i have to copy form name TF00 ( is this form India specific) When i m trying to copy it from PE50 then error is coming TF00 dose not Exist.... and when i m trying to to copy it from PE01 it copied successfully but ..............
in Time Statement form in Field of Form name when i m putting up copied one then
Error is coming it is not permissible..... and when i m running Time statement form with standard one TF00 then After execution Error is coming 00072001 No work center for Date 2006 01 01
Number of personal number incorrectly Processed......... i don't know that, I m following right step or wrong??? What is the exact Process and path for Attendances Generation

If you want to get the statement you can use the report PT_BAL00 - Cumulated Time Evaluation Results: Time Balances/Wage Types . TF00 is a standard one. and check the work center periods.

Q. but my question is from where i can copy this Form TF00

Please try the t-codes PE51 or PUFK.
i think he is asking for India. as you said, we cannot copy TF00 because it is for US specific. Can we copy this r else which one we can use to get the time statement

Q.my question is, As we Generate Absence quota (INDIA Specific) in SE38 By using Program RPTQTA00 ..the we can get Absence Quota for Given period .....so what program should i use to Generate Attendance Quota in SE38.and i updated attendance quota infotype (2007) and Att. quota is coming in quota overview. PT50. but then i m booking Attendance manually by infotype (2002) and giving sub infotype while creating i m getting this ERROR:- Customizing Error in Absence/and Attendance type 01
Detail of this:-
During the valuation of the Att/Abs Type with the Grouping 01 an inconsistency in the setting made in customizing was determined possible cause are the discontinous validity of the att/Abs definition or an Organizational change of the employee with a corresponding change in the Absence grouping with in the valuation interval. Atten/ Abse valuation can not be carried out because the valuation feature are incomplete...
what is this Valuation feature?

Valuation basis table is V_512W_B
For Both Abs & attendance its PT60

Q. as we create Absence quota in SE38 by Using program RPTQTA00. So what program we have to execute for Attendance quota ...or it can automatically generated by maintaining attendance quota in PA30.
abs quota without time evaluation.. is rptqta00... but for attendance u use time evaluation i.e pt60

Q. can you tell me one thing that if we r following Negative Time Management. then it is not required to maintain Attendance Quota.??? Or Attendance and Att. Quota is only maintained in positive time management?? if company is following negative time management. then how they ll mark Attendance for day and if they are not using any time recording system. how to book it manually in SAP?? And what configuration is required to book Attendance by using ( infotype 2002)?? and What is relation to Availability type??
Even for negative time management (for Salaried employees),there can be attendance quota ,it depends on the clients requirement. If you have to maintain attendance quota ,for salaried employees you can create an attendance type and assign to quota. in our previous organization we created one attendance quota for all the employees(both + ve and -ve).we named it as adverse weather. Like if the weather is bad and employee cannot attend to the work,then the attendance is recorded using a splecial attendance type.those number of hours were stored in the attendance quota.and employees have to compensate those hours i.e they have to work overtime in one oneyear. I just gave you one example for attendance quota there can be so many scenarios.


2.if they are not using any time recording system,they can record time in CATS. or they can enter in ESS(employee self servie) or users can enter in infotypes manually.
3.And regarding availability type (infotype 2004).it can be used for offsite work say for example if the employee works on-call(works from home on call),then you can enter the number hours worked in the infotype 2004.these hours appear in the TIP(i/p table) with the information type R ,when you run the time evaluation
Reply With Quote
  #5  
Old 12-14-2008, 10:50 AM
saphr saphr is offline
Member
 
Join Date: Dec 2008
Posts: 163
20. This issue is about (non-exempt) partial day absences and the fact that each day an absence is entered, that day could not total more than 8 hours. I checked the config and the day will not go beyond 8 hours if an absence is entered. It also will not go under 8 hours if an absence is entered. So, the current formula is: if an absence is used during the day, the day must EQUAL 8 hours. I heard Payroll say there may be a time when the employee does not have enough quota to cover even the partial day and the employee will want to enter 4 worked and 2 Float for example. Payroll wants to change the config so the formula is: if an absence is used, the day cannot be GREATER than 8 hours.ffice:office" />
You can use the CATS0006 user exit and use a condition to check if there are any absence types entered in a day. You can check if a type entered is an absence or an attendance using the type's characteristics. Then you can issue a error message accordingly.

21. Kindly let me which user exit can be used for time management. More specifically to carry forward leave balances to next year.
ANS:1. configure PROPERLY the leave quota in table V_T559L
ANS.2.: V_T559L has been configured properly... If it would not been then I would not be able to generate quota. My issue is to transfer leave balances from previous year to next year.
ANS 3. for this u have to give return value as 1or 2followed by year to which you want to carry forward in the feature LVDEF just go through this feature related data u will get

22. I am using -ve time management. The client has staggered weekly off. They have weekly off as Sunday for six months and weekly off as Saturday for six months. How do i configure it. I do not want to create Period work schedules for 6 months.
No Need of creating PWS for 6 months create 2 PWS one is Weekly OFF on Sunday other is Saturday. And Create 2 WSRs and assign each WSR for correspondent PWS and save it. And inform your End-User to change the WSR of employees IT0007 every 6 months. It will solve your problem

23. Just wondering if someone could tell me about how long it would take to implement HR Time Management. Also, would you recommend having an implementation partner (consultant) or is it a module you can implement yourself?
Your question is too broad to answer.. Duration depends ffice:smarttags" />ur clients business size, complexity and lot more factors.. no specific duration can be specified unless a through business study has been done....
And coming to ur next question.. if ur consultant then no need for implementation partner provided u have in-depth knowledge in the module....

ANS:2 Minimum of 6+1 and of course, better to go with an implementation parter :-)

ANS 3: It depend on the client size and the critical conditions in leave configurations etc.There might be different situations to be tackled while configuration. The Blueprint preparation may take 2-3 months, depending on the client discussions, and the time they invest for your project. If they cooperate, you can complete the blueprint sooner. Later you can go for configuration and developing any reports etc by abaper. Testing and data migration also needs 1 or 2 months, again depending on the client dedication. If everything goes well, then you can complete the project in 6-7 month period.
You can implement the module on your own if you knowledge in the module.otherwise it is better to take help of implementing partner.

24. An employee with personnel no from an org unit, is appearing in the shift planning, even though the data in the IT 0007 "employee time management status" is "no time evaluation".We don`t want this particular employee to appear in shift planning. Hence can anyone help me to find out the reason for this issue?
Shift Planning has nothing to do with the Time Management status....Just ignore the Employee...It will always come... However u can make a different combination of either ESG or PSG for looking into the case...
I am still not getting your reply. Can you please be clear. As per my understanding the respective personnel no is not included in time eval, sicne the status in IT 0007 is "zero". Since this per.no is not included in Time eval, then how it is appearing in shift planning? we do not want this PERNER to appear in shift plan Hence could provide a solution for this. or is there any customization settings to be done.

25. What is the Counting rule in Time Management? After uploading of leave i am getting error Counting class of period work schedule not available on some specific date.
Counting Classes are used to define your various Counting rules for your A/A types. You need to define counting rule for each absence type. You can do it through SPRO
TM->TM data Recording & admn->Absence->Define Absence Counting Rule.
Table - T556C.
You have to define Counting Class on this node:
TM-->TM data recording-->Absences catalogue-->Absence counting
-->Define Counting classes for Period Work schedule


Counting Rule is different and not related to error which you are getting.
Counting rule defines the rule for counting the attendances / absences.
T556 takes into account: Conditions for the current day, Conditions for work schedule, Condition for planned hours, Condition for absence / attendance, Counting and Deduction rule.
Under Condition for work schedule, you can define Counting class for PWS and DWS class. You need to define a suitable counting class to period work schedule before using it here in this table.
Reply With Quote
Reply

Tags
sap hr

Latest News in Career Forum & Tips





Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2024, vBulletin Solutions, Inc.