UMB_CM_MAINTAINF02 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 UMB_CM_MAINTAINF02 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!
UMB_SERVICE_LAST_CHANGER call function 'UMB_SERVICE_LAST_CHANGER' exporting I_TSTPNM = UMB_CM100-TSTPNM I_TIMESTMP = UMB_CM100-TIMESTMP.
UMB_SERVICE_LAST_CHANGER_FCODE call function 'UMB_SERVICE_LAST_CHANGER_FCODE' changing FCODE = OK_CODE.
UMB_CM_DEQUEUE_MATRIX call function 'UMB_CM_DEQUEUE_MATRIX'.
UMB_CM_ENQUEUE_MATRIX call function 'UMB_CM_ENQUEUE_MATRIX' exporting I_CMID = UMB_CM100-CMID exceptions ERROR = 1.
UMB_CM_ENQUEUE_MATRIX call function 'UMB_CM_ENQUEUE_MATRIX' exporting I_CMID = I_CMID exceptions ERROR = 1.
UMB_CM_DEQUEUE_MATRIX call function 'UMB_CM_DEQUEUE_MATRIX'.
UMB_CM_DEQUEUE_MATRIX call function 'UMB_CM_DEQUEUE_MATRIX'.
UMB_CM_ENQUEUE_MATRIX call function 'UMB_CM_ENQUEUE_MATRIX' exporting I_CMID = L_CURRENT_CMID exceptions ERROR = 1.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting I_BUFFER_ACTIVE = 'X' I_STRUCTURE_NAME = 'UMB_YS_CM_ALV_ITEM' I_CLIENT_NEVER_DISPLAY = 'X' I_BYPASSING_BUFFER = '' changing CT_FIELDCAT = LT_FIELDCAT exceptions INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 others = 3.
UMB_CM_MATRIX_TEXT_GET call function 'UMB_CM_MATRIX_TEXT_GET' exporting I_CMID = LS_CM100-CMID importing E_LTXT = L_TXT.
UMB_SELECTION_FOR_CM call function 'UMB_SELECTION_FOR_CM' exporting I_CURRENT_SCARD = L_SCARD I_PERIOD = L_PERIOD importing ET_ELEMENT = LT_ELEMENT exceptions USER_CANCEL = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.