cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori HCM Pay Stub app enhancement

former_member195748
Participant
0 Kudos

Hello Gurus,

I have activated the Pay stub Fiori app and its working fine. Now the client wants to enhance the app so that the users can only see the Payslips when the Salary has been credited to the account.

Is there anyway to do it. I know there is enhancement spot- XSS_REM_INTERFACE. Will that help. ?

Regards,

Vivek

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182874
Active Contributor
0 Kudos

Hi Vivek,

Users can very well see the payslips once it is generated from backend. Ideal situation is when the credit is happening. Past payslips can be seen anyways. I feel this is a standard scenario.

regards,

Tejas

former_member195748
Participant
0 Kudos

Hello Tejas,

There is a difference in days in when the payroll is run in SAP and the amount is credited.

So, the client wants it to see only when its credit. I hope it clears your doubt.

former_member182874
Active Contributor
0 Kudos

Is there a check in the backend, which checks for credit date, if yes, you have to manage it in the DPC class ,check the service called from the inspect element.

There is a property : PayDate. May be you can figure out a logic to show on the basis of this date.


Regards,

Tejas