cancel
Showing results for 
Search instead for 
Did you mean: 

Set Conversation_id for ABAP clientproxy

Former Member
0 Kudos

Hi All,

From within a serverproxy we are calling a clientproxy. In the monitoring we will see 2 messages that are not correlated in any way.

According to the specs we can group messages using the conversation_id.

I can get the XI_HEADER object quiet easily, but there are not setters available to set the id.

  • Receiving id

lo_xiheader_protocol ?= lo_clientProxy->get_protocol( if_wsprotocol=>XI_HEADER ).

CALL METHOD lo_xiheader_protocol->get_header_field

EXPORTING

fieldname = if_wsprotocol_xi_header=>CONVERSATION_ID

receiving

fieldvalue =

.

Does anyone know how to set the conversation_id for an abap client proxy?

Kind regards

Joris

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Guys,

No-one an idea on how to set conversation_id when calling a client proxy? In a Java adaptermodule it is possible, so I expect it to be possible when calling a proxy also.

Kind regards

Joris

Former Member
0 Kudos

This is a similar thread/problem, but no solution yet.