SAP Reports / Programs | Basis Components | Use Subcomponents | IMS: Agents and related topics(BC-CCM-MON-SHM) SAP BC

UNE56F04 SAP ABAP INCLUDE - Special Forms for RSPERF13 (Jürgen Pehl)







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


Text pool values


Title: Special Forms for RSPERF13 (Jürgen Pehl)


INCLUDES used within this REPORT UNE56F04

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:

SAPTUNE_HISTORY_MAXIMUM CALL FUNCTION 'SAPTUNE_HISTORY_MAXIMUM' DESTINATION RFCDEST EXPORTING HOST = HOST SYSTEM = INSTANCENR TABLES MAX_TABLE = MAX_TABLE.

SAPTUNE_HISTORY_STATISTICS CALL FUNCTION 'SAPTUNE_HISTORY_STATISTICS' DESTINATION RFCDEST EXPORTING * BUFFERNAME = ' ' DATE = HIST_DIRECTORY-DATE HOST = HIST_DIRECTORY-HOST SYSTEM = HIST_DIRECTORY-SYSTEM * UNIT_KB = 'X' IMPORTING RECORDING_INFO = REC_INFO TABLES BUFFER_HISTORY = RECORDS_BUFFERS EXCEPTIONS INVALID_BUFFER_NAME = 1 NO_HISTORY_AVAILABLE = 2 SYSTEM_FAILURE = 3 COMMUNICATION_FAILURE = 4 OTHERS = 5.

SAPTUNE_BUFFER_QUALITIES * CALL FUNCTION 'SAPTUNE_BUFFER_QUALITIES' DESTINATION RFCDEST * EXPORTING * BUFFER_STATISTIC = RECORDS_BUFFERS * IMPORTING * QUALITIES = QUALITIES.

SAPTUNE_ROLL_PAGE_HISTORY CALL FUNCTION 'SAPTUNE_ROLL_PAGE_HISTORY' DESTINATION RFCDEST EXPORTING DATE = HIST_DIRECTORY-DATE HOST = HIST_DIRECTORY-HOST SYSTEM = HIST_DIRECTORY-SYSTEM IMPORTING PAGE_AREA_SHARED_MEMORY = RECORDS_RP-PAGE_AREA_SHM PAGE_AREA_SIZE = RECORDS_RP-PAGE_AREA_SIZE PAGE_USED = RECORDS_RP-PAGE_USED PAGE_MAX_USED = RECORDS_RP-PAGE_MAX_USED PAGING_FILE_SIZE = RECORDS_RP-PAGING_FILE_SIZE ROLL_AREA_SHARED_MEMORY = RECORDS_RP-ROLL_AREA_SHM ROLL_AREA_SIZE = RECORDS_RP-ROLL_AREA_SIZE ROLL_USED = RECORDS_RP-ROLL_USED ROLL_FILE_SIZE = RECORDS_RP-ROLL_FILE_SIZE ROLL_MAX_USED = RECORDS_RP-ROLL_MAX_USED TIME = RECORDS_RP-TIME * sysid = EXCEPTIONS NO_HISTORY_AVAILABLE = 1 SYSTEM_FAILURE = 2 COMMUNICATION_FAILURE = 3.

SAPTUNE_CURS_CACHE_HISTORY CALL FUNCTION 'SAPTUNE_CURS_CACHE_HISTORY' DESTINATION RFCDEST EXPORTING DATE = HIST_DIRECTORY-DATE HOST = HIST_DIRECTORY-HOST SYSTEM = HIST_DIRECTORY-SYSTEM IMPORTING TIME = REC_INFO-TIME * sysid = sysid TABLES HISTORY = SAP_CC EXCEPTIONS NO_HISTORY_AVAILABLE = 01 SYSTEM_FAILURE = 02 COMMUNICATION_FAILURE = 03.

SAPTUNE_MEMORY_HISTORY CALL FUNCTION 'SAPTUNE_MEMORY_HISTORY' DESTINATION RFCDEST EXPORTING DATE = HIST_DIRECTORY-DATE HOST = HIST_DIRECTORY-HOST SYSTEM = HIST_DIRECTORY-SYSTEM IMPORTING EM_AND_HEAP = EM_AND_HEAP TIME = REC_INFO-TIME * sysid = * TABLES * EM_BLOCKS = EXTEND_MEMORY_BLOCKS * ALLOCATION_PROC_DIALOG = ALLOC_PROCEDURE_DIA * ALLOCATION_PROC_NONDIALOG = ALLOC_PROCEDURE_NONDIA EXCEPTIONS NO_HISTORY_AVAILABLE = 1 SYSTEM_FAILURE = 2 COMMUNICATION_FAILURE = 3 OTHERS = 4.

EM_GET_UTILIZATION call function 'EM_GET_UTILIZATION' tables em_util_tbl = lt_em_util exceptions no_em_data = 1 others = 2.



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