cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy Sender: Change EOIO to EO/BE

Former Member
0 Kudos

Hi experts,

I have a SAP Transportation Management integration scenario (as part of standard ES conten) via SAP PI as follows:

SAP ECC (EHP 6) => SAP PI => SAP TM

This ES content scenario works only via ABAP Proxies (Sender ECC: Client Proxy, Receiver TM: Server Proxy)

Now I have the problem that when a message (SalesOrder) is triggered from SAP ECC, always the QoS (Quality of Service) is set to "EOIO". Is there a way to change this from EOIO to EO or BE? If yes where and how can I do that?

Thanks for your help and Best Regards

Harald

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

no, you cannot do that without changing the proxy call program (just before the program calls the proxy

there's a serialization context inserted which makes the proxy call EOIO, if you can remove that it will be EO but for this you need an object key I believe for a standard program,

BTW

in case sequence is not necessary are you going to use some soft or responses to be able to know

that the call was confirmed and a new one can be made? as usually EOIO is not there without a reason - just asking  

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

Thanks a lot for your fast reply! To be honest: The only reason was to remove EOIO for testing purposes, we don't want to remove this in general for the Production environment.

I already assumed that this is not possible based on my experience with proxies and serialization I made so far ... in this case it cannot be just changed since it is SAP standard.

Thanks for the final clarification!

Regards

Harald

Answers (1)

Answers (1)

Former Member
0 Kudos

Harald,

You need to check you proxy code. The QOS is maitained in Sender proxy code in case of proxy.

Check for the code - Set_serializable_Context = 'BO.'

Check the blog -

http://scn.sap.com/people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-eoio-in-abap-proxies

Regards,

Ashish