SAP ABAP Class CLC2DIR_META_PERS_ADAPTER (Access to C2 Meta-Data Persistence)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CFG-RT (Application Component) Business Configuration Tools: Runtime
     SC2_PERSISTANCE (Package) C2 Directory Persistence Services
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IFC2DIR_TYPES Repository for Global Types and Constants 20041103
2 Interface implementation (CLASS c. INTERFACES i_ref)  IFC2PERS_META_DATA Configuration Data of a Node 20041103
Properties
Class CLC2DIR_META_PERS_ADAPTER  
Short Description Access to C2 Meta-Data Persistence    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SC2_PERSISTANCE   C2 Directory Persistence Services 
Created 20041019   SAP 
Last change 20050105   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CLC2DIR_META_PERS_ADAPTER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IFC2DIR_TYPES Repository for Global Types and Constants 20041103
2 IFC2PERS_META_DATA Configuration Data of a Node 20041103
Friends
# Friend Modeled only Created on Description
1 CLC2DIR_PERS_FACTORY 20041103 Creator for Persistence Adaptor
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AC_ACT_INACT Instance attribute Private Attribute reference (LIKE) 20041103
2 AC_ALL_LANGUS Instance attribute Private Attribute reference (LIKE) 20041103
3 AC_BUFFER_DATA_INSTANCE Instance attribute Private Attribute reference (LIKE) 20041103
4 AC_C2GUID Instance attribute Private Attribute reference (LIKE) 20041103
5 AC_CHNG_TP_ACTIVE Instance attribute Private Attribute reference (LIKE) 20041103
6 AC_CHNG_TP_DELETED Instance attribute Private Attribute reference (LIKE) 20041103
7 AC_CHNG_TP_NEW Instance attribute Private Attribute reference (LIKE) 20041103
8 AC_CHNG_TP_NEW_DELETED Instance attribute Private Attribute reference (LIKE) 20041103
9 AC_CHNG_TP_UPDATED Instance attribute Private Attribute reference (LIKE) 20041103
10 AC_CLNT Instance attribute Private Attribute reference (LIKE) 20041103
11 AC_DEPLOYMENT_GROUP Instance attribute Private Attribute reference (LIKE) 20041103
12 AC_DEPL_GRP Instance attribute Private Attribute reference (LIKE) 20041103
13 AC_FIELD_LIST Instance attribute Private Attribute reference (LIKE) 20041103
14 AC_INC_CLNT Instance attribute Private Attribute reference (LIKE) 20041103
15 AC_INC_DATA Instance attribute Private Attribute reference (LIKE) 20041103
16 AC_INC_FIELD_LIST Instance attribute Private Attribute reference (LIKE) 20041103
17 AC_INC_FIELD_LIST_CNAME Instance attribute Private Attribute reference (LIKE) 20041103
18 AC_INC_KEY_EXT Instance attribute Private Attribute reference (LIKE) 20041103
19 AC_INC_LANGU Instance attribute Private Attribute reference (LIKE) 20041103
20 AC_INC_METADATA Instance attribute Private Attribute reference (LIKE) 20041103
21 AC_INC_METADATA_CNAME Instance attribute Private Attribute reference (LIKE) 20041103
22 AC_INC_MGMNT_DATA Instance attribute Private Attribute reference (LIKE) 20041103
23 AC_INC_MGMNT_DATA_EXT Instance attribute Private Attribute reference (LIKE) 20041103
24 AC_INC_MGMNT_KEY Instance attribute Private Attribute reference (LIKE) 20041103
25 AC_INC_MGMNT_KEY_EXT Instance attribute Private Attribute reference (LIKE) 20041103
26 AC_INC_NODE_KEY_STRUCTURE Instance attribute Private Attribute reference (LIKE) 20041103
27 AC_INC_TDEP Instance attribute Private Attribute reference (LIKE) 20041103
28 AC_INC_TEXT_DATA Instance attribute Private Attribute reference (LIKE) 20041103
29 AC_LANGU Instance attribute Private Attribute reference (LIKE) 20041103
30 AC_LANG_DEP_DATA Instance attribute Private Attribute reference (LIKE) 20041103
31 AC_TDEP_VALFROM Instance attribute Private Attribute reference (LIKE) 20041103
32 AC_TDEP_VALTO Instance attribute Private Attribute reference (LIKE) 20041103
33 AC_TP_C2GUID Instance attribute Private Attribute reference (LIKE) 20041103
34 AR_META_DESCR Instance attribute Protected Object reference (TYPE REF TO) IF_C2S_META_OBJECT C2 Server: Meta-Data 20041103
35 AR_PERS_META_DESCR Instance attribute Protected Object reference (TYPE REF TO) CL_C2S_META_PERSISTENCE_TABLE C2 Server: Table Persistence 20041103
36 AV_CO_NAME Instance attribute Protected Type reference (TYPE) SC2_CONFIGURATION_OBJECT C2: Configuration Object 20041103
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20041019
2 CREATE_INTERNAL_TABLES Instance method Private Method Creates databases from internal tables 20041103
3 DELETE_INACTIVE_ENTRIES Instance method Private Method Delete Inactive Data 20041105
4 EXTRACT_GUID_LIST Static method Private Method Extract GUID List from Data 20041103
5 MOVE_TO_EXPORT_TABLE Instance method Private Method Puts the Data into the Output Table 20041103
6 MOVE_TO_PERS_TABLES Instance method Private Method Converts Data from External into DB Format 20041104
7 READ_DATA Instance method Private Method 20041103
8 SET_CHANGE_STATUS Instance method Private Method Sets Change Status 20041105
9 WRITE_DATA Instance method Private Method 20041103
Events
Class CLC2DIR_META_PERS_ADAPTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ATP_S_GUID Private Attribute reference (LIKE) 20041103
2 ATP_T_GUIDS Private Attribute reference (LIKE) 20041103
3 ATP_T_STRINGTAB Private Attribute reference (LIKE) 20041103
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CO_NAME Call by reference Type reference (TYPE) SC2_CONFIGURATION_OBJECT C2: Konfigurationsobjekt 20041019

