Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20100426 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_FEEDER_MODEL | Feeder Model Interface | 20100426 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /SRMERP/CL_FBI_CUIBB_CCS | Assistance Class for CCS | 20100705 |
Properties
Class | /SRMERP/CL_FBI_CUIBB_ASSIST | |
Short Description | Assistance Class for CUIBBs | |
Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /SRMERP/IL_COMMON | Common Integration Layer Entities |
Created | 20100426 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
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 | IF_FPM_FEEDER_MODEL | Feeder Model Interface | 20100426 |
Friends
Class /SRMERP/CL_FBI_CUIBB_ASSIST 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/IF_FBI_CONNECTOR_BASE | FBI Connector | 20100426 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | /BOFU/IF_FBI_CONTROLLER_NEW | /BOFU/IF_FBI_CONTROLLER_NEW | 20100426 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20100426 | ||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | /BOFU/IF_FBI_VIEW | FBI View | 20100426 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | UIBB Instance Key | 20100429 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOFU/CL_FBI_GUIBB_BASE=>TS_OBJECT_KEY | 20100426 | |||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /BOFU/IF_FBI_ENTITY_COLLECTION=>TS_SOURCE_CONF_KEYS | 20100426 | |||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_REG_VIEW | 20100426 | |||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_REG_WD_VIEW | 20100426 | |||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_VIEW_INST | 20100426 | |||
11 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100426 | ||
12 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100426 | ||
13 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | 20100429 | |||
14 | ![]() |
Constant | Public | See coding | 20100426 |
Methods
Events
Class /SRMERP/CL_FBI_CUIBB_ASSIST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_REG_VIEW | Protected | See coding | 20100426 | BEGIN OF ts_reg_view,
o_node_home TYPE REF TO if_wd_context_node,
o_view TYPE REF TO /bofu/if_fbi_view,
END OF ts_reg_view
|
||
2 | TS_REG_WD_VIEW | Protected | See coding | 20100426 | BEGIN OF ts_reg_wd_view,
r_reg_view TYPE REF TO ts_reg_view,
o_wd_view TYPE REF TO if_wd_view_controller,
o_wd_view_hdlr TYPE REF TO /srmerp/cl_fbi_cuibb_view_hdlr,
is_active TYPE boole_d,
END OF ts_reg_wd_view
|
||
3 | TS_VIEW_INST | Protected | See coding | 20100426 | BEGIN OF ts_view_inst,
r_reg_view TYPE REF TO ts_reg_view,
o_view_inst TYPE REF TO /bofu/if_fbi_view_instance_new,
t_data TYPE REF TO data,
END OF ts_view_inst
|
||
4 | TT_REG_VIEW | Protected | See coding | 20100426 | tt_reg_view TYPE STANDARD TABLE OF ts_reg_view WITH DEFAULT KEY
|
||
5 | TT_REG_WD_VIEW | Protected | See coding | 20100426 | tt_reg_wd_view TYPE STANDARD TABLE OF ts_reg_wd_view WITH DEFAULT KEY
|
||
6 | TT_VIEW_INST | Protected | See coding | 20100426 | tt_view_inst TYPE STANDARD TABLE OF ts_view_inst WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /SRMERP/CL_FBI_CUIBB_ASSIST has no parameter.
Method CONSTRUCTOR on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method CREATE_VIEW_INSTANCE Signature
Method CREATE_VIEW_INSTANCE on class /SRMERP/CL_FBI_CUIBB_ASSIST has no parameter.
Method CREATE_VIEW_INSTANCE on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method DELETE_ROOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110511 |
Method DELETE_ROOT on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method DEREGISTER_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_WD_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | 20100426 |
Method DEREGISTER_VIEW on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method DISPATCH_FLUSH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CONTEXT_CHANGE | Call by reference | Type reference (TYPE) | WDR_CONTEXT_CHANGE_LIST | Web Dynpro: List with Context Changes | 20100426 |
Method DISPATCH_FLUSH on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method DISPATCH_INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_NODE_HOME | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100426 | ||
2 | ![]() |
IO_WD_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20100429 | ||
3 | ![]() |
IS_VIEW_IDENTITY | Call by reference | Type reference (TYPE) | /BOFU/CL_FBI_FACTORY=>TS_VIEW_IDENTITY | 20100426 |
Method DISPATCH_INIT on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method DISPATCH_PBO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20100426 |
Method DISPATCH_PBO on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method DISPATCH_PROCESS_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | 20100426 | |||
2 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20100426 |
Method DISPATCH_PROCESS_EVENT on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method DISPLAY_ERROR_PAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ERROR_DETAILS | Call by reference | Object reference (TYPE REF TO) | IF_FPM_ERROR_DETAILS | 20110519 |
Method DISPLAY_ERROR_PAGE on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method GET_APPROVER_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_KEY | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_KEY | Node Key | 20110202 | ||
2 | ![]() |
RE_KEY | Value transfer | Type reference (TYPE) | /BOBF/S_FRW_KEY | Node Key | 20110202 |
Method GET_APPROVER_KEY on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method GET_CHANGE_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_CHANGE_MODE | Value transfer | Type reference (TYPE) | /BOFU/FBI_CHANGE_MODE | Change Mode | 20100512 |
Method GET_CHANGE_MODE on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method GET_SOURCE_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_KEYS | Value transfer | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20100622 |
Method GET_SOURCE_KEYS on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method GET_WD_VIEW_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_WD_VIEW_HDLR | Value transfer | Object reference (TYPE REF TO) | /SRMERP/CL_FBI_CUIBB_VIEW_HDLR | 20100426 | |||
2 | ![]() |
IO_WD_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | 20100426 |
Method GET_WD_VIEW_HANDLER on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method IS_DATA_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CV_DATA_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100705 | |||
2 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | TABLE | 20100705 | |||
3 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20100705 |
Method IS_DATA_CHANGED on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method IS_MY_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20100429 | ||
2 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100429 |
Method IS_MY_EVENT on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method OPEN_DIALOG_BOX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_EVENT_DATA | Call by reference | Object reference (TYPE REF TO) | IF_FPM_PARAMETER | 20110519 | |||
2 | ![]() |
IS_DIALOG_BOX_PROPERTIES | Call by reference | Type reference (TYPE) | FPM_S_DIALOG_BOX_PROPERTIES | 20110519 | |||
3 | ![]() |
IV_DIALOG_BOX_ID | Call by reference | Type reference (TYPE) | FPM_DIALOG_WINDOW_ID | 20110519 | |||
4 | ![]() |
IV_EVENT_ADAPTS_CONTEXT | Call by reference | Type reference (TYPE) | BOOLE_D | 20110519 |
Method OPEN_DIALOG_BOX on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method RAISE_FPM_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_PARAMETER | Call by reference | Type reference (TYPE) | FPM_T_PARAMETER_VALUE | Parameter Values | 20100429 | ||
2 | ![]() |
IV_EVENT_ID | Call by reference | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20100429 |
Method RAISE_FPM_EVENT on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method READ_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20100426 |
Method READ_DATA on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method REGISTER_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_WD_NODE_HOME | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20100426 | |||
2 | ![]() |
IO_WD_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | 20100426 | |||
3 | ![]() |
IS_VIEW_IDENTITY | Call by reference | Type reference (TYPE) | /BOFU/CL_FBI_FACTORY=>TS_VIEW_IDENTITY | 20100426 | |||
4 | ![]() |
IV_VIEW_HANDLER | Call by reference | Type reference (TYPE) | SEOCLSNAME | '/SRMERP/CL_FBI_CUIBB_VIEW_HDLR' | 20100426 |
Method REGISTER_VIEW on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method SAVE Signature
Method SAVE on class /SRMERP/CL_FBI_CUIBB_ASSIST has no parameter.
Method SAVE on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method SET_ACTION_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_WD_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100430 | ||
2 | ![]() |
IT_ACTION_PROPERTIES | Call by reference | Type reference (TYPE) | /BOFU/IF_FBI_VIEW_INSTANCE_NEW=>TT_ACTION_PROPERTIES | 20100430 |
Method SET_ACTION_PROPERTIES on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method SET_FIELD_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_WD_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100430 | ||
2 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20100511 | |||
3 | ![]() |
IT_FIELD_DESCR | Call by reference | Type reference (TYPE) | FPMGB_T_FORMFIELD_DESCR | Form Fielddescription | 20100511 | ||
4 | ![]() |
IT_FIELD_PROPERTIES | Call by reference | Type reference (TYPE) | /BOFU/IF_FBI_VIEW=>TT_PROP_MAP | Property Map | 20100430 |
Method SET_FIELD_PROPERTIES on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method SET_LEAD_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_KEY | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_KEY | Node Key | 20100721 |
Method SET_LEAD_SELECTION on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method SET_LOAD_APPROVER Signature
Method SET_LOAD_APPROVER on class /SRMERP/CL_FBI_CUIBB_ASSIST has no parameter.
Method SET_LOAD_APPROVER on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
Method SET_RUNTIME_CONF_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20100426 | ||
2 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20100426 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FBI Exception | 20100426 |
Method SET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_EVENT_DATA | Call by reference | Object reference (TYPE REF TO) | CL_FPM_PARAMETER | 20110519 | |||
2 | ![]() |
IR_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20110519 | |||
3 | ![]() |
IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20110519 | |||
4 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20110519 |
Method SET_VALUE on class /SRMERP/CL_FBI_CUIBB_ASSIST has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 606 |