SAP ABAP Class CL_CTS_STATUS (cCTS: basic information about cCTS)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
⤷
SCTS_DIST_CTL_COMMON_API (Package) cCTS: common external APIs
⤷
⤷
Properties
| Class | CL_CTS_STATUS | |
| Short Description | cCTS: basic information about cCTS | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCTS_DIST_CTL_COMMON_API | cCTS: common external APIs |
| Created | 20110929 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_CTS_STATUS has no interface implemented.
Friends
Class CL_CTS_STATUS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | CL_CTS_SYSTEM_STATUS=>CO_CHK_ID_CLUSTER | 20111012 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | CL_CTS_SYSTEM_STATUS=>CO_CHK_ID_DESTINATIONS | 20111012 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | CL_CTS_SYSTEM_STATUS=>CO_CHK_ID_PLUGINS | 20111012 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | CL_CTS_SYSTEM_STATUS=>CO_CHK_ID_RELEASE | 20111012 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | CL_CTS_SYSTEM_STATUS=>CO_CHK_ID_SYSTEM_ERROR | 20111223 | |||
| 6 | Constant | Public | Type reference (TYPE) | STRING | CL_CTS_SYSTEM_STATUS=>CO_CHK_ID_TECH_PROBLEM | 20111109 | |||
| 7 | Constant | Public | Type reference (TYPE) | STRING | CL_CTS_SYSTEM_STATUS=>CO_CHK_ID_TMS_PARAM | 20111012 | |||
| 8 | Constant | Public | Type reference (TYPE) | INT4 | 1 | Natural number | 20110929 | ||
| 9 | Constant | Public | Type reference (TYPE) | INT4 | 2 | Natural number | 20110929 | ||
| 10 | Constant | Public | Type reference (TYPE) | INT4 | 3 | Natural number | 20111014 | ||
| 11 | Constant | Public | Type reference (TYPE) | INT4 | 4 | Natural number | 20111109 | ||
| 12 | Constant | Public | Type reference (TYPE) | INT4 | 0 | Natural number | 20110929 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | checks if the authorization for doing TMS changes is given | 20111108 | |
| 2 | Static method | Public | Method | checks if the display authorization for the config is given | 20111108 | |
| 3 | Static method | Public | Method | checks a list of given systems if they are prepared for cCTS | 20110929 | |
| 4 | Static method | Private | Method | checks a given system if it is prepared for cCTS | 20111012 | |
| 5 | Static method | Private | Method | returns the URL to the configuration UI | 20111012 | |
| 6 | Static method | Public | Method | returns whether cCTS is enaled for usage | 20110929 |
Events
Class CL_CTS_STATUS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CHECKED_SYSTEM | Public | See coding | 20110929 | BEGIN OF TY_CHECKED_SYSTEM,
logical_system TYPE ty_logical_system,
rc TYPE int4,
rc_specific TYPE int4,
check_id TYPE string,
error_description TYPE bapiret2,
END OF ty_checked_system
|
||
| 2 | TY_CHECKED_SYSTEMS | Public | See coding | 20110929 | TY_CHECKED_SYSTEMS type STANDARD TABLE OF ty_checked_system with default key
|
||
| 3 | TY_LOGICAL_SYSTEM | Public | See coding | 20110929 | BEGIN OF TY_LOGICAL_SYSTEM,
domain TYPE tmsdomnam,
system TYPE tmssysnam,
client type symandt,
END OF TY_LOGICAL_SYSTEM
|
||
| 4 | TY_LOGICAL_SYSTEMS | Public | See coding | 20110929 | TY_LOGICAL_SYSTEMS type STANDARD TABLE OF ty_logical_system with default key
|
||
| 5 | TY_SYSTEM_CHECK_RESULT | Public | See coding | 20110929 | BEGIN OF TY_SYSTEM_CHECK_RESULT,
global_rc TYPE int4,
URL_to_config_UI TYPE string,
system_checks TYPE ty_checked_systems,
END OF TY_SYSTEM_CHECK_RESULT
|
Method Signatures
Method CHECK_CHANGE_AUTH Signature
Method CHECK_CHANGE_AUTH on class CL_CTS_STATUS has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No authorization for this action | 20111108 |
Method CHECK_DISPLAY_AUTH Signature
Method CHECK_DISPLAY_AUTH on class CL_CTS_STATUS has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No authorization for this action | 20111108 |
Method CHECK_MANAGED_SYSTEM_READINESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOGICAL_SYSTEMS | Call by reference | Type reference (TYPE) | TY_LOGICAL_SYSTEMS | 20110929 | ||||
| 2 | RESULT | Call by reference | Type reference (TYPE) | TY_SYSTEM_CHECK_RESULT | 20110929 |
Method CHECK_MANAGED_SYSTEM_READINESS on class CL_CTS_STATUS has no exception.
Method CHECK_SINGLE_SYSTEM_READINESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LS_LOGICAL_SYSTEM | Call by reference | Type reference (TYPE) | TY_LOGICAL_SYSTEM | 20111012 | ||||
| 2 | RS_CHECKED_SYSTEM | Value transfer | Type reference (TYPE) | TY_CHECKED_SYSTEM | 20111012 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | cCTS: technical Problem with a system | 20111109 |
Method GET_URL_TO_CONFIG_UI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_URL | Value transfer | Type reference (TYPE) | STRING | 20111012 |
Method GET_URL_TO_CONFIG_UI on class CL_CTS_STATUS has no exception.
Method IS_CCTS_ENABLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ENABLED | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20110929 |
Method IS_CCTS_ENABLED on class CL_CTS_STATUS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |