SAP ABAP Class CL_CDC_RECORDER (recorder)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_DB_TRIGGER (Package) Recorder-APi for DB-Trigger
⤷
⤷
Properties
| Class | CL_CDC_RECORDER | |
| Short Description | recorder | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_DB_TRIGGER | Recorder-APi for DB-Trigger |
| Created | 20121214 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CDC_RECORDER has no forward declaration.
Interfaces
Class CL_CDC_RECORDER has no interface implemented.
Friends
Class CL_CDC_RECORDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CDC_CONNECTION_TYPE | 'M' | DB connection (multiconnect) | 20121214 | ||
| 2 | Constant | Public | Type reference (TYPE) | CDC_CONNECTION_TYPE | 'L' | local system | 20121214 | ||
| 3 | Constant | Public | Type reference (TYPE) | CDC_CONNECTION_TYPE | 'R' | rfc connection | 20121214 | ||
| 4 | Constant | Public | Type reference (TYPE) | CDC_CONNECTION_ID | 'R/3*' | ID of a connection (RFC, DBCON) | 20121219 | ||
| 5 | Constant | Public | Type reference (TYPE) | CDC_RECORDING_STATUS | '1' | recording active for table | 20130325 | ||
| 6 | Constant | Public | Type reference (TYPE) | CDC_RECORDING_STATUS | '2' | recording not active in current client but in others | 20130325 | ||
| 7 | Constant | Public | Type reference (TYPE) | CDC_RECORDING_STATUS | '0' | recording inactive for current table | 20130325 | ||
| 8 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_CDC_TABLE_LIST | list of tables relevant for recording | 20121217 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | CDC_CONNECTION_ID | ID of a connection (RFC, DBCON) | 20121217 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | CDC_CONNECTION_TYPE | Type of connection to system where Recorder is running | 20121217 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | NAMESPACE | Namespace | 20121217 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | CDC_OWNER | Owner of a recorder or replicator | 20121217 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | CDC_RECORDER_ID | Recorder ID | 20121217 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | DBCON_DBMS | Database system | 20121218 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | CDC_SYSTEM_TYPE | Type of system where Recorder is running | 20121217 | |||
| 16 | Instance attribute | Public | Object reference (TYPE REF TO) | CX_CDC_RECORDER | exception handling of CDC | 20121218 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20121217 | |
| 2 | Instance method | Public | Method | 20130402 | ||
| 3 | Instance method | Public | Method | set system type | 20130402 | |
| 4 | Instance method | Public | Method | 20121217 | ||
| 5 | Instance method | Public | Method | set system type | 20121217 |
Events
Class CL_CDC_RECORDER has no event.
Types
Class CL_CDC_RECORDER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RECORDER_ID | Call by reference | Type reference (TYPE) | CDC_RECORDER_ID | Unique Identifier of a Recorder | 20121217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | exception handling of CDC | 20121217 |
Method GET_CONNECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONNECTION_ID | Call by reference | Type reference (TYPE) | CDC_CONNECTION_ID | ID of a connection (RFC, DBCON) | 20130402 | |||
| 2 | EV_CONNECTION_TYPE | Call by reference | Type reference (TYPE) | CDC_CONNECTION_TYPE | Type of connection to system where Recorder is running | 20130402 |
Method GET_CONNECTION on class CL_CDC_RECORDER has no exception.
Method GET_SYSTEM_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_SYSTEM_TYPE | Call by reference | Type reference (TYPE) | CDC_SYSTEM_TYPE | Type of system where Recorder is running | 20130402 |
Method GET_SYSTEM_TYPE on class CL_CDC_RECORDER has no exception.
Method SET_CONNECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONNECTION_ID | Call by reference | Type reference (TYPE) | CDC_CONNECTION_ID | ID of a connection (RFC, DBCON) | 20121217 | |||
| 2 | IV_CONNECTION_TYPE | Call by reference | Type reference (TYPE) | CDC_CONNECTION_TYPE | Type of connection to system where Recorder is running | 20121217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | exception handling of CDC | 20121218 |
Method SET_SYSTEM_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SYSTEM_TYPE | Call by reference | Type reference (TYPE) | CDC_SYSTEM_TYPE | Type of system where Recorder is running | 20121217 |
Method SET_SYSTEM_TYPE on class CL_CDC_RECORDER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |