cancel
Showing results for 
Search instead for 
Did you mean: 

Using SXMB_MONI to view input and output messages

Former Member
0 Kudos

Within XI can I view both the input message and the output message ?

I have an IDOC Order being transformed into XML format. Using SXMB_MONI I can see the transaction and the input IDOC Order but cannot see the resulting output XML Order. Is it possible to do or is there some other transaction?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check in SXMB_MONI for xml message it is appearing the pipeline steps , if not do the below setting to appearing piepline steps in moni.

Tcode : SXMB_ADM

Execute integration engine and configuration

click on specific configuration

go to change mode

Category : RUNTIME

Parameter : LOGGING

Current value : 1

then save..test the scenario once again.

now go to moni double click the message check the xml message has left hand side pipeline steps are appearing..

Expand Inbound mesage -> Expand the Payloads -> Double maindocument you will find the input payload

Expadn Technical routing -> Expand the Payloads -> Double maindocument you will find the output payload

then you will find the output xml payload.

Regards,

Venu.

Former Member
0 Kudos

thanks Venu that setting did the trick.

Former Member
0 Kudos

Welcome !!!

Regards,

Venu.

Former Member
0 Kudos

By the way are there any other settings in that transaction that you would think are useful ?. and is there any documentation on them.

I currently have these set

IDOC SYNTAX_CHECK

MONITOR CCMS_MONITORING

RUNTIME ACK_SYSTEM_FAILURE

RUNTIME ENGINE_TYPE

RUNTIME IS_URL

RUNTIME LOGGING

(I can post this as a question for you if you like !)

bhavesh_kantilal
Active Contributor
0 Kudos

Peter,

Synchronous Logging has been turned off in your list. So, you will not be able to see Synchronous Messages in MONI in XI,.

To turn it on set parameter , LOGGING_SYNC to 1 .

Regards

Bhavesh

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

You will be able to see the Output Idoc also.

In SXMB_MONI , under the Response Tab --> Payload You should be able to see the Response Payload.

Regards

Bhavesh