RSEIDOC_INBOUND_QUEUE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSEIDOC_INBOUND_QUEUE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WEINBQUEUE - IDoc Inbound Queue
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_UZEIT = To Time:
Selection Text: P_SENDER = Sender Partner Number
Selection Text: P_QNAME = Inbound Queue Name
Selection Text: P_NUMBER = Special IDoc Number
Selection Text: P_DATUM = To Date:
Title: Monitoring Program for IDoc Inbound Queue
Text Symbol: 025 = Do you want to remove all IDocs in queue &1 for sender &2 from the queue?
Text Symbol: 024 = Queue
Text Symbol: 023 = Activate
Text Symbol: 022 = Do you want to flag all IDocs in queue &1 for sender &2 for deletion?
Text Symbol: 021 = Handling of IDocs with syntax errors
Text Symbol: 020 = Should IDocs with syntax errors be processed now also?
Text Symbol: 019 = Start Queue
Text Symbol: 018 = Do you want to start queue '&' online?
Text Symbol: 017 = Flag IDoc for Deletion
Text Symbol: 016 = Delete from IDoc Inbound Queue
Text Symbol: 015 = Do you want to give IDoc '&' an error status?
Text Symbol: 014 = Do you want to remove IDoc '&' from the queue?
Text Symbol: 013 = IDocs from
Text Symbol: 012 = IDocs in Interval
Text Symbol: 011 = To
Text Symbol: 010 = From
Text Symbol: 009 = Current Status with Current Message
Text Symbol: 008 = Status:
Text Symbol: 007 = Message Type
Text Symbol: 006 = IDoc No.
Text Symbol: 005 = Queue
Text Symbol: 004 = Sender
Text Symbol: 003 = IDoc Inbound Queue
Text Symbol: 002 = Description
Text Symbol: 001 = Inbound IDoc Queue Display
INCLUDE AUTH2TOP.
INCLUDE CNT4DEFS.
INCLUDE RSEIDOC_INB_DAT.
INCLUDE RSEIDOC_INB_TREE.
INCLUDE RSEIDOC_INB_TREE_CL.
INCLUDE RSEIDOC_INB_FORMS.
INCLUDE RSEIDOC_INB_O01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.