Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BCFG_CONFIG_OBJECT | represents a configuration object | 20100516 |
| 2 | 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_BCSET_CONFIG_OBJ_S | config object for the primary s object table | 20100909 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_BCFG_BCSET_CONFIG_OBJ_T | config object for transparent table w/o lang | 20101027 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_BCFG_BCSET_CONFIG_OBJ_TXT | config object for tables with lang key | 20101026 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_BCFG_BCSET_CONFIG_OBJ_V | Specializes config object for views | 20101026 |
Properties
| Class | CL_BCFG_BCSET_CONFIG_OBJECT | |
| Short Description | config object using BC sets | |
| 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 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BCFG_CONFIG_OBJECT | represents a configuration object | 20100516 | ||
| 2 | IF_BCFG_ERROR_CONTEXT | This object is able to fill BCFG_S_ERR_DETAIL | 20110317 |
Friends
Class CL_BCFG_BCSET_CONFIG_OBJECT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BCFG_DATA_MANAGER | 20110223 | ||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BCFG_CONFIG_OBJECT_INFO | 20110506 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | SCPRRECORD2 | BC Sets: Field Descriptions | 20110126 | |||
| 4 | Instance attribute | Private | See coding | Interface Structure for DD_TBFK_GET | 20111121 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | IF_BCFG_CONFIG_OBJECT~FIELDNAMES | Field Name | 20110510 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | TY_T_LINE_MAP | 20100625 | ||||
| 7 | Instance attribute | Protected | See coding | 20110317 | |||||
| 8 | Instance attribute | Protected | See coding | BC-Sets: Field descriptions of a table (table type) | 20110509 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | SCPR_FLD | BC Set: Field name | 20111118 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | SCPR_TABL | BC Set: Table/View Name | 20111121 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | SCPR_FLD | BC Set: Field name | 20100902 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | SCPR_TABL | 20100617 | ||||
| 13 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | ised to create lines that might not be defined locally | 20111130 |
Methods
Events
Class CL_BCFG_BCSET_CONFIG_OBJECT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | CUKY_MAP | Protected | See coding | 20111201 | begin of cuky_map,
key type string,
rec_id type i,
cuky type tcurx-currkey,
end of cuky_map
|
||
| 2 | LINE_MAP | Protected | See coding | 20100625 | begin of line_map,
key type string,
line type ref to cl_bcfg_bcset_abstract_line,
end of line_map
|
||
| 3 | TY_S_FIELD_MAP | Protected | See coding | 20121012 | begin of ty_s_field_map,
fieldname type scpr_fld,
descr type ref to scpr_descr,
index type i, " every fld gets a value starting with 1 according to order in table_descr
key_index type i, " every key fld gets a value starting with 1 else it's 0 (clnt fld ignored)
end of ty_s_field_map
|
||
| 4 | TY_T_CUKY_MAP | Protected | See coding | 20111201 | ty_t_cuky_map type hashed table of cuky_map
with unique key primary_key
components key
|
||
| 5 | TY_T_LINE_MAP | Protected | See coding | 20110309 | ty_t_line_map type hashed table of line_map
with unique key primary_key
components key with unique sorted key sec_key components line
|
||
| 6 | T_CUS_ACTOBJ | Private | See coding | 20110201 | t_cus_actobj type sorted table of cus_actobj
with key act_id objecttype objectname tcode subobjname
|
Method Signatures
Method ADD_KEY_FROM_RECA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LANGUS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_LANGUAGES | 20110228 | ||||
| 2 | IS_RECATTR | Call by reference | Type reference (TYPE) | SCPRRECA | 20110228 | ||||
| 3 | IT_CURRKEYS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES | list of TY_S_FIELD_VALUE | 20111202 | |||
| 4 | IT_VALL | Call by reference | Type reference (TYPE) | SCPR_VALL_TAB | 20110228 | ||||
| 5 | IT_VALS | Call by reference | Type reference (TYPE) | SCPR_VALS_TAB | 20110228 |
Method ADD_KEY_FROM_RECA on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method ADD_LINE_FROM_RECA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LANGUS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_LANGUAGES | 20110202 | ||||
| 2 | IS_RECATTR | Call by reference | Type reference (TYPE) | SCPRRECA | 20110202 | ||||
| 3 | IT_CURRKEYS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES | list of TY_S_FIELD_VALUE | 20111202 | |||
| 4 | IT_VALL | Call by reference | Type reference (TYPE) | SCPR_VALL_TAB | 20110202 | ||||
| 5 | IT_VALS | Call by reference | Type reference (TYPE) | SCPR_VALS_TAB | 20110202 | ||||
| 6 | IV_USE_INTERNAL_FORMAT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20111125 |
Method ADD_LINE_FROM_RECA on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method ALLOWS_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111202 |
Method ALLOWS_KEYS on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method APPEND_FIELD_TO_VALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_VALL | Call by reference | Type reference (TYPE) | SCPR_VALL_TAB | 20100516 | ||||
| 2 | IS_DESCR | Call by reference | Type reference (TYPE) | SCPR_DESCR | 20100516 | ||||
| 3 | IV_CURRKEY | Call by reference | Type reference (TYPE) | TCURX-CURRKEY | Currency Key | 20111125 | |||
| 4 | IV_FLAG | Call by reference | Type reference (TYPE) | SCPR_FLAG | 20100516 | ||||
| 5 | IV_ID | Call by reference | Type reference (TYPE) | SCPR_ID | 20100516 | ||||
| 6 | IV_LANG | Call by reference | Type reference (TYPE) | SPRAS | 20100516 | ||||
| 7 | IV_RECNUMBER | Call by reference | Type reference (TYPE) | SCPR_RECNR | 20100516 | ||||
| 8 | IV_TABLENAME | Call by reference | Type reference (TYPE) | OB_OBJECT | 20100516 | ||||
| 9 | IV_USE_INTERNAL_FORMAT | Call by reference | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, Space=False) | 20111125 | |||
| 10 | IV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20100516 |
Method APPEND_FIELD_TO_VALL on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method APPEND_FIELD_TO_VALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_VALS | Call by reference | Type reference (TYPE) | SCPR_VALS_TAB | 20100516 | ||||
| 2 | IS_DESCR | Call by reference | Type reference (TYPE) | SCPR_DESCR | 20100516 | ||||
| 3 | IV_CURRKEY | Call by reference | Type reference (TYPE) | TCURX-CURRKEY | Currency Key | 20111125 | |||
| 4 | IV_FLAG | Call by reference | Type reference (TYPE) | SCPR_FLAG | 20100516 | ||||
| 5 | IV_ID | Call by reference | Type reference (TYPE) | SCPR_ID | 20100516 | ||||
| 6 | IV_MASTERLANGUAGE | Call by reference | Type reference (TYPE) | SPRAS | 20100516 | ||||
| 7 | IV_RECNUMBER | Call by reference | Type reference (TYPE) | SCPR_RECNR | 20100516 | ||||
| 8 | IV_TABLENAME | Call by reference | Type reference (TYPE) | OB_OBJECT | 20100516 | ||||
| 9 | IV_USE_INTERNAL_FORMAT | Call by reference | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, Space=False) | 20111125 | |||
| 10 | IV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20100516 |
Method APPEND_FIELD_TO_VALS on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_DATA_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_BCFG_DATA_MANAGER | 20110223 | ||||
| 2 | IS_TABLEDESCR | Call by reference | Type reference (TYPE) | SCPRRECORD2 | BC Sets: Field Descriptions | 20101102 |
Method CONSTRUCTOR on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method CONVERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RECA | Call by reference | Type reference (TYPE) | SCPR_RECA_TAB | 20100712 | ||||
| 2 | CT_VALL | Call by reference | Type reference (TYPE) | SCPR_VALL_TAB | 20100712 | ||||
| 3 | CT_VALS | Call by reference | Type reference (TYPE) | SCPR_VALS_TAB | 20100712 | ||||
| 4 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20100712 | ||||
| 5 | IV_USE_INTERNAL_FORMAT | Call by reference | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, Space=False) | 20111125 |
Method CONVERT on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method CONVERT_FIELDS_FROM_OBJ_TO_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELDS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES | list of TY_S_FIELD_VALUE | 20120306 | |||
| 2 | IV_FORCE_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120308 |
Method CONVERT_FIELDS_FROM_OBJ_TO_TAB on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method CONVERT_FIELDS_FROM_TAB_TO_OBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELDS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES | list of TY_S_FIELD_VALUE | 20120306 |
Method CONVERT_FIELDS_FROM_TAB_TO_OBJ on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method CONVERT_FIELDS_TO_EXTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELDS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES | list of TY_S_FIELD_VALUE | 20111115 |
Method CONVERT_FIELDS_TO_EXTERN on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method CONVERT_FIELDS_TO_INTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELDS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES | list of TY_S_FIELD_VALUE | 20111115 |
Method CONVERT_FIELDS_TO_INTERN on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method CONVERT_LANGUAGE_DEPENDENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_VALL | Call by reference | Type reference (TYPE) | SCPR_VALL_TAB | Structure of Table SCPRVALS | 20100909 | |||
| 2 | IO_CONFIG_LINE | Call by reference | Object reference (TYPE REF TO) | IF_BCFG_CONFIG_LINE | an attribute/value pair | 20100909 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | SCPR_ID | Business Configuration Set | 20100909 | |||
| 4 | IV_RECNUMBER | Call by reference | Type reference (TYPE) | SCPR_RECNR | BC Set: Template record number | 20100909 | |||
| 5 | IV_USE_INTERNAL_FORMAT | Call by reference | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, Space=False) | 20111130 |
Method CONVERT_LANGUAGE_DEPENDENT on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method CREATE_TEMP_RECORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | DATA | 20101125 |
Method CREATE_TEMP_RECORD on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method ENHANCE_MATCHES_WITH_LANGUAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LINES | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20101104 | ||||
| 2 | IV_LANGU | Call by reference | Type reference (TYPE) | SPRAS | 20101104 |
Method ENHANCE_MATCHES_WITH_LANGUAGE on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method FILL_LANGU_DEP_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LANGUS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_LANGUAGES | 20110202 | ||||
| 2 | IS_RECATTR | Call by reference | Type reference (TYPE) | SCPRRECA | 20110202 | ||||
| 3 | IT_CURRKEYS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES | list of TY_S_FIELD_VALUE | 20111202 | |||
| 4 | IT_VALL | Call by reference | Type reference (TYPE) | SCPR_VALL_TAB | 20110202 | ||||
| 5 | I_DUMMY_RECORD | Call by reference | Object reference (TYPE REF TO) | DATA | 20110203 | ||||
| 6 | I_LINE | Call by reference | Object reference (TYPE REF TO) | CL_BCFG_BCSET_ABSTRACT_LINE | 20110202 | ||||
| 7 | I_USE_INTERNAL_FORMAT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20111125 |
Method FILL_LANGU_DEP_VALUES on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method FILL_LANGU_INDEP_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LANGUS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_LANGUAGES | 20110201 | ||||
| 2 | IS_RECATTR | Call by reference | Type reference (TYPE) | SCPRRECA | 20110201 | ||||
| 3 | IT_CURRKEYS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES | list of TY_S_FIELD_VALUE | 20111202 | |||
| 4 | IT_VALS | Call by reference | Type reference (TYPE) | SCPR_VALS_TAB | 20111202 | ||||
| 5 | I_DUMMY_RECORD | Call by reference | Object reference (TYPE REF TO) | DATA | 20110203 | ||||
| 6 | I_LINE | Call by reference | Object reference (TYPE REF TO) | CL_BCFG_BCSET_ABSTRACT_LINE | 20110201 | ||||
| 7 | I_USE_INTERNAL_FORMAT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20111125 |
Method FILL_LANGU_INDEP_VALUES on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method FILTER_COMPLEX_CRITERIA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LINES | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120509 | ||||
| 2 | IT_LANGUS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_LANGUAGES | list of languages (SPRAS) covered by the container | 20120510 |
Method FILTER_COMPLEX_CRITERIA on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method GET_CLIENT_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SCPR_FLD | 20101125 |
Method GET_CLIENT_FIELD on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method GET_CONVERTED_VALUE_OF_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CONVERTED_VALUE | Call by reference | Type reference (TYPE) | STRING | 20110203 | ||||
| 2 | IT_CURRKEYS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES | list of TY_S_FIELD_VALUE | 20111202 | |||
| 3 | I_DUMMY_RECORD | Call by reference | Object reference (TYPE REF TO) | DATA | 20110203 | ||||
| 4 | I_FIELDNAME | Call by reference | Type reference (TYPE) | SCPR_FLD | 20110203 | ||||
| 5 | I_RECNUMBER | Call by reference | Type reference (TYPE) | SCPRVALS-RECNUMBER | BC Set: Template record number | 20111202 | |||
| 6 | I_VALUE | Call by reference | Type reference (TYPE) | ANY | 20110203 |
Method GET_CONVERTED_VALUE_OF_FIELD on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method GET_CURRKEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELDS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES | list of TY_S_FIELD_VALUE | 20111201 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES | Currency Key | 20111201 |
Method GET_CURRKEYS on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method GET_CURRKEYS_FROM_LINES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | TY_T_CUKY_MAP | 20111201 |
Method GET_CURRKEYS_FROM_LINES on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method GET_CURRKEYS_FROM_VALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELDS | Call by reference | Type reference (TYPE) | SCPR_VALS_TAB | values from the bcset | 20111202 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_FIELD_VALUES | Currency Key | 20111202 |
Method GET_CURRKEYS_FROM_VALS on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method GET_DATA_MANAGER 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_DATA_MANAGER | 20110223 |
Method GET_DATA_MANAGER on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method GET_DESCR_OF_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DESCR | Call by reference | Type reference (TYPE) | SCPR_FLDDESCR | 20100901 | ||||
| 2 | E_INDEX | Call by reference | Type reference (TYPE) | I | 20110927 | ||||
| 3 | E_KEY_INDEX | Call by reference | Type reference (TYPE) | I | 20121012 | ||||
| 4 | E_SKIPPED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' = not in BCSet | 20110317 | |||
| 5 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20100901 |
Method GET_DESCR_OF_FIELD on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method GET_ENQUEUE_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | BCFG_LOCK_OBJECT | 20101206 |
Method GET_ENQUEUE_INFO on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method GET_TABLENAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_TABLE_NAME | Value transfer | Type reference (TYPE) | SCPR_TABL | BC Set: Table/View Name | 20100624 |
Method GET_TABLENAME on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method INIT_INFO Signature
Method INIT_INFO on class CL_BCFG_BCSET_CONFIG_OBJECT has no parameter.
Method INIT_INFO on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method INSERT_INTERN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LINE | Call by reference | Object reference (TYPE REF TO) | CL_BCFG_BCSET_ABSTRACT_LINE | line of data using BC sets | 20110517 |
Method INSERT_INTERN on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method INSERT_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_KEY | Call by reference | Object reference (TYPE REF TO) | CL_BCFG_BCSET_ABSTRACT_LINE | line of data using BC sets | 20110517 |
Method INSERT_KEY on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method INSERT_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LINE | Call by reference | Object reference (TYPE REF TO) | CL_BCFG_BCSET_ABSTRACT_LINE | line of data using BC sets | 20100623 |
Method INSERT_LINE on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method IS_FIXED_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELDNAME | Call by reference | Type reference (TYPE) | SCPR_FLD | BC Set: Field name | 20120521 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120521 |
Method IS_FIXED_FIELD on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method IS_TEXTFIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20120419 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120419 |
Method IS_TEXTFIELD on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method LOOKUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20110513 | ||||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BCFG_CONFIG_LINE | 20110513 |
Method LOOKUP on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method MASK_READONLY_FIELDS Signature
Method MASK_READONLY_FIELDS on class CL_BCFG_BCSET_CONFIG_OBJECT has no parameter.
Method MASK_READONLY_FIELDS on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method POST_PROCESS_MATCHES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LINES | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20120127 | ||||
| 2 | IT_ALLOWED_LANGUS | Call by reference | Type reference (TYPE) | IF_BCFG_CONFIG_CONTAINER=>TY_T_LANGUAGES | 20120127 |
Method POST_PROCESS_MATCHES on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method SELECT_MATCHES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_KEYS | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20101105 | ||||
| 2 | CT_LINES | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20101104 |
Method SELECT_MATCHES on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method SHOULD_WRITE_VALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DESCR | Call by reference | Type reference (TYPE) | SCPR_DESCR | BC Set: Table field descriptions | 20120117 | |||
| 2 | I_SPRAS | Call by reference | Type reference (TYPE) | SPRAS | Language Key | 20120117 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120117 |
Method SHOULD_WRITE_VALL on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method UPDATE_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LINE | Call by reference | Object reference (TYPE REF TO) | CL_BCFG_BCSET_KEY | line of data using BC sets | 20101125 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_BCFG_BCSET_KEY | Represents a template key | 20101125 |
Method UPDATE_KEY on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
Method UPDATE_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LINE | Call by reference | Object reference (TYPE REF TO) | CL_BCFG_BCSET_CONFIG_LINE | line of data using BC sets | 20100625 | |||
| 2 | IV_DO_REPLACE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100712 | |||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_BCFG_BCSET_CONFIG_LINE | line of data using BC sets | 20101125 |
Method UPDATE_LINE on class CL_BCFG_BCSET_CONFIG_OBJECT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |