SAP Reports / Programs

RSWF_XI_DISPATCH SAP ABAP Report - Dispatcher







RSWF_XI_DISPATCH 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 RSWF_XI_DISPATCH 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 RSWF_XI_DISPATCH. "Basic submit
SUBMIT RSWF_XI_DISPATCH AND RETURN. "Return to original report after report execution complete
SUBMIT RSWF_XI_DISPATCH 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: LOG_W = Errors/Warnings
Selection Text: LOG_I = Errors/Warnings/Information
Selection Text: LOG_ERR = Errors Only
Selection Text: LOG_ALL = All Messages
Selection Text: I_TIME = Minimum Runtime in S
Selection Text: I_TEST = Test Mode
Selection Text: I_SEL_NO = Number of Records to Be Read
Selection Text: I_RETRY = Repeat Temporary Errors
Selection Text: I_ITTIME = Min. Time per Iteration in S
Selection Text: I_ENWAIT = Secs Waited After Lock Error
Selection Text: I_ENQUE = Terminate After Lock Error
Selection Text: I_DEBUG = Debugging Mode
Selection Text: I_COMMIT = Commit After No. of Packages
Selection Text: IT_TASK = Process Types
Selection Text: IT_MSG = Messages
Title: Dispatcher
Text Symbol: 007 = Message Text
Text Symbol: 006 = Message Class/Number
Text Symbol: 005 = Lock Procedure
Text Symbol: 004 = Runtime Settings
Text Symbol: 003 = Runtime Procedure
Text Symbol: 002 = Logging
Text Symbol: 001 = Control


INCLUDES used within this REPORT RSWF_XI_DISPATCH

INCLUDE F_XI_DISPATCH_DAT.
INCLUDE F_XI_DISPATCH_FLD.
INCLUDE F_XI_DISPATCH_F01.


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:

ENQUEUE_E_BPE_DISPATCH CALL FUNCTION 'ENQUEUE_E_BPE_DISPATCH' EXPORTING * MODE_SWFINB_DISPLOCK = 'E' * MANDT = SY-MANDT task = c_lock_all * X_TASK = ' ' _scope = '1' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 . "#EC *

ENQUEUE_E_BPE_DISPATCH CALL FUNCTION 'ENQUEUE_E_BPE_DISPATCH' EXPORTING * MODE_SWFINB_DISPLOCK = 'E' * MANDT = SY-MANDT task = c_read_lock * X_TASK = ' ' _scope = '1' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .

DEQUEUE_E_BPE_DISPATCH CALL FUNCTION 'DEQUEUE_E_BPE_DISPATCH' EXPORTING * MODE_SWFINB_DISPLOCK = 'E' * MANDT = SY-MANDT task = c_read_lock * X_TASK = ' ' _scope = '1' * _SYNCHRON = ' ' * _collect = ' ' .

DEQUEUE_E_BPE_DISPATCH CALL FUNCTION 'DEQUEUE_E_BPE_DISPATCH' EXPORTING * MODE_SWFINB_DISPLOCK = 'E' * MANDT = SY-MANDT task = c_read_lock * X_TASK = ' ' _scope = '1' * _SYNCHRON = ' ' * _collect = ' ' .

DEQUEUE_E_BPE_DISPATCH CALL FUNCTION 'DEQUEUE_E_BPE_DISPATCH' EXPORTING * MODE_SWFINB_DISPLOCK = 'E' * MANDT = SY-MANDT task = c_read_lock * X_TASK = ' ' _scope = '1' * _SYNCHRON = ' ' * _collect = ' ' .

RESET_ENQUEUE CALL FUNCTION 'RESET_ENQUEUE'.

DEQUEUE_E_BPE_DISPATCH CALL FUNCTION 'DEQUEUE_E_BPE_DISPATCH' EXPORTING * MODE_SWFINB_DISPLOCK = 'E' * MANDT = SY-MANDT task = c_read_lock * X_TASK = ' ' _scope = '1' * _SYNCHRON = ' ' * _collect = ' ' .

RESET_ENQUEUE CALL FUNCTION 'RESET_ENQUEUE'.

DEQUEUE_E_BPE_DISPATCH CALL FUNCTION 'DEQUEUE_E_BPE_DISPATCH' EXPORTING * MODE_SWFINB_DISPLOCK = 'E' * MANDT = SY-MANDT task = c_read_lock * X_TASK = ' ' _scope = '1' * _SYNCHRON = ' ' * _collect = ' ' .

RESET_ENQUEUE CALL FUNCTION 'RESET_ENQUEUE'.

FLUSH_ENQUEUE CALL FUNCTION 'FLUSH_ENQUEUE' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3. "#EC *

DEQUEUE_E_BPE_DISPATCH CALL FUNCTION 'DEQUEUE_E_BPE_DISPATCH' EXPORTING * MODE_SWFINB_DISPLOCK = 'E' * MANDT = SY-MANDT task = c_read_lock * X_TASK = ' ' _scope = '1' * _SYNCHRON = ' ' * _collect = ' ' .

RESET_ENQUEUE CALL FUNCTION 'RESET_ENQUEUE'.

DEQUEUE_E_BPE_DISPATCH CALL FUNCTION 'DEQUEUE_E_BPE_DISPATCH' EXPORTING * MODE_SWFINB_DISPLOCK = 'E' * MANDT = SY-MANDT task = c_read_lock * X_TASK = ' ' _scope = '1' * _SYNCHRON = ' ' * _collect = ' ' .



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 RSWF_XI_DISPATCH or its description.