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

move Customer master data to btween systems

Former Member
0 Likes
1,204

Hi Gurus,

I m facing a question to move customer master data between systems. how can we do it other than writing bdc programs.

any responses would be awarded,

thanks a lot.

samson

1 ACCEPTED SOLUTION
Read only

former_member195698
Active Contributor
0 Likes
1,154

If the Two systems are SAP then you can use ALE to move the customer master from one system to other.

Other method is use of LSMW for uploading customer master to your SAP system if the source system is legacy system.

Hi Gurus,

I m facing a question to move customer master data between systems. how can we do it other than writing bdc programs.

any responses would be awarded,

thanks a lot.

samson

9 REPLIES 9
Read only

Former Member
0 Likes
1,154

you should use IDOC or some interface for that.

Read only

0 Likes
1,154

any more easy way to achieve it. no need to write any program and some efficient way by configuration?

Read only

0 Likes
1,154

Hi

Using change pointers concept.

Do settings in outbound side and inbound side.

use program RBDMIDOC and execute it .

Give message type as per your application.

for instance let us say application is material master then message type is MATMAS

Regards

Kanth

Read only

0 Likes
1,154

you will have to write codes and ALE IDOC is better option

Read only

0 Likes
1,154

Hi

message type for customer master data is DEBMAS.

Go through the explanation what i have given in the following thread

Regards

Kanth

Read only

former_member195698
Active Contributor
0 Likes
1,155

If the Two systems are SAP then you can use ALE to move the customer master from one system to other.

Other method is use of LSMW for uploading customer master to your SAP system if the source system is legacy system.

Read only

Former Member
0 Likes
1,154

your answers are all very helpful. thanks a lot.

Read only

Former Member
0 Likes
1,154

Hi,

The easiest way is to use ALE configuration, you no need to code any thing. Just configure and run the standard program(Trans. code - BD12) to send the IDoc to your receiver logical system and you are done.

Regards,

Naresh.

Read only

0 Likes
1,154

yes naresh, this is the best way. sorry, all good points are awarded to others.....thanks a lot for your reply.