SAP ABAP Class /BOFU/IF_FBI_VIEW (FBI View)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | /BOFU/IF_ABSTRACT_FACTORY | Abstract Factory | 20090127 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/CL_FBI_VIEW | FBI View: Runtime | 20090127 |
Properties
| Class | /BOFU/IF_FBI_VIEW | |
| Short Description | FBI View | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090127 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 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) |
Interfaces
Class /BOFU/IF_FBI_VIEW has no interface implemented.
Friends
Class /BOFU/IF_FBI_VIEW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | 20090127 | ||||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | /BOFU/IF_FBI_VIEW_DATA_MAPPER | 20090127 | ||||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | /BOFU/IF_FBI_VIEW_EXIT_INTF | Exit Interface for the BO node | 20090918 | |||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | /BOFU/IF_FBI_VIEW_EXITINTF_DEF | Exit Interface for the BO node | 20100204 | |||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | /BOFU/IF_FBI_VIEW_EXITINTF_RUN | Exit Interface for the BO node | 20100204 | |||
| 6 | Instance attribute | Public | Object reference (TYPE REF TO) | /BOFU/IF_FBI_VIEW_CONF | 20090127 | ||||
| 7 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20090127 | ||||
| 8 | Instance attribute | Public | Type reference (TYPE) | /BOBF/S_CONFRO_ASSOC | Configuration: Association | 20090127 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | /BOBF/S_CONFRO_OBJ | Configuration: Version-Dependent Root Node | 20090218 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | /BOFU/CL_FBI_FACTORY=>TS_VIEW_IDENTITY | 20090127 | ||||
| 11 | Instance attribute | Public | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | 20090127 | ||||
| 12 | Instance attribute | Public | Type reference (TYPE) | TS_VIEW_DDIC_MAP | 20100806 | ||||
| 13 | Instance attribute | Public | Type reference (TYPE) | /BOBF/T_CONFRO_ACT_LIST | Configuration: Action | 20090223 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | TT_PROP_MAP | 20090127 | ||||
| 15 | Instance attribute | Public | Type reference (TYPE) | TT_RELATED_VIEW | 20090127 | ||||
| 16 | Instance attribute | Public | Type reference (TYPE) | FPMGB_T_ACTIONDEF | 20100115 | ||||
| 17 | Constant | Public | Type reference (TYPE) | STRING | '/BOFU/E' | Enabled Field | 20090127 | ||
| 18 | Constant | Public | Type reference (TYPE) | STRING | '/BOFU/R' | Read Only field | 20090127 | ||
| 19 | Constant | Public | Type reference (TYPE) | STRING | '/BOFU/S' | State field | 20090127 | ||
| 20 | Constant | Public | Type reference (TYPE) | STRING | '/BOFU/V' | Visibility field | 20090127 | ||
| 21 | Constant | Public | Type reference (TYPE) | STRING | '/BOFU/D' | Data part sub structure | 20090127 | ||
| 22 | Constant | Public | Type reference (TYPE) | STRING | '/BOFU/' | 20090127 | |||
| 23 | Constant | Public | Type reference (TYPE) | STRING | '/BOFU/P' | Field control prop sub str | 20090127 | ||
| 24 | Constant | Public | Type reference (TYPE) | STRING | '/BOFU/T' | Lock / Is Create tech fields sub structure | 20090127 | ||
| 25 | Constant | Public | Type reference (TYPE) | STRING | '/BOFU/K' | Is Create field | 20090127 | ||
| 26 | Constant | Public | Type reference (TYPE) | STRING | '/BOFU/L' | Lock Mode field | 20090127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Actions | 20090127 | |
| 2 | Instance method | Public | Method | Get Drag & Drop Definition | 20100205 | |
| 3 | Instance method | Public | Method | Get Field Catalog | 20090127 | |
| 4 | Instance method | Public | Method | Get Fields | 20090127 | |
| 5 | Instance method | Public | Method | Get Map Table Values | 20110104 | |
| 6 | Instance method | Public | Method | Get Secondary Keys | 20090814 | |
| 7 | Instance method | Public | Method | Initialize | 20090127 |
Events
Class /BOFU/IF_FBI_VIEW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_PROP_MAP | Public | See coding | Property Map | 20090127 | BEGIN OF ts_prop_map,
ui_field TYPE string,
group TYPE string,
suffix TYPE string,
prop_ref TYPE REF TO /bofu/s_fbi_technical_fields,
END OF ts_prop_map
|
|
| 2 | TS_RELATED_VIEW | Public | See coding | Related View | 20090127 | BEGIN OF ts_related_view,
r_relview TYPE /bofu/if_fbi_view_conf=>tr_related_view,
suffix TYPE string,
group TYPE string,
s_assoc_conf TYPE /bobf/s_confro_assoc,
o_relview TYPE REF TO /bofu/if_fbi_view,
END OF ts_related_view
|
|
| 3 | TS_VIEW_DDIC_MAP | Public | Type reference (TYPE) | /BOFU/S_FBIV_MAP | View: DDic Type mapping | 20100806 | |
| 4 | TT_PROP_MAP | Public | See coding | Property Map | 20090127 | tt_prop_map TYPE SORTED TABLE OF ts_prop_map WITH UNIQUE KEY ui_field
|
|
| 5 | TT_RELATED_VIEW | Public | See coding | Related Views | 20090127 | tt_related_view TYPE TABLE OF ts_related_view
|
Method Signatures
Method GET_ACTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTIONS | Call by reference | Type reference (TYPE) | FPMGB_T_ACTIONDEF | Action Definition | 20090127 | |||
| 2 | ET_POWL_ACTIONS | Call by reference | Type reference (TYPE) | POWL_ACTDESCR_TTY | action meta description | 20090129 | |||
| 3 | ET_ROW_ACTIONS | Call by reference | Type reference (TYPE) | FPMGB_T_ROW_ACTION | Row actions | 20130116 | |||
| 4 | ET_SELF_ACTIONS | Call by reference | Type reference (TYPE) | FPMGB_T_ACTIONDEF | Action Definition | 20090910 | |||
| 5 | IV_SUFFIX | Call by reference | Type reference (TYPE) | DD_SUFFIX | Field name suffix in the ABAP/4 Dictionary | 20090729 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090127 |
Method GET_DND_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_DND_DEFINITION | Call by reference | Type reference (TYPE) | FPMGB_T_DND_DEFINITION | Drag and Drop Attributes Definition | 20100205 |
Method GET_DND_DEFINITION on class /BOFU/IF_FBI_VIEW has no exception.
Method GET_FIELDCAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_MESSAGE | Call by reference | Type reference (TYPE) | FPMGB_S_T100_MESSAGE | FPMGB T100 messages | 20100806 | |||
| 2 | EO_STRUCT_DESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20090127 | ||||
| 3 | EO_TABLE_DESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | 20090127 | ||||
| 4 | IV_GEN_SEC_KEYS | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090814 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090127 |
Method GET_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELDS_FORM | Call by reference | Type reference (TYPE) | FPMGB_T_FORMFIELD_DESCR | 20090127 | ||||
| 2 | CT_FIELDS_LIST | Call by reference | Type reference (TYPE) | FPMGB_T_LISTFIELD_DESCR | 20090127 | ||||
| 3 | CT_FIELDS_POWL | Call by reference | Type reference (TYPE) | POWL_FIELDCAT_TTY | Field catalog META description | 20090129 | |||
| 4 | CT_SPECIAL_GROUP | Call by reference | Type reference (TYPE) | FPMGB_T_SPECIAL_GROUPS | Special Groups for GUIBB Field Grouping | 20091113 | |||
| 5 | IV_READ_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100719 | |||
| 6 | IV_SUFFIX | Call by reference | Type reference (TYPE) | DD_SUFFIX | 20090127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090127 |
Method GET_MAP_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MAP_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | Table of map table values | 20110104 |
Method GET_MAP_TABLE on class /BOFU/IF_FBI_VIEW has no exception.
Method GET_SECONDARY_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SEC_KEYS | Call by reference | Type reference (TYPE) | ABAP_TABLE_KEYDESCR_TAB | 20090814 | ||||
| 2 | IV_SUFFIX | Call by reference | Type reference (TYPE) | DD_SUFFIX | Field name suffix in the ABAP/4 Dictionary | 20090814 |
Method GET_SECONDARY_KEYS on class /BOFU/IF_FBI_VIEW has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_VIEW_IDENTITY | Call by reference | Type reference (TYPE) | /BOFU/CL_FBI_FACTORY=>TS_VIEW_IDENTITY | 20090127 | ||||
| 2 | IV_CHECK_DURING_INIT | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100317 | ||
| 3 | IV_CONTEXT | Call by reference | Type reference (TYPE) | /BOFU/IF_FBI_VIEW_INSTANCE=>TV_USAGE_CONTEXT | /BOFU/IF_FBI_VIEW_INSTANCE=>SC_USAGE_CONTEXT-FBI | 20090319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090127 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |