Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Validating infotype 45 through BADI in custom webdynpro Application

Former Member
0 Kudos

Hi all,

I have a requirement to validate infotype 45 based on conditions for different types of loans. I have implemented the BADI "HRPAD00INFTY".

All validations are working fine in the back end. But its not refecting in ESS. In ESS its a custom webdynpro application. How to implement the same validations in ESS part also.

Kindly do the needful.

Regards,

Manju

1 REPLY 1

former_member182426
Active Contributor
0 Kudos

You can use GET BADI and CALL BADI functionalities in your WDABAP application methods to call the BADI

Other wise simple way, create one FM and put all your validations in this and use same in your BADI and WDABAP application.