SAP Reports / Programs

ESH_ADM_SC_STATUS_MONITOR SAP ABAP Report - Monitor for the status of Search Object Connectors







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


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 ESH_ADM_SC_STATUS_MONITOR. "Basic submit
SUBMIT ESH_ADM_SC_STATUS_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT ESH_ADM_SC_STATUS_MONITOR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_PORTNM = D .
Title: Monitor for the status of Search Object Connectors
Text Symbol: 001 = Lock created
Text Symbol: 002 = Lock deleted


INCLUDES used within this REPORT ESH_ADM_SC_STATUS_MONITOR

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:

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'.



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