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

TRANSFER MASTER DATA FROM DEVELOPMENT TO TESTING USING ALE/IDOC

Former Member
0 Likes
1,279

Hi all,

My project implementation is going on i have uploaded master data in development server using BDC's.

Now i have to transfer the master data like material master, vendor master, customer master etc., from development to testing server using ale/idoc's.

how can i do it?

Give me process step by step.

regards,

Lakshminarayana

1 ACCEPTED SOLUTION
Read only

Former Member
1,000

Hi,

see the below steps that you need to follow:-

1. Define Logical system(SALE).

2. Assign Logical system to Client.

3. Maintain Distribution Model(BD64).

4. Create RFC Connections(SM59).

5. Create Parter profile and Ports.(we20)

6. Distribute the Distribution Module

Regards,

Sathish

6 REPLIES 6
Read only

jyothi_anagani
Active Contributor
0 Likes
1,000

Hi,

Check this link

Regards,

Jyothi.

Read only

Former Member
1,001

Hi,

see the below steps that you need to follow:-

1. Define Logical system(SALE).

2. Assign Logical system to Client.

3. Maintain Distribution Model(BD64).

4. Create RFC Connections(SM59).

5. Create Parter profile and Ports.(we20)

6. Distribute the Distribution Module

Regards,

Sathish

Read only

Former Member
0 Likes
1,000

hi,

i need step by step process from outbound to inbound.

regards,

Lakshminarayana

Read only

Former Member
0 Likes
1,000

Hi,

1. Define Logical system T.code: BD54 (This step we need to do in both inbound and outbound system)

create two logical system names one for outbound & one for inbound system...ex: out22, in22

2. Assign Logical system to Client. T.code:scc4(This step we need to do in both inbound and outbound system)

Assing out22 in outboundsystem and in22 in inbound system.

3. Create RFC Connections T.code:SM59 (only in outboundsystem)

the ABAP Connection need to be created (connection type : 3)

4. Create Port T.code:WE21 (only in outboundsystem)

create transactional RFC type port with reference to the above RFC connection.

5. Create Parter profile T.code:WE20 (This step we need to do in both inbound and outbound system)

you need to fill all the message types in outbound parameters and inbound parameters.....

Note: this step5 can be generated automatically from Distribution model. Path: environment-generate partnerprofiles.

6. Distribution Model T.code:BD64(only in outboundsystem)

6.1 create distribution model and add all the message types you require between sender and receiver.

6.2 environment - generate partner profile

6.3 Edit - modelview - distribute

7 Consistancy check T.code: BDM5

dbl click on all the message types. finally dbl clck on any one will give report.

8. use the standalone programs for distributing the idocs. example BD10 for MATMAS message type

regards

Satya

Read only

Former Member
0 Likes
1,000

Hi Laxsmi,

Search in sdn or other places you will get the detail representation step by step before posting.

Regards

Read only

Former Member
0 Likes
1,000

Hi,

Check the below Link

Hope this helps you.

Regards,

Anki Reddy