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

View Entire Topic
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