SAP ABAP Class /BOFU/CL_FBI_VIEW_INSTANCE_NEW (/bofu/cl_fbi_view_instance_new)
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_RUNTIME_V2_BASE (Package) FBI Runtime: Current Version: Base Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/IF_ABSTRACT_FACTORY | Abstract Factory | 20090730 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/IF_FBI_VIEW_INSTANCE_NEW | /BOFU/IF_FBI_VIEW_INSTANCE_NEW | 20090724 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_FBI_VWI_WITH_HELPER | FBI Version 2: View Instance with Helper | 20100106 |
Properties
| Class | /BOFU/CL_FBI_VIEW_INSTANCE_NEW | |
| Short Description | /bofu/cl_fbi_view_instance_new | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOFU/FBI_RUNTIME_V2_BASE | FBI Runtime: Current Version: Base Services |
| Created | 20090724 | SAP |
| Last change | 20140121 | 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... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BOFU/IF_ABSTRACT_FACTORY | Abstract Factory | 20090730 | ||
| 2 | /BOFU/IF_FBI_VIEW_INSTANCE_NEW | /BOFU/IF_FBI_VIEW_INSTANCE_NEW | 20090724 |
Friends
Class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no friend class.
Attributes
Methods
Events
Class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ACTION_MAP | Protected | See coding | 20090803 | BEGIN OF ts_action_map,
action_ext TYPE string,
action_int TYPE string,
action_key TYPE /bobf/act_key,
act_ref_update TYPE boole_d,
act_ref_create TYPE boole_d,
act_ref_delete TYPE boole_d,
is_instance TYPE boole_d,
END OF ts_action_map
|
||
| 2 | TS_ACT_DO2HOST | Protected | See coding | 20091110 | BEGIN OF TS_ACT_DO2HOST,
do_act_key TYPE /bobf/act_key,
host_act_key TYPE /bobf/act_key,
END OF TS_ACT_DO2HOST
|
||
| 3 | TS_CHANGE_LOG_KEY | Protected | See coding | 20090724 | BEGIN OF ts_change_log_key,
name TYPE name_komp,
new_value TYPE REF TO data,
old_value TYPE REF TO data,
key TYPE /bobf/conf_key,
END OF ts_change_log_key
|
||
| 4 | TS_FLUSH_FIELDMAP | Protected | Attribute reference (LIKE) | 20091123 | |
||
| 5 | TS_MESSAGE | Protected | Attribute reference (LIKE) | 20090825 | |
||
| 6 | TS_MESSAGE_QRY | Protected | Attribute reference (LIKE) | 20091005 | |
||
| 7 | TS_REL_VIEW_INST | Protected | Attribute reference (LIKE) | 20091123 | |
||
| 8 | TT_ACTION_MAP | Protected | See coding | 20090803 | tt_action_map TYPE SORTED TABLE OF ts_action_map
WITH UNIQUE KEY action_ext
|
||
| 9 | TT_ACT_DO2HOST | Protected | See coding | 20091110 | tt_act_do2host TYPE HASHED TABLE OF ts_act_do2host WITH UNIQUE KEY do_act_key
|
||
| 10 | TT_CHANGE_LOG_KEY | Protected | See coding | 20090724 | tt_change_log_key TYPE STANDARD TABLE OF ts_change_log_key
|
||
| 11 | TT_FLUSH_FIELDMAP | Protected | Attribute reference (LIKE) | 20091123 | |
||
| 12 | TT_MESSAGE | Protected | Attribute reference (LIKE) | 20090825 | |
||
| 13 | TT_MESSAGE_QRY | Protected | Attribute reference (LIKE) | 20091005 | |
||
| 14 | TT_REL_VIEW_INST | Protected | Attribute reference (LIKE) | 20091123 | |
||
| 15 | TV_USAGE_CONTEXT | Protected | See coding | 20090724 | tv_usage_context TYPE c LENGTH 3
|
Method Signatures
Method APPLY_PARAMETER_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ACTION_DATA | Call by reference | Type reference (TYPE) | DATA | 20090818 | ||||
| 2 | IS_EVENT_DATA | Call by reference | Type reference (TYPE) | DATA | 20090818 | ||||
| 3 | IV_ACTION | Call by reference | Type reference (TYPE) | STRING | Name | 20090818 |
Method APPLY_PARAMETER_MAPPING on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method BUILD_NODE_CHANGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CHANGE_LOG | Call by reference | Type reference (TYPE) | /BOFU/IF_FBI_VIEW_INSTANCE_NEW=>TT_CHANGE_LOG | 20090727 | ||||
| 2 | ET_NODE_CHANGED_FIELDS | Call by reference | Type reference (TYPE) | /BOFU/IF_FBI_VIEW_DATA_MAPPER=>TT_NODE_CHANGED_FIELDS_2 | 20090727 | ||||
| 3 | ET_NODE_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090727 |
Method BUILD_NODE_CHANGES on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method COMPARE_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_KEYS_ADD | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20091117 | |||
| 2 | ET_KEYS_DEL | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20091117 | |||
| 3 | IT_KEYS_NEW | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20091117 | |||
| 4 | IT_KEYS_OLD | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20091117 |
Method COMPARE_KEYS on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method COMPARE_LINKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LINKS_ADD | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY_LINK | 20091118 | ||||
| 2 | ET_LINKS_DEL | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY_LINK | 20091118 | ||||
| 3 | IT_LINKS_NEW | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY_LINK | 20091118 | ||||
| 4 | IT_LINKS_OLD | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY_LINK | 20091118 |
Method COMPARE_LINKS on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method CONVERT_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGES | Call by reference | Type reference (TYPE) | TT_MESSAGE_QRY | 20090825 | ||||
| 2 | IO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20090825 | |||
| 3 | IT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090825 |
Method CONVERT_MESSAGES on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FAILED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090917 | |||
| 2 | IR_CREATE_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20090818 |
Method CREATE on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FAILED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090917 | |||
| 2 | IT_KEYS | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20090730 |
Method DELETE on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method EDIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FAILED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091028 | |||
| 2 | IT_KEYS | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20091028 |
Method EDIT on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method EXECUTE_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FAILED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090917 | |||
| 2 | IR_ACTION_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20090818 | ||||
| 3 | IT_KEYS | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20090729 | ||||
| 4 | IV_ACTION | Call by reference | Type reference (TYPE) | /BOBF/OBM_NAME | Name | 20090818 | |||
| 5 | IV_SUPPRESS_DIALOG | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100202 |
Method EXECUTE_ACTION on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method EXECUTE_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FAILED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091111 | |||
| 2 | IT_KEYS | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20091111 |
Method EXECUTE_CHECK on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method EXECUTE_CUSTOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SELECTED_ROWS | Call by reference | Type reference (TYPE) | /BOFU/IF_FBI_VIEW_INSTANCE_NEW=>TT_ROW | Key Table | 20090803 | |||
| 2 | IV_EVENT_ID | Call by reference | Type reference (TYPE) | STRING | 20090803 |
Method EXECUTE_CUSTOM on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method GET_NONTRANSIENT_PARENT Signature
Method GET_NONTRANSIENT_PARENT on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no parameter.
Method GET_NONTRANSIENT_PARENT on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method GET_RUNTIME_CONF_KEY Signature
Method GET_RUNTIME_CONF_KEY on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no parameter.
Method GET_RUNTIME_CONF_KEY on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method GET_SELF_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_KEY_LINKS | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY_LINK | Key Link | 20091106 | |||
| 2 | ET_SELF_KEYS | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20091106 | |||
| 3 | IT_PARENT_KEYS | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20091106 |
Method GET_SELF_KEYS on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method MERGE_DATA_N_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OUT_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20090728 | ||||
| 2 | IT_KEYS | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20090728 | ||||
| 3 | IT_UI_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20090728 | ||||
| 4 | IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | /BOFU/FBI_CHANGE_MODE | 20090728 |
Method MERGE_DATA_N_PROPERTIES on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method MERGE_PARENT_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_NODE_PROPERTY | Call by reference | Type reference (TYPE) | /BOFU/IF_FBI_PROPERTY_BUFFER=>TT_NODE_PROPERTIES | 20100719 | ||||
| 2 | IT_KEYS | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20100719 | |||
| 3 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20100719 | |||
| 4 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20100719 |
Method MERGE_PARENT_PROPERTY on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method PROCESS_SYNCUP_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SYNCUP_DATA | Call by reference | Type reference (TYPE) | /BOFU/T_FBI_SYNCUP_CHANGE | Sync-up change data | 20090730 |
Method PROCESS_SYNCUP_EVENT on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method READ_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UI_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20090728 | ||||
| 2 | IT_KEYS | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20090728 |
Method READ_DATA on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method READ_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UI_PROPERTY_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20090804 | ||||
| 2 | IT_KEYS | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20090804 |
Method READ_PROPERTY on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
Method SET_RUNTIME_CONF_KEY Signature
Method SET_RUNTIME_CONF_KEY on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no parameter.
Method SET_RUNTIME_CONF_KEY on class /BOFU/CL_FBI_VIEW_INSTANCE_NEW has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |