SAP ABAP Class CL_BCFG_BCSET_CONFIG_CONTAINER (container that holds config data (not just keys))
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 Inheritance (c INHERITING FROM c_ref)  CL_BCFG_BCSET_CONTAINER abstract base class for bc set based containers 20101201
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BCFG_CONFIG_CONTAINER container used to collect and apply configuration data 20100516
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BCFG_ERROR_CONTEXT This object is able to fill BCFG_S_ERR_DETAIL 20110317
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BCFG_CLASSIC_CONTAINER container for containers that are not obviously BCSets 20110318
2 Inheritance (c INHERITING FROM c_ref)  CL_BCFG_TRANSPORT_CONTAINER container with extensions for SBCSs 20110301
Properties
Class CL_BCFG_BCSET_CONFIG_CONTAINER  
Short Description container that holds config data (not just keys)    
Super Class CL_BCFG_BCSET_CONTAINER abstract base class for bc set based containers 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_BCFG_SCPR_IMPL   Business Configuration Support SCPR Implementation 
Created 20100514   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_BCFG_ENUM_COMMIT_MODE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 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_CONFIG_CONTAINER container used to collect and apply configuration data 20100516
2 IF_BCFG_ERROR_CONTEXT This object is able to fill BCFG_S_ERR_DETAIL 20110317
Friends
# Friend Modeled only Created on Description
1 CL_BCFG_ABSTRACT_CONF_FACTORY 20110311 base class for config container factories
2 CL_BCFG_UNIT_TEST_HELPER 20120620 internally used helper to support unit testing
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LOCAL Constant Public Type reference (TYPE) RFCDEST SPACE 20110322
2 MO_COMMIT_MODE Instance attribute Protected Object reference (TYPE REF TO) CL_BCFG_ENUM_COMMIT_MODE 20110322
3 MO_DS_HELPER Instance attribute Private Object reference (TYPE REF TO) CL_BCFG_BCSET_DS_HELPER 20110322
4 MO_LOCK_STATE Instance attribute Protected Object reference (TYPE REF TO) IF_BCFG_ENQUEUE_STATE 20110322
5 M_CONTAINER_ID Instance attribute Protected Type reference (TYPE) STRING 20110322
6 M_DATA_MANAGER_CONFIG_CNTR Instance attribute Protected Object reference (TYPE REF TO) IF_BCFG_DATA_MANAGER_CONF_CNTR 20110224
7 M_NEW_BCSET Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20110322
8 M_PRECHECK_SOJB Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120425
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CURRENT_CONFIG_INTERN Instance method Private Method 20101202
2 ADD_LINES_INTERNAL Instance method Public Method adds several line-insertions/updates for the target table 20100914
3 ADD_MAPPINGS_INTERN Instance method Public Method 20101202
4 CHECK_CLIENT_DATA Instance method Protected Method 20110322
5 CONSTRUCTOR Instance method Protected Constructor 20110223
6 CONVERT_FROM_BCSET Instance method Public Method 20110311
7 CREATE_CONFIG_OBJECT_FACTORY Instance method Protected Method 20110322
8 GET_DS_HELPER Instance method Protected Method 20100930
9 GET_FOREIGN_CURRKEYS Instance method Public Method 20111201
10 GET_LANGUS_FROM_SYSTEM Instance method Public Method 20110322
11 GET_TABLEDESCRIPTORS Instance method Protected Method 20110322
12 IMPORT_MAPPINGS Instance method Public Method copy the mappings from another container 20110505
13 IS_EXISTING Instance method Protected Method 20110322
14 LOAD Instance method Public Method 20110322
15 POSTPROCESS_MAPPINGS Instance method Protected Method 20110505
Events
Class CL_BCFG_BCSET_CONFIG_CONTAINER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_CONFIG_LINES Public See coding 20101122 t_config_lines type standard table of ref to if_bcfg_config_line with default key
Method Signatures

Method ADD_CURRENT_CONFIG_INTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_KEYS Call by reference Object reference (TYPE REF TO) IF_BCFG_KEY_CONTAINER 20101202
2 Importing IT_MAPPINGS Call by reference Type reference (TYPE) IF_BCFG_CONFIG_CONTAINER=>TY_T_MAPPING_INFO list of TY_S_MAPPING_INFO 20120503
3 Importing IV_RFC_DEST Call by reference Type reference (TYPE) RFCDEST 20101202
# Exception Resumable Description Created on
1 CX_BCFG_COMMIT_MODE_UNSUPPORT 20110412
2 CX_BCFG_INVALID_MAPPING 20121031
3 CX_BCFG_OPERATION_FAILED 20101202

Method ADD_LINES_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LINES Call by reference Type reference (TYPE) ANY TABLE internal table with customizing content 20100914
2 Importing IV_LANGDEP_ONLY Call by reference Type reference (TYPE) ABAP_BOOL 20100914
3 Importing IV_LANGIND_ONLY Call by reference Type reference (TYPE) ABAP_BOOL 20100914
4 Importing IV_LANGU Call by reference Type reference (TYPE) SPRAS 20100915
5 Importing IV_SKIP_INITIAL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE controls the meaning of INITIAL values (see interface doc.) 20100914
# Exception Resumable Description Created on
1 CX_BCFG_LANGU_MISSING 20100915
2 CX_BCFG_LANGU_NOT_ALLOWED 20100915
3 CX_BCFG_LANGU_SUPERFLUOUS 20100915

