RSMSS_ANALYZERCLI9 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_ANALYZERCLI9 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_UNPART_FFACT
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_STORAGE_GET call function 'DB_STORAGE_GET' exporting dbsys = 'MSS' tabname = i_original_table_name source_hierarchy = l_src_hier tables storpar = l_t_storpar exceptions mapping_error = 1 db_error = 2 uncomplete_parameter = 3 others = 4. "#EC FB_RC
DB_STORAGE_GET call function 'DB_STORAGE_GET' exporting dbsys = 'MSS' tabname = i_original_table_name indexname = '0' source_hierarchy = l_src_hier tables storpar = l_t_idx_storpar exceptions mapping_error = 1 db_error = 2 uncomplete_parameter = 3 others = 4. "#EC FB_RC
DB_STORAGE_PUT call function 'DB_STORAGE_PUT' exporting tabname = i_original_table_name useflag = 'X' tables storpar = l_t_storpar exceptions others = 0.
DB_STORAGE_PUT call function 'DB_STORAGE_PUT' exporting tabname = i_original_table_name indexname = '0' useflag = 'X' tables storpar = l_t_idx_storpar 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.
RSMSS_ANALYZERCLI9 - Implementation of LCL_UNPART_FFACT RSMSS_ANALYZERCLI8 - Implementation of LCX_PARTITIONING_EXCEPTION RSMSS_ANALYZERCLI7 - Implementation of LCL_PART_FFACT RSMSS_ANALYZERCLI6 - Implementation of LCL_PARTITIONING_BASE RSMSS_ANALYZERCLI5 - Implementation of LCL_ANALYZER_HELPER RSMSS_ANALYZERCLI4 - Implementation of LCL_ANALYZER_REPAIRS