how to debug the error messages of sxmb_moni

Download How to Debug the Error Messages of SXMB_MONI

If you can't read please download the document

Upload: muhammad-talha-ashraf

Post on 06-Jan-2016

149 views

Category:

Documents


7 download

DESCRIPTION

ow to Debug the Error Messages of SXMB_MONI

TRANSCRIPT

  • Scenario: SRM -> XI -> ERP

    1)Login to ERP2)Check the message from tcode sxmb_moni

    Double click on the empty field of column Act. Status on the row having error message.3)

    How to debug the Error Messages of SXMB_MONIWednesday, September 04, 201311:41 AM

    New Section 1 Page 1

  • Double click on MainDocument ( application/xml ) of the node Inbound Message ( RECEIVER ) -> Payloads4)Copy the xml tags MessageHeader and PurchasingContracts with their children5)

    6)

    New Section 1 Page 2

  • Run tcode sproxy7)

    New Section 1 Page 3

  • As the error has been come at ERP side that at inbound message interface so we selected the one ending with '_In'. Double click on it

    Click in Test(F8)8)

    New Section 1 Page 4

  • Press Execute(F8)9)

    Press on XML Editor Icon(Ctrl+F2)10)

    New Section 1 Page 5

  • Delete MessageHeader and PurchasingContract tags with child and paste the one copied previously from Payload Message from Tcode sxmb_moni11)

    Remove all '-' from the pasted code and then press Execute Icon(F8)12)

    New Section 1 Page 6

  • New Section 1 Page 7

  • New Section 1 Page 8

  • Go to SE91 and Enter Message Class(Message ID) as 91 and Message Number as 08313)

    New Section 1 Page 9

  • Go to SE91 and Enter Message Class(Message ID) as 91 and Message Number as 08313)

    Unfortunately Message Text in this case is not describing the problem as it needs variables to get the message to be composed and that can be seen in debugger so it becomesEnter Target Value

    Now we can also set the watch point at Message Number 083 and/or Message ID ME, so debug the causes of error by back tracking it.

    New Section 1 Page 10