RS_BGRFC_MONITOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The bgRFC (Background Remote Function Call) monitor enables you to display individual bgRFC units...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RS_BGRFC_MONITOR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SBGRFCMON - bgRFC Monitor
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: SO_USER = D .
Selection Text: SO_TIME = D .
Selection Text: SO_TCODE = D .
Selection Text: SO_QUEUE = D .
Selection Text: SO_PROGN = Program Name
Selection Text: SO_DOUT = Outbound Destination
Selection Text: SO_DIN = Inbound Destination
Selection Text: P_TRFC = Transactional
Selection Text: P_QRFC = Queued
Selection Text: P_OUTBOU = Outbound
Selection Text: P_INBOU = Inbound
Selection Text: PA_MAXSH = Maximum No. of Displayed Units
Selection Text: PA_LOCK = Locked
Selection Text: PA_ERR = With Errors
Selection Text: PA_ALL = All
Title: bgRFC Monitor
Text Symbol: STA = Status
Text Symbol: SQY = Queue is empty
Text Symbol: SQX = Queue is being executed
Text Symbol: SQU = Queue status unknown
Text Symbol: SQR = Queue is executable
Text Symbol: SQL = Queue is locked
Text Symbol: SQE = Queue has execution errors
Text Symbol: SQC = Queue has communication errors
Text Symbol: SQB = Queue blocked
Text Symbol: SIS = Send.Inst.
Text Symbol: SIM = Sender Instance
Text Symbol: SCH = Change Status/Error Message
Text Symbol: SCA = Commits allowed
Text Symbol: RMS = Man. Retry
Text Symbol: RML = Number of Manual Retries
Text Symbol: REM = Manual Retries
Text Symbol: REA = Automatic Retries
Text Symbol: RAS = Auto. Retry
Text Symbol: RAL = Number of Automatic Retries
Text Symbol: QUL = Delete Queue Lock
Text Symbol: QUA = Unblock Queues
Text Symbol: QRU = Units queued
INCLUDE RSBGRFCMONITORTOP . " GLOBAL DATA
INCLUDE RSBGRFCMONITORO01 . " PBO-MODULES
INCLUDE RSBGRFCMONITORI01 . " PAI-MODULES
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = sy-tcode EXCEPTIONS OK = 1 NOT_OK = 2 OTHERS = 3.
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 RS_BGRFC_MONITOR or its description.
RS_BGRFC_MONITOR - bgRFC Monitor RS_BGRFC_MONITOR - bgRFC Monitor RS_BGRFC_DEL_UNIT_HISTORYTOP - RSBGRFCDELUNITHISTORYTOP RS_BGRFC_DEL_UNIT_HISTORYI01 - RSBGRFCDELUNITHISTORYI01 RS_BGRFC_DEL_UNIT_HISTORY - Program RS_BGRFC_DEL_UNIT_HISTORY RS_BGRFC_DEL_UNIT_HISTORY - Program RS_BGRFC_DEL_UNIT_HISTORY