cancel
Showing results for 
Search instead for 
Did you mean: 

ESS Payslip view on payment date

Former Member
0 Kudos

Hi,

I want to view my payslip in ESS only when the payment is done. But, now its displaying before 3 days of payment date.

I came to know that, this can be solved using BADI XSS_REM_INTERFACE. In which method i have to do coding?

And also let me know the variable that holds the value 3 (ie 3 days).

Regards,

Binny

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Standard SAP code is that pay slip will be visible only if pay date is less than 3 days from current date. This is done in the PROVIDE_FILTERED_RGDIR Method of the BAdI XSS_REM_INTERFACE

BADI- XSS_REM_INTERFACE

Coding in - PROVIDE_FILTERED_RGDIR ( Restrict In Periods Available in ESS)

Answers (0)