SAP ABAP Interface /BOFU/IF_CONF_OBJ_DESIGN_TIME (Configuration Object Design Time (instance))
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
⤷
/BOFU/COMMON_1 (Package) Common Types; Reuse Objects; Functions (Native BS_FND)
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/CL_FBI_AP_CONF | Application Profile Configuration | 20090205 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/CL_FBI_AP_VIEW_USE_CONF | Application Profile and view usage | 20090824 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/CL_FBI_VIEW_CONF | FBI View Configuration | 20081229 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/CL_FBI_VIEW_USE_CONF | FBI View Usage Configuration | 20090112 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/CL_FC_BO_PROF | TODO: BO Field Control: BO Profile | 20090220 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/CL_PBI_POWL_CONF | PBI POWL Configuration | 20090308 |
Properties
| Interface | /BOFU/IF_CONF_OBJ_DESIGN_TIME | |
| Short Description | Configuration Object Design Time (instance) |
General Data
| Package | /BOFU/COMMON_1 | Common Types; Reuse Objects; Functions (Native BS_FND) |
| Created | 20081229 | SAP |
| Last changed | 20110908 | SAP |
| 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) |
Interfaces
Interface /BOFU/IF_CONF_OBJ_DESIGN_TIME has no interface.
Friends
Interface /BOFU/IF_CONF_OBJ_DESIGN_TIME has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MS_MESSAGE_COUNT | Instance attribute | Public | Type reference (TYPE) | /BOFU/S_MESSAGE_COUNTS | Message count | 20081229 | ||
| 2 | MT_CHECK_MESSAGES | Instance attribute | Public | Type reference (TYPE) | /BOFU/T_BAL_MSG | Application Log Messages | 20081229 | ||
| 3 | MV_HAS_ERRORS | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Has Errors? | 20081229 | ||
| 4 | MV_KEY | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Key | 20090108 | ||
| 5 | ST_CONTEXT_FIELDS_NO_DISPLAY | Static Attribute | Public | Type reference (TYPE) | /BOFU/T_STRUCT_FIELDS | Structure Fields | 20081229 | ||
| 6 | SV_BAL_CONTEXT_STRUCTURE | Static Attribute | Public | Type reference (TYPE) | STRUKNAME | BAL Context Structure | 20081229 | ||
| 7 | SV_CONF_DATA_TYPE | Static Attribute | Public | Type reference (TYPE) | STRING | Config Data Type | 20081229 | ||
| 8 | SV_CONF_OBJECT_TYPE | Static Attribute | Public | Type reference (TYPE) | TV_OBJECT_TYPE | Config Object Type | 20090108 | ||
| 9 | SV_MAINT_VIEW | Static Attribute | Public | Type reference (TYPE) | VIEWTABNAM | Maintenance View (of main obj) | 20081229 | ||
| 10 | SV_VIEW_CLUSTER | Static Attribute | Public | Type reference (TYPE) | VCL_NAME | Complex data object maintenance view cluster name | 20081229 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Check | 20081229 | |
| 2 | Instance method | Public | Method | Cleanup unnecessary data before committing SHM | 20081229 | |
| 3 | Instance method | Public | Method | Clone | 20081229 | |
| 4 | Instance method | Public | Method | Initialize from Config data | 20081229 | |
| 5 | Instance method | Public | Method | Is Usable? | 20090109 | |
| 6 | Instance method | Public | Method | Select from DB | 20081229 |
Events
Interface /BOFU/IF_CONF_OBJ_DESIGN_TIME has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_SELECTION_PARAMTER | Public | See coding | Selection Paramter | 20081229 | BEGIN OF ts_selection_paramter,
attribute TYPE string.
INCLUDE TYPE ts_select_option AS s_range.
TYPES:
END OF ts_selection_paramter
|
|
| 2 | TS_SELECT_OPTION | Public | See coding | Select Option Line | 20081229 | BEGIN OF ts_select_option,
sign TYPE ddsign,
option TYPE ddoption,
low TYPE string,
high TYPE string,
END OF ts_select_option
|
|
| 3 | TT_CONF_OBJ | Public | See coding | Configuration Objects | 20090108 | tt_conf_obj type STANDARD TABLE OF ref to /BOFU/IF_CONF_OBJ_DESIGN_TIME WITH DEFAULT KEY
|
|
| 4 | TT_SELECTION_PARAMTERS | Public | See coding | Selection Paramters | 20081229 | tt_selection_paramters TYPE STANDARD TABLE OF ts_selection_paramter WITH DEFAULT KEY
|
|
| 5 | TV_OBJECT_TYPE | Public | Type reference (TYPE) | STRING | Config Object Type | 20090108 | |
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MESSAGE_COUNT | Call by reference | Type reference (TYPE) | /BOFU/S_MESSAGE_COUNTS | Message count | 20081229 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /BOFU/T_BAL_MSG | Application Log Messages | 20081229 | |||
| 3 | EV_HAS_ERRORS | Call by reference | Type reference (TYPE) | ABAP_BOOL | Has Errors | 20081229 | |||
| 4 | EV_USABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Is view definition usable? | 20081229 |
Method CHECK on Interface /BOFU/IF_CONF_OBJ_DESIGN_TIME has no exception.
Method CLEANUP_FOR_SHM_USE Signature
Method CLEANUP_FOR_SHM_USE on Interface /BOFU/IF_CONF_OBJ_DESIGN_TIME has no parameter.
Method CLEANUP_FOR_SHM_USE on Interface /BOFU/IF_CONF_OBJ_DESIGN_TIME has no exception.
Method CLONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | /BOFU/IF_CONF_OBJ_DESIGN_TIME | FBI Configuration Object Design Time | 20081229 | |||
| 2 | IO_MEMORY_AREA | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_MEMORY_AREA | Superclass: ABAP Memory Area | 20081229 |
Method CLONE on Interface /BOFU/IF_CONF_OBJ_DESIGN_TIME has no exception.
Method INIT_FROM_CONF_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_DESIGNTIME | Call by reference | Object reference (TYPE REF TO) | /BOFU/IF_CONF_OBJ_DESIGNTIME | Configuration Object Design Time Env (singleton) | 20090702 | |||
| 2 | IS_CONF_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20081229 | ||||
| 3 | IS_KEY | Call by reference | Type reference (TYPE) | ANY | 20081229 | ||||
| 4 | IV_CHECK_DURING_INIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Check data during initialization | 20081229 |
Method INIT_FROM_CONF_DATA on Interface /BOFU/IF_CONF_OBJ_DESIGN_TIME has no exception.
Method IS_USABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ANSWER | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090109 |
Method IS_USABLE on Interface /BOFU/IF_CONF_OBJ_DESIGN_TIME has no exception.
Method SELECT_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_CONF_DATA | Call by reference | Type reference (TYPE) | ANY | 20081229 | ||||
| 2 | IT_PARAMS | Call by reference | Type reference (TYPE) | TT_SELECTION_PARAMTERS | Selection Paramters | 20081229 | |||
| 3 | IV_CHECK_EXISTENCE_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20081229 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081229 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |