Translate

Tuesday, August 10, 2010

Wagetypes in payroll

Wage types are simply payroll objects used to store payroll components which include the amount, number and rate.

There are two types of wagetypes primary/model/dialogues wage types and secondary or slash wage types

OH11 is the tcode and can be maintained via v_T511

you can copy model wagtypes and rename it according to your buss requirement.its a recomended practise.copied wagetypes should prefix with number like 1bas for example.Remember that when creating a new wage type it is always better to copy an existing wage type which is very similar in characteristics to your new wage type. Using this method, will ensure that all the relevant table entries will get copied as well.



unique indicator for a country that is used in the Human Resources components of the R/3 System.for india-40 and usa-10 for ex

Wagetypes can be evaluated directly or indirectly.

what is direct -it allows the user to enter values in infotype maintaince for the wagetypes created in 0008,14,15

indirect as the name sounds are populated by the system.They are used to calculate wagetype amount and populate for the user in infotype directly.

Inval for instance is India standard evaluation module
Tarif
Summe are some others

you can also create new modules or redefine existing ones(Zsumme) for example

pa->payroll data->indirect evaluation
Business Add-In (BAdI) HR: Indirect wage type valuation (HR_INDVAL) is used to create or change the calculation guidelines of an indirect valuation module

There is more to discuss about this like wagetype group,wage type characteristics,processing class,eval class,cummulation class

Two important table that you need to have your hands on is v_512w_o and v_512w_d

v_512w_o will give you complete view of primary and secondary wagetypes

v_512w_d will give you details of Processing Classes, Cumulations, and Evaluation Classes

succintly to say processing class control how wagetypes are processed during payroll run.

there are 99 pclasses.90-99 are cust specific

some p class
1. Assignment to valuation bases
10. Mark wage types for monthly factoring.

Evaluation classes are used post-processing of payroll. Take a look at the SAP standard wage types to see the most important evaluation classes.

Cumulation classes are used in payroll processing. In simple terms they can be likened to buckets which amounts are added to. Each cumulation class corresponds to a specific technical wage type. The technical wage type is always a value of 100 more than the cumulation class.

The cumulation class 1 (total gross) gets processed during payroll as /101. for example

Please watch this space for schema,pcr.its a ocean and need to have the spirit of exploration to dive and enjoy it;)



you can google "Wage Type Processing Basic Concepts
by Steve Bogner" will serve as a great refrence guide.thanks to him for thie wonderful guide.

No comments:

Post a Comment