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: 

Search/Create/Modify Business Partner from ABAP

0 Kudos

Hi,

we want to search/create/modify Business Partner data like adresses, bankconnections etc. within the SAP Business Partner module out of an ABAP programm which has the necessary information available at runtime.

We found so far a lot of FC's or BAPI's, which would work in principle.

We are woundering if there exists a better more economic way in terms of less coding, better programm maintenance, etc.

We belive it is possible doing so with classes and methods.

Has anybody a good idea, an example, a white paper a code example, an web linke how to do this ?

Any hints are appreciated. regards from Michael

1 REPLY 1

Former Member
0 Kudos

Hi,

Check this class CL_EX_CUSTOMER_ADD_DATA to solve your purpose.

If you need to know develop a program in Object Oriented technique, then check the below link.

http://help.sap.com/saphelp_47x200/helpdata/en/ce/b518b6513611d194a50000e8353423/content.htm

Regards,

Vara