cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Activation - ECC 6.0 to SAP PI system

Former Member
0 Kudos

Hi All,

Our envirnonment -

1) SAP ECC 6.0 ( R/3 system)

2) SAP PI ( R/3 system)

To establish communicate between SAP ECC 6.0 to SAP PI ( R/3 system using proxies )-

we have setup following steps on ECC 6.0 system-

1) Created a HTTP connection in the business system of type H.

Please let me know what is the path prefix we need to set.

2) Configuration Business system as local Integration Engine.

3) Connection between Business System and System Landscape Directory

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

I have developed a sample interface to send data from SAP ECC --->PI --> File system ( Proxy to file interface)

When i run the report to call the proxy it is pushing the data on the integration engine of the ECC system.

How can i debug what is the problem is ? why the data is not getting pushed on PI system using proxy ?

How can i debug this ? Please let me know if i am missing any thing in proxy activation between ECC to PI system.

Regards,

Kishore

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Issue with HPPT Connectior to ABAp system ( in SM 59 )

prateek
Active Contributor
0 Kudos

This is all u need to recheck proxy activation

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

Regards,

Prateek

Former Member
0 Kudos

Hi ,

I have cross checked the activation steps.

I am able to create a interface proxy to File

SAP ECC R/3 system --- > SAP PI ---> File system

I have created a proxy on ECC R/3 system using SPROXY. when i trigger the proxy using a abap report the data is not getting pushed on to SAP PI system .

When i do a SXMB_MONI on ECC system it should call the integration server as out bound ... It is throwing a error message as mentioned below.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Integration Server

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIProtocol</SAP:Category>

<SAP:Code area="PARSER">ITEM_MISSING</SAP:Code>

<SAP:P1>Envelope</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>XML element Envelope missing in SOAP message header (SAP XI Extension)</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Please let me know how to proceed .

Cheers,

Nanda