SAP ABAP Class /BOFU/IF_FBI_AP_CONF (FBI Configuration of View Object)
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 | 20090224 |
Properties
| Class | /BOFU/IF_FBI_AP_CONF | |
| Short Description | FBI Configuration of View Object | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090224 | SAP |
| Last change | 20110908 | 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) |
Interfaces
Class /BOFU/IF_FBI_AP_CONF has no interface implemented.
Friends
Class /BOFU/IF_FBI_AP_CONF has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TR_FIELD_DESC_TAB | Field Descriptions: Reference (to itab) | 20090224 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | TR_HEADER | Header: Reference | 20090224 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | TR_RELATED_VIEW_TAB | Related Views: Reference (to itab) | 20090224 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | SEOCLSNAME | Default Mapper Class | 20090224 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get OVS Input Binding Value Range | 20090224 | |
| 2 | Instance method | Public | Method | Get Output Structure Descriptor (only for design time) | 20090224 | |
| 3 | Instance method | Public | Method | Get Association Filter Condition Value Range | 20090224 | |
| 4 | Instance method | Public | Method | Get Target Node Condition Value Range | 20090224 | |
| 5 | Instance method | Public | Method | Initialize Dynamic View definition (only for dynamic views) | 20090224 | |
| 6 | Instance method | Public | Method | Is Usable? | 20090224 |
Events
Class /BOFU/IF_FBI_AP_CONF has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TR_FIELD_DESC | Public | Object reference (TYPE REF TO) | TS_FIELD_DESC | Field Description: Reference | 20090224 | |
| 2 | TR_FIELD_DESC_TAB | Public | Object reference (TYPE REF TO) | TT_FIELD_DESC | Field Descriptions: Reference (to itab) | 20090224 | |
| 3 | TR_FLD_FLTR_COND | Public | Object reference (TYPE REF TO) | TS_FLD_FLTR_COND | Field Filter Condition: Reference (to itab) | 20090224 | |
| 4 | TR_HEADER | Public | Object reference (TYPE REF TO) | TS_HEADER | Header: Reference | 20090224 | |
| 5 | TR_OVS_IBIND_REF | Public | Object reference (TYPE REF TO) | /BOFU/S_FBIAP_OVS_IBIND | OVS Input Binding: Reference | 20090224 | |
| 6 | TR_RELATED_VIEW | Public | Object reference (TYPE REF TO) | TS_RELATED_VIEW | Related View: Reference | 20090224 | |
| 7 | TR_RELATED_VIEW_TAB | Public | Object reference (TYPE REF TO) | TT_RELATED_VIEW | Related Views: Reference (to itab) | 20090224 | |
| 8 | TR_VALUE_RANGE_TAB | Public | Object reference (TYPE REF TO) | /BOFU/T_FBI_VALUE_RANGE | Value Range Table: Reference | 20090224 | |
| 9 | TR_VIEW_USAGE | Public | Object reference (TYPE REF TO) | TS_VIEW_USAGE | View Usage: Reference (to itab) | 20090226 | |
| 10 | TS_BO_NODE_IDENTITY | Public | Type reference (TYPE) | /BOFU/S_FBI_BO_NODE_IDENTITY | BO Node Identity | 20090224 | |
| 11 | TS_FIELD_DESC | Public | See coding | Field Description | 20090224 | BEGIN OF ts_field_desc,
s_data TYPE /bofu/s_fbiap_field_desc,
t_ovs_ibind TYPE SORTED TABLE OF /bofu/s_fbiap_ovs_ibind WITH UNIQUE KEY binding_indx,
END OF ts_field_desc
|
|
| 12 | TS_FLD_FLTR_COND | Public | See coding | Field Filter Condition | 20090224 | BEGIN OF ts_fld_fltr_cond,
field_index TYPE /bofu/fbi_struct_field_index,
field TYPE string,
const_value TYPE /bofu/fbi_const_for_value,
const_val_range TYPE /bofu/fbi_const_4_val_range,
END OF ts_fld_fltr_cond
|
|
| 13 | TS_HEADER | Public | Type reference (TYPE) | /BOFU/S_FBIAP_HDR | Header | 20090224 | |
| 14 | TS_RELATED_VIEW | Public | See coding | Related View | 20090224 | BEGIN OF ts_related_view,
s_data TYPE /bofu/s_fbiap_relview,
t_assoc_fltr_cond TYPE tt_fld_fltr_cond,
t_tnode_fltr_cond TYPE tt_fld_fltr_cond,
END OF ts_related_view
|
|
| 15 | TS_VIEW_USAGE | Public | See coding | View Usage | 20090226 | BEGIN OF ts_view_usage,
s_data TYPE /BOFU/S_FBIAP_VIEW_USE,
t_field_desc TYPE tt_field_desc,
t_related_view TYPE tt_related_view,
END OF ts_view_usage
|
|
| 16 | TT_FIELD_DESC | Public | See coding | Field Descriptions | 20090224 | tt_field_desc TYPE SORTED TABLE OF ts_field_desc WITH UNIQUE KEY s_data-ui_str_fld_indx
|
|
| 17 | TT_FLD_FLTR_COND | Public | See coding | Field Filter Conditions | 20090224 | tt_fld_fltr_cond TYPE SORTED TABLE OF ts_fld_fltr_cond WITH UNIQUE KEY field_index
|
|
| 18 | TT_RELATED_VIEW | Public | See coding | Related Views | 20090224 | tt_related_view TYPE SORTED TABLE OF ts_related_view WITH UNIQUE KEY s_data-relview_indx
|
|
| 19 | TT_VIEW_USAGE | Public | See coding | View Usage | 20090226 | tt_view_usage TYPE SORTED TABLE OF ts_view_usage WITH UNIQUE KEY s_data-vusg_indx
|
Method Signatures
Method GET_FLDDESC_OVS_IBIND_VAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_VALUE_RANGE_TAB | Value transfer | Type reference (TYPE) | TR_VALUE_RANGE_TAB | Value Range Table: Reference | 20090224 | |||
| 2 | IV_BINDING_INDEX | Call by reference | Type reference (TYPE) | /BOFU/FBI_OVS_BINDING_INDEX | OVS Input/Output Binding Index | 20090224 | |||
| 3 | IV_FIELD_DESC_INDEX | Call by reference | Type reference (TYPE) | /BOFU/FBI_UI_STRUCT_FLD_INDEX | UI Structure Field Index | 20090224 |
Method GET_FLDDESC_OVS_IBIND_VAL on class /BOFU/IF_FBI_AP_CONF has no exception.
Method GET_OUTPUT_STRUCT_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_OUT_STR_SD | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20090224 | |||
| 2 | IS_CONF_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20090224 |
Method GET_OUTPUT_STRUCT_DESCR on class /BOFU/IF_FBI_AP_CONF has no exception.
Method GET_RELVIEW_ASSOC_FLTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_VALUE_RANGE_TAB | Value transfer | Type reference (TYPE) | TR_VALUE_RANGE_TAB | Value Range Table: Reference | 20090224 | |||
| 2 | IV_ASSOC_FLTR_FLD_INDX | Call by reference | Type reference (TYPE) | /BOFU/FBI_ASSOC_FLTR_FLD_INDEX | Association Filter Structure field index | 20090224 | |||
| 3 | IV_RELVIEW_INDEX | Call by reference | Type reference (TYPE) | /BOFU/FBI_RELATED_VIEW_INDEX | Index of Related View | 20090224 |
Method GET_RELVIEW_ASSOC_FLTR on class /BOFU/IF_FBI_AP_CONF has no exception.
Method GET_RELVIEW_TNODE_FLTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_VALUE_RANGE_TAB | Value transfer | Type reference (TYPE) | TR_VALUE_RANGE_TAB | Value Range Table: Reference | 20090224 | |||
| 2 | IV_RELVIEW_INDEX | Call by reference | Type reference (TYPE) | /BOFU/FBI_RELATED_VIEW_INDEX | Index of Related View | 20090224 | |||
| 3 | IV_TNODE_FLTR_FLD_INDX | Call by reference | Type reference (TYPE) | /BOFU/FBI_TNODE_FLTR_FLD_INDEX | Association Filter Structure field index | 20090224 |
Method GET_RELVIEW_TNODE_FLTR on class /BOFU/IF_FBI_AP_CONF has no exception.
Method INIT_DYN_VIEW_DEF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_NODE_IDENTITY | Call by reference | Type reference (TYPE) | /BOFU/S_FBI_BO_NODE_IDENTITY | BO Node Identity | 20090224 |
Method INIT_DYN_VIEW_DEF on class /BOFU/IF_FBI_AP_CONF 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 | 20090224 |
Method IS_USABLE on class /BOFU/IF_FBI_AP_CONF has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |