SAP ABAP Class /BOFU/CL_FBI_VIEW_WD_CONF_HLP (FBI View Configurations: helper)
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 | 20100305 |
Properties
Class | /BOFU/CL_FBI_VIEW_WD_CONF_HLP | |
Short Description | FBI View Configurations: helper | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BOFU/FBI_DESIGNTIME_V1 | FBI Design Time V1: View Cluster (Current Version) |
Created | 20100305 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /BOFU/CL_FBI_VIEW_WD_CONF_HLP has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /BOFU/IF_ABSTRACT_SINGLETON | Abstract Singleton | 20100305 |
Friends
Class /BOFU/CL_FBI_VIEW_WD_CONF_HLP has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Protected | Type reference (TYPE) | EUOBJ-ID | 'YG' | 20100305 | ||
2 | ![]() |
Constant | Public | See coding | 20100305 | ||||
3 | ![]() |
Constant | Public | See coding | 20100305 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20100305 | |
2 | ![]() |
Instance method | Public | Method | Get Where used list for FBI View | 20100305 |
3 | ![]() |
Instance method | Public | Method | Get Where used list for FBI View by View List | 20100305 |
4 | ![]() |
Instance method | Protected | Method | Get Where used list for FBI View (internal) | 20100305 |
5 | ![]() |
Instance method | Public | Method | Query FBI Views (uses repository information system) | 20100305 |
6 | ![]() |
Instance method | Public | Method | Query WD Comp Config (uses repository information system) | 20100308 |
Events
Class /BOFU/CL_FBI_VIEW_WD_CONF_HLP has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_FBI_VIEW | Public | See coding | WD FBI View | 20100305 | BEGIN OF ts_fbi_view,
/bofu/fbi_view TYPE /bofu/fbi_view.
INCLUDE TYPE ts_wd_config AS s_wd_config.
TYPES:
END OF ts_fbi_view
|
|
2 | TS_SELECTION_PARAMETERS | Public | See coding | Selection Parameters | 20100305 | BEGIN OF ts_selection_parameters,
name TYPE /bofu/fbi_view,
description TYPE /bofu/fbi_description,
package TYPE devclass,
appl_comp_id TYPE ufps_posid,
created_by TYPE cnam,
changed_by TYPE uname,
changed_on TYPE rdir_udate,
config_id type wdy_config_id,
component type WDY_COMPONENT_NAME,
END OF ts_selection_parameters
|
|
3 | TS_WD_CONFIG | Public | Type reference (TYPE) | LIST_YG | 20100308 |
|
|
4 | TS_WHERE_USED_LIST | Public | See coding | Where Used List | 20100305 | BEGIN OF ts_where_used_list,
/bofu/fbi_view type /bofu/fbi_view.
INCLUDE TYPE Ts_WD_CONFIG as s_wd_config.
TYPES:
END OF ts_where_used_list
|
|
5 | TT_FBI_VIEW | Public | See coding | WD FBI Views | 20100305 | tt_fbi_view TYPE STANDARD TABLE OF ts_fbi_view WITH DEFAULT KEY
|
|
6 | TT_WD_CONFIG | Public | See coding | 20100308 | tt_wd_config TYPE STANDARD TABLE OF ts_wd_config WITH DEFAULT KEY
|
||
7 | TT_WHERE_USED_LIST | Public | See coding | Where Used List | 20100305 | tt_where_used_list TYPE STANDARD TABLE OF ts_where_used_list WITH DEFAULT KEY
|
Method Signatures
Method GET_INSTANCE Signature
Method GET_INSTANCE on class /BOFU/CL_FBI_VIEW_WD_CONF_HLP has no parameter.
Method GET_INSTANCE on class /BOFU/CL_FBI_VIEW_WD_CONF_HLP has no exception.
Method GET_WHERE_USED_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DETAILED_LIST | Call by reference | Type reference (TYPE) | TT_WD_CONFIG | 20100308 | |||
2 | ![]() |
ET_LIST | Call by reference | Type reference (TYPE) | WDY_CONFIG_TABLE | Table with Configurations Including Description | 20100305 | ||
3 | ![]() |
IV_VIEW | Call by reference | Type reference (TYPE) | /BOFU/FBI_VIEW | FBI View | 20100305 |
Method GET_WHERE_USED_LIST on class /BOFU/CL_FBI_VIEW_WD_CONF_HLP has no exception.
Method GET_WHERE_USED_LIST_BY_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LIST | Call by reference | Type reference (TYPE) | TT_WHERE_USED_LIST | Table with Configurations Including Description | 20100305 | ||
2 | ![]() |
IT_LIST | Call by reference | Type reference (TYPE) | TT_FBI_VIEW | Configuration List | 20100305 |
Method GET_WHERE_USED_LIST_BY_LIST on class /BOFU/CL_FBI_VIEW_WD_CONF_HLP has no exception.
Method GET_WHERE_USED_LIST_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_LIST | Call by reference | Type reference (TYPE) | WDY_CONFIG_TABLE | Table with Configurations Including Description | 20100305 | ||
2 | ![]() |
IV_VIEW | Call by reference | Type reference (TYPE) | /BOFU/FBI_VIEW | FBI View | 20100305 |
Method GET_WHERE_USED_LIST_INT on class /BOFU/CL_FBI_VIEW_WD_CONF_HLP has no exception.
Method QUERY_FBI_VIEWS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | TT_FBI_VIEW | Configuration List | 20100305 | ||
2 | ![]() |
IT_SEL_PARAMS | Call by reference | Type reference (TYPE) | RSPARAMS_TT | rsparams Table | 20100305 |
Method QUERY_FBI_VIEWS on class /BOFU/CL_FBI_VIEW_WD_CONF_HLP has no exception.
Method QUERY_WD_COMP_CONFIG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | TT_WD_CONFIG | 20100308 | |||
2 | ![]() |
IT_SEL_PARAMS | Call by reference | Type reference (TYPE) | RSPARAMS_TT | rsparams Table | 20100308 |
Method QUERY_WD_COMP_CONFIG on class /BOFU/CL_FBI_VIEW_WD_CONF_HLP has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |