CNS_CP_CHECK_CUSTOMIZING_I02 is a standard ABAP INCLUDE 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 CNS_CP_CHECK_CUSTOMIZING_I02 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = me->loghandle i_s_msg = l_str_balmsg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
BAL_LOG_DELETE CALL FUNCTION 'BAL_LOG_DELETE' EXPORTING i_log_handle = me->loghandle EXCEPTIONS log_not_found = 0 OTHERS = 0.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_str_prof i_t_log_handle = l_tab_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = l_tab_handle IMPORTING e_new_lognumbers = l_tab_lognum.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_str_log IMPORTING e_log_handle = r_ref_log->loghandle.
BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = e_str_prof.
BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING i_s_msg_handle = c_str_user_command_data-list_msgh IMPORTING e_s_msg = l_str_msg EXCEPTIONS OTHERS = 1.
TABLE_CUSTOMIZING_MAINTENANCE CALL FUNCTION 'TABLE_CUSTOMIZING_MAINTENANCE' EXPORTING tabname = l_table IMPORTING ret_name = l_maint_view ret_type = l_maint_view_type EXCEPTIONS no_views = 1 OTHERS = 2.
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'S' view_name = l_maint_view TABLES dba_sellist = l_tab_dba_sellist EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 no_clientindependent_auth = 4 no_database_function = 5 no_editor_function = 6 no_show_auth = 7 no_tvdir_entry = 8 no_upd_auth = 9 only_show_allowed = 10 system_failure = 11 unknown_field_in_dba_sellist = 12 view_not_found = 13 maintenance_prohibited = 14 OTHERS = 15.
BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING i_s_msg_handle = c_str_user_command_data-list_msgh IMPORTING e_s_msg = l_str_msg EXCEPTIONS OTHERS = 1.
TABLE_CUSTOMIZING_MAINTENANCE CALL FUNCTION 'TABLE_CUSTOMIZING_MAINTENANCE' EXPORTING tabname = l_table IMPORTING ret_name = l_maint_view ret_type = l_maint_view_type EXCEPTIONS no_views = 1 OTHERS = 2.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING view_name = l_maint_view action = 'E' enqueue_mode = 'E' EXCEPTIONS foreign_lock = 1 system_failure = 2 table_not_found = 5 client_reference = 7.
VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING viewname = l_maint_view TABLES sellist = l_tab_sellist x_header = l_tab_x_header x_namtab = l_tab_x_nametab EXCEPTIONS no_tvdir_entry = 1 table_not_found = 2 OTHERS = 3.
VIEW_MAINTENANCE_LOW_LEVEL CALL FUNCTION 'VIEW_MAINTENANCE_LOW_LEVEL' EXPORTING corr_number = l_corr fcode = 'READ' view_action = 'U' view_name = l_maint_view no_warning_for_clientindep = abap_true TABLES corr_keytab = l_tab_corr_keytab dba_sellist = l_tab_dba_sellist dpl_sellist = l_tab_dpl_sellist extract = l_tab_appl_e total = l_tab_appl_t x_header = l_tab_x_header x_namtab = l_tab_x_nametab excl_cua_funct = l_tab_excl_cua_funct EXCEPTIONS function_not_found = 1 missing_corr_number = 2 no_value_for_subset_ident = 3 saving_correction_failed = 4 OTHERS = 5.
VIEW_MAINTENANCE_NO_DIALOG CALL FUNCTION 'VIEW_MAINTENANCE_NO_DIALOG' EXPORTING view_name = l_maint_view corr_number = l_corr import_mode = ' ' import_spec_mode = ' ' TABLES corr_keytab = l_tab_corr_keytab dba_sellist = l_tab_dba_sellist dpl_sellist = l_tab_dpl_sellist extract = l_tab_appl_e total = l_tab_appl_t x_header = l_tab_x_header x_namtab = l_tab_x_nametab ix_to_modify = l_tab_ix_to_modify EXCEPTIONS missing_corr_number = 1 OTHERS = 2.
VIEW_MAINTENANCE_GIVEN_DATA CALL FUNCTION 'VIEW_MAINTENANCE_GIVEN_DATA' EXPORTING action = 'U' corr_number = l_corr view_name = l_maint_view no_warning_for_clientindep = abap_true TABLES data = l_tab_appl_t EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 no_clientindependent_auth = 4 no_database_function = 5 no_show_auth = 6 no_tvdir_entry = 7 no_upd_auth = 8 only_show_allowed = 9 system_failure = 10 unknown_field_in_dba_sellist = 11 view_not_found = 12 OTHERS = 13.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING view_name = l_maint_view action = 'E' enqueue_mode = 'E' EXCEPTIONS OTHERS = 0.
ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * name = icon_insert_relation * text = '' * info = 'Fremdschlüssel Eintrag einfügen' * add_stdinf = 'X' * IMPORTING * result = c_field * EXCEPTIONS * OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNS_CP_CHECK_CUSTOMIZING_I02 - CNSCPCHECKCUSTOMIZINGI02 CNS_CP_CHECK_CUSTOMIZING_I01 - CNSCPCHECKCUSTOMIZINGI01 CNS_CP_CHECK_CUSTOMIZING_D03 - CNSCPCHECKCUSTOMIZINGD03 CNS_CP_CHECK_CUSTOMIZING_D02 - CNSCPCHECKCUSTOMIZINGD02 CNS_CP_CHECK_CUSTOMIZING_D01 - CNSCPCHECKCUSTOMIZINGD01 CNS_CP_CHECK_CUSTOMIZING - Customizing Check Report for Change Notification Service