SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_20551_TS_CHECK_TABLES SAP ABAP Report - Troubleshooting for Check deletion criteria for individual tables







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


Text pool values


Title: Troubleshooting for Check deletion criteria for individual tables
Text Symbol: 159 = Rec.with
Text Symbol: 161 = Text object
Text Symbol: 178 = Table clean-up with
Text Symbol: 179 = cluster
Text Symbol: 312 = Short desc.
Text Symbol: 439 = Table is deleted in postproc. phase A
Text Symbol: 470 = Cluster table in
Text Symbol: 471 = Cross-client table
Text Symbol: 475 = Error in CNVFIELDS or CNVSTEPS
Text Symbol: 490 = Error in CNVSTPARS
Text Symbol: 510 = Error in CNV_20551_KOMBI1:
Text Symbol: 555 = Error in CNVFIELDS
Text Symbol: 575 = Error in CNVSTPARS:
Text Symbol: 576 = missing in CNVFIELDS
Text Symbol: 711 = CNVSTEPS entries missing!
Text Symbol: 712 = : Routine wrong!
Text Symbol: 713 = missing in CNVFIELDS!
Text Symbol: 714 = with CNVFIELDS-NOTUSE=X!
Text Symbol: 715 = GD_CHECK_RELEVANT missing in CNVSTPARS!
Text Symbol: 717 = Error in CNVSTEPS!
Text Symbol: 718 = Error in CNVSTPARS!
Text Symbol: 152 = Do not delete!!
Text Symbol: 004 = Activate tables
Text Symbol: 012 = Short description for table
Text Symbol: 013 = Do you want to set the "Exclude" indicator for
Text Symbol: 014 = for all selected tables?
Text Symbol: 015 = Deactivate tables
Text Symbol: 016 = Action performed successfully
Text Symbol: 017 = Activity terminated
Text Symbol: 018 = Action performed NOT successfully for at least one entry
Text Symbol: 020 = No records were selected
Text Symbol: 023 = Derive/determine by
Text Symbol: 024 = Exclude
Text Symbol: 025 = Key
Text Symbol: 026 = Field name
Text Symbol: 027 = Table
Text Symbol: 035 = deselect "Exclude" flag?





Text Symbol: 036 = For all selected tables
Text Symbol: 075 = Error in CNVSTEPS or CNVSTPARS
Text Symbol: 079 = Error in CNVSTEPS
Text Symbol: 103 = Routine could not be identified
Text Symbol: 111 = Table is not defined in system
Text Symbol: 125 = Class
Text Symbol: 144 = Table pool


INCLUDES used within this REPORT CNV_20551_TS_CHECK_TABLES

INCLUDE CNV_MBT_CWB_TS_PARAMS.
INCLUDE CNV_20551_TS_CHECK_TABLESO01.
INCLUDE CNV_20551_TS_CHECK_TABLESF01.
INCLUDE CNV_20551_TS_CHECK_TABLESI01.
INCLUDE CNV_20551_TS_CHECK_TABLESF02.


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