RSEINBQUEUE_PARTNER 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 RSEINBQUEUE_PARTNER into the relevant SAP transactions such as SE38 or SE80
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_ALWAYS = Start if First IDoc Has Errors
Selection Text: P_BND = Timeout (secs)
Selection Text: P_SENDER = Sender
Selection Text: P_SERVER = Server Group
Title: Program for Starting Inbound IDoc Queue of Sender
INCLUDE RSECSTAT.
No SAP DATABASE tables are accessed within this REPORT code!
SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING group_name = server EXCEPTIONS invalid_group_name = 8 internal_error = 8 pbt_env_already_initialized = 0 currently_no_resources_avail = 4 no_pbt_resources_found = 8 OTHERS = 8.
IDOC_IN_QUEUE_IMMED_PROCESS CALL FUNCTION 'IDOC_IN_QUEUE_IMMED_PROCESS' starting new task 'IDOC_QRFC' destination in group server EXPORTING QNAME = queue SENDER = sender COUNTER = l_counter exceptions resource_failure = 04 others = 08.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSEINBQUEUE_PARTNER - Program for Starting Inbound IDoc Queue of Sender RSEINBQUEUE_PARTNER - Program for Starting Inbound IDoc Queue of Sender RSEINBQUEUETOP - documentation and ABAP source code RSEINBQUEUE - Program for Starting an IDoc Inbound Queue RSEINBQUEUE - Program for Starting an IDoc Inbound Queue RSEINBEV - IDoc inbound: Customizing - Activate event-event receiver linkage