on 2007 Dec 21 4:33 AM
Dear Concerned ,
I am trying view to Basic CTC componenst in table pa0008
but for field Indicator for indirect valuation marked as I.
entries are missing in table pa0008.
where can i find these components.please help.
Regards,
Gaurav.
Hi Birju,
thanks for Help
The wage type marked as I can accessed through Table t539J
Regards,
Gaurav sood
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Gaurav,
You are right. The wage type entries which are marked with "I" will not have their amounts stored in PA0008 table.
This is basic idea behind Indirect Valuation concept. When you mark a wage type that it should be indirectly valuated, you ask system to derive amount of that wage type from the configuration (in relevant tables, based on INVAL selected for the wage type in V_T511). Hence system does not store the amount.
When you execute the payroll, system checks that wage type is marked for indirect valuation. So it computes the amount of wage type based on the configuration again. This makes sure that if there has been any change in the configuration, it is reflected in the wage type amount. Hence the amount is not stored in the PA tables.
Hope this helps.
Best Regards,
Biraju
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Gaurav,
You are right. But it is not only T539J. There is more to it. It depends on what is the INVAL variant configured for the wage type.
(1) Variant A (INVAL A) - amount will be fetched from V_T510.
(2) Variant B (INVAL B) - amount will be sum of certain percentages as specified in V_T539J plus fixed amount as maintained in V_T7INA9.
(3) Variant C (INVAL C) - amount will be sum of certain percentages as specified in V_T539J limited to fixed amount as maintained in V_T7INA9.
(4) Variant D (INVAL D) - amount will be determined by one of the INVAL above, as determined by the value of base wage type configured for this wage type being evaluated.
Basically, the amount will not be directly stored. What you are referring to (V_T539J) can be used to compute the amount, if variant is B or C, alongwith V_T7INA9 view values. INVAL variant is configured in view V_T511.
Hope this helps.
Best Regards,
Biraju
goto transaction SE80 . Give the program and you will see a tree like where the first one is Dictionary Structures . Expand that and you will see all the tables used for that program . They will have the actual tables that get updated as well as the configuration tables used in that transaction
this is expalnation given by varun i think this may help u
thnks
sikindar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
115 | |
9 | |
8 | |
6 | |
6 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.