SAP ABAP Class CL_CDC_TABLE_LIST (list of tables relevant for recording)
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_TABLE_LIST | |
Short Description | list of tables relevant for recording | |
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 | 20121217 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_CDC_TABLE_LIST has no forward declaration.
Interfaces
Class CL_CDC_TABLE_LIST has no interface implemented.
Friends
Class CL_CDC_TABLE_LIST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_CDC_RECORDER | recorder | 20121217 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CDC_TY_TABLE_OBJECTS | list of CDC table objects | 20121217 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20121217 |
2 | ![]() |
Instance method | Private | Method | load object list from database | 20121217 |
3 | ![]() |
Instance method | Public | Method | Save Table objects on database | 20121217 |
4 | ![]() |
Instance method | Public | Method | set status to be saved | 20121218 |
5 | ![]() |
Instance method | Public | Method | start recording for all relevant tables | 20121217 |
6 | ![]() |
Instance method | Public | Method | stop recording for a list of tables | 20121218 |
Events
Class CL_CDC_TABLE_LIST has no event.
Types
Class CL_CDC_TABLE_LIST has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_RECORDER | Call by reference | Object reference (TYPE REF TO) | CL_CDC_RECORDER | recorder | 20121217 |
Method CONSTRUCTOR on class CL_CDC_TABLE_LIST has no exception.
Method LOAD_FROM_DB Signature
Method LOAD_FROM_DB on class CL_CDC_TABLE_LIST has no parameter.
Method LOAD_FROM_DB on class CL_CDC_TABLE_LIST has no exception.
Method SAVE Signature
Method SAVE on class CL_CDC_TABLE_LIST has no parameter.
Method SAVE on class CL_CDC_TABLE_LIST has no exception.
Method SET_TO_BE_SAVED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CDC_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_CDC_TABLE | handle logging table for CDC | 20121218 |
Method SET_TO_BE_SAVED on class CL_CDC_TABLE_LIST has no exception.
Method START_RECORDING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TABLE_LIST | Call by reference | Type reference (TYPE) | CDC_TY_TABLE | List of DB tables being subject to recording | 20121218 | ||
2 | ![]() |
IV_CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | Client ID | 20121219 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
exception handling of CDC | 20130110 |
Method STOP_RECORDING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TABLE_LIST | Call by reference | Type reference (TYPE) | CDC_TY_TABLE | List of DB tables being subject to recording | 20121218 | ||
2 | ![]() |
IV_CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | Client ID | 20121219 | ||
3 | ![]() |
IV_DELETE_LOGTAB | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20121220 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
exception handling of CDC | 20130110 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |