SAP Reports / Programs

CNV_TDMS_16_ANALYSIS_REP SAP ABAP Report - Customer System Analysis Report







CNV_TDMS_16_ANALYSIS_REP 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 CNV_TDMS_16_ANALYSIS_REP into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Customer System Analysis Report
Text Symbol: OS3 = Operating system collector
Text Symbol: OS2 = Physical Memory (KB)
Text Symbol: OS1 = Number of CPU's
Text Symbol: ORA = ORACLE
Text Symbol: NPT = No permission to call transaction
Text Symbol: MSS = MSSQL
Text Symbol: MI5 = Unicode Settings
Text Symbol: MI4 = Material Ledger settings
Text Symbol: MI3 = Lime Active
Text Symbol: MI2 = Codepage settings
Text Symbol: MI1 = Actual costing active
Text Symbol: MDB = ADABAS D
Text Symbol: ITC = Invalid transaction code
Text Symbol: ISS = Error in Sender System. Either the AddOn DMIS_CNT is not installed or the SAP BASIS release is below 620
Text Symbol: IRS = Error in Receiver System. Either the AddOn DMIS_CNT is not installed or the SAP BASIS release is below 620
Text Symbol: FNS = This is the list of tables which have additional fields in the Source System as compared to the Target System
Text Symbol: FNR = This is the list of tables which have additional fields in the Target System as compared to the Source System
Text Symbol: EXC = Complete data not available
Text Symbol: DSX = User options
Text Symbol: DSW = User connections
Text Symbol: DSV = Two digit year cutoff
Text Symbol: DSU = Scan for startup procs
Text Symbol: DST = Remote query timeout (s)
Text Symbol: DSS = Remote proc trans
Text Symbol: UST = User Status
Text Symbol: UGG = User Guide
Text Symbol: TNE = This is the list of tables which exist in the Source System but do not exist in the Target System
Text Symbol: SY7 = Latest SP Levels
Text Symbol: SY6 = Non-Unique Secondary Index
Text Symbol: SY5 = RDISP/MAX_WPRUN_TIME
Text Symbol: SY4 = Number of Dialog Processes
Text Symbol: SY3 = Number of Background Processes
Text Symbol: SY2 = Database Time
Text Symbol: SY1 = Database Size (KB)
Text Symbol: SST = System status
Text Symbol: SR2 = Incorrect name or password to the sender system; maintain correct values in SM59 and try again
Text Symbol: SR1 = RFC connection to the sender system failed





Text Symbol: SNM = RFC destination for the sender system not maintained
Text Symbol: SND = RFC destination for the sender system not maintained; details cannot be displayed on the Sender tab page
Text Symbol: RR2 = Incorrect name or password to the receiver system; maintain correct values in SM59 and try again
Text Symbol: RR1 = RFC connection to the receiver system failed
Text Symbol: RNM = RFC destination for the receiver system not maintained
Text Symbol: RND = RFC destination for the receiver system not maintained; details cannot be displayed on the Receiver tab page
Text Symbol: RFC = RFC details are incomplete; unable to proceed further
Text Symbol: RCA = No comparison results found; run the comparion first to view the results
Text Symbol: PLI = Parameter List
Text Symbol: PDE = Specified package does not exist; select a valid migration package
Text Symbol: PCK = Select a migration package to start the analysis
Text Symbol: DS2 = Auto create statistics
Text Symbol: DS1 = AutoGrowth status
Text Symbol: DO7 = UNDO_RETENTION
Text Symbol: DO6 = Time per user (MS)
Text Symbol: DO5 = V$LOG (ONLINE REDO LOG)
Text Symbol: DO4 = V$LOCK_ELEMENT
Text Symbol: DO3 = Number Of database writers
Text Symbol: DO2 = Busy Wait Time(S) : CPU Time(S)
Text Symbol: DO1 = Archive Log
Text Symbol: DMA = _Mblock Strat Size
Text Symbol: DM9 = Useselectfetch
Text Symbol: DM8 = Updatestat Sample Algo
Text Symbol: DM7 = Time Measurement
Text Symbol: DM6 = Optimise Join Parallel Servers
Text Symbol: DM5 = Optimise First Rows
Text Symbol: DM4 = Exclusive Lock Collision Loops
Text Symbol: DM3 = Mirroring
Text Symbol: DM2 = System Triggers Enabled?
Text Symbol: DM1 = Archive Log
Text Symbol: CHS = Unable to proceed further. Fix the previous error to proceed
Text Symbol: ACS = No authorization to call kernel C functions in Sender System. Add S_C_FUNCT authorization object to the role assigned
Text Symbol: ACR = No authorization to call kernel C functions in Receiver System. Add S_C_FUNCT authorization object to the role assigned
Text Symbol: ACC = No authorization to call kernel C functions in Central System. Add S_C_FUNCT authorization object to the role assigned
Text Symbol: 001 = Mandatory Notes to be applied for SP
Text Symbol: DS3 = Auto update statistics
Text Symbol: DSR = Remote login timeout (s)
Text Symbol: DSQ = Remote access
Text Symbol: DSP = Recovery interval (min)





Text Symbol: DSO = Query wait (s)
Text Symbol: DSN = Query governor cost limit
Text Symbol: DSM = Priority boost
Text Symbol: DSL = Open objects
Text Symbol: DSK = Network packet size
Text Symbol: DSJ = Nested triggers
Text Symbol: DSI = Min memory per query (KB)
Text Symbol: DSH = Media retention
Text Symbol: DSG = Max text repl size (B)
Text Symbol: DSF = Max degree of parallelism
Text Symbol: DSE = Locks
Text Symbol: DSD = Lightweight pooling
Text Symbol: DSC = Index create memory (KB)
Text Symbol: DSB = Fill factor (%)
Text Symbol: DSA = Default language
Text Symbol: DS9 = Default full-text language
Text Symbol: DS8 = Cursor threshold
Text Symbol: DS7 = Cost threshold for parallelism
Text Symbol: DS6 = C2 Audit mode
Text Symbol: DS5 = Affinity mask
Text Symbol: DS4 = Recovery model


INCLUDES used within this REPORT CNV_TDMS_16_ANALYSIS_REP

INCLUDE CNV_TDMS_16_INCL_TOP.
INCLUDE CNV_TDMS_16_INCL_CLASS.
INCLUDE CNV_TDMS_16_INCL_PBO.
INCLUDE CNV_TDMS_16_INCL_PAI.
INCLUDE CNV_TDMS_16_INCL_FORMS.
INCLUDE CNV_TDMS_16_INCL_POV.


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:

No SAP FUNCTION MODULES are executed within this report code!



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