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

RFC for loading Customer Master

Former Member
0 Likes
1,126

Hi friends,

is there any (RFC's ) Remote functuin modules for creating <b>Customer details</b>... because i'm getting data from some file.. i want to use any RFC's by using that particular RFC i need to load the Customer master details into R/3 database tables... what are the RFC's available.. where can we get all those..

and for my requirement what i have to do in ABAP side..

thanks

Babu

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
710

Look at BAPI_CUSTOMER_CREATEFROMDATA1.

(Unfortunately SD_CUSTOMER_MAINTAIN_ALL is not RFC enabled)

Regards

Hi friends,

is there any (RFC's ) Remote functuin modules for creating <b>Customer details</b>... because i'm getting data from some file.. i want to use any RFC's by using that particular RFC i need to load the Customer master details into R/3 database tables... what are the RFC's available.. where can we get all those..

and for my requirement what i have to do in ABAP side..

thanks

Babu

4 REPLIES 4
Read only

Former Member
0 Likes
710

there is a bapi available for this

BAPI_CUSTOMER_CREATEFROMDATA1

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

Read only

Former Member
0 Likes
710

Hi the best way is to go for LSMW.

Direct Input program is available for Customer Master load.

So you can go for LSMW using Direct Input method.

Here are the program details.. LSMW Screen..

Object 0050 Customer master

Method 0000

Program Name RFBIDE00

Program Type B Batch Input

Message was edited by:

Rama Jyothi

Read only

RaymondGiuseppi
Active Contributor
0 Likes
711

Look at BAPI_CUSTOMER_CREATEFROMDATA1.

(Unfortunately SD_CUSTOMER_MAINTAIN_ALL is not RFC enabled)

Regards

Read only

Former Member
0 Likes
710

Suppose if ur data is in lakhs then u can go for LSMW. Bcoz., there is standard available for Customer Master. Otherwise u can use BAPI Fm, BAPI_CUSTOMER_CREATEFROMDATA1