cancel
Showing results for 
Search instead for 
Did you mean: 

ESS - Payslip - Display before Pay date

Former Member
0 Kudos

Currently once the payroll is processed the ESS payslip is displayed immediately for the employees.

I remember from previous projects that we can control the display of the same not to show till the pay date.

Can some one share where to modify the configuration to achieve the same.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Ram,

If you are using the Web Dynpro based payslip then you can use the method PROVIDE_FILTERED_RGDIR of BADI,

XSS_REM_INTERFACE. Please use the SAP standard BADI.

The default implementation of this method has been done in such a way that the payslips are displayed for those periods whose paydate is less than 3 days from the current date (the date on which the user checks the ESS).

Please consider an implementation of this method if you would like a different behaviour. Also please refer to note 901850 for details on how to implement this BADI.

Regards,

Manny

Former Member
0 Kudos

Ram

Implemente a copy of standard SAP BADi ZXSS_REM_INTERFACE with additional method IF_EX_XSS_REM_INTERFACE~PROVIDE_FILTERED_RGDIR to restrict viewing of paystub until payroll area has been exited:

Thanks

RL