RSMSS_ANALYZERCLI3 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 RSMSS_ANALYZERCLI3 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.
Title: Implementation of LCL_ANALYZER_CHECKS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_EXISTS_TABLE call function 'DB_EXISTS_TABLE' exporting tabname = l_tabname importing subrc = l_qrc exceptions error_message = 0.
MSS_EXISTS_PARTITIONED_TABLE call function 'MSS_EXISTS_PARTITIONED_TABLE' exporting part_tabname = l_part_table tables part_tab_info_tab = l_t_partinfo exceptions table_not_found = 2 error_message = 3 others = 10. "#EC FB_RC
MSS_GET_ALL_PART_OBJS call function 'MSS_GET_ALL_PART_OBJS' tables all_part_tabs = l_parttabs exceptions not_running_on_mssql = 1 db_error = 2 internal_error = 3 no_objects_found = 4 db_not_found = 5 no_db_access = 6 schema_not_found = 7 invalid_input = 8 others = 9. "#EC FB_RC
MSS_EXISTS_PARTITIONED_TABLE call function 'MSS_EXISTS_PARTITIONED_TABLE' exporting part_tabname = l_tabname tables part_tab_info_tab = l_t_part_tab_info_tab exceptions table_not_found = 2 others = 10. "#EC FB_RC
RSD_OBJECT_IS_GENERATED call function 'RSD_OBJECT_IS_GENERATED' "#EC NOTEXT exporting i_objnm = l_inputtable importing e_infocube = l_cube exceptions others = 2. "#EC FB_RC
MSS_EXISTS_PARTITIONED_TABLE call function 'MSS_EXISTS_PARTITIONED_TABLE' exporting part_tabname = l_part_table tables part_tab_info_tab = l_t_partinfo exceptions table_not_found = 2 error_message = 3 others = 10. "#EC FB_RC
MSS_EXISTS_PARTITIONED_TABLE call function 'MSS_EXISTS_PARTITIONED_TABLE' exporting part_tabname = l_tabname tables part_tab_info_tab = l_t_part_tab_info_tab exceptions table_not_found = 2 others = 10.
RSD_CUBE_MULTI_GET_ONLY_DB call function 'RSD_CUBE_MULTI_GET_ONLY_DB' exporting i_read_all = l_read_all i_t_infocube = l_t_infocube i_cubetype = 'B' importing e_t_cube = l_t_cube exceptions others = 1. "#EC FB_RC
RSD_FACTTAB_GET_FOR_CUBE call function 'RSD_FACTTAB_GET_FOR_CUBE' exporting i_infocube =
-infocube importing e_facttab = l1_tab.
DB_EXISTS_TABLE call function 'DB_EXISTS_TABLE' exporting tabname = l3_tab importing subrc = l_rc.
RSD_CUBE_MULTI_GET_ONLY_DB call function 'RSD_CUBE_MULTI_GET_ONLY_DB' exporting i_read_all = l_read_all i_t_infocube = l_t_infocube i_cubetype = 'B' importing e_t_cube = l_t_cube exceptions others = 1. "#EC FB_RC
RSD_FACTTAB_GET_FOR_CUBE call function 'RSD_FACTTAB_GET_FOR_CUBE' exporting i_infocube =
-infocube importing e_comptab = l1_tab.
DB_EXISTS_TABLE call function 'DB_EXISTS_TABLE' exporting tabname = l3_tab importing subrc = l_rc.
RSD_CUBE_MULTI_GET_ONLY_DB call function 'RSD_CUBE_MULTI_GET_ONLY_DB' exporting i_read_all = l_read_all i_t_infocube = l_t_infocube i_cubetype = 'B' importing e_t_cube = l_t_cube exceptions others = 1. "#EC FB_RC
RSD_CUBE_GET call function 'RSD_CUBE_GET' exporting i_infocube =
-infocube i_objvers = rs_c_objvers-active "exclude inactive dims importing e_t_dime = l_t_dimension_tabs.
DB_EXISTS_INDEX call function 'DB_EXISTS_INDEX' exporting tabname = l3_tab indexname = '0' importing subrc = l_rc.
DB_EXISTS_TABLE call function 'DB_EXISTS_TABLE' exporting tabname = l3_tab importing subrc = l_rc.
RSD_CUBE_MULTI_GET_ONLY_DB call function 'RSD_CUBE_MULTI_GET_ONLY_DB' exporting i_read_all = rs_c_true i_cubetype = 'B' importing e_t_cube = l_t_cubelist exceptions others = 0.
call function 'RSD_OBJECT_IS_GENERATED' "#EC NOTEXT exporting i_objnm = l_input_table importing e_infocube = l_cube e_identifier = l_identifier exceptions others = 2.
RSDU_INFOCUBE_FACTTABLES call function 'RSDU_INFOCUBE_FACTTABLES' exporting i_infocube =
-infocube importing e_ffacttab = l_ffacttab exceptions others = 0.
RSDU_PARTITIONS_INFO_GET call function 'RSDU_PARTITIONS_INFO_GET' exporting i_tablnm = l_ffacttab importing e_partkey = l_partkey e_ts_part_info = l_t_current_partitons exceptions others = 4.
RSD_CUBE_MULTI_GET_ONLY_DB call function 'RSD_CUBE_MULTI_GET_ONLY_DB' exporting i_read_all = l_read_all_cubes i_t_infocube = l_t_infocube importing e_t_cube = l_t_cubelist exceptions others = 2. "#EC FB_RC
RSDU_GET_INFOCUBE_TABLES call function 'RSDU_GET_INFOCUBE_TABLES' exporting i_infocube =
-infocube importing e_th_tablnm = l_t_single_cubetabs exceptions others = 3. "#EC FB_RC
DB_EXISTS_TABLE call function 'DB_EXISTS_TABLE' exporting tabname = l_check_table importing subrc = l_rc.
RSD_CUBE_MULTI_GET_ONLY_DB call function 'RSD_CUBE_MULTI_GET_ONLY_DB' exporting i_read_all = rs_c_true i_cubetype = 'B' importing e_t_cube = l_t_cubelist exceptions illegal_input = 1 others = 2. "#EC FB_RC
RSDU_INFOCUBE_FACTTABLES call function 'RSDU_INFOCUBE_FACTTABLES' exporting i_infocube =
-infocube importing e_ffacttab = l_ffacttab e_efacttab = l_efacttab exceptions infocube_error = 1 inherited_error = 2 others = 3. "#EC FB_RC
RSD_CUBE_GET call function 'RSD_CUBE_GET' "#EC FB_RC exporting i_infocube =
-infocube i_objvers = rs_c_objvers-active importing e_t_dime = l_t_dimensions exceptions infocube_not_found = 1 illegal_input = 2 error_message = 9 others = 3.
RSD_FIELDNM_GET_FOR_DIME call function 'RSD_FIELDNM_GET_FOR_DIME' "#EC FB_RC exporting i_dimension = l_p_dimension-dimension importing e_fieldnm = l_ffact_p_key exceptions name_error = 1.
RSD_CUBE_MULTI_GET_ONLY_DB call function 'RSD_CUBE_MULTI_GET_ONLY_DB' exporting i_read_all = rs_c_true i_cubetype = 'B' importing e_t_cube = l_t_cubelist exceptions illegal_input = 1 others = 2. "#EC FB_RC
RSDU_INFOCUBE_FACTTABLES call function 'RSDU_INFOCUBE_FACTTABLES' exporting i_infocube = l_s_cube-infocube importing e_ffacttab = l_ffacttab exceptions others = 1. "#EC FB_RC
DB_EXISTS_TABLE call function 'DB_EXISTS_TABLE' exporting tabname = l_ffacttab importing subrc = l_rc.
RSD_CUBE_GET call function 'RSD_CUBE_GET' "#EC FB_RC exporting i_infocube = l_s_cube-infocube i_objvers = rs_c_objvers-active importing e_t_dime = l_t_dimensions exceptions others = 1. "#EC FB_RC
RSD_FIELDNM_GET_FOR_DIME call function 'RSD_FIELDNM_GET_FOR_DIME' "#EC FB_RC exporting i_dimension = l_s_dimensions-dimension importing e_fieldnm = l_package_column exceptions others = 1.
MSS_IS_TABLE_DEC_COMPRESSED call function 'MSS_IS_TABLE_DEC_COMPRESSED' exporting i_table_name = l_tabname importing e_table_is_compressed = l_subrc exceptions error_message = 0 others = 0.
RSDU_INFOCUBE_FACTTABLES call function 'RSDU_INFOCUBE_FACTTABLES' exporting i_infocube =
importing e_ffacttab = l_ffacttab e_efacttab = l_efacttab exceptions infocube_error = 1 inherited_error = 2 others = 3. "#EC FB_RC
DB_EXISTS_TABLE call function 'DB_EXISTS_TABLE' exporting tabname = l_tabname importing subrc = l_qrc exceptions error_message = 0.
RSD_OBJECT_IS_GENERATED call function 'RSD_OBJECT_IS_GENERATED' exporting i_objnm = l_single_table importing e_infocube = l_single_table_cube exceptions nspacegen_invalid = 1 others = 2.
RSD_CUBE_MULTI_GET_ONLY_DB call function 'RSD_CUBE_MULTI_GET_ONLY_DB' exporting i_read_all = l_read_all i_t_infocube = l_t_infocube i_incl_append = rs_c_true i_cubetype = '*' importing e_t_cube = l_t_cubelist exceptions others = 1. "#EC FB_RC
RSDU_INFOCUBE_INDEXES_CHECK call function 'RSDU_INFOCUBE_INDEXES_CHECK' exporting i_infocube = l_s_cube-infocube i_complete_check = rs_c_true i_with_aggregates = rs_c_true i_double_facttab = rs_c_true i_degenerated = rs_c_true changing c_t_index = l_t_indexes c_t_message = l_t_messages exceptions infocube_error = 1 ddic_error = 2 no_dbms_info = 3 inherited_error = 4 dbms_not_supported = 5 others = 6. "#EC FB_RC
BAL_DB_ENQUEUE call function 'BAL_DB_ENQUEUE' exporting i_log_handle = l_s_check-balloghandle.
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 RSMSS_ANALYZERCLI3 or its description.
RSMSS_ANALYZERCLI3 - Implementation of LCL_ANALYZER_CHECKS RSMSS_ANALYZERCLI2 - Implementation of LCL_ANALYZER_GUI RSMSS_ANALYZERCLI14 - Implementation of LCL_TEXTPROVIDER RSMSS_ANALYZERCLI13 - Implementation of batch processing classes RSMSS_ANALYZERCLI12 - Implementation of LCL_ANALYZER_INDEX_OPS_GUI RSMSS_ANALYZERCLI11 - Implementation of exception classes