ESH_ADM_SC_STATUS_MONITOR is a standard Executable ABAP Report 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 ESH_ADM_SC_STATUS_MONITOR 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.
Selection Text: P_PORTNM = D .
Title: Monitor for the status of Search Object Connectors
Text Symbol: 001 = Lock created
Text Symbol: 002 = Lock deleted
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BP_FIND_JOBS_WITH_PROGRAM CALL FUNCTION 'BP_FIND_JOBS_WITH_PROGRAM' EXPORTING abap_program_name = co_monitor_report dialog = space status = co_job_status_finished
TABLES joblist = lt_joblist
EXCEPTIONS no_jobs_found = 01 program_specification_missing = 02 invalid_dialog_type = 03 job_find_canceled = 04.
BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount =
-jobcount jobname = -jobname forcedmode = cl_esh_adm_constants=>gc_flag_cross commitmode = cl_esh_adm_constants=>gc_flag_cross
EXCEPTIONS cant_delete_event_entry = 00 cant_delete_job = 00 cant_delete_joblog = 00 cant_delete_steps = 00 cant_delete_time_entry = 00 cant_derelease_successor = 00 cant_enq_predecessor = 00 cant_enq_successor = 00 cant_enq_tbtco_entry = 00 cant_update_predecessor = 10 cant_update_successor = 10 commit_failed = 10 jobcount_missing = 10 jobname_missing = 10 job_does_not_exist = 10 job_is_already_running = 10 no_delete_authority = 10.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ESH_ADM_SC_STATUS_MONITOR - Monitor for the status of Search Object Connectors ESH_ADM_SC_STATUS_MONITOR - Monitor for the status of Search Object Connectors ESH_ADM_RECALC_AUTHS - Report ESH_ADM_RECALC_AUTHS ESH_ADM_RECALC_AUTHS - Report ESH_ADM_RECALC_AUTHS ESH_ADM_INDEX_ALL_SC - ESHADMINDEXALLSC ESH_ADM_INDEX_ALL_SC - ESHADMINDEXALLSC