cancel
Showing results for 
Search instead for 
Did you mean: 

XI-to-R3

Former Member
0 Kudos

Hi all,

I am having a current scenario like this.

I have to fetch the content from XI system itself and post that to differnt R3 system.

what would be the better option to use is it ABAP Proxy client or rfc as sender.

anyway am using RFC at receiver.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

As you said you will pick up the file from the XI Server itself,

You can use the File adapter at sender side to pick the file from XI Server

You can use Either Idoc or BAPI or Proxy According to the Requirement

If you have the standard Idoc, then Use Idoc at receiver side

If you have the Standard BAPI, then use RFC adapter at receiver side

If you dont find any standard Idoc or BAPI then ur WAS >=6.20, then use Proxies

How to place the file on XI Application Server

1) goto SXDA_TOOLS Transaction code

2) Provide the Following details

Object Type : DXPROJECT

Program Type: BAPI

Program/Method: CREATE

3) Click on Copy Button

4) Select the Source as Presentation Server

a) Select the File where you saved in your Local machine

5) Select the Target as Application server

a) Check the check box Remote Server

b) Select the File type as Physical

c) In File name give /usr/sap/SSD/DVEBMGS00/work\Your file name (This the Server path

Where the file is going to save)

6) Click on Continue

Go to AL11 and check whether the File has been create in the following path /usr/sap/SSD/DVEBMGS00/work

Provide this path in the Communication channel path when you select the Transport Protocol as NFS and you place the file in AL11 directory.

Regards

Seshagiri

Former Member
0 Kudos

Hi,

Thanks 4 ur reply.

But am not getting the file content.

My requirement is i have to fetch the content from database table which is located in XI system and that data has to post in someother R3 system.

Here my XI system itself is sender system.

Any suggestions.

Thanx.

Former Member
0 Kudos

Hi,

But in XI you will not have any Standard Idoc Or BAPI for Business Use.

If Proxies suits for your requirement means we can do it same as shown in the Blog

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Regards

Seshagiri

Former Member
0 Kudos

Hi,

Thanks 4 ur reply.

I finally decided to use Client Proxy in my XI system.

Cud u please tell me wht are the configuration settings i need to do for communicating R3 system which i am using as receiver.

How to configure the Business systems for this scenario in SLD and wht type RFC destinations and also plz let me know is anything else required.

Thanks,

Kalyan.

Former Member
0 Kudos

Hi,

You have to Activate these settings at XI Side( Normally in R/3 side)

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

In Receiver side as u said you are going to use RFC, no need of any extra settings need

You just Import that RFC into IR of XI and do mappings.

Comming to SLD, create the BS for SAP R/3 receiver system.

as you already have the BS for XI , use it for communication

Regards

Seshagiri

Former Member
0 Kudos

Hi,

Check this weblog for all the configurations for proxy:

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Also check this for some help:

/people/sap.user72/blog/2005/12/08/integration-builders-through-proxy-server-part--1

/people/sap.user72/blog/2005/12/13/integration-builders-through-proxy-server-part--2

Thanks

Vikranth