‎2009 Feb 19 1:05 PM
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
‎2009 Feb 19 1:15 PM
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
‎2009 Feb 19 1:12 PM
‎2009 Feb 19 1:15 PM
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
‎2009 Feb 19 1:18 PM
hi,
i need step by step process from outbound to inbound.
regards,
Lakshminarayana
‎2009 Feb 20 6:28 AM
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
‎2009 Feb 20 6:56 AM
Hi Laxsmi,
Search in sdn or other places you will get the detail representation step by step before posting.
Regards
‎2009 Feb 20 11:08 AM