SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | License Measurement(BC-SRV-LIM) SAP BC

CCUEVAL SAP ABAP Report - Measurement of Concurrent Users: Analysis







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


Text pool values


Analysis of Measurement of Concurrent Users
Title: Measurement of Concurrent Users: Analysis
Text Symbol: 030 = Log Creation:
Text Symbol: 031 = First Measurement:
Text Symbol: 032 = Last Measurement:
Text Symbol: 033 = List of gaps > &1 minutes between two measurements
Text Symbol: 034 = Specified interval between two measurements: &1 minutes
Text Symbol: 035 = Prev. Measurement
Text Symbol: 036 = Succ. Measurement
Text Symbol: 037 = Duration
Text Symbol: 038 = No gaps found
Text Symbol: 039 = No. of Measurements
Text Symbol: 041 = Days with Peak Values (Incl. Clients)
Text Symbol: 042 = Days with Peak Values by Client
Text Symbol: 043 = Days with Peak Values (All Clients)
Text Symbol: 044 = Configured Start
Text Symbol: 045 = Configured End
Text Symbol: 046 = Measurement Interval
Text Symbol: 047 = Every &1 Minutes
Text Symbol: 048 = User Lists by Client
Text Symbol: 049 = Global user lists
Text Symbol: 050 = Max. &1 Lists
Text Symbol: 051 = Interval not specified (15 minutes is assumed)
Text Symbol: 059 = Installed Components
Text Symbol: 060 = Component
Text Symbol: 061 = Release
Text Symbol: 062 = Patch Lev.
Text Symbol: 063 = SAP Kernel
Text Symbol: 000 = Peak Values by Client
Text Symbol: 001 = Clnt
Text Symbol: 002 = Users Logged On
Text Symbol: 003 = Date
Text Symbol: 004 = Time
Text Symbol: 005 = Peak Values (All Clients)
Text Symbol: 006 = Peak Values for Included Clients
Text Symbol: 007 = List of Clients
Text Symbol: 008 = Name
Text Symbol: 009 = Status





Text Symbol: 010 = Relevancy
Text Symbol: 011 = Excluded
Text Symbol: 012 = User list for client &1, recorded on &2 at &3
Text Symbol: 013 = At that time, &1 users were logged on in client &2
Text Symbol: 014 = User Name
Text Symbol: 015 = Terminal
Text Symbol: 016 = Seq. No.
Text Symbol: 017 = Global user list, recorded on &1 at &2
Text Symbol: 018 = At that time, &1 users were logged on
Text Symbol: 021 = Installation Number:
Text Symbol: 022 = Hardware Key:
Text Symbol: 023 = System Type:
Text Symbol: 024 = Production
Text Symbol: 025 = Test
Text Symbol: 026 = Training
Text Symbol: 027 = Others
Text Symbol: 028 = SAP System Release:
Text Symbol: 029 = System Name:


INCLUDES used within this REPORT CCUEVAL

INCLUDE RSUVMCONST.
INCLUDE RSUVMIN2.
INCLUDE RSUVMIN3.


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:

CCU_GET_PARAMETERS CALL FUNCTION 'CCU_GET_PARAMETERS' IMPORTING startdate = startdate enddate = enddate interval = interval list_count_client = list_count_client list_count_global = list_count_global EXCEPTIONS not_found = 1 inkonsistent = 2 OTHERS = 3.

DELIVERY_GET_INSTALLED_COMPS CALL FUNCTION 'DELIVERY_GET_INSTALLED_COMPS' * EXPORTING * IV_LANGUAGE = SY-LANGU * IV_BUFFERED = 'X' TABLES tt_comptab = components EXCEPTIONS no_release_found = 1 OTHERS = 2 .

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'CCCATEGORY' value = domvalue IMPORTING dd07v_wa = dom_description rc = retcode.

CCU_TIMESTAMP_DIFFERENCE CALL FUNCTION 'CCU_TIMESTAMP_DIFFERENCE' EXPORTING timestamp1 = logbook-timestamp timestamp2 = last_timestamp IMPORTING difference = difference EXCEPTIONS OTHERS = 0.



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