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: 

Master data transfer using IDOC-ALE

Former Member
0 Kudos

Hi all,

I have requirement to send master data for material master,customer master,vendor master and work centre master from one 6.0 system to another 6.0 system.Please guide me how to do the same.ALE configuration has been done by BASIS.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

After doing following configuration.......

1)Create Logical systems(BD54)

2) Assign logical systems to clients(SCC4)

3) Create RFC destination (SM59)

4) Create Port(we21)

5) Create Partner profile(we20)

7) Distribution model( BD64) and generate partner profile.

go for data replication by using below transaction.

1. For material master : BD10,

2. For customer master : BD12,

3. For Vendor master : BD14,

4. For COSMAS : BD16

Thanks,

Asit Purbey

8 REPLIES 8

Former Member
0 Kudos

hi,

Have a look at this link, might be helpful.

[Idoc|;

Thanks

Sharath

Former Member
0 Kudos

Hi,

The order which we follow to distribute the data between two systems is:

1)Create Logical systems(BD54)

2) Assign logical systems to clients(SCC4)

3) Create RFC destination (SM59)

4) Create Port(we21)

5) Create Partner profile(we20)

7) Distibuton model( BD64)

Please Check this link, It shows a step by step approach to distribute data through Ale Idocs

https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/ale%252bidocs.

Regards

Vinod

0 Kudos

hi,

what is INBOUND AND OUTBOUND.....?

0 Kudos

hi bhanu ,

outbound processing : idocs r transferred from ur SAP system to a receiving system

inbound processing : idocs r transferred to ur SAP system from an upstream system

manubhutani
Active Contributor
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hello

check this steps

Developing an EDI scenario will include the following steps:

OUTBOUND:

Create Segments and IDoc type;

Create Message Type and link to IDoc type;

Populate IDoc using message control \ user exit or program (ABAP);

Distribute IDoc using MASTER_IDOC_DISTRIBUTE;

Create object type if required;

Generate outbound partner profiles;

INBOUND:

Write inbound function module (FM) to process inbound IDoc (ABAP);

Create process code and link to FM;

Generate inbound partner profiles; and

Link object type to FM for error handling.

To develop a new custom ALE scenario, comprises 5 steps:

Design and develop the custom IDoc with itu2019s segments and a new message type

Configure the ALE environment with the new IDoc and message type (customer model, partner profiles and linking IDoc to message type)

Develop the outbound process which does the following:

Populates the custom IDoc with control info and functional data

Sends the IDoc to the ALE layer for distribution

Updates status and handles errors

Configure the ALE inbound side (partner profiles with inbound process code)

Develop the inbound process which does the following:

Reads the IDoc into a BDC table; selects other data that is required

Runs transaction using call transaction or BDC session

Updates status and handles errors

Thank u,

santhosh

Former Member
0 Kudos

Hi,

After doing following configuration.......

1)Create Logical systems(BD54)

2) Assign logical systems to clients(SCC4)

3) Create RFC destination (SM59)

4) Create Port(we21)

5) Create Partner profile(we20)

7) Distribution model( BD64) and generate partner profile.

go for data replication by using below transaction.

1. For material master : BD10,

2. For customer master : BD12,

3. For Vendor master : BD14,

4. For COSMAS : BD16

Thanks,

Asit Purbey

Former Member
0 Kudos

Hi,

You could also use SALE Transaction.

Basic Settings->Logical systems->Define Logical system/ Assign client to the logical system.

Thanks

Krithika