cancel
Showing results for 
Search instead for 
Did you mean: 

Delete entries in SMQ2

Former Member
0 Kudos

Hi All

We are on 7.0.

We have a scenario on on production system where the sender system went into a loop and send PI over a 1,000,000

records and because of this when we process them the database runs out of space.

They are all now stuck in SMQ2.

Is there a way to delete the entries from the queue by interface? Some of the entries is valid production data and must not be deleted only the messages that was send because of the loop needs to be deleted. Is there a way for us to delete these entries? Tables? Reports? Anything will be helpfull.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member854360
Active Contributor
0 Kudos

You are looking for RSXMB_CANCEL_MESSAGES report in SE38

Former Member
0 Kudos

Hi

This report only cancels messages in error and the messages in smq2 is not in error satus.

former_member854360
Active Contributor
0 Kudos

Hi stephan,

OK then see this RSXMB_CHECK_MSG_QUEUE

See SAP Note 688147.

former_member472138
Active Contributor
0 Kudos

The other option that I see is to go with the custom ABAP Report, since you have some entries which are not be deleted.

Regards

Pothana