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

BAPI_CUSTOMER_CREATEFROMDATA1u2019

Former Member
0 Likes
394

I am trying to load a customer using the BAPI u2018BAPI_CUSTOMER_CREATEFROMDATA1u2019.

The loading has been successful except for the payment terms field (zterm). The problem is that though we pass our own value of the zterm the BAPI takes this value from the reference customer that we pass. Is there any way to circumvent this?

Also there are a few fields like incoterms ,account assignment group etc. that do not exist in the BAPI. How do we load these values then?

2 REPLIES 2
Read only

bpawanchand
Active Contributor
0 Likes
362

Hi

I think you need to create a copy of the BAPI_CUSTOMER_CREATEFROMDATA1 and in that Z BAPI add your own custom fields and then try to update the data then you can solve the issue.

Regards

Pavan

Read only

Former Member
0 Likes
362

Should be opened in

Hi

That BAPI is to be used exclusively under the scope of SAP Online Store product.

Using it for standard customer maintenance would lead to trouble and inconsistencies in the future.

You would better look at note 384462

or eventually to class CMD_EI_API introduced with ERP 2005 !

Alain