SAP ABAP Class /BOFU/IF_FBI_ACT_PARAM_MAPPER (FBI: Maps Action Param Struct to UI Act Param Struct)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/CL_FBI_ACT_PARAM_MAPPER | Extended View Mapper | 20101212 |
Properties
| Class | /BOFU/IF_FBI_ACT_PARAM_MAPPER | |
| Short Description | FBI: Maps Action Param Struct to UI Act Param Struct | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20101212 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /BOFU/IF_FBI_ACT_PARAM_MAPPER has no forward declaration.
Interfaces
Class /BOFU/IF_FBI_ACT_PARAM_MAPPER has no interface implemented.
Friends
Class /BOFU/IF_FBI_ACT_PARAM_MAPPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20101212 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Node Combined Data Structure | 20101212 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | UI Structure | 20101212 | |||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Node Combined Data Table | 20101212 | |||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | UI Structure Table | 20101212 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | Configuration: Node | 20101212 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | TT_FIELD_MAP | 20101212 | ||||
| 8 | Instance attribute | Public | Type reference (TYPE) | STRUKNAME | Name of a structure | 20101212 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | STRUKNAME | Name of a structure | 20101212 | |||
| 10 | Constant | Public | Type reference (TYPE) | SEOCLSNAME | '/BOFU/cl_FBI_ACT_param_MAPPER' | Default Mapper Class | 20101212 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Initialize | 20101212 | |
| 2 | Instance method | Public | Method | Map Action Param to UI Struct | 20101212 | |
| 3 | Instance method | Public | Method | Map UI Struct to Action Param | 20101212 |
Events
Class /BOFU/IF_FBI_ACT_PARAM_MAPPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_FIELD_MAP | Public | See coding | Field Map | 20101212 | 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 | 20101212 | 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 | 20101212 | 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 | 20101212 | 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 | 20101212 | 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 | 20101212 | 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 | 20101212 | 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 | 20101212 | 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 | 20101212 | 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 | 20101212 | tt_ui_changed_fields_2 TYPE HASHED TABLE OF ts_ui_changed_fields_2
WITH UNIQUE KEY key
|
Method Signatures
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 | 20101212 | |||
| 2 | IS_NODE_CONF | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_ACT_LIST | Configuration: Action | 20101212 | |||
| 3 | IV_UI_STRUCT | Call by reference | Type reference (TYPE) | STRUKNAME | Name of a structure | 20101212 |
Method INIT on class /BOFU/IF_FBI_ACT_PARAM_MAPPER has no exception.
Method MAP_PARAM_BO_ACT_TO_UI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_UI_DATA | Call by reference | Type reference (TYPE) | ANY | 20101213 | ||||
| 2 | IS_ACT_DATA | Call by reference | Type reference (TYPE) | ANY | 20101213 |
Method MAP_PARAM_BO_ACT_TO_UI on class /BOFU/IF_FBI_ACT_PARAM_MAPPER has no exception.
Method MAP_PARAM_UI_TO_BO_ACT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DATA_NODE | Call by reference | Type reference (TYPE) | ANY | 20101213 | ||||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MESSAGE_K | Message Table | 20101212 | |||
| 3 | IS_DATA_UI_STRUCT | Call by reference | Object reference (TYPE REF TO) | DATA | 20101213 | ||||
| 4 | IT_UI_CHANGED_FIELDS | Call by reference | Type reference (TYPE) | FPMGB_T_CHANGELOG | Field Changelog | 20101212 |
Method MAP_PARAM_UI_TO_BO_ACT on class /BOFU/IF_FBI_ACT_PARAM_MAPPER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |