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 GC_CONNTYPE_DB_CONN Constant Public Type reference (TYPE) CDC_CONNECTION_TYPE 'M' DB connection (multiconnect) 20121214
2 GC_CONNTYPE_LOCAL Constant Public Type reference (TYPE) CDC_CONNECTION_TYPE 'L' local system 20121214
3 GC_CONNTYPE_RFC Constant Public Type reference (TYPE) CDC_CONNECTION_TYPE 'R' rfc connection 20121214
4 GC_LOCAL_CONNECTION Constant Public Type reference (TYPE) CDC_CONNECTION_ID 'R/3*' ID of a connection (RFC, DBCON) 20121219
5 GC_STATUS_ACTIVE Constant Public Type reference (TYPE) CDC_RECORDING_STATUS '1' recording active for table 20130325
6 GC_STATUS_ACT_OTHER_CLIENT Constant Public Type reference (TYPE) CDC_RECORDING_STATUS '2' recording not active in current client but in others 20130325
7 GC_STATUS_INACTIVE Constant Public Type reference (TYPE) CDC_RECORDING_STATUS '0' recording inactive for current table 20130325
8 MO_TABLE_LIST Instance attribute Public Object reference (TYPE REF TO) CL_CDC_TABLE_LIST list of tables relevant for recording 20121217
9 MV_CONNECTION_ID Instance attribute Public Type reference (TYPE) CDC_CONNECTION_ID ID of a connection (RFC, DBCON) 20121217
10 MV_CONNECTION_TYPE Instance attribute Public Type reference (TYPE) CDC_CONNECTION_TYPE Type of connection to system where Recorder is running 20121217
11 MV_NAMESPACE Instance attribute Public Type reference (TYPE) NAMESPACE Namespace 20121217
12 MV_OWNER Instance attribute Public Type reference (TYPE) CDC_OWNER Owner of a recorder or replicator 20121217
13 MV_RECORDER_ID Instance attribute Public Type reference (TYPE) CDC_RECORDER_ID Recorder ID 20121217
14 MV_SENDER_DBMS Instance attribute Public Type reference (TYPE) DBCON_DBMS Database system 20121218
15 MV_SYSTEM_TYPE Instance attribute Public Type reference (TYPE) CDC_SYSTEM_TYPE Type of system where Recorder is running 20121217
16 MX_RECORDER 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 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20121217
2 GET_CONNECTION Instance method Public Method 20130402
3 GET_SYSTEM_TYPE Instance method Public Method set system type 20130402
4 SET_CONNECTION Instance method Public Method 20121217
5 SET_SYSTEM_TYPE 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 Importing IV_RECORDER_ID Call by reference Type reference (TYPE) CDC_RECORDER_ID Unique Identifier of a Recorder 20121217
# Exception Resumable Description Created on
1 CX_CDC_RECORDER exception handling of CDC 20121217

Method GET_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONNECTION_ID Call by reference Type reference (TYPE) CDC_CONNECTION_ID ID of a connection (RFC, DBCON) 20130402
2 Exporting 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 Exporting 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 Importing IV_CONNECTION_ID Call by reference Type reference (TYPE) CDC_CONNECTION_ID ID of a connection (RFC, DBCON) 20121217
2 Importing 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 CX_CDC_RECORDER 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 Importing 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