cancel
Showing results for 
Search instead for 
Did you mean: 

Payload

Former Member
0 Kudos

Dear Experts,

Will any one explain me how can we check the payload. I mean what are the steps. and why should we check the payload when we are having RWB.

what is main purpose to check the payload.

Please help me in this regard,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

log into XI and run transaction SXMB_MONI and execute it.......then you will see some msgs.....select a msg and double-click it.........then on the left side you will see incoming msg........expand it and then under it you will see Payload.......expand it and under it you will see Main document........double-click Main document and then on right hand lower side, you will see your msg payload.

you check payload to see what data came inside the msg.........and if your msg mapping gives error, you can take this payload and check your mapping in IR in test tab.

well in RWB, in msg monitoring, when you select a msg, you will also see your msg payload.......

Regards,

Rajeev Gupta

Edited by: RAJEEV GUPTA on Jan 20, 2009 1:53 PM

Answers (3)

Answers (3)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

SXMB_MONI Provide Detailed monitoring in ABAP Stack.

Here you can perform Queqe Monitoring,BPM Monitoring(Internal Workflow step).

It provide whole pipeline steps messages.

SudhirT
Active Contributor
0 Kudos

In RWB you'll be able to monitor the Adapter engine related steps but for overall steps under Integration Engine you need to check in SXMB_MOni here you get the detailed info about how the message transforms within different steps like RD,ID,MM and technical routing.This will give you information regarding all pipeline steps.

Thanks!

Former Member
0 Kudos

Dear Amruth,

To Check the PayLoad give tcode sxmb_moni->MonitoringOfProcessedXMLMessage->givefrom and todate(Execute).

The purpose of Checking the payload is in MONI(sxmb_moni) you can see your message in pipeline structure.ie the 1->Inbound Message ( CENTRAL )2-> Receiver Identification 3->Interface Determination 4->Message Branch According to Receiver List 5->Request Message Mapping 6->Technical Routing 7->Call Adapter .

In MONI u can see how your input XML message structre is transformed to target and delivered out to receiver Adapter.

sxmb_moni runs in ABAP stack ie from IE(Central Integeration Engine)

Regards,

UDR