SAP ABAP Class CL_IUUC_REPL_LOG_TRANSP (Transparent impl. of replication logging)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_IUUC_REPL_LOGGING (Package) Replication logging -> temp. store replic. data in INDX-Clus
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_IUUC_REPL_LOGGING Abstract superclass for the repl. logging 20130617
Properties
Class CL_IUUC_REPL_LOG_TRANSP  
Short Description Transparent impl. of replication logging    
Super Class CL_IUUC_REPL_LOGGING Abstract superclass for the repl. logging 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_IUUC_REPL_LOGGING   Replication logging -> temp. store replic. data in INDX-Clus 
Created 20130617   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IUUC_REPL_LOG_TRANSP has no forward declaration.
Interfaces
Class CL_IUUC_REPL_LOG_TRANSP has no interface implemented.
Friends
Class CL_IUUC_REPL_LOG_TRANSP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_RL_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_IUUC_REPL_LOG_TRANSP Transparent impl. of replication logging 20130617
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130618
2 DATA_TO_NEW_FORMAT Instance method Private Method moves the data from a historic table to the new table format 20130827
3 DELETE_OUTDATED_DATA Static method Public Method deletes outdated data older than suplied timestamp 20130808
4 DELETE_RL_DATA_ALL Static method Public Method delete all data for given MT_ID 20130705
5 DELETE_RL_DATA_MTID_TAB Static method Public Method delete all data for given MT_ID 20130708
6 DEL_OUTDATED_DATA_MT_ID_TAB Static method Public Method delete outdated data for mt_id and a table 20130913
7 GET_RL_INSTANCE Static method Public Method Create/Get instance of class 20130617
8 GET_TIMESTAMP_FOR_P_ID Static method Public Method read the timestamp for a given packageID 20130806
Events
Class CL_IUUC_REPL_LOG_TRANSP has no event.
Types
Class CL_IUUC_REPL_LOG_TRANSP 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_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Globally Unique Key (22 Characters) 20130625
2 Importing IV_TABLENAME Call by reference Type reference (TYPE) TABNAME 20130625
# Exception Resumable Description Created on
1 CX_IUUC_RL Exception class for replication logging 20130619

Method DATA_TO_NEW_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TABLE_OUT Call by reference Type reference (TYPE) ANY TABLE 20130827
2 Exporting IT_TABLE_IN Call by reference Type reference (TYPE) ANY TABLE 20130827
# Exception Resumable Description Created on
1 MOVE_MISSMATCH_ERROR Missmatch structure error when moving data to the new struct 20130827

Method DELETE_OUTDATED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130808
2 Importing IV_RELID Call by reference Type reference (TYPE) IUUC_RL_RELID Replication Logging RELID 20130808
3 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130808

Method DELETE_OUTDATED_DATA on class CL_IUUC_REPL_LOG_TRANSP has no exception.

Method DELETE_RL_DATA_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130705

Method DELETE_RL_DATA_ALL on class CL_IUUC_REPL_LOG_TRANSP has no exception.

Method DELETE_RL_DATA_MTID_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130708
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20130708

Method DELETE_RL_DATA_MTID_TAB on class CL_IUUC_REPL_LOG_TRANSP has no exception.

Method DEL_OUTDATED_DATA_MT_ID_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130913
2 Importing IV_RELID Call by reference Type reference (TYPE) IUUC_RL_RELID Replication Logging RELID 20130913
3 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20130913
4 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130913

Method DEL_OUTDATED_DATA_MT_ID_TAB on class CL_IUUC_REPL_LOG_TRANSP has no exception.

Method GET_RL_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Globally Unique Key (22 Characters) 20130625
2 Importing IV_TABLENAME Call by reference Type reference (TYPE) TABNAME 20130625
3 Returning RO_RL_INSTANCE Value transfer Object reference (TYPE REF TO) CL_IUUC_REPL_LOG_TRANSP Transparent impl. of replication logging 20130617
# Exception Resumable Description Created on
1 CX_IUUC_RL Exception class for replication logging 20130619

Method GET_TIMESTAMP_FOR_P_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130806
2 Importing IV_PACKAGE_ID Call by reference Type reference (TYPE) IUUC_RL_PACKAGE_ID repl logging - package ID 20130806
3 Importing IV_RELID Call by reference Type reference (TYPE) IUUC_RL_RELID Replication Logging RELID 20130806
4 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20130806
5 Returning RV_TIMESTAMP Value transfer Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130806

Method GET_TIMESTAMP_FOR_P_ID on class CL_IUUC_REPL_LOG_TRANSP has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620