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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | 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 | Constant | Public | Type reference (TYPE) | RFCDEST | SPACE | 20110322 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BCFG_ENUM_COMMIT_MODE | 20110322 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_BCFG_BCSET_DS_HELPER | 20110322 | ||||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BCFG_ENQUEUE_STATE | 20110322 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20110322 | ||||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BCFG_DATA_MANAGER_CONF_CNTR | 20110224 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20110322 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120425 |
Methods
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 | IO_KEYS | Call by reference | Object reference (TYPE REF TO) | IF_BCFG_KEY_CONTAINER | 20101202 | ||||
| 2 | IT_MAPPINGS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_MAPPING_INFO | list of TY_S_MAPPING_INFO | 20120503 | |||
| 3 | IV_RFC_DEST | Call by reference | Type reference (TYPE) | RFCDEST | 20101202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110412 | |||
| 2 | 20121031 | |||
| 3 | 20101202 |
Method ADD_LINES_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_LINES | Call by reference | Type reference (TYPE) | ANY TABLE | internal table with customizing content | 20100914 | |||
| 2 | IV_LANGDEP_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100914 | ||||
| 3 | IV_LANGIND_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100914 | ||||
| 4 | IV_LANGU | Call by reference | Type reference (TYPE) | SPRAS | 20100915 | ||||
| 5 | 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 | 20100915 | |||
| 2 | 20100915 | |||
| 3 | 20100915 |
Method ADD_MAPPINGS_INTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECT_MAPPINGS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_MAPPING_INFO | 20101202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101202 |
Method CHECK_CLIENT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_HAS_CLIENT_DEP_DATA | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110322 | ||||
| 2 | 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 | 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 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20110223 | ||||
| 3 | IV_RFC_DEST | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20110223 | |||
| 4 | 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 | IT_RECA | Call by reference | Type reference (TYPE) | SCPR_RECA_TAB | 20110311 | ||||
| 2 | IT_VALL | Call by reference | Type reference (TYPE) | SCPR_VALL_TAB | 20110311 | ||||
| 3 | IT_VALS | Call by reference | Type reference (TYPE) | SCPR_VALS_TAB | 20110311 | ||||
| 4 | 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 | 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 | 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 | CT_CURRKEYS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES | list of TY_S_FIELD_VALUE | 20111201 | |||
| 2 | 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 | ET_SYSTEM_LANGUS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_LANGUAGES | 20110322 | ||||
| 2 | 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 | 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 | 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 | 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 | ET_LANGUS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_LANGUAGES | 20110322 | ||||
| 2 | IO_LOCK_MODE | Call by reference | Object reference (TYPE REF TO) | CL_BCFG_ENUM_LOCK_MODE | 20110322 | ||||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20110322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110322 | |||
| 2 | 20110322 |
Method POSTPROCESS_MAPPINGS Signature
Method POSTPROCESS_MAPPINGS on class CL_BCFG_BCSET_CONFIG_CONTAINER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | thrown if a mapping is invalid or missing | 20110506 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |