SAP Reports / Programs

UPC_STATISTIC3 SAP ABAP Report - Statistics: Single Record Analysis







UPC_STATISTIC3 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 UPC_STATISTIC3 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

BPS_STAT0 - BPS Single Record Statistics


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 UPC_STATISTIC3. "Basic submit
SUBMIT UPC_STATISTIC3 AND RETURN. "Return to original report after report execution complete
SUBMIT UPC_STATISTIC3 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: UZEIT2 = D .
Selection Text: UZEIT = D .
Selection Text: UNAME = D .
Selection Text: TYPE = D .
Selection Text: RUNTIME = D .
Selection Text: PPACKAGE = D .
Selection Text: PLEVEL = D .
Selection Text: PARAM = D .
Selection Text: NAME = D .
Selection Text: METHOD = D .
Selection Text: GUID = D .
Selection Text: DATUM2 = D .
Selection Text: DATUM = D .
Selection Text: AREA = D .
Title: Statistics: Single Record Analysis
Text Symbol: TSL = Time data
Text Symbol: SEL = Statistical Data
Text Symbol: 025 = UTC
Text Symbol: 024 = Systm Time
Text Symbol: 023 = Root node does not contain any information on a planning area
Text Symbol: 022 = Should the contents be displayed in the Web browser?
Text Symbol: 021 = File Name:
Text Symbol: 020 = Directory Name:
Text Symbol: 019 = Should the statistics data be exported?
Text Symbol: 018 = Start Transaction SE16 ?
Text Symbol: 017 = InfoCube(s):
Text Symbol: 016 = Time Stamp:
Text Symbol: 015 = Use the information displayed for selection
Text Symbol: 014 = User Name:
Text Symbol: 013 = Selection Proposal for BW Statistics (Table RSDDSTAT)
Text Symbol: 012 = ---> Filter
Text Symbol: 011 = Delete Filter
Text Symbol: 010 = Set Filter
Text Symbol: 009 = Activation/Deactivation of SEM-BPS Statistics
Text Symbol: 008 = Statistics Are Already Deactivated
Text Symbol: 007 = Statistics Are Already Activated
Text Symbol: 006 = Statistics Are Deactivated
Text Symbol: 005 = Statistics Are Activated





Text Symbol: 004 = Confirm the Deletion of Data
Text Symbol: 003 = Do you really want to delete the statistic records?
Text Symbol: 002 = All old statistic records will be deleted up to the date specified
Text Symbol: 001 = Name
Text Symbol: 000 = Delete all statistic records up to date


INCLUDES used within this REPORT UPC_STATISTIC3

INCLUDE STATISTIC3_TOP.


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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING * PROGRAM = restriction = restrict * DB = ' ' * EXCEPTIONS * TOO_LATE = 1 * REPEATED = 2 * SELOPT_WITHOUT_OPTIONS = 3 * SELOPT_WITHOUT_SIGNS = 4 * INVALID_SIGN = 5 * EMPTY_OPTION_LIST = 6 * INVALID_KIND = 7 * REPEATED_KIND_A = 8 * OTHERS = 9 .



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