Message in status Message recorded (commit missing)
Scenario
You created a test message with the testing tool in transaction SPROXY to test an asynchronous interface out of your ERP system. Afterwards you checked transaction “SXMB_MONI” or “SXI_MONITOR” for the test message.
Error
The message has a white flag and shows the following error:
Message in status Message recorded (commit missing)

Solution
Asynchronous message are recorded until the work is committed. Go back to the “Test Service Consumer” view of transaction “SPROXY” and click on Extras – > Trigger COMMIT WORK.

The message should be sent to the receiving system now. If you call your proxy out of some ABAP code, make sure you do not forget to add a commit statement.
2 Replies to “Message in status Message recorded (commit missing)”
Hi, I already use the COMMIT WORK sentence, but the now the status remain like SCHEDULE. what can I do? Thanks and regards
Hello Alonso,
Please check if the queues are scheduled and unlocked. Also, please make sure no other transactions are stuck in the same queue.