Application Development and Automation 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: 
Read only

BP additional validation

Former Member
0 Likes
868

Hello Experts,

I have a requirement to validate BP industry sectors while saving in t-code BP. All I need to do is to make sure that the user is ticking the "Standard Industry" checkbox when adding a new industry sector.I have tried too many ways to validate data before update but non worked. I have tried:

1. Events: 10021, 505001, 505002 (FIBF)

2. I tried all _CHECK BADIs and non of them was called, only _UPDATE ones are triggered (SE81,AP-MD-BP)

3. I tried BUS3 but I didnt find what could help

Please help and Thanks in advance

Samir

4 REPLIES 4
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
757

Please try with an implicit enhancement. Don't have a test data to provide you the place to include the enhancement. Please debug and find it.

Kesav

Read only

0 Likes
757

Dear Keshav, Thanks for your reply, are you saying that there could be an enhancement that I need to debug BP t-code to know it? could you please guid me more? how could I catch if there is an explicit enhancement?

Read only

0 Likes
757

Please check if you could create an implicit enhancement in PAI of the particular screen. Please search for implicit enhancement in SCN, you will find lot of contents.

Read only

0 Likes
757

Samir,

what Keshav wants to point out here is. put /H just before you slick save(or which ever button you want) and then start debugging,

go for the first perform statement. (check if its not affecting any other objects). and create an implementation of implicit enhancement at the beginning or end part of that FORM ENDFORM. write your code there and populate the error message.