SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

RSAMON60 SAP ABAP Report - documentation and ABAP source code







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


Text pool values


Text Symbol: 002 = SAP Release


INCLUDES used within this REPORT RSAMON60

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:

OBJECT_PRODUCT_RELATE CALL FUNCTION 'OBJECT_PRODUCT_RELATE' EXPORTING OBJEKTNAME = OBJECT OBJEKTTYP = OBJECTTYPE TABLES HIETAB = LHIETAB EXCEPTIONS OBJECT_NOT_RELATED = 01 TYPE_NOT_SPECIFIED = 02.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING NAME = 'FUNKT_AM01' LANGU = SYLANGU TABLES DD07V_TAB = FUNKT_AM01 EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING NAME = 'HSTUF_AM01' LANGU = SYLANGU TABLES DD07V_TAB = HSTUF_AM01 EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

PRODUCT_COMPONENT_TEXT CALL FUNCTION 'PRODUCT_COMPONENT_TEXT' EXPORTING APNAM = APNAM LEVEL = LLEV IMPORTING APTXT = DESCR EXCEPTIONS TEXT_NOT_FOUND = 01.

MONI_DATA_PERIOD_DETERMINE * call function 'MONI_DATA_PERIOD_DETERMINE' * exporting * MONITYP = MONITYP * importing * MONIKEYDD = MONIKEYDD * SPERIOD = STA_PER * PERIODTYPE = TYPE * INSTANCE = INSTANCE * exceptions * NO_SELECTION = 1.

MONI_DATA_PERIOD_DETERMINE call function 'MONI_DATA_PERIOD_DETERMINE' exporting monityp = 'TB' importing PERIODTYPE = L_PTYPE STARTDATE = L_STARTDATE HOSTID = L_HOSTID INSTNO = L_INSTNO statper = sta_per_tb exceptions NO_SELECTION = 1.

SAPWL_TABSTAT_GET_STATISTIC call function 'SAPWL_TABSTAT_GET_STATISTIC' exporting PERIODTYPE = L_PTYPE HOSTID = L_HOSTID INSTANCENO = L_INSTNOchar STARTDATE = l_STARTDATe IMPORTING STATDATE = DUMMY_DATE STATTIME = DUMMY_TIME TABLES TABLE_CALLS = TABSTAT EXCEPTIONS UNKNOWN_PERIODTYPE = 1 NO_DATA_FOUND = 2 STATISTIC_INCOMPLETE = 3.

SAPWL_WORKLOAD_GET_STATISTIC * CALL FUNCTION 'SAPWL_WORKLOAD_GET_STATISTIC' * EXPORTING * PERIODTYPE = MONIKEYDD_TR-TYPE+2(1) * HOSTID = MONIKEYDD_TR-CPUID * startdate = startdat ** ONLY_APPLICATION_STATISTIC = ' ' ** IMPORTING ** SPOOL_PRINT_STATISTIC = * TABLES ** HITLIST_DBCALLS = ** HITLIST_RESPTI = ** ACCOUNTING_STATISTIC_TASKTYPE = ** TIME_STATISTIC = * TABLE_RECORD_STATISTIC = SUMML ** APPLICATION_STATISTIC = ** FUNCTION_CODE_STATISTIC = ** TERMINAL_IO_STATISTIC = ** TASKTYPE_STATISTIC = ** USER_STATISTIC = ** MEMORY_STATISTIC = ** RFC_CLIENT_STATISTIC = ** RFC_SERVER_STATISTIC = ** RFC_CLIENT_DEST_STATISTIC = ** INSTANCES = ** RFC_SERVER_DEST_STATISTIC = ** SPOOL_ACTIVITY_STATISTIC = * EXCEPTIONS * UNKNOWN_PERIODTYPE = 1 * NO_DATA_FOUND = 2 * OTHERS = 3.



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