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: 

Function Module or BAPI for Change Customer Master in Background

Former Member
0 Kudos

Hi,

I would like to ask is there any Function Module or BAPI to change the Customer Master in the Background

Thanks.

8 REPLIES 8

Former Member
0 Kudos

HI Janmi,

Use the Below BAPI,


BAPI_CUSTOMER_CREATE Create Customer Master Online

BAPI_CUSTOMER_CREATEFROMDATA
BAPI_CUSTOMER_CREATEFROMDATA1


For background running use

BAPI_CONTRACT_CREATEFROMDATA.

Hope they are Helpful

Thanks

Kalyan

Former Member
0 Kudos

Hi

BAPI_CUSTOMER_CREATEFROMDATA1

BAPI_CUSTOMER_CREATEFROMDATA

check this too..

RFBIDE00

SD_CUSTOMER_MAINTAIN_ALL

regards,

Ramya

Edited by: Ramya S on Feb 17, 2009 5:16 AM

Former Member
0 Kudos

Hi

Please check the following link

[FM|http://help.sap.com/saphelp_nw04/helpdata/EN/8f/53b67ad30be445b0ccc968d69bc6ff/content.htm]

[FM for BAPI|]

Hope this link helps you

Regards,

Rajani

Former Member
0 Kudos

Hi,

Check these BAPIs

BAPI_CUSTOMER_CREATE Create Customer Master Online

BAPI_CUSTOMER_CREATEFROMDATA1 For background

Regards,

Jyothi CH.

Former Member
0 Kudos

Hi All

What I need is how to CHANGE the Customer Master in the Background, not create the Customer Master. Thanks.

0 Kudos

Hi,

Try this BAPI

BAPI_CUSTOMER_EDIT

Cheers,

Surinder

Former Member
0 Kudos

This one prompts the change for the Customer Master in the Foreground, is there anyone which CHANGES the customer master in background???

0 Kudos

Hi,

Try SD_CUSTOMER_MAINTAIN_ALL

Cheers,

Surinder