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 function create Customer master(T-code XD01)??

Former Member
0 Kudos

Hi All,

i want to create BDC program using BAPI function create Customer master(upload customer master),but i do not know which BAPI function for create Customer master.

Does anyone know,please tell me which BAPI function i can use?

Thanks.

Van Dung

8 REPLIES 8

Former Member
0 Kudos

Hi,

For Loading Customer master you can use-

BAPI_CUSTOMER_CREATE

Regards,

Sujit

asik_shameem
Active Contributor
0 Kudos

Hi

Use BAPI

BAPI_CUSTOMER_CREATEFROMDATA1

Former Member
0 Kudos

Hi,

Try this..

BAPI_CUSTOMER_CREATE

former_member181995
Active Contributor
0 Kudos

Nguyen,

try with below programs.

RFBIDE00

RFBIDEK0

why you not are using LSMW for xd01 i think it will be lil easy to use.

Amit.

0 Kudos

Hi Amit Gujargoud,

I can use LSMW upload the data from legacy system to sap system., but my manager he did not want to use LSMW.He wants to use BAPI function for upload customer master.

I saw this BAPI function create customer master : BAPI_CUSTOMER_CREATEFROMDATA1,

BAPI_CUSTOMER_CREATEFROMDATA,

it is not enough field for input data.

example : if i want input : customer code,company code, Sales organiration,Distribution channel,Division.

So This BAPI function have not paramaters input this field.

Thanks for your answer

Van Dung.

Former Member
0 Kudos

Hi,

You can create LSMW direct input method with program name RFBIDE00, that would be easier.

Regards,

Prashant.

0 Kudos

Hi Van Dung,

Did you find any function module/BAPI which can be used to create/update the customer? I also need to do the same

Regards,

Venkat

0 Kudos

Hi Venkatesan,

You can use BAPI_CUSTOMER_CREATE and BAPI_CUSTOMER_EDIT as required.

or BAPI_CUSTOMER_CREATEFROMDATA and BAPI_CUSTOMER_CHANGEFROMDATA.

Regards

Dhirendra