CNV_10030_TRACKING_MONITOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for If you activated the tracking in table CNV_10030_PARAM, the program saves either source determination objects for which determination failed and/or found target determination objects up to a certain upper limit (depending on the settings)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter CNV_10030_TRACKING_MONITOR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CNV_10030_TRMON - Monitor for tracking
CNV_10030_SCMON - Monitor for scan
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: P_PROG = Conversion programs
Selection Text: P_ANA = Analysis
Title: Monitor for tracking
Text Symbol: SZN = Business scenario
Text Symbol: PKG = Package
INCLUDE CNV_10020_CONSTANTS.
INCLUDE CNV_10030_GLOBAL_INCLUDE.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_10030_TRACKING_MONITOR - Monitor for tracking CNV_10030_TRACKING_MONITOR - Monitor for tracking CNV_10030_SWITCH_TOP - Activate the org. version in a program - data declarations CNV_10030_SWITCH_F01 - Activate the org. version in a program - form routines CNV_10030_SWITCH - Change between old and new org. version within one program CNV_10030_SWITCH - Change between old and new org. version within one program