cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc as XML via Proxy

Former Member
0 Kudos

Hi all,

i need to send and IDoc from a SAP System in XML format via a abap proxy to PI.

The Idoc should be converted into an xml and sent as element of the XML message to PI.

Using the Idoc adapter is not an option, as i need a generic interface which i can use to send any Idoc via on interface.

Can somebody be so kind and tell me how to realize this ?

All the best,

Rainer

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
as i need a generic interface which i can use to send any Idoc via on interface

To use some interface as generic the basic requirement is that the underlying message structure is generic......using one IDOC structure to send any message seems to be impossible.....however if you can develop a custom structure which caters to all the business requirements then it can work as a common interface......what is your target system/ service?

Regards,

Abhishek.

Former Member
0 Kudos

the message structure is like follows:

<Message>

<SomeGeneralInfo>blablabla</SomeGeneralInfo>

<IdocAsXml>

!!!Her comes the Idoc as XML !!!

</IdocAsXml>

</Message>

former_member187339
Active Contributor
0 Kudos

Hi Rainer,

Have you checked the report RSEINB00 mentioned in this how to doc?

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/46759682-0401-0010-1791-bd1972bc...

Regards

Suraj

Former Member
0 Kudos

HI,

i don't want to do the conversion in PI but in SAP backend system.

Br,

Martin

former_member187339
Active Contributor
0 Kudos

Hi,

RSEINB00 program is also available in R3, so you can make use of it in the proxy.

Regards

Suraj