cancel
Showing results for 
Search instead for 
Did you mean: 

Cleaning out MEINT queue in MII

former_member769969
Discoverer
0 Kudos
592

DRFOUT was scheduled as a job to run on our new S4 server incorrectly and it flooded MII MEINT with 1 million Idocs. We had the job turned off, but now need to clean up the MEINT queue in MII. How to do this?

I thought the records get first written to the table SAPMEINT_INBOUND_QUEUE and then processed by the scheduled job to SAPMEINT_MESSAGE_QUEUE. However we do not see SAPMEINT_INBOUND_QUEUE in the DB schema.

If the above is incorrect, are there any other actions to clean out the Queue?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

sergiy_katerinich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Chuck,

SAPMEINT_INBOUND_QUEUE is just a data buffer in MII. It is not a table of SAPMEINT.

The Enqueuer converts records from that buffer into SAPMEINT_MESSAGE_QUEUE table with child records in SAPMEINT_FILES.

Regards,

Sergiy