cancel
Showing results for 
Search instead for 
Did you mean: 

ESS Custom Error Message from BADI

Former Member
0 Kudos

Hello,

I am trying to handle a custom Error Message in the ESS US Bank screen. When the users enter some details in the Edit screen and click on Review I want to do a validation on the data that is entered and then return a custom error message back to the ESS screen and should not be navigating the Review screen.

We are still on the ESS WD Java version. I was looking for options and found that there are 2 BADI's which can be used but am not sure which one is the right one to handle.

HRPAD00INFTYBL

HRPAD00INFTYUI

Can someone point in the right direction?

Thanks,

NK

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I think this badi may help but there should be other badi specific to your application.

From that badi you can provide custom message.

As like in loan application, there is a HRPBSIN_ADDITIONAL_CHECKS like vise there should be badi for this application.

Thanks,

Ketul

Former Member
0 Kudos

We implemented the BADI HRPAD00INFTYUI Input Conversion method to achieve the solution !!!