cancel
Showing results for 
Search instead for 
Did you mean: 

Reprocessing of XML Messages with status 003 i.e. Successfully Processed in

anup_deshmukh4
Active Contributor
0 Kudos

Hello Expets ,

I have to reprocess the XML messages which are already in successfully processed state ( 003 ) in ECC without posting the data due to some abap bug how am i going to do it.

Is there any way i can changes the status of the xml message to Manual restart possible or some other way to do it...!

Thanks in Advance

Accepted Solutions (0)

Answers (3)

Answers (3)

udo_martens
Active Contributor
0 Kudos

Hi Anup,

just download the message content from moni (before mapping), copy sender service, sender interface and sender namespace to a text file and then trigger a new execution in Runtime Workbench / Integration Engine / Test Message.

Regards,

Udo

Former Member
0 Kudos

HI,

It's possible with some config change. (Hope your system is not production)

First solution:

Second:

Insert the payload in RWB using test tab and send the data again

KennethEriksen
Participant
0 Kudos

Hi,

There is no function module/program/transaction to manually edit the status code of the successful messages i PI. The only way to do this would be to update directly in table SXMSPMAST-table. However, I strongly advice against this, and would much rather try to re-post the original message.

Br,

Kenneth