SAP ABAP Class /BOFU/CL_FBI_VIEW_USE_DESTIME (FBI View Usage Design Time)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC-FBI (Application Component) Integration of FPM and Persistency Frameworks like BOPF
⤷
/BOFU/FBI_DESIGNTIME_V1 (Package) FBI Design Time V1: View Cluster (Current Version)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/IF_ABSTRACT_SINGLETON | Abstract Singleton | 20081224 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/IF_VIM_VIEW_EVNT_HANDLER | Maintenance View Event Handlers | 20090130 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/IF_WHERE_USED_CHECK | Where Used Checks | 20081224 |
Properties
| Class | /BOFU/CL_FBI_VIEW_USE_DESTIME | |
| Short Description | FBI View Usage Design Time | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | /BOFU/FBI_DT_VUSE | |
| Program status | ||
| Category | 0 | |
| Package | /BOFU/FBI_DESIGNTIME_V1 | FBI Design Time V1: View Cluster (Current Version) |
| Created | 20081224 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 6 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BOFU/IF_ABSTRACT_SINGLETON | Abstract Singleton | 20081224 | ||
| 2 | /BOFU/IF_VIM_VIEW_EVNT_HANDLER | Maintenance View Event Handlers | 20090130 | ||
| 3 | /BOFU/IF_WHERE_USED_CHECK | Where Used Checks | 20081224 |
Friends
Class /BOFU/CL_FBI_VIEW_USE_DESTIME 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) | /BOFU/CL_APPLOG_HELPER | Application Log helper | 20090306 | |||
| 2 | Instance attribute | Protected | Attribute reference (LIKE) | 20090320 | |||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | /BOFU/IF_FBI_VIEW_USE_TYPES=>TS_HEADER_KEYS_DELTA | Header Keys | 20090306 | |||
| 4 | Constant | Protected | See coding | OK Codes | 20090306 | ||||
| 5 | Constant | Protected | See coding | View | 20090305 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090306 | |
| 2 | Instance method | Protected | Method | Is given Server object being used by POWL as Dep. Object? | 20090401 | |
| 3 | Instance method | Protected | Method | Open given BO in BOPF Configuration Tool | 20090306 | |
| 4 | Instance method | Protected | Method | Open FBI View | 20090401 | |
| 5 | Instance method | Protected | Method | PAI : Process Event per Line (List/Detail) | 20090306 |
Events
Class /BOFU/CL_FBI_VIEW_USE_DESTIME has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_OBJECT_USAGE | Protected | See coding | 20090305 | BEGIN OF ts_object_usage,
name TYPE /bofu/s_fbivuse-name,
view_name TYPE /bofu/s_fbivuse-view_name,
END OF ts_object_usage
|
||
| 2 | TT_OBJECT_USAGE | Protected | See coding | 20090305 | tt_object_usage TYPE HASHED TABLE OF ts_object_usage WITH UNIQUE KEY name view_name
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /BOFU/CL_FBI_VIEW_USE_DESTIME has no parameter.
Method CONSTRUCTOR on class /BOFU/CL_FBI_VIEW_USE_DESTIME has no exception.
Method IS_OBJECT_IN_USE_POWL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_KEY_IN_USE | Call by reference | Type reference (TYPE) | ANY TABLE | 20090401 | ||||
| 2 | CT_MESSAGES | Call by reference | Type reference (TYPE) | /BOFU/IF_WHERE_USED_CHECK=>TT_OBJ_MESSAGE | Object Messages | 20090401 | |||
| 3 | CT_OBJ_USAGE | Call by reference | Type reference (TYPE) | /BOFU/IF_WHERE_USED_CHECK=>TT_OBJ_USAGE | Object Usage: Server Object & Dependent Object Keys | 20090401 | |||
| 4 | CT_OBJ_USAGE1 | Call by reference | Type reference (TYPE) | TT_OBJECT_USAGE | 20090401 | ||||
| 5 | IS_CONF_DATA | Call by reference | Type reference (TYPE) | /BOFU/IF_FBI_VIEW_USE_TYPES=>TS_CONF_DATA | Configuration Data | 20090401 | |||
| 6 | IT_KEY | Call by reference | Type reference (TYPE) | ANY TABLE | 20090401 | ||||
| 7 | IV_OBJECT | Call by reference | Type reference (TYPE) | /BOFU/WHERE_USE_OBJECT_TYPE | Where Used Analysis: Object Type | 20090401 |
Method IS_OBJECT_IN_USE_POWL on class /BOFU/CL_FBI_VIEW_USE_DESTIME has no exception.
Method OPEN_BO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION | Call by reference | Type reference (TYPE) | /BOFU/ACTION | Action | 20090306 | |||
| 2 | IV_ALTERNATE_KEY | Call by reference | Type reference (TYPE) | /BOFU/ALTKEY | Alternate Key | 20090306 | |||
| 3 | IV_ASSOCIATION | Call by reference | Type reference (TYPE) | /BOFU/ASSOCIATION | Association | 20090306 | |||
| 4 | IV_BO | Call by reference | Type reference (TYPE) | /BOFU/BO | Business Object | 20090306 | |||
| 5 | IV_IN_NEW_WINDOW | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090306 | |||
| 6 | IV_NODE | Call by reference | Type reference (TYPE) | /BOFU/NODE | Node | 20090306 | |||
| 7 | IV_QUERY | Call by reference | Type reference (TYPE) | /BOFU/QUERY | Query | 20090306 |
Method OPEN_BO on class /BOFU/CL_FBI_VIEW_USE_DESTIME has no exception.
Method OPEN_FBI_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VIEW_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20090401 |
Method OPEN_FBI_VIEW on class /BOFU/CL_FBI_VIEW_USE_DESTIME has no exception.
Method PAI_PER_LIST_LINE_2_DBLCLK Signature
Method PAI_PER_LIST_LINE_2_DBLCLK on class /BOFU/CL_FBI_VIEW_USE_DESTIME has no parameter.
Method PAI_PER_LIST_LINE_2_DBLCLK on class /BOFU/CL_FBI_VIEW_USE_DESTIME has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |