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

Validate Business Partner

Former Member
0 Likes
1,658

I need to validate some fields in BP (business partner) transaction. I was suggested to use BDT Function Module(any) to validate BP fields.Could any one tell which Function module i have to use to validate the fields???

thanks in advance.

2 REPLIES 2
Read only

former_member191735
Active Contributor
0 Likes
830

Well, What exactly you want to check i mean address or existence check or what?

Anyways Search for BAPI_BUPA* in sm37. You will get number of function modules and documentation in the function module. Check it out or let us know what exactly you want to validate.

Read only

0 Likes
830

I have to validate some fields which are in BP transaction. I can break the the standard code and do the validation but its not a feasible solution,

i was suggested to use BDT or BTE ( DM server) so that i can take a Z copy of the existing program and include my validation inside my Z program. i need to know if any standard BTE or BDT (FM) is available for BP transaction.