Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Delete multiple IDocs from Inbound queue

jwalithtatikonda2
Participant
0 Kudos

Hi,

We have executed an interface which generated 50000 IDoc's and unfortunately all the IDoc's are in status 75 because there is a data problem and Inbound funtion module is throwing short dump. Now all 50000 IDoc's are in queue.

After correcting the data, when we have processed again but still the new IDocs are also with status 75 because of the previous IDocs.

We got a transaction code WEINBQUEUE to monitor all IDoc inbound queues and to also delete, but problem is we can't delete multiple IDocs at a time.

We have even deleted IDoc's through WE11, but still the IDoc Inbound queue is not cleared.

Can any one help us how to delete all the inbound IDoc's?

3 REPLIES 3

Former Member
0 Kudos

Try this standard program RSETESTD .

Rhea.

0 Kudos

Facing similar issue.

But we need to just remove the Idocs from queue not delete them.

Please suggest a solution.

0 Kudos

Please be brave to delete table ediqi directly.

Actually, WEINBQUEUE does it like this way.