Sie sind auf Seite 1von 3

configure DA based on the CPI points and not based on percentage of the basic salary.

For example if the CPI points


is 1500, this points have to be multiplied by 0.05 paise per day and the value has to be populated in Infotype 0008.
So can some help me how to configure the Fixed DA and Variable DA.

I am getting a correct value per day when i run the BDC in the Easy Access. but the results are appearing as
Ambigous result and not correct results.

run the BDC through PC00_M40_DAB

check in SM35 if the Batch session is already created when you executed the program?.. if you find a session, you
can process it either in foreground/background to load 0008

Basic DA Config:
Dearness Allowance is a non-statutory monthly allowance related to changes of cost of living in a particular town,
region or state and is based on the Consumer Price Index (CPI).
In case the employer opts to pay this allowance, it is statutory for the employer to revise this allowance every quarter.
This is a fully taxable
1.Define Consumer Price Indices: Enter Index Code and Description - define consumer price indices for DA that are
applicable for different locations of the company.
2. Assign Current and reference values for CPI: Enter Reference value and Current value - The difference between
the referenced and the current value of the Index is used to calculate the variable Dearness Allowance (DA) payable
to the employee.
3. Maintain Basic slab details for DA: rules for individual slabs. Slabs are salary brackets as specified for a State by
the respective State Government or local authority.
The methods use inputs such as the basic salary slab limit and percentages to calculate DA based on a percentage
of the employee's salary, or the rupees per point increase in consumer price index to calculate the additional DA
payable.
Requirements
Perform this activity when dearness allowance is dependent on the changes in the value of the Consumer Price Index
and the employee's basic salary slabs.
Activities
1. Enter a two digit alphanumeric value for the Basic slab along with a sequence number in the Basic slab and
SeqNo. field respectively.
2. Enter the Fixed value amount in the FxVal. field.
3. Enter the percentage factor of basis wage type in the Percentage field.
4. Enter the Index code, increase in Rupees per point increase in consumer price index and the employee's basic
salary slabs.
Activities
1. Enter a two digit alphanumeric value for the Basic slab along with a sequence number in the Basic slab and
SeqNo. field respectively.
2. Enter the Fixed value amount in the FxVal. field.
3. Enter the percentage factor of basis wage type in the Percentage field.
4. Enter the Index code, increase in Rupees per point increase in consumer price index, Increase in dearness
allowance in the respective fields.
5. Enter the multiplication factor to calculate the consumer price index in the the CPI % mul.fac field.
6. Select the calculation method for DA in the DA method type field.
7. Enter the currency in the Curr. field.
8. Save your entries.
4. Maintain DA Rules for Allowance Grouping: Define rules based on calculation type selected - Enter ALGRP, Start
and End Dates, Allowance type, Fixed value amt, Percentage factor, value of basic slab, Index Code, rupees per
point increase in consumer price index, minimum variable dearness allowance and the wage type for fixed dearness
5. Maintain DA Consumer Price Index slab detail: Associate a sequence number and upper limit to DA reference
code, associate the Rupees per point increase in the consumer price index which is multiplied with the difference
between the current and referenced values of the consumer price index to calculate the amount of variable dearness
allowance payable to the employee.

Apart from this u also need to use PCR depending on Client's requirement

Config Dearness Allowance in System.

Issue: Every 3 months after Percentage will change, for example April,May,June is 10% and next 3 months is 12%
and next 3 months is 8%..... on Basic pay
In Govt organizations, as per govt rule every 3 months after dearness allowance will change. they give this amount
on Basic Salary. for example: Basic 10000 and DA is 10% on Basic for April,may,June. and x% on Basic for
July,Aug,Sep and x% on next 3 months, like this...

DA in government sector is related with comsumer price index (CPI), are you talking about this then please do change
in table V_T7IND1, V_T7IND7,and check V_T7IND3 also

While using T-code PC00_M40_DAB it will update DA Changes of all employees in IT0008 according with
Consumer Price Index(CPI)

check this link


>http://help.sap.com/saphelp_47x200/helpdata/en/6e/0e96555a5642d9ad692f82b76ef946/content.htm

You can try the following PCR

Create wage type (EX: Variable DA-3000, Basic-1000) & put it for all the employees to whom VDA is applicable in
infotype 14 with amount should be zero.

As the VDA changes for every three months. So create a constant in V_T511k table as ZVDA and maintain the
percentage.

Now create a rule like below.

ZVDA--->V.D.A calcualtion

___
*
___3000--VDA wage type

__AMT =1000 ( Amount in basic pay wage type(1000) stored in amount field of VDA wage tyep)

__AMT%KZVDA (The amount will be then multiplied with percentage mentioned in ZVDA)

|__ADDWT * (The result of the bove step will be stored in VDA wage type)

As the V.D.A changes for every three months you need to change the value in ZVDA in V_T511k table.

Put this rule in INAP sub schema after P0014 function.

Das könnte Ihnen auch gefallen