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

Function Module

Former Member
0 Likes
798

Dear All,

We have a requirement in which we have to create a customer in background and get back the customer number. The only data available to us is customer address and Sales area. Is there any BAPI or Function Module or any other method which can help us in achieving it. We don’t want to Run BDC for it.

Regards,

George

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
763

Dear George,

I thik the following helps:

To create customer BAPI_CUSTOMER_CREATEFROMDATA

To create sales order BAPI BAPI_SALESORDER_CREATEFROMDAT2

To get the contact persons for a given customer Use the BAPI BAPI_CUSTOMER_GETCONTACTLIST

Award points if found useful

Regards,

Rakesh

6 REPLIES 6
Read only

Former Member
0 Likes
763

check

BAPI_CUSTOMER_CREATE

Read only

Former Member
0 Likes
763

Check BAPI_CUSTOMER_CREATEFROMDATA1

Read only

Former Member
0 Likes
763

Hi,

1. BAPI_CUSTOMER_CREATEFROMDATA to create customer..

2.BAPI BAPI_SALESORDER_CREATEFROMDAT2 to create sales order..

3. Use the BAPI BAPI_CUSTOMER_GETCONTACTLIST to get the contact persons for a given customer..

Read only

Former Member
0 Likes
763

HI,

BAPI_CUSTOMER_CREATEFROMDATA1

Regards

Sudheer

Read only

Former Member
0 Likes
764

Dear George,

I thik the following helps:

To create customer BAPI_CUSTOMER_CREATEFROMDATA

To create sales order BAPI BAPI_SALESORDER_CREATEFROMDAT2

To get the contact persons for a given customer Use the BAPI BAPI_CUSTOMER_GETCONTACTLIST

Award points if found useful

Regards,

Rakesh

Read only

Former Member
0 Likes
763

Hi ,

Not sure but please give a try to use Cuestomer Parameter ID : KUN..

immediately after creating ..customer .

Thanks .

Praveen .