cancel
Showing results for 
Search instead for 
Did you mean: 

R/3 to XI through Proxy

Former Member
0 Kudos

Hello All,

today I am facing a problem.

I am not able to open my own link.

It is giving null pointer exception.

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

for step1 to step 3 we need to do at r/3

or only step 3 we need to do at XI.

Regards

Accepted Solutions (0)

Answers (4)

Answers (4)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi rich

to be able to develope abap proxys yuo must do this:

1)

http://help.sap.com/saphelp_nw04s/helpdata/en/9b/da0f41026df223e10000000a155106/frameset.htm

2)

http://help.sap.com/saphelp_nw04s/helpdata/en/9b/da0f41026df223e10000000a155106/frameset.htm

3)

On your Integration Server host, call transaction SXMB_ADM.

On the Integration Engine: Administration screen, choose Integration Engine Configuration.

on the Global Configuration Data box, select Integration Server as Role of Business System.

later: in Corresponding Integ. Server put:dest://INTEGRATION_DIRECTORY_HMI

4) go to tcode: SLDAPICUST:

Alias: any

Primary: cheked

Host:SLD host name

Port: Java port (50000 - 50100, etc)

User: PIAPPUSER

Pass: first delete password and then write it.

5) go to tcode SPROXY and check there no error.

6)go to ID and configure XI Communication Channel

Addressing type: URL Address

Target Host: the host you create the proxy (bi,bw)

service number: Port http, you can get it in TCODE SMICM

Path: /sap/xi/engine?type=receiver

hope it help

Former Member
0 Kudos

Hi Rich,

Have a Look at this Disscussion

Regards

Seshagiri

Former Member
0 Kudos

all steps needs to be done at application system (r/3) and not in integration side.

Former Member
0 Kudos

Hello All,

In step 1.

Target Host: XI System name

Service Number: XI HTTP Port name (my xi system number

is 61 so will it be 56100 or 8061)

What should be result of connection test

Regards

Former Member
0 Kudos

you have to mention the abap port ....startin with 8000 and not the java port stating with 50000

Former Member
0 Kudos

Hi,

For step 3

Create RFC destination (TCP/IP) LCRSAPRFC and SAPSLDAPI for the SLD connection

the above RFC dests are alrady made at XI.

Do I need to make them again in R/3

Regards

Former Member
0 Kudos

you have to do this , it will connect your application system and SLD.

Former Member
0 Kudos

Hi,

Dont open two threads for same Q

regards,

Phani