SAP Reports / Programs

UCON_STATISTIC_RECORDS SAP ABAP Report - UCON relevant Statistic Records







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

UCONMON - UCON relevant Statistic Records


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 UCON_STATISTIC_RECORDS. "Basic submit
SUBMIT UCON_STATISTIC_RECORDS AND RETURN. "Return to original report after report execution complete
SUBMIT UCON_STATISTIC_RECORDS 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_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:


INCLUDES used within this REPORT UCON_STATISTIC_RECORDS

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:

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



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