cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI ABAP Proxy requirements ?

0 Kudos

Scenario:  SAP PI 7.03

We have to send a Data from  ECC system to PI system over a proxy program

and configuraiton is to be done with version SAP PI 7.3 Version (ABAP Stack)

we are expecting detail explaination on configuration to be done on ECC side as well as PI..

as we are on beginner stage !!!

and what are basic configuration in SM59.

1) to read  SAP PI data in to ECC system

and

2) to send data from ECC to PI system

note: the data transfer is done through flat file in XML format

Accepted Solutions (1)

Accepted Solutions (1)

smavachee
Active Contributor
0 Kudos

Hello Sachin,

Well said Rajesh.! Apart from that for step by step proxy generation you can use below link..

Step by Step Proxy by Sandeep Sharma.

Hope it helps.!

Regards,

Sunil

0 Kudos

Thanks Guys !! i hope now i can proceed further ..

Thanks and regards,

Former Member
0 Kudos

Hi sachin,

As replied from Rajesh , that configuration are sufficient for proxy configuration .

After make configuration if you found any trouble follow the below step..

Go to ECC system

Then <sproxy> t code .then press "proxy generation online document" -> Connect to ESR .

check the all steps .

thanks and regards ,

Anup Banerjee

Answers (2)

Answers (2)

0 Kudos

the i Help is the basic introduction n it is helful !!!  Thanks Anup

Former Member
0 Kudos

Hi,

Need to do the below configurations in ECC for proxy communications.

1. SLDAPICUST - Configure here the PI system url .

2. Create the below RFC destinations.

     1.SAPSLDAPI - type tcp/ip

     2. LCRSAPRFC - type tcp/ip

     3. SAP_PROXY_ESR - type G

    4. ECCTOPI - HTTP Destination pointing to PI

3. SXMB_ADM - Integration engine configuration ->  Role should be application system

     integration server url - dest://ECCTOPI

Finally run SLDCHECK to check the connection status..

HTH

Rajesh