SAP ABAP Class CL_BCFG_BCSET_DATA_MANAGER (management of container data business logic independent)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CUS-TOL-API (Application Component) Business Configuration API (SAP-internal)
     S_BCFG_SCPR_IMPL (Package) Business Configuration Support SCPR Implementation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BCFG_DATA_MANAGER data representation (methods from CONFIG_CONTAINER) 20110223
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BCFG_ERROR_CONTEXT This object is able to fill BCFG_S_ERR_DETAIL 20110317
Properties
Class CL_BCFG_BCSET_DATA_MANAGER  
Short Description management of container data business logic independent    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_BCFG_SCPR_IMPL   Business Configuration Support SCPR Implementation 
Created 20110209   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_BCFG_CONFIG_CONTAINER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_BCFG_DATA_MANAGER data representation (methods from CONFIG_CONTAINER) 20110223
2 IF_BCFG_ERROR_CONTEXT This object is able to fill BCFG_S_ERR_DETAIL 20110317
Friends
Class CL_BCFG_BCSET_DATA_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_OBJECTS Instance attribute Protected Type reference (TYPE) TY_T_OBJECT_MAP 20110209
2 M_IS_MODIFIED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20110209
3 M_LANGUAGES Instance attribute Protected Object reference (TYPE REF TO) CL_BCFG_DTO_CONTAINER_LANGUS 20110224
4 M_PARENT Instance attribute Protected Object reference (TYPE REF TO) IF_BCFG_ERROR_CONTEXT 20110317
5 M_USE_INTERNAL_FORMAT Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20111125
Methods
# Method Level Visibility Method type Description Created on
1 ADD_LINE_FROM_RECA_TO_CONF_OBJ Instance method Protected Method 20110228
2 CONSTRUCTOR Instance method Public Constructor 20110317
3 EXTRACT_FIELDS_FROM_KEYFIELDS Instance method Private Method 20111117
4 GET_OR_CREATE_CONFIG_OBJECT Instance method Private Method 20110314
5 IMPORT_MAPPING Instance method Private Method 20110302
6 MATCHUP_KEYFIELDS_WITH_FIELDS Instance method Private Method 20111117
7 SET_USE_INTERNAL_FORMAT Instance method Public Method allows the default setting to be overwritten 20111202
Events
Class CL_BCFG_BCSET_DATA_MANAGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 OBJECT_MAP Protected See coding 20110209 begin of object_map, tablename type scpr_tabl, obj type ref to cl_bcfg_bcset_config_object, end of object_map
2 TY_ATTRIBUTE Protected See coding 20110209 begin of ty_attribute, name type fieldname, value type string, end of ty_attribute
3 TY_T_OBJECT_MAP Protected See coding 20110309 ty_t_object_map type sorted table of object_map with unique key tablename
4 T_CONFIG_LINES Public See coding 20110209 t_config_lines type standard table of ref to if_bcfg_config_line with default key
Method Signatures

Method ADD_LINE_FROM_RECA_TO_CONF_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_LANGUS Call by reference Type reference (TYPE) IF_BCFG_CONFIG_CONTAINER=>TY_T_LANGUAGES 20110228
2 Importing IO_CONFIG_OBJECT Call by reference Object reference (TYPE REF TO) IF_BCFG_CONFIG_OBJECT 20110228
3 Importing IS_RECATTR Call by reference Type reference (TYPE) SCPRRECA 20110228
4 Importing IT_CURRKEYS Call by reference Type reference (TYPE) IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES list of TY_S_FIELD_VALUE 20111202
5 Importing IT_VALL Call by reference Type reference (TYPE) SCPR_VALL_TAB 20110228
6 Importing IT_VALS Call by reference Type reference (TYPE) SCPR_VALS_TAB 20110228
7 Importing IV_USE_INTERNAL_FORMAT Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20111206

Method ADD_LINE_FROM_RECA_TO_CONF_OBJ on class CL_BCFG_BCSET_DATA_MANAGER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARENT Call by reference Object reference (TYPE REF TO) IF_BCFG_ERROR_CONTEXT 20110317
2 Importing I_USE_INTERNAL_FORMAT Call by reference Type reference (TYPE) ABAP_BOOL 20111125

Method CONSTRUCTOR on class CL_BCFG_BCSET_DATA_MANAGER has no exception.

Method EXTRACT_FIELDS_FROM_KEYFIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELDS Call by reference Type reference (TYPE) IF_BCFG_KEY_CONTAINER=>TY_T_FIELD_VALUES 20111117
2 Returning RESULT Value transfer Type reference (TYPE) IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES list of TY_S_FIELD_VALUE 20111117

Method EXTRACT_FIELDS_FROM_KEYFIELDS on class CL_BCFG_BCSET_DATA_MANAGER has no exception.

Method GET_OR_CREATE_CONFIG_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONFIG_OBJECT_FACTORY Call by reference Object reference (TYPE REF TO) IF_BCFG_CONFIG_OBJECT_FACTORY 20110314
2 Importing IV_ACTIVITY Call by reference Type reference (TYPE) CUS_IMG_AC 20110314
3 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) OB_OBJECT 20110314
4 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) OB_TYP 20110314
5 Importing IV_TABLENAME Call by reference Type reference (TYPE) TABNAME 20110314
6 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_BCFG_CONFIG_OBJECT 20110314

Method GET_OR_CREATE_CONFIG_OBJECT on class CL_BCFG_BCSET_DATA_MANAGER has no exception.

Method IMPORT_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TEMPLATE_CONF_OBJ Call by reference Object reference (TYPE REF TO) IF_BCFG_CONFIG_OBJECT 20110302
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_BCFG_CONFIG_OBJECT 20110302

Method IMPORT_MAPPING on class CL_BCFG_BCSET_DATA_MANAGER has no exception.

Method MATCHUP_KEYFIELDS_WITH_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELDS Call by reference Type reference (TYPE) IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES list of TY_S_FIELD_VALUE 20111117
2 Importing IT_KEYFIELDS Call by reference Type reference (TYPE) IF_BCFG_KEY_CONTAINER=>TY_T_FIELD_VALUES 20111117
3 Returning RESULT Value transfer Type reference (TYPE) IF_BCFG_KEY_CONTAINER=>TY_T_FIELD_VALUES 20111117

Method MATCHUP_KEYFIELDS_WITH_FIELDS on class CL_BCFG_BCSET_DATA_MANAGER has no exception.

Method SET_USE_INTERNAL_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USE_INTERNAL_FORMAT Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20111202

Method SET_USE_INTERNAL_FORMAT on class CL_BCFG_BCSET_DATA_MANAGER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731