SAP Reports / Programs

CNV_20551_MONITOR SAP ABAP dialog Program - Monitor for the determination jobs







CNV_20551_MONITOR is a standard Module pool for a dialog screen ABAP Program 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 CNV_20551_MONITOR 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

CNV_20551_MONITOR - Monitor for determination jobs
CNV_20551_SE11 - Monitor for determination jobs


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 CNV_20551_MONITOR. "Basic submit
SUBMIT CNV_20551_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_20551_MONITOR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Monitor for the determination jobs
Text Symbol: T04 = and will take some time to update the status
Text Symbol: T03 = Activity is failed or ended with error
Text Symbol: T02 = Please wait. Activity is running
Text Symbol: T01 = Display of entries not possible
Text Symbol: T00 = Please raise a CSS message in CA-LT-CNV component
Text Symbol: 212 = Parallel determination not completed yet
Text Symbol: 211 = Determination has an invalid state
Text Symbol: 208 = Objects were added for object type w/o determination
Text Symbol: 207 = Determination job was released
Text Symbol: 206 = Determination is running
Text Symbol: 205 = Determination job was canceled
Text Symbol: 204 = No objects were added for object type w/o determination
Text Symbol: 203 = Determination completed with errors
Text Symbol: 202 = Determination completed with warnings
Text Symbol: 201 = Determination was completed w/o errors or warnings
Text Symbol: 200 = Legend
Text Symbol: 128 = File name
Text Symbol: 126 = Export file
Text Symbol: 125 = Import file
Text Symbol: 044 = Max. no. of records for selection
Text Symbol: 043 = Max.no.
Text Symbol: 042 = max. No. of parallel jobs
Text Symbol: 041 = Search term
Text Symbol: 040 = Find object type
Text Symbol: 029 = Object type
Text Symbol: 024 = Table
Text Symbol: 023 = GenObjNoT
Text Symbol: 018 = No column is selected
Text Symbol: 016 = Entry


INCLUDES used within this REPORT CNV_20551_MONITOR

INCLUDE CNV_20551_TOP_INCLUDE.
INCLUDE CNV_20551_D_MONITOR.
INCLUDE CNV_20551_P_MODULES_ANALYSIS.
INCLUDE CNV_20551_P_MONITOR.
INCLUDE CNV_20551_P_PROT.


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:

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING PACKID = GC_PACKID PHASE = GD_PHASE EXCEPTIONS ACTIVE_PACKAGE_NOT_FOUND = 1 OTHERS = 2.

RS_TABLE_LIST_CREATE CALL FUNCTION 'RS_TABLE_LIST_CREATE' EXPORTING TABLE_NAME = WA0-SCOB_TAB ACTION = 'ANZE' WITHOUT_SUBMIT = 'X' GENERATION_FORCED = '' NEW_SEL = '' NO_STRUCTURE_CHECK = 'X' IMPORTING PROGNAME = LD_PROGNAME * TABLES * SELTAB = LT_SELTAB EXCEPTIONS TABLE_IS_STRUCTURE = 1 TABLE_NOT_EXISTS = 2 DB_NOT_EXISTS = 3 NO_PERMISSION = 4 NO_CHANGE_ALLOWED = 5 OTHERS = 6.

POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING F4_FORMNAME = 'F4_HELP' F4_PROGRAMNAME = GD_PROGNAME PROGRAMNAME = GD_PROGNAME POPUP_TITLE = TEXT-042 " max. Anzahl paralleler Jobs

POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING F4_FORMNAME = 'F4_HELP' F4_PROGRAMNAME = GD_PROGNAME PROGRAMNAME = GD_PROGNAME POPUP_TITLE = TEXT-044 " max. Anzahl anzuzeig. Einträge



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