cancel
Showing results for 
Search instead for 
Did you mean: 

Payroll PCR

deepan_muthusami
Participant
0 Kudos

Hi Experts,

The scenario is for a single wage type say XXXX wage type, the requirement is either amount or Number/unit should be entered, where i can config this in wage type characteristics as Amount= + and Number/Unit=+ and also and also the unit based on the requirement.

In same if we have to entered as number/unit then XXXX wage type it should take twice the amount of Basic and if i enter the amount for XXXX wage type then it should consider only the amount entered. How to writhe PCR for a single wage type for both the number and amount, what is the operation used to check weather the XXXX wage type is amount or number?

Regards,

Deepan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Deepan

It wont  fit in one single line item on PCR.. The operation as follows

AMT?0  if it is amount

AMT?NUM   if it is number

Let em knw if this resolves or else free feel to touch base

Best Regards

Anil

deepan_muthusami
Participant
0 Kudos

Hi Anil,

I am not able to insert two operation for a same wage type, getting an error "no more operation allowed after decision operation or GCY.

what i have done is

*

****

ADDWT *

XXXX

AMT?0

ADDWT *

AMT?NUM

Num=2

MULTI ANA

ADDWT YYYY

Regards,

Deepan

former_member193210
Active Contributor
0 Kudos

For ESG *  and WT  xxxx, try the following :

     AMT?0

*      D  NUM?0

* *        MULTI NAA ADDWT *                                 (WTxxxx had a number and an amount)

* =       NUM=2  MULTI NAA ADDWT *                       (WTxxxx had an amount but no number)

=     D  NUM?0              

= *                     (should not exist since the WT would have no number nor amount)

= =      ADDWT *    (or add the operations required for WT xxxx with only number

Answers (1)

Answers (1)

leelamohan_kavali
Active Contributor
0 Kudos

Hi Deepan,

For your scenario i think no need to write any PCR go through below table wage type characteristics

Go to table SM30:- T511 In this table you can maintain number or unit & Maximum amount or minimum amount

Still if you have any doubts kindly let me know

Keep smiling

Mohan

deepan_muthusami
Participant
0 Kudos

Dear Mohan,

Thanks for your response but you have not understood my requirement. I asked if you enter the wage type unit, the wage type should process in different rule and if you enter wage type amount it has to process through different rule.

Regards,

Deepan