cancel
Showing results for 
Search instead for 
Did you mean: 

XML Status : 'Message recorded, commit missing"

Former Member
0 Kudos

Hi,

I am calling my proxy in a BADI. After triggering it, when I go and check in SXMB_MONI, the status of XML message is "Message recorded, commit missing". And it is in Scheduled status.

Could you please let me know, why this message will come, and how to make it run successfully.

Thanks,

Sandeep

Accepted Solutions (1)

Accepted Solutions (1)

samiullah_qureshi
Active Contributor

I think you are gettking this error in transaction SXI_MONITOR in ERP system. As replied earlier by Divyesh, you need to write commit work statement in ur BADI after calling the proxy method.

If you test this proxy from transaction SPROXY, then also u will see this error with ur message and u need to trigger Commit work/Rollback explicitly to send message to central PI server. While testing ur proxy from SPROXY u can trigger Commit/Rollback from menu

Extras - > Trigger COMMIT WORK / Trigger ROLLBACK WORK

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

You should enter Commit Work statement after invoking a asynchronous outbound proxy.

Divyesh Vasani

Former Member
0 Kudos

Hi,

please refer Below link.

[;

-Prashant