cancel
Showing results for 
Search instead for 
Did you mean: 

Sender ABAP Proxy - EOIO

Former Member
0 Kudos

Dear Experts,

I have two requirements. Requesting experts' help.

1. How to acheive Quality of Service EOIO for Sender ABAP Proxy. I know there is set_serialization_context method that we can use, but do not how to. Do we have a guide? Can you please help?

2. When I acheive EOIO as mentioned in point-1, when all the messages are sent to same queue, in case if previous message fails in PI mapping, I do not want the next message to stuck in the queue, it should continue processing. How can we do this?

Thank you.

Best Regards,

Saravanan

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

you need to use serialization within ABAP coding

l_controller->set_serialization_context( co_queueid ).

refer - /people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies

Former Member
0 Kudos

Bingo! Thats what I am looking for. Thank you Shabarish.

Any help/work-around for my second question?

Shabarish_Nair
Active Contributor
0 Kudos

Bingo! Thats what I am looking for. Thank you Shabarish.

>

> Any help/work-around for my second question?

you might want to check the blog that krish has posted in the above answer

/people/abhishek.vinayaka/blog/2011/07/05/flexible-serialization-in-sap-pi

Former Member
0 Kudos

Thank you Krish and Shabarish.

Answers (1)

Answers (1)

former_member854360
Active Contributor
0 Kudos

Hi sarvana,

For your first question:

Please see the thread:

second question

In Case EOIO any kind of error Message processing will be stopped.

You cant specify that only for mapping error EOIO will not work and for other error it should work as EOIO

Former Member
0 Kudos

Thanks Debashish.

Regarding Question:1: The links talk about Serialization but not - how to do for Sender ABAP Proxy scenario. Queue Proritization is used for different purpose and also I want queue for EOIO to be normal priority [ not high or low ]

Regarding Question: 2: I just want to put all the messages in one Queue. If any failure, it should not stop the other messages getting processed. This is for any type of error.

Former Member
0 Kudos

Hi Saravanan,

For question 2:

Read this blog whcih talks about flexible serialization.

This might help you for EOIO queues.

/people/abhishek.vinayaka/blog/2011/07/05/flexible-serialization-in-sap-pi

Regards

Krish

former_member854360
Active Contributor
0 Kudos

Hi sarvana,

Please see the below blog

XI: Reliable Messaging u2013 EOIO in ABAP Proxies

/people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies