SAP Reports / Programs | Basis Components | Use Subcomponents | Operating System Monitors(BC-CCM-MON-OS) SAP BC

RSHOST1M SAP ABAP Report - Includes for Logging Statistic Data on Performance Database (Moni)







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


Text pool values


Title: Includes for Logging Statistic Data on Performance Database (Moni)


INCLUDES used within this REPORT RSHOST1M

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:

SAPWL_HOST_SHORT CALL FUNCTION 'SAPWL_HOST_SHORT' EXPORTING HOST_LONG = SY-HOST IMPORTING HOST_SHORT = THIS_HOST EXCEPTIONS TOO_MANY_HOSTS = 1 HOST_NOT_FOUND = 2 ENQUEUE_FAILURE = 3 OTHERS = 4.

SAPWL_HOST_SHORT CALL FUNCTION 'SAPWL_HOST_SHORT' EXPORTING HOST_LONG = server_hostname IMPORTING HOST_SHORT = THIS_HOST EXCEPTIONS TOO_MANY_HOSTS = 1 HOST_NOT_FOUND = 2 ENQUEUE_FAILURE = 3 OTHERS = 4.

GET_CPU_SUM CALL FUNCTION 'GET_CPU_SUM' EXPORTING LOCAL_REMOTE = 'LOCAL' IMPORTING F_CPU_SUM_READ = CPU_SUM_READ TABLES TF_CPU_SUM = TA_CPU_SUM EXCEPTIONS INTERNAL_ERROR_ADRESS_FAILED = 01 INTERNAL_ERROR_DIFFERENT_FIELD = 02 INTERNAL_ERROR_NO_NEW_LINE = 03 COLLECTOR_NOT_RUNNING = 04 SHARED_MEMORY_NOT_AVAILABLE = 05 COLLECTOR_BUSY = 06 VERSION_CONFLICT = 07 NO_NETWORK_COLLECTOR_RUNNING = 08 SYSTEM_FAILURE = 09 COMMUNICATION_FAILURE = 10 OTHERS = 99.

GET_MEM_SUM CALL FUNCTION 'GET_MEM_SUM' EXPORTING LOCAL_REMOTE = 'LOCAL' IMPORTING F_MEM_SUM_READ = MEM_SUM_READ TABLES TF_MEM_SUM = TA_MEM_SUM EXCEPTIONS INTERNAL_ERROR_ADRESS_FAILED = 01 INTERNAL_ERROR_DIFFERENT_FIELD = 02 INTERNAL_ERROR_NO_NEW_LINE = 03 COLLECTOR_NOT_RUNNING = 04 SHARED_MEMORY_NOT_AVAILABLE = 05 COLLECTOR_BUSY = 06 VERSION_CONFLICT = 07 NO_NETWORK_COLLECTOR_RUNNING = 08 SYSTEM_FAILURE = 09 COMMUNICATION_FAILURE = 10 OTHERS = 99.

GET_LAN_SUM CALL FUNCTION 'GET_LAN_SUM' EXPORTING LOCAL_REMOTE = 'LOCAL' IMPORTING F_LAN_SUM_READ = LAN_SUM_READ TABLES TF_LAN_SUM = TA_LAN_SUM EXCEPTIONS INTERNAL_ERROR_ADRESS_FAILED = 01 INTERNAL_ERROR_DIFFERENT_FIELD = 02 INTERNAL_ERROR_NO_NEW_LINE = 03 COLLECTOR_NOT_RUNNING = 04 SHARED_MEMORY_NOT_AVAILABLE = 05 COLLECTOR_BUSY = 06 VERSION_CONFLICT = 07 NO_NETWORK_COLLECTOR_RUNNING = 08 SYSTEM_FAILURE = 09 COMMUNICATION_FAILURE = 10 OTHERS = 99.

GET_DISK_SUM CALL FUNCTION 'GET_DISK_SUM' EXPORTING LOCAL_REMOTE = 'LOCAL' IMPORTING F_DISK_SUM_READ = DISK_SUM_READ TABLES TF_DISK_SUM = TA_DISK_SUM EXCEPTIONS INTERNAL_ERROR_ADRESS_FAILED = 01 INTERNAL_ERROR_DIFFERENT_FIELD = 02 INTERNAL_ERROR_NO_NEW_LINE = 03 COLLECTOR_NOT_RUNNING = 04 SHARED_MEMORY_NOT_AVAILABLE = 05 COLLECTOR_BUSY = 06 VERSION_CONFLICT = 07 NO_NETWORK_COLLECTOR_RUNNING = 08 SYSTEM_FAILURE = 09 COMMUNICATION_FAILURE = 10 OTHERS = 99.

GET_FSYS_SINGLE CALL FUNCTION 'GET_FSYS_SINGLE' EXPORTING LOCAL_REMOTE = 'LOCAL' IMPORTING F_FSYS_SINGLE_READ = FSYS_SINGLE_READ TABLES TF_FSYS_SINGLE = TA_FSYS_SINGLE EXCEPTIONS INTERNAL_ERROR_ADRESS_FAILED = 01 INTERNAL_ERROR_DIFFERENT_FIELD = 02 INTERNAL_ERROR_NO_NEW_LINE = 03 COLLECTOR_NOT_RUNNING = 04 SHARED_MEMORY_NOT_AVAILABLE = 05 COLLECTOR_BUSY = 06 VERSION_CONFLICT = 07 NO_NETWORK_COLLECTOR_RUNNING = 08 SYSTEM_FAILURE = 09 COMMUNICATION_FAILURE = 10 OTHERS = 99.

GET_OS390_SPAG_SUM CALL FUNCTION 'GET_OS390_SPAG_SUM' exporting local_remote = 'LOCAL' system_id = 0 importing f_spag_sum_read = spag_sum_read tables tf_spag_sum = ta_spag_sum exceptions internal_error_adress_failed = 1 internal_error_different_field = 2 internal_error_no_new_line = 3 collector_not_running = 4 shared_memory_not_available = 5 collector_busy = 6 version_conflict = 7 no_network_collector_running = 8 system_failure = 9 communication_failure = 10 others = 11.

GET_OS390_STOR_SUM CALL FUNCTION 'GET_OS390_STOR_SUM' exporting local_remote = 'LOCAL' system_id = 0 importing f_stor_sum_read = stor_sum_read tables tf_stor_sum = ta_stor_sum exceptions internal_error_adress_failed = 1 internal_error_different_field = 2 internal_error_no_new_line = 3 collector_not_running = 4 shared_memory_not_available = 5 collector_busy = 6 version_conflict = 7 no_network_collector_running = 8 system_failure = 9 communication_failure = 10 others = 11.



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