SAP ABAP Interface IF_CTS_USECASE_STATUS (cCTS: Use case status checks)
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
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CTS_USECASE_STATUS | cCTS: Use case checks | 20120830 |
Properties
| Interface | IF_CTS_USECASE_STATUS | |
| Short Description | cCTS: Use case status checks |
General Data
| Package | SCTS_DIST_CTL_COMMON_API | cCTS: common external APIs |
| Created | 20120830 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_CTS_USECASE_STATUS has no forward declaration.
Interfaces
Interface IF_CTS_USECASE_STATUS has no interface.
Friends
Interface IF_CTS_USECASE_STATUS has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_USECASE_EXTERNAL_REQUEST | Constant | Public | Type reference (TYPE) | TY_USECASE | 'USECASE_EXT_REQUEST' | 20120830 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Check usecases | 20120830 |
Events
Interface IF_CTS_USECASE_STATUS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CHECK_RESULT | Public | See coding | 20120830 | begin of ty_check_result,
usecase type ty_usecase,
passed type boolean,
description type string,
end of ty_check_result
|
||
| 2 | TY_CHECK_RESULTS | Public | See coding | 20120830 | ty_check_results type standard table of ty_check_result with key usecase
|
||
| 3 | TY_USECASE | Public | Type reference (TYPE) | STRING | 20120830 | |
|
| 4 | TY_USECASES | Public | See coding | 20120830 | ty_usecases type standard table of ty_usecase with default key
|
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLUSTER | Call by reference | Object reference (TYPE REF TO) | IF_CTS_SYSTEM_COLLECTION | 20120830 | ||||
| 2 | I_DATASOURCE_SYSTEM | Call by reference | Object reference (TYPE REF TO) | IF_CTS_SYSTEM | 20120830 | ||||
| 3 | I_REQUEST_ID | Call by reference | Type reference (TYPE) | IF_CTS_TRANSPORT_REQUEST=>TY_ID | 20120830 | ||||
| 4 | I_USECASES | Call by reference | Type reference (TYPE) | TY_USECASES | 20120830 | ||||
| 5 | RESULT | Value transfer | Type reference (TYPE) | TY_CHECK_RESULTS | 20120830 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120830 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |