cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

processing classes, cumulation classes and evaluation classes

Former Member
0 Likes
11,859

Hi Friends,

What is the diff between processing classes, cumulation classes and evaluation classes. where we see these three and what is the table no. for this?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member

Use t-code PC00_M99_DLGA20 to generate a report on the current configuration, and look at Processing Classes, Cumulators and Evaluation Bases.

Former Member
0 Likes

Processing classes

Processing classes are used during payroll calculations. There are numerous processing classes and the principal ones should be known to you as a payroll consultant. Look at the SAP standard wage types starting with a letter to see which processing classes have been assigned in those wage types to get an idea of the most important ones.

The table which holds these items is V_512W_D.

Evaluation classes

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

The table which holds these items is V_512W_D.

Cumulation 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.

The cumulation class 11 (pensionable pay) gets processed during payroll as /111.

Sushilkumar.M

Former Member
0 Likes

.) Processing Class - A wage type characteristic that controls processing during Payroll. There are different processing classes for the various processing steps that are performed within Payroll. During the payroll run, SAP R/3 processes a wage type in a specific processing step according to its individual specification in the respective processing class.

Cumulation class - Cumulation class are used to cumulate the model wage types to generate the /1** technical wage types.

Example - Processing class 20 is used for cumulation and processed by PCR X023. Now suppose you have set specifiction as 8. Now if you will check PCR X023 for spec 8, it says to cumulate wage type into cumulation class which are ticked. Like may be you want to cumulate a model wage type into /101, set PCL 20 as 8 and tick cumulation class 1.

Evaluation Class - Wage type characteristic that controls processing when payroll results are evaluated and displayed. There are various evaluation classes for the different processing steps that are performed when payroll results are evaluated and displayed.

Example

In the standard system, the specifications for evaluation class 02 determine how a wage type is printed on a form  that is payslip.

Specification 00: no printing on the form

Specification 01: prints personal payments/deductions

Specification 02: prints wage types included in the total gross amount

Specification 03: prints wage types derived from time-based payments and included in the total gross amount

Former Member
0 Likes

Hi Sarojni,

Processing class defines how wage types are processed during the payroll run.

Cumulation class defines wether wage type should be added for monthly , Quarterly and annual cummulations . Like Medical Allowance the wage type will not be cumulated to taxable salary to a limit amount.

Evaluation Class defins how results are displayed.

Table for all these is V_512W_D

Regards,

Kapil Kaushal

Former Member
0 Likes

Hi Kaushal,

Thank you verymuch for your reply .

Thanks,

Sarojini