‎2008 Aug 22 4:46 AM
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?
‎2008 Aug 22 5:00 AM
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
‎2008 Aug 25 1:08 PM
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