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

CNV_20551_SETTINGS SAP ABAP Report - Create missing defaults for deletion criteria







CNV_20551_SETTINGS 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_SETTINGS 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_SETTINGS. "Basic submit
SUBMIT CNV_20551_SETTINGS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_20551_SETTINGS 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: NOT_USE = Include NOTUSE tables
Selection Text: NOT_USE1 = Include NOTUSE tables
Selection Text: PACKID = Package
Selection Text: P_CNT = for Y-/Z tab. select count(*)
Selection Text: STAT_AKT = Status management activated
Selection Text: STAT_DEA = Status management de-activated
Selection Text: S_TAB = Table(s)
Title: Create missing defaults for deletion criteria
Text Symbol: 202 = Analysis of following tables:
Text Symbol: 001 = Suggestion is incomplete
Text Symbol: 003 = % of entries done...
Text Symbol: 004 = No default could be determined
Text Symbol: 006 = Active package not found
Text Symbol: 038 = Initialize the program....
Text Symbol: 043 = % of entries processed...
Text Symbol: 101 = Package-depend. param.
Text Symbol: 102 = Selection criteria
Text Symbol: 201 = Analysis of customer-specific tables


INCLUDES used within this REPORT CNV_20551_SETTINGS

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 = GC_PACKID PHASE = GD_PHASE exceptions active_package_not_found = 1 others = 2.

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING PACKID = ACTIVE_PACKID EXCEPTIONS ACTIVE_PACKAGE_NOT_FOUND = 1 OTHERS = 2.

CNV_20551_ANALYSE_TABLE CALL FUNCTION 'CNV_20551_ANALYSE_TABLE' EXPORTING PACKID = GC_PACKID TABNAME = I_CNVTABLES-TABNAME BEST_ONLY = 'X' SELECT_COUNT = SELECT_COUNT SAVE_BEST_TO_DB = EDIT_MODE IMPORTING BEST_SUGG = BEST_SUGG TABLES I_CNVFIELDS = I_CNVFIELDS1 O_SUGG = I_SUGG O_CNVFIELDS_SUGG = I_CNVFIELDS_SUGG O_CNV_20551_DOMS_SUGG = I_CNV_20551_DOMS_SUGG EXCEPTIONS OTHERS = 1.

CNV_INT_STATE_GET CALL FUNCTION 'CNV_INT_STATE_GET' IMPORTING RUNSTATE = GD_STATE.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = PERCENT TEXT = TEXT EXCEPTIONS OTHERS = 1.



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