cancel
Showing results for 
Search instead for 
Did you mean: 

Job to delete specific Error Messages

Former Member
0 Kudos

Experts,

We are facing the need to create a job which deletes specific error messages (specific sender service and interface combination, plus specific error category). Which are the best options to achieve this?

I guess this can be done in the Deletion Procedure but in the Threads I found there wasn't a detailed description. It there any documentation for that?

Your input is appreciated.

Cheers,

Mathias

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for this link.

I am afraid the standard function does not offer what we are looking for.

To put this into an example:

A message from Sender Service A and Sender Interface B fails in the message processing with a specific error category e.g. MAPPING I EXCEPTION_DURING_EXECUTE

This error is classified as a known error and should be deleted from the Database (Monitoring Screen).

Can this be achieved without an ABAP development?

Former Member
0 Kudos

You can use report RSXMB_ARCH_INTERFACES for this purpose.

Former Member
0 Kudos

Hi Mathias,

For deleting the messages , Refer this..

http://help.sap.com/saphelp_nw04s/helpdata/en/cd/20bc3ff6beeb0ce10000000a114084/frameset.htm

Hope it helps...

Kumar.S