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

CNV_00001_PACKAGE_CHECK SAP ABAP Report - Check and adapt a conversion package







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


Text pool values


Selection Text: GSO_TABL = D Table Name
Selection Text: GP_TEST = Test mode
Selection Text: GP_STEPS = Check steps
Selection Text: GP_PAKET = D Pack.no.
Selection Text: GP_OTHR = Check other settings
Selection Text: GP_LEER = No check if tables are empty
Selection Text: GP_DUPL = Check duplicate hand. settings
Selection Text: GP_DITEC = Check drop/insert technique
Selection Text: GP_CONV = Check conversion settings
Selection Text: GP_CLTEC = Check cluster technique
Title: Check and adapt a conversion package
Text Symbol: 158 = parameters were deleted from table CNVFIPARS.
Text Symbol: 157 = is not used ("Exclude").
Text Symbol: 156 = more than one field has a PRIORITY indicator.
Text Symbol: 155 = SUMUP indicator 'A' must be set.
Text Symbol: 154 = all fields are marked "Read-only" or "Excluded"
Text Symbol: 153 = all fields are marked as "Excluded".
Text Symbol: 152 = all fields are marked as READONLY.
Text Symbol: 151 = Field missing as read field in table CNVFIELDS.
Text Symbol: 150 = is a parameter field.
Text Symbol: 149 = the program is missing in Table CNVINCL:
Text Symbol: 148 = the program was entered in Table CNVINCL:
Text Symbol: 147 = the program name is not valid:
Text Symbol: 159 = parameters in CNVFIPARS are obsolete
Text Symbol: 160 = copy indic. 'X' and SUMUP indic. 'S' are set.
Text Symbol: 161 = copy indic. and KEYCHVIEWS indic. are active.
Text Symbol: 162 = No further checks.
Text Symbol: 163 = (because of priority control)
Text Symbol: 164 = priority indic. and "Excluded" indic. are set.
Text Symbol: 165 = Conversion routine for field
Text Symbol: 166 = is invalid.
Text Symbol: 167 = no type (CONVTYPE) specified for conversion function.
Text Symbol: 168 = was found in table CNV_ENV_CHK_EXCL.
Text Symbol: 200 = there is a conflict between SUMUP indicators in
Text Symbol: 201 = CNVTABLES and priority indicator in CNVFIELDS
Text Symbol: 001 = Package check complete.
Text Symbol: 002 = No indicators were set.
Text Symbol: 003 = Table existence was not checked.





Text Symbol: 004 = Table contents were not checked.
Text Symbol: 101 = ==> CHANGE!
Text Symbol: 105 = The table
Text Symbol: 106 = In this table
Text Symbol: 107 = Field
Text Symbol: 108 = For field
Text Symbol: 110 = KEYCHVIEWS indicator was deleted.
Text Symbol: 111 = Check table CNVTABLES for completeness:
Text Symbol: 112 = Maintenance of table CNVTABLES is complete.
Text Symbol: 113 = The following tables were marked as "Excluded":
Text Symbol: 114 = The following tables must be marked as "Excluded":
Text Symbol: 115 = The following fields were marked as "Excluded":
Text Symbol: 116 = The following fields must be marked as "Excluded":
Text Symbol: 117 = Parameters were deleted for following fields:
Text Symbol: 118 = Consistency checks:
Text Symbol: 130 = Does not exist in the database
Text Symbol: 131 = were included in table CNVTABLES
Text Symbol: 132 = has to be included in table CNVTABLES.
Text Symbol: 133 = is already marked as "Excluded".
Text Symbol: 134 = has neither type C, P nor T (probably structure).
Text Symbol: 135 = does not exist in this system.
Text Symbol: 136 = according to NAMETAB, does not have any fields.
Text Symbol: 137 = cannot be found in NAMETAB.
Text Symbol: 138 = is a cluster table.
Text Symbol: 139 = Thus, no check for table contents is made.
Text Symbol: 140 = is empty
Text Symbol: 141 = SUMUP indicator is set.
Text Symbol: 142 = There is no field for totalling.
Text Symbol: 143 = SUMUP indicator must be reset to 'A'.
Text Symbol: 144 = SUMUP indicator is reset to 'A'.
Text Symbol: 145 = does not exist.
Text Symbol: 146 = no conversion routine is indicated.


INCLUDES used within this REPORT CNV_00001_PACKAGE_CHECK

No INCLUDES are used within this REPORT code!


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 = gp_paket.

CNV_00001_IS_USER_EXPERT CALL FUNCTION 'CNV_00001_IS_USER_EXPERT' IMPORTING pd_expert = gd_expert.






CNV_00001_GET_UNIQUE_INDICES CALL FUNCTION 'CNV_00001_GET_UNIQUE_INDICES' EXPORTING ps_table = ld_cnvtables p_only_relevant = 'X' CHANGING indexlist = lt_cnvindex.



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