cancel
Showing results for 
Search instead for 
Did you mean: 

unable to delete entries from queue (SMQ2)

Former Member
0 Kudos

Hi

I am unable to delete entries from inbound queue due to number of entries are too high (Approximately 160,000). Deletion in dialog mode producing timeout error...Is there any way to delete these entris in background mode or any other idea about this situation..

Your valuable time & annswer appreciated.

Thanks

Rakesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rakesh,

Check these threads on SMQ2. It may give some help to you:

Also check this file:

http://help.sap.com/saphelp_nw04s/helpdata/en/d9/b9f2407b937e7fe10000000a1550b0/frameset.htm

Regards,

Subhasha Ranjan

Former Member
0 Kudos

Hi Rakesh,

You could:

- Create an ABAP report

- In the report, call the function module TRFC_QIN_DELETE_QUEUE passing it the queue name

- Run the report in the background.

Thanks,

J Wolff