RSBGMONITOR_GENERALCONTROL_IMP is a standard ABAP INCLUDE 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 RSBGMONITOR_GENERALCONTROL_IMP 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RFCDES_DISPLAY CALL FUNCTION 'RFCDES_DISPLAY' EXPORTING rfcdes_export = rfc authority_check = 'X' * EDITABLE = '' * IMPORTING * MODIFIED = * RFCDES_IMPORT = EXCEPTIONS authority_not_available = 1 OTHERS = 2 .
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = lv_tcode EXCEPTIONS OK = 1 NOT_OK = 2 OTHERS = 3 .
AUTHORITY_CHECK_TCODE * CALL FUNCTION 'AUTHORITY_CHECK_TCODE' * EXPORTING * tcode = 'SM59' * EXCEPTIONS * ok = 1 * not_ok = 2 * OTHERS = 3.
AUTHORITY_CHECK_TCODE * CALL FUNCTION 'AUTHORITY_CHECK_TCODE' * EXPORTING * tcode = 'SBGRFCCONF' * EXCEPTIONS * ok = 1 * not_ok = 2 * OTHERS = 3.
AUTHORITY_CHECK_TCODE * CALL FUNCTION 'AUTHORITY_CHECK_TCODE' * EXPORTING * tcode = 'SBGRFCCONF' * EXCEPTIONS * ok = 1 * not_ok = 2 * OTHERS = 3.
ENQUEUE_E_BGRFC_DEB_LOCK CALL FUNCTION 'ENQUEUE_E_BGRFC_DEB_LOCK' EXPORTING mode_bgrfc_unit_debug_lock_e00 = enqueue_type unit_id = unit_id lock_id = lock_id unit_kind = unit_kind * X_UNIT_ID = ' ' * X_LOCK_ID = ' ' * X_UNIT_KIND = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .
DEQUEUE_E_BGRFC_DEB_LOCK CALL FUNCTION 'DEQUEUE_E_BGRFC_DEB_LOCK' EXPORTING mode_bgrfc_unit_debug_lock_e00 = enqueue_type unit_id = unit_id lock_id = lock_id unit_kind = unit_kind * X_UNIT_ID = ' ' * X_LOCK_ID = ' ' * X_UNIT_KIND = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSBGMONITOR_GENERALCONTROL_IMP - RSBGMONITORGENERALCONTROLIMP RSBGMONITOR_FB_LIST_IMPL - RSBGMONITORFBLISTIMPL RSBGMONITOR_DISPLAY_IMPL - RSBGMONITORDISPLAYIMPL RSBGMONITOR_COLOR_LEGEND_IMPL - RSBGMONITORCOLORLEGENDIMPL RSBGMONITOR_BGRFC_IMPL - RSBGMONITORBGRFCIMPL RSBGMONITOR_ALV_GRID_IMPL - RSBGMONITORALVGRIDIMPL