cancel
Showing results for 
Search instead for 
Did you mean: 

i am unable create a proxy in sap pi 7.3

former_member223431
Participant
0 Kudos

Hi Gurus,

We need to send the employee data from buisness system to third party system.

Proxy to File scenario.

We want to create proxy for an outbound interface in SAP PI 7.3.

But when i go to sproxy transaction in backennd buisness system there were no software components which i have created in PI system.

could any one help me thanks in advance

Regards,

Rajesh

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Answers (2)

Answers (2)

former_member189387
Active Contributor
0 Kudos

Hi ,

For Dual stack . (using ABAP ) following steps


Basic System Settings in SAP Application system

  1. Create an RFC destination ( sm59 ) type H to connect to PI IS Eg., PI_IS .With path prefix/sap/xi/engine/?type=enrty

   2. Go to SXMB_ADM  . Change the Role of Business system to Application system and assign the RFC destination which we have created in earlier step .


   3.  Crete and RFC destination to  Connect ESR  : Type G

        To connect to an Enterprise Services Repository, you need to configure the RFC destination           SAP_PROXY_ESR. This RFC destination is used by proxy generation (transaction SPROXY).           SAP_PROXY_ESR is configured in the same way as the HTTP destination for an ABAP           backend system.

         Note

     When you use ABAP proxy generation or runtime, you need a connection to the System     Landscape Directory (SLD). Normally, the RFC destinations   LCRSAPRFC and SAPSLDAPI are used for the SLD connection. If SAP_PROXY_ESR is used, LCRSAPRFC is obsolete. SAPSLDAPI is only used when reports are executed.

3. Crete and RFC destination  SAPSLDAPI  : Type T  . With registered program ID

4. Setting Up the SLD Data Supplier for AS ABAP-Based Systems : TCDE : SLDAPICUST

5.Check using TCODE :SLDCHECK

For AEX


  1. Create an RFC Destination to connect AAE of PI  : Type H

Path prefix is      /XISOAPAdapter/MessageServlet?ximessage=true

same above steps except step 1.

Finally Go to SXMSIF to create sender and receiver Definition  . Mention the Interface name and namespace

Else  Please refer Michal's Blog for this  : http://scn.sap.com/people/michal.krawczyk2/blog/2012/01/19/michals-pi-tips-how-do-you-activate-abap-...

former_member223431
Participant
0 Kudos

HI all,

Thank you for your valuable information regarding proxy issue.

Regards,

Rajesh.

Former Member
0 Kudos

have you crteated RFC destination type "G" (SAP_PROXY_ESR) for connected local server to external server ?

in Rfc Destination:

you have to provide target system details and path is /rep, security details

former_member223431
Participant
0 Kudos

no i dint create any rfc destination type G.

Former Member