cancel
Showing results for 
Search instead for 
Did you mean: 

wage type valuation

Former Member
0 Kudos

I want that value of wage type should be the value which user put in the wage type multiply with some value

for example WT 1900

in this user put value 500

when this value process in RT it should be 500 * x

can any one tell me where should i wrote the PCR for this .

one think also if value of x changes in back end and i do the force retro the system should pay the difference  of the amount ..

Accepted Solutions (1)

Accepted Solutions (1)

Sanky
Active Contributor
0 Kudos

Hi,

Store the X in the constant table i.e V_T511K.

Now in the custom pcr you can multiply WT1900 amount with this constant amount like below.

ZTST

3

   ****

          ADDWT *

   1900

          AMT=  1900

          RTE=KZCONS

          MULTI ARA

          ADDWT 1900

*

  ****

         ADDWT *

Here ZCONS in the constant name of T511K where you have maintained the X.

Insert this PCR just after proper line of the schema where WT1900 has been generated 1st time and present in the Output table of that line.

Insert this PCR in the schema with PIT function.

Check and tell me.

Regards,

Sankarsan

Answers (3)

Answers (3)

Former Member
0 Kudos

its in IT 0008

Sanky
Active Contributor
0 Kudos

Hi,

Refer my last reply at 11:27 am today.

Regards,

Sankarsan

Former Member
0 Kudos

thanx for the reply

can you tell me is it possible to use constant valuation in this case

I want to give payment throught IT 0008

Sanky
Active Contributor
0 Kudos

Hi Nutan,

You can go with this. Check with below link which will give you an idea on this.

Wage Type- Dependent Constant Valuation Bases Example - Wage Type Valuation - SAP Library

Regards,

Sankarsan

Former Member
0 Kudos

Thanx dey

I wrote PCR .... i hope this will solve the problem

Sanky
Active Contributor
0 Kudos

Ok.

Once your query is answered then close the thread with correct and helpful answer marking.

Regards,

Sankarsan

Former Member
0 Kudos

PCR is ok but where i have to put this PCR in schema.

Former Member
0 Kudos

Find point using ABAP debugger or Payroll log when your wage type 1900 is added into RT table.

Then place PCR mentioned above before that point in your schema.

raghu_c
Active Contributor
0 Kudos

It depends on where your base wage type is....if it is in 14, then you should place after P0014.

Raghu

Sanky
Active Contributor
0 Kudos

Hi Natun,

You are maintaining WT1900 in which infotype (IT8 ,IT14 or IT15).

If you have maintained it in the IT8 then place this pcr after ZLIT function in the XT00 subschema.

If you have maintained it in the IT14 then place it after P0014 function in the INAP subschema.

OR If you have maintained it in the IT15 then place it after P0015 function in the INAP subschema.

Check and let me know.

Regards,

Sankarsan

sikindar_a
Active Contributor
0 Kudos

Ensure that in the out table of the PCR given above both the wage types should exists