RSMSS_ANALYZERCLI1 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_ANALYZERCLI1 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_APPLOG
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_GLB_SEARCH_MSG call function 'BAL_GLB_SEARCH_MSG' exporting i_s_log_filter = l_s_log_filter importing e_t_msg_handle = l_t_msghandle exceptions msg_not_found = 1 others = 2. "#EC FB_RC
BAL_LOG_MSG_READ call function 'BAL_LOG_MSG_READ' exporting i_s_msg_handle =
importing e_s_msg = l_s_exist_msg exceptions log_not_found = 1 msg_not_found = 2 others = 3.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = me->p_log_handle i_s_msg = l_s_msg exceptions others = 0.
BAL_LOG_MSG_READ call function 'BAL_LOG_MSG_READ' exporting i_s_msg_handle = i_msg_handle importing e_s_msg = l_s_msg exceptions others = 0.
BAL_LOG_MSG_CHANGE call function 'BAL_LOG_MSG_CHANGE' exporting i_s_msg_handle = i_msg_handle i_s_msg = l_s_msg exceptions others = 0.
BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_t_log_handle = l_t_loghandles exceptions others = 0.
BAL_DB_SEARCH call function 'BAL_DB_SEARCH' exporting i_s_log_filter = l_s_log_filter importing e_t_log_header = l_t_log_header exceptions others = 0.
BAL_LOG_REFRESH call function 'BAL_LOG_REFRESH' exporting i_log_handle = l_s_log_header-log_handle exceptions others = 0.
BAL_DB_LOAD call function 'BAL_DB_LOAD' exporting i_t_log_header = l_t_log_header i_do_not_load_messages = space importing e_t_log_handle = l_t_loghandle e_t_msg_handle = e_t_msg_handle exceptions others = 4.
BAL_GLB_SEARCH_MSG call function 'BAL_GLB_SEARCH_MSG' exporting i_s_log_filter = l_s_log_filter importing e_t_log_handle = l_t_loghandle e_t_msg_handle = e_t_msg_handle exceptions others = 0.
BAL_LOG_MSG_READ call function 'BAL_LOG_MSG_READ' exporting i_s_msg_handle = l_s_msg_handle importing e_s_msg = l_s_msg exceptions others = 0.
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = l_app_log importing e_log_handle = me->p_log_handle exceptions others = 1.
GET_JOB_RUNTIME_INFO call function 'GET_JOB_RUNTIME_INFO' importing jobcount = l_jobcount jobname = l_jobname.
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_ANALYZERCLI1 - Implementation of LCL_ANALYZER_APPLOG RSMSS_ANALYZERCLD9 - LCL_UNPART_FFACT (Class for unpartitioning an F-Fact table) RSMSS_ANALYZERCLD8 - LCX_PARTITIONING_EXCEPTION (Exceptions for partitioning actions) RSMSS_ANALYZERCLD7 - LCL_PART_FFACT (Class for partitioning an F-Fact table) RSMSS_ANALYZERCLD6 - LCL_PARTITIONING_BASE (Root provider class for partitioning actions) RSMSS_ANALYZERCLD5 - LCL_ANALYZER_HELPER (Several static helper methods)