SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

RSEINBQUEUE_PARTNER SAP ABAP Report - Program for Starting Inbound IDoc Queue of Sender







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSEINBQUEUE_PARTNER. "Basic submit
SUBMIT RSEINBQUEUE_PARTNER AND RETURN. "Return to original report after report execution complete
SUBMIT RSEINBQUEUE_PARTNER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RSEINBQUEUE_PARTNER

INCLUDE RSECSTAT.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSEINBQUEUE_PARTNER or its description.