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

CCUINIT SAP ABAP Report - Measurement of Concurrent Users: Initialization







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


Text pool values


Title: Measurement of Concurrent Users: Initialization
Text Symbol: 009 = Measurement start date
Text Symbol: 010 = Save user lists when new peak values reached
Text Symbol: 011 = Start, end, and granularity
Text Symbol: 012 = When a new peak value is reached, the user list can be saved to the
Text Symbol: 013 = database. You can specify the maximum number of
Text Symbol: 014 = lists to retain in the database.
Text Symbol: 015 = (User lists with peak values that are too low may be displaced.)
Text Symbol: 008 = Days
Text Symbol: 001 = A measurement is active (&1 - &2). Do you want to change this measurement?
Text Symbol: 002 = Measurement already active
Text Symbol: 003 = Yes
Text Symbol: 004 = Cancel
Text Symbol: 005 = Time between two measurements
Text Symbol: 006 = Minutes
Text Symbol: 007 = Total duration of measurement
Text Symbol: 017 = Maximum number of user lists by client
Text Symbol: 028 = Do you really want to cancel the scheduled measurement?
Text Symbol: 029 = No
Text Symbol: 030 = The results of a terminated measurement remain in the database
Text Symbol: 031 = for you to analyze them.
Text Symbol: 032 = However, when you start a new measurement the results of earlier
Text Symbol: 033 = measurements are deleted.
Text Symbol: 027 = Do you really want to terminate the active measurement?
Text Symbol: 018 = (0, ..., 5)
Text Symbol: 019 = Maximum number of global user lists
Text Symbol: 022 = Specify time interval between two measurements in minutes
Text Symbol: 023 = The number of minutes must be a factor of 5 (maximum: 120 minutes)
Text Symbol: 024 = Terminate scheduled or active measurement?
Text Symbol: 025 = Cancel
Text Symbol: 026 = Are you sure you want to cancel?


INCLUDES used within this REPORT CCUINIT

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:

CCU_GET_PARAMETERS CALL FUNCTION 'CCU_GET_PARAMETERS' IMPORTING startdate = old_startdate enddate = old_enddate interval = old_interval list_count_client = old_list_count_client list_count_global = old_list_count_global timestamp_last_meas = old_last_meas_timestamp EXCEPTIONS not_found = 1 inkonsistent = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-002 text_question = question text_button_1 = text-003 icon_button_1 = 'ICON_OKAY' text_button_2 = text-004 icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = ' ' IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-026 text_question = question text_button_1 = text-003 icon_button_1 = 'ICON_OKAY' text_button_2 = text-029 icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = ' ' IMPORTING answer = answer EXCEPTIONS text_not_found = 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 CCUINIT or its description.