cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting messages from Moni based o nMessage ID

former_member185845
Active Participant
0 Kudos

Dear Collegues,

we have intresting test case.

Customer wants a ABAP report, where in he Enters the Message ID.

The report shoud delete all the versions based on ID .

Can any one throw pointers , about the pseudo code or classes may be used to complete this deliverable.

regards

shekar chandra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dasari,

I am not sure fully about your requirements. I think customer want to delete all the messages from the message ID. But those messages would have successfully processed also. Then what he will do by deleting all the successfully processed messages. If this is what you want then I think you can archive and delete all the successfully processed messages.

Please check this:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/402fae48-0601-0010-3088-85c46a23...

Also check this weblog:

/people/michal.krawczyk2/blog/2005/11/09/xi-restarting-successfully-processed-messages

---Satish

Former Member
0 Kudos

HI,

Use the RSWF_XI_INSTANCES_DELETE report .. change according to your need..

and execute it ...sure you will get ..

Also see the below links .to delete messages in SXMB_MONI..

.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/402fae48-0601-0010-3088-85c...

http://help.sap.com/saphelp_nw04/helpdata/en/0e/80553b4d53273de10000000a114084/frameset.htm

CHeck this -

http://help.sap.com/saphelp_nw04/helpdata/en/43/1dc877301a06f4e10000000a422035/frameset.htm

SAP Note - 872388

Regards

Chilla..