SAP ABAP Class CL_CTS_TR_REQ_DECORATOR_LOG (cCTS: Logging decorator for requests)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
⤷
SCTS_DIST_CTL_ORGANIZE (Package) Organizer Parts of cCTS
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CTS_TR_REQ_DECORATOR | cCTS: Abstract decorator | 20130419 |
Properties
| Class | CL_CTS_TR_REQ_DECORATOR_LOG | |
| Short Description | cCTS: Logging decorator for requests | |
| Super Class | CL_CTS_TR_REQ_DECORATOR | cCTS: Abstract decorator |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCTS_DIST_CTL_ORGANIZE | Organizer Parts of cCTS |
| Created | 20130419 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_CTS_TR_REQ_DECORATOR_LOG has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_CTS_TRANSPORT_FACTORY | 20130419 | Factory for transport entities and objects |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_CTS_CENTRAL_LOGGER | cCTS: Central Activity Logging | 20130419 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Log creation action | 20130424 | |
| 2 | Static method | Public | Method | Log creation action | 20130424 | |
| 3 | Static method | Public | Method | Log creation action | 20130424 | |
| 4 | Static method | Public | Method | log deletion | 20130425 | |
| 5 | Static method | Public | Method | Delete logging | 20130425 | |
| 6 | Static method | Public | Method | Log deletion | 20130425 | |
| 7 | Static method | Public | Method | Create new decorator | 20130419 |
Events
Class CL_CTS_TR_REQ_DECORATOR_LOG has no event.
Types
Class CL_CTS_TR_REQ_DECORATOR_LOG has no local type.
Method Signatures
Method CREATE_NEW_END Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_CTS_TRANSPORT_REQUEST | Exceptions from Handling Transport Requests | 20130425 | |||
| 2 | REQUEST_ID | Call by reference | Type reference (TYPE) | IF_CTS_TRANSPORT_REQUEST=>TY_ID | 20130425 |
Method CREATE_NEW_END on class CL_CTS_TR_REQ_DECORATOR_LOG has no exception.
Method CREATE_NEW_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXC | Call by reference | Object reference (TYPE REF TO) | CX_CTS_TRANSPORT_REQUEST | CTS General Exception | 20130425 |
Method CREATE_NEW_ERROR on class CL_CTS_TR_REQ_DECORATOR_LOG has no exception.
Method CREATE_NEW_START Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTES | Call by reference | Type reference (TYPE) | IF_CTS_TRANSPORT_REQUEST=>TY_ATTRIBUTES | 20130424 | ||||
| 2 | DESCRIPTION | Call by reference | Type reference (TYPE) | IF_CTS_TRANSPORT_REQUEST=>TY_DESCRIPTION | 20130424 | ||||
| 3 | OWNER | Call by reference | Type reference (TYPE) | IF_CTS_TRANSPORT_REQUEST=>TY_USER | 20130424 | ||||
| 4 | PRESELECTED | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130424 | |||
| 5 | PROJECT | Call by reference | Type reference (TYPE) | IF_CTS_TRANSPORT_REQUEST=>TY_PROJECT | 20130424 | ||||
| 6 | SOURCE_SYSTEM | Call by reference | Object reference (TYPE REF TO) | IF_CTS_SYSTEM | General System | 20130424 | |||
| 7 | TEAM | Call by reference | Type reference (TYPE) | IF_CTS_TRANSPORT_REQUEST=>TY_USERS | 20130424 | ||||
| 8 | TYPE | Call by reference | Type reference (TYPE) | IF_CTS_TRANSPORT_REQUEST=>TY_REQUEST_TYPE | 20130424 |
Method CREATE_NEW_START on class CL_CTS_TR_REQ_DECORATOR_LOG has no exception.
Method DELETE_END Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_CTS_TRANSPORT_REQUEST | Exceptions from Handling Transport Requests | 20130425 | |||
| 2 | REQUEST_ID | Call by reference | Type reference (TYPE) | IF_CTS_TRANSPORT_REQUEST=>TY_ID | 20130425 |
Method DELETE_END on class CL_CTS_TR_REQ_DECORATOR_LOG has no exception.
Method DELETE_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_CTS_TRANSPORT_REQUEST | Exceptions from Handling Transport Requests | 20130425 |
Method DELETE_ERROR on class CL_CTS_TR_REQ_DECORATOR_LOG has no exception.
Method DELETE_START Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REQUEST_ID | Call by reference | Type reference (TYPE) | IF_CTS_TRANSPORT_REQUEST=>TY_ID | 20130425 |
Method DELETE_START on class CL_CTS_TR_REQ_DECORATOR_LOG has no exception.
Method NEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DECORATED_REQUEST | Value transfer | Object reference (TYPE REF TO) | IF_CTS_TRANSPORT_REQUEST | Generic Transport Request | 20130419 | |||
| 2 | REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_CTS_TRANSPORT_REQUEST | Generic Transport Request | 20130419 |
Method NEW on class CL_CTS_TR_REQ_DECORATOR_LOG has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |