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: 

Sending IDOC data to diffrent versions 4.7 to 6.0

Former Member
0 Kudos
87

Hi experts ,

I want to send the data from version 4.7 to 6.0 using the ALE IDOC.

please expalin me what are the steps i have to do for the same.

Is there any reservations expressed in this approach specifically on the lines that the structures between these two versions are different.

Thanks,

Venkat.

3 REPLIES 3

Former Member
0 Kudos
48

- Create logical system (txn BD54)

- Assign client to Logical system (txn SCC4)

- Generate ports (txn WE21)

- Create partner profiles (txn WE20)

- Create distribution model (txn BD64)

Now you can use the required transactions like BD10 (to send materials), BD12 (to send customers), BD14 (to send vendors)....which would create the IDocs. You can view the generated IDocs via txn WE02 as you note down the system time when the IDocs are generated. You can use txn BD87 too to trace the IDocs at the sender...

Former Member
0 Kudos
48

Hi,

Is there any reservations expressed in this approach specifically on the lines that 
the structures between these two versions are different

Yes, Port has the configuration. Goto WE21 and expand the Transaction RFC node and select

the Port that you are using. Here you have to Select either IDoc record types 4.x or

IDoc record types 3.0/3.1 depending on the system verison with which you are communicating with.

Regards

Shital

Former Member
0 Kudos
48

Hi,

Check below wiki for detail discussion about Ale settings and its configuration.

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

Thanks,

Asit Purbey.