SAP ABAP Class /BOFU/IF_FBI_VIEW_DATA_MAPPER (FBI: Maps data between UI and Node data Strucutres)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/CL_FBI_VIEW_MAPPER | FBI View: Node structure <--> UI structure data mapper | 20081223 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/CL_FBI_VIEW_MAPPER_EXT | Extended View Mapper | 20100106 |
Properties
| Class | /BOFU/IF_FBI_VIEW_DATA_MAPPER | |
| Short Description | FBI: Maps data between UI and Node data Strucutres | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20081223 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class /BOFU/IF_FBI_VIEW_DATA_MAPPER has no interface implemented.
Friends
Class /BOFU/IF_FBI_VIEW_DATA_MAPPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CHAR2 | '01' | Single-Character Indicator | 20131027 | ||
| 2 | Constant | Public | Type reference (TYPE) | CHAR2 | '02' | Version Number Component | 20131027 | ||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20090120 | |||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Node Combined Data Structure | 20090120 | |||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | UI Structure | 20090120 | |||
| 6 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Node Combined Data Table | 20090120 | |||
| 7 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | UI Structure Table | 20090120 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | Configuration: Node | 20081223 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | TT_FIELD_MAP | 20090116 | ||||
| 10 | Instance attribute | Public | Type reference (TYPE) | STRUKNAME | Name of a structure | 20081223 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | STRUKNAME | Name of a structure | 20081223 | |||
| 12 | Constant | Public | Type reference (TYPE) | SEOCLSNAME | '/BOFU/CL_FBI_VIEW_MAPPER' | Default Mapper Class | 20090120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Map table values from FBI View | 20110105 | |
| 2 | Instance method | Public | Method | Initialize | 20081223 | |
| 3 | Instance method | Public | Method | Map Node Data (BO Node structure to UI structure) | 20081223 | |
| 4 | Instance method | Public | Method | Map UI change log to BO Node Changes | 20090116 | |
| 5 | Instance method | Public | Method | 20090727 |
Events
Class /BOFU/IF_FBI_VIEW_DATA_MAPPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_FIELD_MAP | Public | See coding | Field Map | 20090116 | BEGIN OF ts_field_map,
node_attribute TYPE string,
ui_struct_attribute TYPE string,
END OF ts_field_map
|
|
| 2 | TS_NODE_CHANGED_FIELDS | Public | See coding | 20090120 | BEGIN OF ts_node_changed_fields,
input_line_index TYPE i,
output_line_index TYPE i,
key TYPE /bobf/conf_key,
t_changed_fields TYPE /bobf/t_frw_name,
END OF ts_node_changed_fields
|
||
| 3 | TS_NODE_CHANGED_FIELDS_2 | Public | See coding | 20090724 | BEGIN OF ts_node_changed_fields_2,
key TYPE /bobf/conf_key,
t_changed_fields TYPE /bobf/t_frw_name,
END OF ts_node_changed_fields_2
|
||
| 4 | TS_UI_CHANGED_FIELDS | Public | See coding | UI Changed Fields per line | 20090120 | BEGIN OF ts_ui_changed_fields,
input_line_index TYPE i,
key TYPE /bobf/conf_key,
t_changed_fields TYPE /bobf/t_frw_name,
END OF ts_ui_changed_fields
|
|
| 5 | TS_UI_CHANGED_FIELDS_2 | Public | See coding | 20090727 | BEGIN OF ts_ui_changed_fields_2,
key TYPE /bobf/conf_key,
t_changed_fields TYPE /bobf/t_frw_name,
END OF ts_ui_changed_fields_2
|
||
| 6 | TT_FIELD_MAP | Public | See coding | Field Map | 20090116 | tt_field_map TYPE STANDARD TABLE OF ts_field_map
WITH NON-UNIQUE SORTED KEY node_attribute COMPONENTS node_attribute
WITH NON-UNIQUE SORTED KEY ui_struct_attribute COMPONENTS ui_struct_attribute
|
|
| 7 | TT_NODE_CHANGED_FIELDS | Public | See coding | BO Node Changed Fields | 20090120 | tt_node_changed_fields TYPE HASHED TABLE OF ts_node_changed_fields
WITH UNIQUE KEY input_line_index
|
|
| 8 | TT_NODE_CHANGED_FIELDS_2 | Public | See coding | 20090724 | tt_node_changed_fields_2 TYPE HASHED TABLE OF ts_node_changed_fields_2
WITH UNIQUE KEY key
|
||
| 9 | TT_UI_CHANGED_FIELDS | Public | See coding | UI Changed Fields | 20090120 | tt_ui_changed_fields TYPE HASHED TABLE OF ts_ui_changed_fields
WITH UNIQUE KEY input_line_index
|
|
| 10 | TT_UI_CHANGED_FIELDS_2 | Public | See coding | 20090727 | tt_ui_changed_fields_2 TYPE HASHED TABLE OF ts_ui_changed_fields_2
WITH UNIQUE KEY key
|
Method Signatures
Method GET_MAP_TABLE_FROM_FBI_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_IDENTITY | Call by reference | Type reference (TYPE) | /BOFU/CL_FBI_FACTORY=>TS_VIEW_IDENTITY | 20110105 |
Method GET_MAP_TABLE_FROM_FBI_VIEW on class /BOFU/IF_FBI_VIEW_DATA_MAPPER has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_BO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20090120 | |||
| 2 | IS_NODE_CONF | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | Configuration: Node | 20081223 | |||
| 3 | IV_UI_STRUCT | Call by reference | Type reference (TYPE) | STRUKNAME | Name of a structure | 20081223 |
Method INIT on class /BOFU/IF_FBI_VIEW_DATA_MAPPER has no exception.
Method MAP_DATA_BO_NODE_TO_UI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UI_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20081223 | ||||
| 2 | IT_NODE_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20081223 |
Method MAP_DATA_BO_NODE_TO_UI on class /BOFU/IF_FBI_VIEW_DATA_MAPPER has no exception.
Method MAP_DATA_UI_TO_BO_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA_NODE | Call by reference | Type reference (TYPE) | INDEX TABLE | Node data in combined table (at same indices as it_data_ui_s | 20090120 | |||
| 2 | ET_NODE_CHANGED_FIELDS | Call by reference | Type reference (TYPE) | TT_NODE_CHANGED_FIELDS | BO Node Changes | 20090120 | |||
| 3 | IT_DATA_UI_STRUCT | Call by reference | Type reference (TYPE) | INDEX TABLE | UI structure table of data | 20090120 | |||
| 4 | IT_UI_CHANGED_FIELDS | Call by reference | Type reference (TYPE) | TT_UI_CHANGED_FIELDS | UI Changed Fields | 20090120 |
Method MAP_DATA_UI_TO_BO_NODE on class /BOFU/IF_FBI_VIEW_DATA_MAPPER has no exception.
Method MAP_DATA_UI_TO_BO_NODE_2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA_NODE | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090727 | ||||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MESSAGE_K | Message Table | 20100118 | |||
| 3 | ET_NODE_CHANGED_FIELDS | Call by reference | Type reference (TYPE) | TT_NODE_CHANGED_FIELDS_2 | 20090727 | ||||
| 4 | IT_DATA_UI_STRUCT | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090727 | ||||
| 5 | IT_UI_CHANGED_FIELDS | Call by reference | Type reference (TYPE) | TT_UI_CHANGED_FIELDS_2 | 20090727 |
Method MAP_DATA_UI_TO_BO_NODE_2 on class /BOFU/IF_FBI_VIEW_DATA_MAPPER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |