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: 

ALE

Former Member
0 Kudos

Please use more informative subject in future.

How to transfer customer master or vendor master from clnt 000 to 800 using ALE?

Edited by: Matt on Mar 12, 2009 11:00 AM

6 REPLIES 6

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

Using ALE, you can transfer any data for same system from one client to another. You have to follow same basic steps:

1. Set up the RFC connection between both the clients (will be done by Basis team usually).

2. Create port (WE21) and partner profile (WE20) in both the systems. Here you will mention the appropriate message type for customer master CREMAS/ vendor master DEBMAS

3. Set up the distribution model (BD64) and distribute it to the recx system.

4. First to create IDocs for the corresponding message types BD12 for customer master and BD14 for vendor master

5. Push the Idocs to receiver using BD87

6. At the recx side, execute BD87 to post the idocs to the application doument.

Hope this helps.

Mridula.

Former Member
0 Kudos

Hi,

Make the necessary ALE configurations at the sender and receiver. Here are they...

- Create logical systems (txn BD54)

- Assign client to logical system (txn SCC4)

- RFC destination creation (txn SM59)

- Port generation (txn WE21)

- Partner profile creation (txn WE20)

- Distribution model creation (txn BD64)

Once this is all perfect, you could go ahead with sending vendor or customer from one client to the other. For vendor, use program RBDSECRE (or alternatively via txn BD14) and for customer, use program RBDSEDEB (or alternatively via txn BD12). These are nothing but, master data generation through stand-alone programs.

Additionally, these master data could also be generated through change pointers and serialization of message types could also be incorporated.

You can view the IDocs generated in we02 or trace the corresponding inbound IDocs via BD87.

~ Bineah.

Edited by: Bineah Angeline on Mar 5, 2009 6:49 AM

0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

Transaction SALE :Basic Settings->Logical systems.

Here you can perform both the steps of Creating a Logical system and assigning of the client to the Logical system.

Thanks

Krithika

matt
Active Contributor
0 Kudos

Please use more informative subject in future.