SAP ABAP Class /BOBF/CL_CONF_ACT_REFACTOR (Adjust configuration to moved model entities)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-CFN (Application Component) Business Object Processing Framework Configuration
     /BOBF/CONFIGURATION (Package) Business Object Processing Configuration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/IF_FRW_ACTION Interface for an Action 20081212
Properties
Class /BOBF/CL_CONF_ACT_REFACTOR  
Short Description Adjust configuration to moved model entities    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOBF/CONFIGURATION   Business Object Processing Configuration 
Created 20081212   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /BOBF/CL_CONF_ACT_REFACTOR has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /BOBF/IF_FRW_ACTION Interface for an Action 20081212
Friends
Class /BOBF/CL_CONF_ACT_REFACTOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CONF Instance attribute Private Object reference (TYPE REF TO) /BOBF/IF_FRW_CONFIGURATION Interface for Configuration 20081212
2 MO_MODIFY Instance attribute Private Object reference (TYPE REF TO) /BOBF/IF_FRW_MODIFY Interface to Change Data 20081212
3 MO_READ Instance attribute Private Object reference (TYPE REF TO) /BOBF/IF_FRW_READ Interface to Read Data 20081212
4 MT_NON_UNIQUE_TYPE Instance attribute Private See coding Entity category values that are not unique 20081212
5 MV_ASSOC_KEY_1 Instance attribute Private Type reference (TYPE) /BOBF/OBM_ASSOC_KEY Association 20081212
6 MV_ASSOC_KEY_2 Instance attribute Private Type reference (TYPE) /BOBF/OBM_ASSOC_KEY Association 20081212
7 MV_ASSOC_KEY_3 Instance attribute Private Type reference (TYPE) /BOBF/OBM_ASSOC_KEY Association 20081212
8 MV_ASSOC_KEY_4 Instance attribute Private Type reference (TYPE) /BOBF/OBM_ASSOC_KEY Association 20081212
9 MV_CLEANUP Instance attribute Public Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081212
10 MV_ENTITY_CAT Instance attribute Private Type reference (TYPE) /BOBF/OBM_CONTENT_CAT Entity Category 20081212
11 MV_ENTITY_NAME_FIELD Instance attribute Private Type reference (TYPE) STRING 20081212
12 MV_ENTITY_TYPE_FIELD Instance attribute Private Type reference (TYPE) STRING Field in which the entity category is maintained 20081212
13 MV_NODE_KEY Instance attribute Private Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081212
14 MV_NODE_KEY_2 Instance attribute Private Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081212
15 MV_PARENT_KEY_FIELD Instance attribute Private Type reference (TYPE) STRING 20081212
16 MV_PROXY_NAME_FIELD Instance attribute Private Type reference (TYPE) STRING 20081212
17 MV_PROXY_PREFIX_FIELD Instance attribute Private Type reference (TYPE) STRING 20081212
18 MV_PROXY_PREFIX_FIELD_2 Instance attribute Private Type reference (TYPE) STRING 20081212
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_USERS Instance method Private Method 20081212
2 GET_DUPLICATES Instance method Private Method 20081212
3 GET_SUPERIOR_ENTITY Instance method Private Method 20081212
4 INITIALIZE Instance method Private Method 20081212
Events
Class /BOBF/CL_CONF_ACT_REFACTOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_SEM_KEY_DUPL Private See coding 20081212 tt_sem_key_dupl TYPE SORTED TABLE OF ty_sem_key_dupl WITH NON-UNIQUE KEY primary_key COMPONENTS semantic_key proxy_name proxy_prefix entity_type WITH NON-UNIQUE SORTED KEY parent_key COMPONENTS entity_type parent_key
2 TY_SEM_KEY_DUPL Private See coding 20081212 BEGIN OF ty_sem_key_dupl, bo_key TYPE /BOBF/OBM_BO_KEY, semantic_key TYPE string, proxy_name TYPE string, proxy_prefix TYPE string, proxy_prefix2 TYPE string, entity_type TYPE char1, parent_key TYPE /BOBF/CONF_KEY, entity_keys TYPE /BOBF/T_FRW_KEY, END OF ty_sem_key_dupl
Method Signatures

Method ADJUST_USERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface of Message Object 20081212
2 Importing IT_OBSOLETE_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
3 Importing IV_SUPERIOR_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method GET_DUPLICATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface of Message Object 20081212
2 Exporting ET_SEMANTIC_KEY_DUPLICATE Call by reference Type reference (TYPE) TT_SEM_KEY_DUPL 20081212
3 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY BOPF Configuration: Semantic Key 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method GET_SUPERIOR_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INFERIOR_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
2 Exporting EV_SUPERIOR_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081212
3 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081212
4 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20081212
5 Importing IV_ENTITY_TYPE Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20081212
6 Importing IV_PARENT_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME NodeID 20081212
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081212

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) I 20081212

Method INITIALIZE on class /BOBF/CL_CONF_ACT_REFACTOR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702