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: 

BAPI_CUSTOMER_CREATE STCD1

Former Member
0 Kudos

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?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

good

i would suggest you to try with this BAPI.

bapi_customer_createfromdata1

thanks

mrutyun^

4 REPLIES 4

Former Member
0 Kudos

hi

good

i would suggest you to try with this BAPI.

bapi_customer_createfromdata1

thanks

mrutyun^

0 Kudos

Thanks mrutyun^ , but i am actually using this Bapi.

Anyone else?

0 Kudos

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.

0 Kudos

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.