SAP ABAP Class CL_CNV_10996_CHECK_CONSISTENCY (Check cluster tables)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_10996 (Package) Archive conversion
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CNV_10996_DATA_CONSTANTS Constants and some data declarations 20130628
Properties
Class CL_CNV_10996_CHECK_CONSISTENCY  
Short Description Check cluster tables    
Super Class CL_CNV_10996_DATA_CONSTANTS Constants and some data declarations 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_10996   Archive conversion 
Created 20130619   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CNV_10996_CHECK_CONSISTENCY has no forward declaration.
Interfaces
Class CL_CNV_10996_CHECK_CONSISTENCY has no interface implemented.
Friends
Class CL_CNV_10996_CHECK_CONSISTENCY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CNV_FIELDS_TAB Instance attribute Private Type reference (TYPE) YT_CNV_FIELDS_TAB 20130628
2 CNV_TABLES_TAB Instance attribute Private Type reference (TYPE) YT_CNV_TABLES_TAB 20130628
3 FIELDST_NEW_TAB Instance attribute Private Type reference (TYPE) YT_FIELDST_NEW_TAB 20130628
4 FIELDS_NEW_TAB Instance attribute Private Type reference (TYPE) YT_FIELDS_NEW_TAB 20130628
5 FIPARS_NEW_TAB Instance attribute Private Type reference (TYPE) YT_FIPARS_NEW_TAB 20130628
6 ORGPACK_NEW Instance attribute Private Type reference (TYPE) BOOLEAN New org. Derivation used 20130628
7 PACKID Instance attribute Private Type reference (TYPE) CNVPACK-PACKID Conversion: Conversion package number 20130628
8 TABLEST_NEW_TAB Instance attribute Private Type reference (TYPE) YT_TABLEST_NEW_TAB 20130628
9 TABLES_NEW_TAB Instance attribute Private Type reference (TYPE) YT_TABLES_NEW_TAB 20130628
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NEW_TO_FIELDS Instance method Private Method Add newly found fields of cluster tables to CNVFIELDS 20130628
2 ADD_NEW_TO_FIPARS Instance method Private Method Add newly found fields of cluster tables to CNVFIPARS 20130628
3 ADD_NEW_TO_TABLES Instance method Private Method Add newly found fields of cluster tables to CNVTABLES 20130628
4 ADD_ORG_DERVIATION Instance method Private Method Add Org derivation information 20130628
5 CHECK Instance method Public Method Adjustments in CNVTABLES, CNVFIELDS regarding cluster tables 20130628
6 CHECK_IS_CLUSTER Instance method Private Method Check if table is a cluster table 20130628
7 CONSTRUCTOR Instance method Public Constructor Constructor 20130628
8 GET_CLUSTER_TABLES Instance method Private Method Returns the tables of a cluster table 20130628
9 WRITE_CHANGES Instance method Private Method All table changes are posted together 20130628
Events
Class CL_CNV_10996_CHECK_CONSISTENCY has no event.
Types
Class CL_CNV_10996_CHECK_CONSISTENCY has no local type.
Method Signatures

Method ADD_NEW_TO_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDS Call by reference Type reference (TYPE) CNVFIELDS Conversion: Table fields affected 20130628
2 Importing LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_00001_ULV_LOGGER CWB ULV logger implementation 20130628
3 Importing TABNAME Call by reference Type reference (TYPE) CNVTABLES-TABNAME Table Name 20130628

Method ADD_NEW_TO_FIELDS on class CL_CNV_10996_CHECK_CONSISTENCY has no exception.

Method ADD_NEW_TO_FIPARS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLUSTER_TABNAME Call by reference Type reference (TYPE) DD02L-TABNAME Table Name 20130628
2 Importing FIELDNAME Call by reference Type reference (TYPE) CNVFIELDS-FIELDNAME Field Name 20130628
3 Importing TABNAME Call by reference Type reference (TYPE) CNVTABLES-TABNAME Table Name 20130628

Method ADD_NEW_TO_FIPARS on class CL_CNV_10996_CHECK_CONSISTENCY has no exception.

Method ADD_NEW_TO_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLUSTER_TABNAME Call by reference Type reference (TYPE) DD02L-TABNAME Table Name 20130628
2 Importing LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_00001_ULV_LOGGER CWB ULV logger implementation 20130628
3 Importing NOTUSE Call by reference Type reference (TYPE) CNVTABLES-NOTUSE Exclusion from conversion indication 20130628

Method ADD_NEW_TO_TABLES on class CL_CNV_10996_CHECK_CONSISTENCY has no exception.

Method ADD_ORG_DERVIATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLUSTER_TABNAME Call by reference Type reference (TYPE) DD02L-TABNAME Table Name 20130628
2 Importing FIELDNAME Call by reference Type reference (TYPE) CNVFIELDS-FIELDNAME Field Name 20130628
3 Importing LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_00001_ULV_LOGGER CWB ULV logger implementation 20130628
4 Importing READ_ONLY Call by reference Type reference (TYPE) CNVFIELDS-READONLY Conversion: Qualifier for read-only table field 20130628
5 Importing TABNAME Call by reference Type reference (TYPE) CNVTABLES-TABNAME Table Name 20130628

Method ADD_ORG_DERVIATION on class CL_CNV_10996_CHECK_CONSISTENCY has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_00001_ULV_LOGGER CWB ULV logger implementation 20130628

Method CHECK on class CL_CNV_10996_CHECK_CONSISTENCY has no exception.

Method CHECK_IS_CLUSTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETVAL Value transfer Type reference (TYPE) BOOLEAN Is cluster table or not 20130628
2 Importing TABNAME Call by reference Type reference (TYPE) CNVTABLES-TABNAME Table Name 20130628

Method CHECK_IS_CLUSTER on class CL_CNV_10996_CHECK_CONSISTENCY has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_00001_ULV_LOGGER CWB ULV logger implementation 20130628
2 Importing PACKID Call by reference Type reference (TYPE) CNVPACK-PACKID Conversion: Conversion package number 20130628

Method CONSTRUCTOR on class CL_CNV_10996_CHECK_CONSISTENCY has no exception.

Method GET_CLUSTER_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CLUSTER_TABLES_TAB Call by reference Type reference (TYPE) YT_DD02L_TAB 20130628
2 Importing TABNAME Call by reference Type reference (TYPE) CNVTABLES-TABNAME Table Name 20130628

Method GET_CLUSTER_TABLES on class CL_CNV_10996_CHECK_CONSISTENCY has no exception.

Method WRITE_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_00001_ULV_LOGGER CWB ULV logger implementation 20130628

Method WRITE_CHANGES on class CL_CNV_10996_CHECK_CONSISTENCY has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in