cancel
Showing results for 
Search instead for 
Did you mean: 

HCM Payslip

Former Member
0 Kudos

Dear Experts,

I would like to know the syntax of multiplying a wage type by -1 whenever it is available in the payslip.

This wage type is a deduction one, but it is available in the payroll results with a positive sign (standard behavior).

The required scenario is to multiply this wage type by -1 as it appears in the Deductions section in the payslip.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Are you really looking for this?

If pa0008-lgart eq <wage_type>.

value = value * -1.

endif.

Former Member
0 Kudos

Dear Chinmay,

Thanks a lot for your answer. It was very useful.

Thanks,

Answers (0)