RSMSS_ANALYZERCLI5 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_ANALYZERCLI5 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_HELPER
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 = ldb_tabname importing subrc = l_rc.
RSD_OBJECT_IS_GENERATED call function 'RSD_OBJECT_IS_GENERATED' "#EC NOTEXT exporting i_objnm = l_tabname importing e_object_generated = l_object_generated e_infocube = r_s_type-cube e_odsobject = r_s_type-ods e_identifier = l_identifier exceptions nspacegen_invalid = 1 error_message = 9 others = 2.
BP_JOB_READ call function 'BP_JOB_READ' exporting job_read_jobcount = i_jobcount job_read_jobname = i_jobname job_read_opcode = 20 tables job_read_steplist = l_t_jobstep exceptions others = 0.
RS_VARIANT_CONTENTS call function 'RS_VARIANT_CONTENTS' exporting report = sy-repid variant = l_variant tables valutab = l_t_valuetab exceptions variant_non_existent = 1 variant_obsolete = 2 error_message = 3 others = 4.
DB_STORAGE_GET call function 'DB_STORAGE_GET' exporting tabname = i_s_dd12v-sqltab indexname = i_s_dd12v-indexname source_hierarchy = l_s_srchierarchy tables storpar = l_t_existing_storpars exceptions others = 0.
DB_STORAGE_CLEAR call function 'DB_STORAGE_CLEAR' exporting tabname = i_s_dd12v-sqltab indexname = i_s_dd12v-indexname exceptions others = 4. "#EC FB_RC
DB_STORAGE_PUT call function 'DB_STORAGE_PUT' exporting tabname = i_s_dd12v-sqltab indexname = i_s_dd12v-indexname useflag = 'X' tables storpar = l_t_storpars exceptions db_error = 1 other_error = 2 others = 3. "#EC FB_RC
DD_CREATE_INDEX_S call function 'DD_CREATE_INDEX_S' exporting indexname = i_s_dd12v-indexname no_exec = 'X' tabname = i_s_dd12v-sqltab tables statements = e_t_statements exceptions basetab_error = 1 db_error = 2 dd_error = 3 index_exists = 4 others = 5. "#EC FB_RC
DDIF_INDX_ACTIVATE call function 'DDIF_INDX_ACTIVATE' exporting name = l_table id = l_indexid importing rc = l_rc exceptions not_found = 1 put_failure = 2 others = 3.
RSD_IS_CUBE_TABLE call function 'RSD_IS_CUBE_TABLE' exporting i_tablnm = l_cube_table importing e_infocube = l_cube.
RSDU_MSS_GET_IND_LAYOUT call function 'RSDU_MSS_GET_IND_LAYOUT' exporting i_infocube = l_rsd_infocube i_objvers = rs_c_objvers-active i_check_db = rs_c_true importing e_layout = l_cube_layout exceptions invalid_cube = 1 others = 3.
DD_TBIX_GET call function 'DD_TBIX_GET' exporting get_state = 'A' indexname = '*' tabl_name = l2_tabname tables dd12v_tab_a = l_t_dd12v_current dd17v_tab_a = l_t_dd17v_current.
MSS_GET_CLUSTERED_INDEX call function 'MSS_GET_CLUSTERED_INDEX' exporting table_name = l_mss_table importing clus_index = l_dim_clustered_dbind exceptions others = 10. "#EC FB_RC
DB_EXISTS_INDEX call function 'DB_EXISTS_INDEX' exporting tabname = l1_tabname indexname = '0' importing realname = l_dim_pk_dbind subrc = l_rc unique = l_dim_pk_unique exceptions others = 2. "#EC FB_RC
RSDDTMPTAB_GET_NEW_NAME call function 'RSDDTMPTAB_GET_NEW_NAME' exporting i_nametype = rsd_c_id_tmp_tabl_sid importing e_tmpnm = e_bak_table exceptions wrong_nametype = 1 others = 8.
DB_DROP_TABLE call function 'DB_DROP_TABLE' exporting tabname = e_bak_table exceptions others = 0.
RSDU_TABLE_COPY_INI call function 'RSDU_TABLE_COPY_INI' exporting i_tabname = e_bak_table i_reftab = i_org_table i_use_mass_act = rs_c_false exceptions ddic_error = 1 inherited_error = 2. "#EC FB_RC
DB_DROP_TABLE call function 'DB_DROP_TABLE' exporting tabname = e_bak_table exceptions others = 0.
call function 'DB_COMMIT'.
RSD_CUBE_GET call function 'RSD_CUBE_GET' "#EC FB_RC exporting i_infocube = i_cube i_objvers = rs_c_objvers-active importing e_t_dime = l_t_dimension exceptions infocube_not_found = 1 illegal_input = 2 error_message = 9 others = 3.
DB_GET_RELEASE call function 'DB_GET_RELEASE' importing release = l_rel.
HELP_DOCULINES_SHOW call function 'HELP_DOCULINES_SHOW' exporting help_infos = l_helpinfo tables excludefun = l_dummy helplines = l_t_textlines.
DB_EXISTS_INDEX call function 'DB_EXISTS_INDEX' exporting tabname =
-sqltab indexname = -indexname importing subrc = l_rc exceptions others = 2. "#EC FB_RC
DD_TABNAME_OF_INDEX call function 'DD_TABNAME_OF_INDEX' exporting dbindex = l_columnstore importing index = r_indexname exceptions index_not_in_dd = 1 others = 2. "#EC FB_RC
DB_DROP_INDEX call function 'DB_DROP_INDEX' exporting dbindex = l_columnstore tabname = l_table db_check_flag = 'X' importing subrc = l_rc exceptions index_not_dropped = 1 program_not_generated = 2 program_not_written = 3 others = 4.
DD_CREATE_INDEX call function 'DD_CREATE_INDEX' exporting indexname = l_indexname tabname = l_table exceptions basetab_error = 1 db_error = 2 dd_error = 3 index_exists = 4 others = 5.
DB_EXISTS_TABLE call function 'DB_EXISTS_TABLE' exporting tabname = l_tabname importing subrc = l_rc.
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_ANALYZERCLI5 or its description.
RSMSS_ANALYZERCLI5 - Implementation of LCL_ANALYZER_HELPER RSMSS_ANALYZERCLI4 - Implementation of LCL_ANALYZER_REPAIRS 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