cancel
Showing results for 
Search instead for 
Did you mean: 

Message has error on outbound side - SXMB_MONI of SUS Client

Former Member
0 Kudos

Hi Experts,

We have configured the MM - SUS Scenario.

When we are creating PO in MM System an XML message is getting generated in MM System . which is using Sender Interface PurchaseOrderERPRequest_Out_V1 from MM Side and Receiver interface as PurchaseOrderERPRequest_In_V1.

The message is getting successfully processed from SXMB_moni of XI server. but the message is getting stuck in SXMB_moni of SUS System.

and it is displaying error with red flag in Outbound Status tab.

When I clicked over red flag I am getting this error.

"Message has error on otubound status"

Any help would be appreciated.

Regards

Sushant

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sushant,

The SUS system not giving the actual error message.

You need to debug using tcode SPROXY, and select the actual interface as shown below.

While debugging, there is internal table LT_MESSAGES accumulates all the errors.

Double click this purchase order interface and click test.

Select debug method check box and execute.

Copy the actual payload message and paste in the editor.

Execute the above.

Locate the LT_MESSAGES loop and get the error message.

Hope this help you to find some error.

Senthil

Former Member
0 Kudos

Hi Sushant,

Try out transaction sm58 with user id as * and see if there are any TRFC errors

Regards

Anupam

Former Member
0 Kudos

THere are no Errors. THis message is Enterprise Service coming into ECC as Proxy. There should not be IDOC Posting. Why is it throwing this error. I'm expecting Inbound Order creation is triggering creating Outbound IDOC after it creates PO. THats where I think its failing.. But I'm not sure how to confirm it.

Former Member
0 Kudos

Hi,

would you please let me know how you resolved this Issue as we are having same Issue.