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

CNV_00001_SYSTEM_SETTINGS SAP ABAP Report - Check system settings







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_SYST - Optimize number of processes


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


Text pool values


Title: Check system settings
Text Symbol: 520 = Function is valid only for ORACLE databases
Text Symbol: 510 = Function does not apply
Text Symbol: 505 = Function applies only for DB Oracle Informix and DB6
Text Symbol: 500 = Function is only valid for Ora., Inf. and Ada. databases
Text Symbol: 430 = DBSPACE for CNVCLU
Text Symbol: 420 = Tablespace for CNVCLU
Text Symbol: 410 = Free DBSPACE for CNVCLU (in KB)
Text Symbol: 400 = Free tablespace for CNVCLU (in KB)
Text Symbol: 320 = Time
Text Symbol: 310 = Date
Text Symbol: 300 = Parameter REC/CLIENT
Text Symbol: 290 = Log mode
Text Symbol: 280 = Total size of rollback segments (in KB)
Text Symbol: 270 = No. of rollback segments with optimal size
Text Symbol: 260 = No. of online rollback segments
Text Symbol: 250 = Data buffer size (in KB)
Text Symbol: 240 = Parameter LOG_ARCHIVE_START
Text Symbol: 235 = Cost based optimizer is used
Text Symbol: 220 = Free database size (in KB)
Text Symbol: 210 = Total database size (in KB)
Text Symbol: 200 = Database
Text Symbol: 130 = PROC_MAX is set in CNVCONTROL
Text Symbol: 120 = Optimal No. of work processes (runtime estimation):
Text Symbol: 110 = No. of batch work processes of class B or C:
Text Symbol: 100 = No. of CPUs
Text Symbol: 016 = Free (KB)
Text Symbol: 015 = Dbspace name
Text Symbol: 014 = Size
Text Symbol: 013 = Free space
Text Symbol: 012 = Percent Used
Text Symbol: 011 = Nr. Tables
Text Symbol: 010 = Name
Text Symbol: 009 = Optsize (KB)
Text Symbol: 008 = Group Nr.
Text Symbol: 007 = Size (KB)
Text Symbol: 006 = Default value
Text Symbol: 005 = User value





Text Symbol: 004 = Parameter
Text Symbol: 003 = Status
Text Symbol: 002 = Value
Text Symbol: 001 = Nr. of members


INCLUDES used within this REPORT CNV_00001_SYSTEM_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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-cprog i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = ls_layout it_fieldcat = lt_fieldcat TABLES t_outtab = gt_tab_output EXCEPTIONS program_error = 1 OTHERS = 2.

CNV_INT_STATE_INSERT CALL FUNCTION 'CNV_INT_STATE_INSERT' EXPORTING packid = ld_packid phase = ld_phase progname = sy-cprog rerun = 'R' EXCEPTIONS OTHERS = 5.

CNV_INT_STATE_INSERT CALL FUNCTION 'CNV_INT_STATE_INSERT' EXPORTING packid = ld_packid phase = 'C' tabname = space progname = sy-cprog rerun = 'R' EXCEPTIONS OTHERS = 1.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-cprog is_layout = ls_layout it_fieldcat = lt_fieldcat TABLES t_outtab = gt_ts EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-cprog is_layout = ls_layout it_fieldcat = lt_fieldcat TABLES t_outtab = gt_dbspaces EXCEPTIONS program_error = 1 OTHERS = 2.

CALL FUNCTION 'CALL FUNCTION ''DB6_SHOW_TABLESPACE''', 'EXPORTING', 'NAVIGATOR_OBJECT = CL_NAVIGATOR .',

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-cprog is_layout = ls_layout it_fieldcat = lt_fieldcat TABLES t_outtab = gt_rollstat EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-cprog is_layout = ls_layout it_fieldcat = lt_fieldcat TABLES t_outtab = gt_log EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-cprog is_layout = ls_layout it_fieldcat = lt_fieldcat TABLES t_outtab = gt_db_params EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-cprog is_layout = ls_layout it_fieldcat = lt_fieldcat TABLES t_outtab = gt_sap_params EXCEPTIONS program_error = 1 OTHERS = 2.

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = ld_packid phase = ld_phase EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

CNV_00001_SYSTEM_SETTINGS CALL FUNCTION 'CNV_00001_SYSTEM_SETTINGS' EXPORTING packid = ld_packid save_data = ld_save_data IMPORTING number_cpu = ld_cpunr batch_wp = ld_batches dbsize = ld_dbsize total_free = ld_free database_release = ld_db_release logmode = ld_logmode buffer_size = ld_bufsize tablespace_cnvclu = ld_tablespace TABLES t_sap_params = gt_sap_params t_db_params = gt_db_params t_table_spaces = gt_ts t_redo_logs = gt_log t_rollback_segments = gt_rollstat t_dbspaces = gt_dbspaces t_db6tspaces = gt_db6tspace.

S_DB_PARAMETERS_GET CALL FUNCTION 'S_DB_PARAMETERS_GET' EXPORTING all_values = 'X' TABLES param_tbl = gt_param_inf EXCEPTIONS wrong_database = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = p_tab IMPORTING x030l_wa = x_tabhead TABLES dfies_tab = xt_tabinfo EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.



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