SAP Reports / Programs | SAP Business Information Warehouse | Basis System and Installation | BW Microsoft SQL Server(BW-SYS-DB-MSS) SAP BW

RSMSS_ANALYZERCLI1 SAP ABAP INCLUDE - Implementation of LCL_ANALYZER_APPLOG







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSMSS_ANALYZERCLI1. "Basic submit
SUBMIT RSMSS_ANALYZERCLI1 AND RETURN. "Return to original report after report execution complete
SUBMIT RSMSS_ANALYZERCLI1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Implementation of LCL_ANALYZER_APPLOG


INCLUDES used within this REPORT RSMSS_ANALYZERCLI1

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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_ANALYZERCLI1 or its description.