UCON_STATISTIC_RECORDS 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 UCON_STATISTIC_RECORDS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
UCONMON - UCON relevant Statistic Records
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_DATE = Date
Selection Text: P_DATUM = Evaluation Date
Selection Text: P_END = Time
Selection Text: P_MIN = Number of Minutes (backwards)
Title: UCON relevant Statistic Records
Text Symbol: 001 = Parameters
Text Symbol: 012 = New RFC FM has been found.
Text Symbol: 013 = Number of found RFMs:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SLIC_GET_LICENCE_NUMBER CALL FUNCTION 'SLIC_GET_LICENCE_NUMBER' IMPORTING license_number = l_installation_nr.
GET_SYSTEM_TIMEZONE CALL FUNCTION 'GET_SYSTEM_TIMEZONE' IMPORTING timezone = l_timezone EXCEPTIONS customizing_missing = 1 OTHERS = 2.
SWNC_GET_STATRECS_FRAME CALL FUNCTION 'SWNC_GET_STATRECS_FRAME' EXPORTING read_start_date = l_beg_date read_start_time = l_beg_time read_end_date = l_end_date read_end_time = l_end_time read_time_zone = l_timezone IMPORTING all_statrecs = lt_stat_records ext_passport_records = lt_epp_records.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
SWNC_GET_STATRECS_FRAME CALL FUNCTION 'SWNC_GET_STATRECS_FRAME' EXPORTING read_start_date = l_beg_date read_start_time = l_beg_time read_end_date = p_date read_end_time = p_end read_time_zone = l_timezone IMPORTING all_statrecs = lt_stat_records ext_passport_records = lt_epp_records.
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.
UCON_STATISTIC_RECORDS - UCON relevant Statistic Records UCON_STATISTIC_RECORDS - UCON relevant Statistic Records UCON_START_BROWSER - Proxy Generation: Start ESI Browser UCON_START_BROWSER - Proxy Generation: Start ESI Browser UCON_PHASE_TOOL - Phase Administration Tool for Unified Connectivity (UCON) UCON_PHASE_TOOL - Phase Administration Tool for Unified Connectivity (UCON)