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

RBDMONIC SAP ABAP Report - ALE/CCMS Customizing Monitoring Objects







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

BDMONIC - ALE CCMS Monitoring Objects (Detail)


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 RBDMONIC. "Basic submit
SUBMIT RBDMONIC AND RETURN. "Return to original report after report execution complete
SUBMIT RBDMONIC 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: 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


INCLUDES used within this REPORT RBDMONIC

No INCLUDES are used within this REPORT code!


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_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.



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