RSMSS_ANALYZERCLI13 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_ANALYZERCLI13 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 batch processing classes
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BP_START_DATE_EDITOR call function 'BP_START_DATE_EDITOR' exporting stdt_dialog = 'N' stdt_input = l_job_cond_in stdt_opcode = 14 importing stdt_output = l_job_cond_out exceptions others = 0.
BP_START_DATE_EDITOR call function 'BP_START_DATE_EDITOR' exporting stdt_dialog = 'Y' stdt_input = l_job_cond_in stdt_opcode = 14 importing stdt_output = l_job_cond_out exceptions others = 0.
BP_JOB_DELETE call function 'BP_JOB_DELETE' exporting jobcount = me->p_jobcount jobname = me->p_jobname forcedmode = 'X' exceptions job_does_not_exist = 1 error_message = 2 others = 3.
BP_JOB_STATUS_GET call function 'BP_JOB_STATUS_GET' exporting jobcount = me->p_jobcount jobname = me->p_jobname importing status = l_status exceptions job_doesnt_exist = 1 others = 4.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Edit/delete background job' "#EC NOTEXT text_question = 'There''s already an existing job scheduled. Delete or edit that background job?' "#EC NOTEXT
BP_JOB_READ call function 'BP_JOB_READ' exporting job_read_jobcount = me->p_jobcount job_read_jobname = me->p_jobname job_read_opcode = 37 importing job_read_jobhead = l_s_jobhead.
BP_START_DATE_EDITOR call function 'BP_START_DATE_EDITOR' exporting stdt_dialog = 'Y' stdt_input = l_job_cond_in stdt_opcode = 14 importing stdt_output = l_job_cond_out exceptions others = 0.
JOB_OPEN call function 'JOB_OPEN' exporting jobname = me->p_jobname importing jobcount = me->p_jobcount.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobcount = me->p_jobcount jobname = me->p_jobname calendar_id = i_job_cond-calendarid event_id = i_job_cond-eventid event_param = i_job_cond-eventparm event_periodic = i_job_cond-periodic laststrtdt = i_job_cond-laststrtdt laststrttm = i_job_cond-laststrttm prddays = i_job_cond-prddays prdhours = i_job_cond-prdhours prdmins = i_job_cond-prdmins prdmonths = i_job_cond-prdmonths prdweeks = i_job_cond-prdweeks predjob_checkstat = i_job_cond-checkstat pred_jobcount = i_job_cond-predjobcnt pred_jobname = i_job_cond-predjob sdlstrtdt = i_job_cond-sdlstrtdt sdlstrttm = i_job_cond-sdlstrttm start_on_workday_not_before = i_job_cond-notbefore start_on_workday_nr = i_job_cond-wdayno workday_count_direction = i_job_cond-wdaycdir strtimmed = l_immediate exceptions cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 invalid_target = 8 others = 9.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Delete job' "#EC NOTEXT text_question = 'Do you really want to delete the job?' "#EC NOTEXT text_button_1 = 'Display Job' "#EC NOTEXT text_button_2 = 'Delete immediately' "#EC NOTEXT default_button = '1' "#EC NOTEXT display_cancel_button = 'X' "#EC NOTEXT importing answer = l_answer.
BP_JOB_READ call function 'BP_JOB_READ' exporting job_read_jobcount = me->p_jobcount job_read_jobname = me->p_jobname job_read_opcode = 37 importing job_read_jobhead = l_s_jobhead.
BP_JOB_EDITOR call function 'BP_JOB_EDITOR' exporting job_editor_dialog = 'Y' job_editor_opcode = 12 job_head_input = l_s_jobhead tables job_steplist = l_t_jobsteps.
RSSM_BP_JOB_MAINTENANCE call function 'RSSM_BP_JOB_MAINTENANCE' exporting e_jobname = me->p_jobname 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_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 RSMSS_ANALYZERCLI1 - Implementation of LCL_ANALYZER_APPLOG RSMSS_ANALYZERCLD9 - LCL_UNPART_FFACT (Class for unpartitioning an F-Fact table)