Method CONSTRUCTOR on class CLC2DIR_META_PERS_ADAPTER has no exception.

Method CREATE_INTERNAL_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_META_TAB Call by reference Object reference (TYPE REF TO) DATA 20041103
2 Importing IV_META_TABNAME Call by reference Type reference (TYPE) STRING 20041103

Method CREATE_INTERNAL_TABLES on class CLC2DIR_META_PERS_ADAPTER has no exception.

Method DELETE_INACTIVE_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_GUIDS Call by reference Type reference (TYPE) IFC2DIR_TYPES=>ATP_T_GUIDS 20041105
2 Importing IV_METATAB_NAME Call by reference Type reference (TYPE) STRING 20041105

Method DELETE_INACTIVE_ENTRIES on class CLC2DIR_META_PERS_ADAPTER has no exception.

Method EXTRACT_GUID_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GUIDS Call by reference Type reference (TYPE) ATP_T_GUIDS 20041103
2 Importing IT_DATA Call by reference Type reference (TYPE) TABLE 20041103

Method EXTRACT_GUID_LIST on class CLC2DIR_META_PERS_ADAPTER has no exception.

Method MOVE_TO_EXPORT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_META_DATA Call by reference Type reference (TYPE) TABLE 20041103
2 Importing IT_CO_DATA Call by reference Type reference (TYPE) TABLE 20041103
3 Importing IT_META_DATA Call by reference Type reference (TYPE) HASHED TABLE 20041103
# Exception Resumable Description Created on
1 CX_C2S_SERVICE_FAILURE 20041103

Method MOVE_TO_PERS_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PERS_DATA Call by reference Type reference (TYPE) HASHED TABLE 20041104
2 Importing IT_META_DATA Call by reference Type reference (TYPE) TABLE 20041104
3 Importing IV_META_TABNAME Call by reference Type reference (TYPE) STRING 20041104

Method MOVE_TO_PERS_TABLES on class CLC2DIR_META_PERS_ADAPTER has no exception.

Method READ_DATA Signature

Method READ_DATA on class CLC2DIR_META_PERS_ADAPTER has no parameter.
Method READ_DATA on class CLC2DIR_META_PERS_ADAPTER has no exception.

Method SET_CHANGE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_METATAB_DATA Call by reference Type reference (TYPE) HASHED TABLE 20041105
2 Importing IV_CHANGE_STATUS Call by reference Type reference (TYPE) C2S_ACTION 20041105

Method SET_CHANGE_STATUS on class CLC2DIR_META_PERS_ADAPTER has no exception.

Method WRITE_DATA Signature

Method WRITE_DATA on class CLC2DIR_META_PERS_ADAPTER has no parameter.
Method WRITE_DATA on class CLC2DIR_META_PERS_ADAPTER has no exception.
History
Last changed by/on SAP  20050105 
SAP Release Created in 700