Method ADD_MAPPINGS_INTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECT_MAPPINGS Call by reference Type reference (TYPE) IF_BCFG_CONFIG_CONTAINER=>TY_T_MAPPING_INFO 20101202
# Exception Resumable Description Created on
1 CX_BCFG_INVALID_MAPPING 20101202

Method CHECK_CLIENT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HAS_CLIENT_DEP_DATA Call by reference Type reference (TYPE) ABAP_BOOL 20110322
2 Exporting E_HAS_CLIENT_IND_DATA Call by reference Type reference (TYPE) ABAP_BOOL 20110322

Method CHECK_CLIENT_DATA on class CL_BCFG_BCSET_CONFIG_CONTAINER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COMMIT_MODE Call by reference Object reference (TYPE REF TO) CL_BCFG_ENUM_COMMIT_MODE CL_BCFG_ENUM_COMMIT_MODE=>USER_COMMIT Enumeration of transaction mode 20110223
2 Importing IV_ID Call by reference Type reference (TYPE) STRING 20110223
3 Importing IV_RFC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110223
4 Importing IV_USE_INTERNAL_FORMAT Call by reference Type reference (TYPE) ABAP_BOOL 20111125

Method CONSTRUCTOR on class CL_BCFG_BCSET_CONFIG_CONTAINER has no exception.

Method CONVERT_FROM_BCSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RECA Call by reference Type reference (TYPE) SCPR_RECA_TAB 20110311
2 Importing IT_VALL Call by reference Type reference (TYPE) SCPR_VALL_TAB 20110311
3 Importing IT_VALS Call by reference Type reference (TYPE) SCPR_VALS_TAB 20110311
4 Importing IV_USE_INTERNAL_FORMAT Call by reference Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20111130

Method CONVERT_FROM_BCSET on class CL_BCFG_BCSET_CONFIG_CONTAINER has no exception.

Method CREATE_CONFIG_OBJECT_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_BCFG_CONFIG_OBJECT_FACTORY 20110322

Method CREATE_CONFIG_OBJECT_FACTORY on class CL_BCFG_BCSET_CONFIG_CONTAINER has no exception.

Method GET_DS_HELPER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_BCFG_BCSET_DS_HELPER 20100930

Method GET_DS_HELPER on class CL_BCFG_BCSET_CONFIG_CONTAINER has no exception.

Method GET_FOREIGN_CURRKEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CURRKEYS Call by reference Type reference (TYPE) IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES list of TY_S_FIELD_VALUE 20111201
2 Importing IT_FIELDS Call by reference Type reference (TYPE) IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES list of TY_S_FIELD_VALUE 20111201

Method GET_FOREIGN_CURRKEYS on class CL_BCFG_BCSET_CONFIG_CONTAINER has no exception.

Method GET_LANGUS_FROM_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SYSTEM_LANGUS Call by reference Type reference (TYPE) IF_BCFG_CONFIG_CONTAINER=>TY_T_LANGUAGES 20110322
2 Exporting EV_LOGON_LANGU Call by reference Type reference (TYPE) SPRAS 20110322

Method GET_LANGUS_FROM_SYSTEM on class CL_BCFG_BCSET_CONFIG_CONTAINER has no exception.

Method GET_TABLEDESCRIPTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TABLEDESCRS Call by reference Type reference (TYPE) SCPR_RECORDS 20110322

Method GET_TABLEDESCRIPTORS on class CL_BCFG_BCSET_CONFIG_CONTAINER has no exception.

Method IMPORT_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SOURCE Call by reference Object reference (TYPE REF TO) IF_BCFG_HAS_DATA_MANAGER container that holds config data (not just keys) 20110505

Method IMPORT_MAPPINGS on class CL_BCFG_BCSET_CONFIG_CONTAINER has no exception.

Method IS_EXISTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20110322

Method IS_EXISTING on class CL_BCFG_BCSET_CONFIG_CONTAINER has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LANGUS Call by reference Type reference (TYPE) IF_BCFG_CONFIG_CONTAINER=>TY_T_LANGUAGES 20110322
2 Importing IO_LOCK_MODE Call by reference Object reference (TYPE REF TO) CL_BCFG_ENUM_LOCK_MODE 20110322
3 Importing IV_ID Call by reference Type reference (TYPE) STRING 20110322
# Exception Resumable Description Created on
1 CX_BCFG_NOT_FOUND 20110322
2 CX_BCFG_OPERATION_FAILED 20110322

Method POSTPROCESS_MAPPINGS Signature

Method POSTPROCESS_MAPPINGS on class CL_BCFG_BCSET_CONFIG_CONTAINER has no parameter.
# Exception Resumable Description Created on
1 CX_BCFG_INVALID_MAPPING thrown if a mapping is invalid or missing 20110506
History
Last changed by/on SAP  20130531 
SAP Release Created in 703