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

calling a BADI

Former Member
0 Likes
631

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
Read only

Former Member
0 Likes
585

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

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?

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
585

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..

Read only

Former Member
0 Likes
586

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

Read only

0 Likes
585

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