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: 

calling a BADI

Former Member
0 Kudos

i am trying to do some data entry validation and so i was wondering do i do a call to the badi or do i write a function module to call the badi?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I am talking about BADI in SRM. I am trying to use the bbp_doc_change.

3 REPLIES 3

former_member156446
Active Contributor
0 Kudos

I am sure you might be talking about BAPI and NOT BADI

For data validation checks you can use BAPI ex: BAPI_SALESOFFICE_GRP_EXIST BAPI_SALESORG_EXIST BAPI_SALESORG_OFFICE_EXIST which check for existence.. or you can even use a select single statement also..

Former Member
0 Kudos

I am talking about BADI in SRM. I am trying to use the bbp_doc_change.

0 Kudos

[CALL BADI bd->check_validity also click>>|http://help.sap.com/saphelp_nw04s/helpdata/en/42/f96b8bbaf93268e10000000a1553f6/content.htm]