cancel
Showing results for 
Search instead for 
Did you mean: 

which all ALE settings needed

Former Member
0 Kudos

hi all,

i m working on the scenario that is -> sending xml file to R/3 via XI.

So will u tell me that which all ALE setting i have to do on XI server as well as R/3 system...

i m getting confused that i have to define logical system in R/3 (receiver) or not...

plz explain all the settings with transaction if possible...

Thanx.

Regards,

Kunjal

Accepted Solutions (0)

Answers (5)

Answers (5)

sridharreddy_kondam
Active Contributor
0 Kudos

Hi Kunjal,

If u r using Idoc(File to Idoc) then do the following settings

In XI :

SLD :

1. Create Technical System for the R3 system.

2. Create a Business System WEB as ABAP for the technical system

3. Create and RFC destination (SM59), mention technical details(server name and system no) and give all the logon and test whether it is logging on to sap..

4. Goto Tcode IDX1 Create a Port and mention the RFC for the port...

5.In Integration Directory create CChannel with Busineess system u created and mention the details as needed with the port and rfc and User logon details

SAP R3 side :

1. create logical system for the sending system(XI)

2. Assign this LS to the client if exists..

1. sm59 -- create RFC destination with logon and tecnical details to log onto XI

2. We21 -- Create a port for XI

3. We20 -- create the partner profile with an entry for Inbound side

Hope these steps r helpful to u...

Regards,

Sridhar

Message was edited by: sridhar reddy kondam

Former Member
0 Kudos

hi bhavesh,

as i have told you i m working on the scenario -> legacy (xml file) to the SAP R/3 via XI.

So my material data (from file) will come to XI. i will do all necessary mapping and all, and then send it to matmas idoc.

so now tell me which all ALE settings on XI server and R/3 i have to do...

please tell that which ALE settings in XI server sapgui are required?

Regards,

Kunjal.....

Former Member
0 Kudos

Hi,

Here are the following details:

In R/3 box:

1. Create an RFC destination, and Port to XI box.

2. Define Logical system as mentioned in adapetr specific properties of sender system in ID.

3. Create Partner profile with above logical system and insert Inbound parameters.

In XI box.

1. Create an RFC destination to R/3 box.

2. Create port using idx1 transcation using above RFC dest.

Thanks,

Yaseen M

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Kunjal,

Is your Scenario an IDOC to File? If yes,

R3 :

1. sm59 -- create RFC destination pointing to XI

2. We21 -- Create a port for XI

3. We20 -- create the partner profile with an entry for outbound side

XI :

SLD :

1. Create Technical System pointing to the R3 system.

2. Create a Business System WEB as ABAP pointing to the R3 system

IDX2 : Import IDOC metadata.

Just check this document. It deals with an IDOC to IDOC,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cdded790-0201-0010-6db8-beb...

You can use it as a template for your scenario

Regards,

Bhavesh

Former Member
0 Kudos

Hi,

What is the sorce of the scenario. If it is file to file, you don't need any setting in R/3. If you are using Idoc or RFC then you need to do the setting. Refer to following weblog for the same.

/people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi

Thanks,

Prateek