RBDMONIC 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 RBDMONIC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
BDMONIC - ALE CCMS Monitoring Objects (Detail)
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: TAGE = D Days until now
Selection Text: STATOLDE = Wait time status changes IN
Selection Text: STATOLDA = Wait time status changes OUT
Selection Text: PARTYP = D Partner Type
Selection Text: PARNUM = D Partner Number
Selection Text: PARFCT = D Partner Role
Selection Text: MESTYPE = D Message Type
Selection Text: MESTYPA = D Message Type
Selection Text: ERR_ONL = D Do not display statuses
Selection Text: CCMS_GRP = D ALE Monitoring Object
Title: ALE/CCMS Customizing Monitoring Objects
Text Symbol: TIT = Status select.
Text Symbol: TI2 = Partner select.
Text Symbol: T03 = Exit
Text Symbol: T02 = be lost.
Text Symbol: T01 = Unsaved data will be lost
Text Symbol: STV = Status of status group
Text Symbol: S51 = Status message
Text Symbol: 00E = Selection of inbound direction
Text Symbol: 00A = Selection of outbound direction
Text Symbol: 002 = Period
Text Symbol: 001 = Other group
Text Symbol: 000 = Selection options for this group
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING * MODE_RSTABLE = 'E' tabname = 'TBDMO_DET' varkey = varkey * X_TABNAME = ' ' * X_VARKEY = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING * MODE_RSTABLE = 'E' tabname = 'TBDMO_DET' varkey = varkey * X_TABNAME = ' ' * X_VARKEY = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING * MODE_RSTABLE = 'E' tabname = 'TBDMO_DET' varkey = varkey * X_TABNAME = ' ' * X_VARKEY = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ALE_CCMS_GRP_TRANSPORT CALL FUNCTION 'ALE_CCMS_GRP_TRANSPORT' EXPORTING ccms_grp = ccms_grp.
ALE_CCMS_GRP_MODIFY_DETAIL CALL FUNCTION 'ALE_CCMS_GRP_MODIFY_DETAIL' EXPORTING ccms_grp = ccms_grp TABLES selopts = selopts.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING * MODE_RSTABLE = 'E' tabname = 'TBDMO_DET' varkey = varkey * X_TABNAME = ' ' * X_VARKEY = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = 'Nicht gesicherte Daten werden'(t01) textline2 = 'verloren gehen!'(t02) titel = 'Verlassen'(t03) * START_COLUMN = 25 * START_ROW = 6 cancel_display = ' ' IMPORTING answer = p_rc.
CHECK_CUSTOMER_NAMES CALL FUNCTION 'CHECK_CUSTOMER_NAMES' EXPORTING * OBJECTTYPE = 'TABU' tablekey = key tablename = 'TBDMO' IMPORTING key_allowed = allowed * SYSTEM_SAP = * TABLE_NOT_FOUND = EXCEPTIONS * OBJECTTYPE_NOT_FILLED = 1 * TABLENAME_NOT_FILLED = 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.
RBDMONIC - ALE/CCMS Customizing Monitoring Objects RBDMONIC - ALE/CCMS Customizing Monitoring Objects RBDMONI7 - Branch to CCMS Monitor /ALE RBDMONI7 - Branch to CCMS Monitor /ALE RBDMONI5 - ALE CCMS Connection: Display Open Change Pointers for Message Type RBDMONI5 - ALE CCMS Connection: Display Open Change Pointers for Message Type