RSMSS_ANALYZERCLI2 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_ANALYZERCLI2 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_GUI
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_s_single_check_result-objname importing subrc = l_rc.
DB_EXISTS_INDEX call function 'DB_EXISTS_INDEX' exporting dbindex = l_dd12l_index importing subrc = l_rc exceptions others = 0.
APPL_LOG_DISPLAY call function 'APPL_LOG_DISPLAY' exporting object = '*' subobject = '*' external_number = l_extnum date_from = sy-datum time_from = '000000' "#EC NOTEXT date_to = sy-datum time_to = '235959' "#EC NOTEXT title_list_screen = 'Check and repair logs'(009) column_selection = l_baldisp suppress_selection_dialog = ' ' "#EC NOTEXT external_number_display_length = 100 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_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 RSMSS_ANALYZERCLI10 - Implementation of LCL_ANALYZER_INDEX_OPS