cancel
Showing results for 
Search instead for 
Did you mean: 

V2 counterpart of My Paystub V1 BAdI

JC-Azcoitia
Explorer
0 Kudos

I have written an implementation for My Paystub v1 to calculate the deductions as the sum of some wage types (not just /110).

It seems that the history page of version 2 is missing: http://help.sap.com/saphelp_fiorierpx1_100/helpdata/en/f3/e9875411cd7048e10000000a441470/content.htm...

So I was wondering if there's a badi equivalent to BADI_SRA006 that allows customers to implement a different net/gross/deductions calculations.

Thank you

Juan Carlos Azcoitia

Accepted Solutions (1)

Accepted Solutions (1)

JC-Azcoitia
Explorer
0 Kudos

The BAdI equivalent to BADI_SRA006 for version 2 of My Paystub is HCM_B_PAYSTUBS.

It works pretty much the same way, method GET_PAYSLIP_RESULT_AMOUNT must be implemented to change the values of EV_SATNET (net), EV_GROSSPAY (gross) and EV_DEDUCTION (deductions). By default, net = /560, gross = /101, deductions = /110.

Former Member
0 Kudos

This message was moderated.

Answers (0)