‎2008 Feb 22 1:13 PM
Hi, All:
We need to create a customer in a online report, but We are trying to use BAPI_CUSTOMER_CREATEFRONDATA1, but this Bapi has no field for STCD1 (Tax Number 1) and this field is obligatory for us.
Anyone could help us, please?
‎2008 Feb 22 1:30 PM
hi
good
i would suggest you to try with this BAPI.
bapi_customer_createfromdata1
thanks
mrutyun^
‎2008 Feb 22 1:30 PM
hi
good
i would suggest you to try with this BAPI.
bapi_customer_createfromdata1
thanks
mrutyun^
‎2008 Feb 22 1:36 PM
Thanks mrutyun^ , but i am actually using this Bapi.
Anyone else?
‎2008 Feb 29 8:56 AM
Hi,
I finaly use this FM SD_CUSTOMER_MAINTAIN_ALL wich is used in Bapi BAPI_CUSTOMER_CREATEFROMDATA1, I just needed to fill some structures and it's done.
Thanks.
‎2008 Apr 11 5:07 PM
Can you tell me which fields in all the structures of this bapi BAPI_CUSTOMER_CREATEFROMDATA1 you pass data to? The issue I have is, if I pass data to PI_PERSONALDATA structure, I have an error saying the language field is required. When I enter data to the language field, I have error 'Double creation of company and user address not created'. It seems like I get an error if I don't enter anything and get the error when enter something. Please advise.