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: 

Creating a Customer/Business Partner using Function Module in Background.

Former Member
0 Kudos

Does anyone know how to use the function module BAPI_ISUPARTNER_CREATEFROMDATA? I am unable to pass parameters exactly to this FM and make it work.

2 REPLIES 2

Former Member
0 Kudos

Hi,

unfortunately my system does not have this BAPI. However, with other BAPIs I have tried to read the relevant data using the corresponding BAPI_xxx_GETDETAIL BAPI - there usually is a "GETDETAIL" BAPI for every "CREATE" BAPI.

Simply read all the data for an object in your SAP system that has been created using SAP transactions and use this information to fill the "CREATE" BAPI. With a bit of trial and error, you should soon be able to supply the correct data.

Btw: Be shure to call BAPI_TRANSACTION_COMMIT afterwards!

Hope that helps (please reward me if it does),

Joerg

Former Member
0 Kudos

Hi Kirk,

There seem to be quite a few OSS notes for this BAPI. Just search for the name of the BAPI in the OSS and you'd get them all. Since you have not specified the exact nature of the problem, I cannot possibly recommend which Note would be applicable in your case.

There are just about 20 Notes out there and I'm certain that one / some of them address your issue.

Regards,

Anand Mandalika.