One Day Salary Deduction
Calculation
This process calculates voluntary salary deduction of an employee for one or more days. If configured to do so, this process also calculates employer contribution for the same amount as that contributed by the employee.
You must have maintained the table view One day salary deduction (V_T7INO1) in the IMG under Payroll India ® One Day Salary Deduction ® Maintain Details for One Day Salary Deduction.
One day salary deduction payroll function (INDSD)
...
1. Reads the table view Associating pay parameters to pay scale grouping (V_T7INA3) for the Pay Scale Grouping for Allowances of the employee.
2. Reads the following wage types:
¡ 1DSD Basis Nominal wage type (/136)
¡ 1DSD Basis Actual wage type (/137)
3. Reads the table view One day salary deduction (V_T7INO1) and associates the Pay Scale Grouping for Allowance of the employee with the following details:
¡ Year and Period in which to calculate the salary deduction
¡ Calculation Indicator
¡ Factor
¡ Whether the employer contributes the same amount or not
4. Calculates the one day salary according to the Calculation Indicator maintained in table view One day salary deduction (V_T7INO1). One day salary deduction payroll function (INDSD) multiplies this amount by the Factor maintained in the same table view, to generate the Employee 1 day salary deduction wage type (/3OE). That is,
/3OE = (/136 or /137) divided by the value of (KSOLL or ASOLL fields in WPBP Internal Table) multiplied by the value of Factor field in table view One day salary deduction (V_T7INO1).
5. Generates the Employer 1 day salary contrib. wage type (/3OF), if the employer has been maintained in table view One day salary deduction (V_T7INO1). The value of this wage type is the same as the value of Employee 1 day salary deduction wage type (/3OE).
In case of a retroactive payroll run, the Passing wage types from ORT to IT for 1DSD Retro rule (IN49) checks whether Employee 1 day salary deduction wage type (/3OE) and/or Employer 1 day salary contrib. wage type (/3OF) exists in the Old Results Table. If it does, these wage types are brought forward to the Results Table.

During a retroactive payroll run, the values of the Employee 1 day salary deduction wage type (/3OE) and/or Employer 1 day salary contrib. wage type (/3OF) are not recalculated by the One day salary deduction payroll function (INDSD).
Cumulation of net amount rule (IN30) of Cumulate net amount and form payment amount (International) schema (INA9)
· Subtracts the value of Employee 1 day salary deduction wage type (/3OE) from Statutory net pay wage type (/550)
· Adds the value of Employer 1 day salary contrib. wage type (/3OF), if it exists, to Wage/salary + Employer shares wage type (/700)
You have maintained the following details in table view One day salary deduction (V_T7INO1) for Pay Scale Grouping for Allowances MN01:
· Year - 2002
· Period - 01
· Calculation Indicator - Actual Salary/Calendar Days
· Factor - 2
· Emp.Cont. - Employer also contributes
You run the payroll for an employee, who belongs to Pay Scale Grouping for Allowances MN01, in April 2002.
· Let Actual Salary of the employee for April 2002 be Rs.3000.
· Calendar days, KSOLL, for April is equal to 30.
One day salary deduction payroll function (INDSD) reads the table view One day salary deduction (V_T7INO1) for Pay Scale Grouping for Allowances MN01, and generates the following wage types:
· Employee 1 day salary deduction wage type (/3OE) = Rs. (3000/30) * 2 = Rs. 200
· Employer 1 day salary contrib. wage type (/3OF), which is also equal to Rs 200
See also: