SAP ABAP Class /BOFU/CL_FREESTYLE_BOPF_HELPER (WD Free Style BOPF BO Model 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_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) | IF_FPM_FEEDER_MODEL | Feeder Model Interface | 20110121 |
Properties
| Class | /BOFU/CL_FREESTYLE_BOPF_HELPER | |
| Short Description | WD Free Style BOPF BO Model Helper | |
| 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 | 20110121 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_FEEDER_MODEL | Feeder Model Interface | 20110121 |
Friends
Class /BOFU/CL_FREESTYLE_BOPF_HELPER has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Builds property buffer for BOPF BO Nodes, Actions & Assocs | 20110129 | |
| 2 | Instance method | Protected | Method | Creates view instance | 20110121 | |
| 3 | Instance method | Protected | Method | Gets data for specific event actions | 20110121 | |
| 4 | Instance method | Public | Method | Handle after failed events | 20110121 | |
| 5 | Instance method | Public | Method | Saves UI data back to BOPF BO model | 20110121 | |
| 6 | Instance method | Public | Method | Gets the data from the BOPF BO model | 20110121 | |
| 7 | Instance method | Public | Method | Initialization | 20110121 | |
| 8 | Instance method | Public | Method | Converts BOPF BO messages to FPM format | 20110131 | |
| 9 | Instance method | Public | Method | Confirmation text on pop ups in OTR format | 20110121 | |
| 10 | Instance method | Public | Method | Handles process events | 20110121 | |
| 11 | Instance method | Public | Method | Gets BOPF BO Nodes, Actions & Assocs properties | 20110128 | |
| 12 | Instance method | Protected | Method | Read the BOPF BO properties for Nodes, Actions & Assocs | 20110129 |
Events
Class /BOFU/CL_FREESTYLE_BOPF_HELPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ACTION_ATTR_PROP | Public | See coding | 20110128 | BEGIN OF ts_action_attr_prop,
attribute TYPE string,
is_readonly TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_enable TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_visible TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_mandatory TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
END OF ts_action_attr_prop
|
||
| 2 | TS_ACTION_ATTR_PROPERTIES | Public | See coding | 20110128 | BEGIN OF ts_action_attr_properties,
key TYPE /bobf/conf_key,
act_key TYPE /bobf/act_key,
attribute TYPE string,
is_readonly TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_enable TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_visible TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_mandatory TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
END OF ts_action_attr_properties
|
||
| 3 | TS_ACTION_PROPERTIES | Public | See coding | 20110128 | BEGIN OF ts_action_properties,
act_key TYPE /bobf/act_key,
key TYPE /bobf/conf_key,
is_enable TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
END OF ts_action_properties
|
||
| 4 | TS_ACT_PROP_MAP | Public | See coding | 20110128 | BEGIN OF ts_act_prop_map,
act_key TYPE /bobf/act_key,
is_enable TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_dirty TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
t_action_attr_prop TYPE tt_action_attr_prop,
END OF ts_act_prop_map
|
||
| 5 | TS_ASSOC_ATTR_PROP | Public | See coding | 20110128 | BEGIN OF ts_assoc_attr_prop,
attribute TYPE string,
is_readonly TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_enable TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_visible TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_mandatory TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
END OF ts_assoc_attr_prop
|
||
| 6 | TS_ASSOC_ATTR_PROPERTIES | Public | See coding | 20110128 | BEGIN OF ts_assoc_attr_properties,
key TYPE /bobf/conf_key,
assoc_key TYPE /bobf/obm_assoc_key,
attribute TYPE string,
is_readonly TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_enable TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_visible TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_mandatory TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
END OF ts_assoc_attr_properties
|
||
| 7 | TS_ASSOC_PROPERTIES | Public | See coding | 20110128 | BEGIN OF ts_assoc_properties,
key TYPE /bobf/conf_key,
assoc_key TYPE /bobf/obm_assoc_key,
create_enabled TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
enabled TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
END OF ts_assoc_properties
|
||
| 8 | TS_ASSOC_PROP_MAP | Public | See coding | 20110128 | BEGIN OF ts_assoc_prop_map,
assoc_key TYPE /bobf/obm_assoc_key,
create_enabled TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
enabled TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_dirty TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
t_assoc_attr_prop TYPE tt_assoc_attr_prop,
END OF ts_assoc_prop_map
|
||
| 9 | TS_ATTR_PROP_MAP | Public | See coding | 20110128 | BEGIN OF ts_attr_prop_map,
attribute TYPE string,
is_readonly TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_enable TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_visible TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_mandatory TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
END OF ts_attr_prop_map
|
||
| 10 | TS_EMPTY_LINES | Public | See coding | 20110128 | BEGIN OF ts_empty_lines,
key TYPE /bobf/conf_key,
node TYPE /bobf/obm_node_key,
association TYPE /bobf/obm_assoc_key,
source_node TYPE /bobf/obm_node_key,
source_key TYPE /bobf/conf_key,
root_key TYPE /bobf/conf_key,
END OF ts_empty_lines
|
||
| 11 | TS_NODE_ATTR_PROPERTIES | Public | See coding | 20110128 | BEGIN OF ts_node_attr_properties,
key TYPE /bobf/conf_key,
attribute TYPE string,
is_readonly TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_enable TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_visible TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_mandatory TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
END OF ts_node_attr_properties
|
||
| 12 | TS_NODE_PROPERTIES | Public | See coding | 20110128 | BEGIN OF ts_node_properties,
key TYPE /bobf/conf_key,
update_enabled TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
delete_enabled TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
END OF ts_node_properties
|
||
| 13 | TS_NODE_PROPERTY | Public | See coding | 20110128 | BEGIN OF ts_node_property,
update_enabled TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
delete_enabled TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
is_dirty TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
t_attr_prop TYPE tt_attr_prop_map,
END OF ts_node_property
|
||
| 14 | TS_PROPERTY | Public | See coding | 20110128 | BEGIN OF ts_property,
key TYPE /bobf/conf_key,
is_dirty TYPE /bofu/if_fbi_property_buffer=>tv_prop_value,
s_node_prop TYPE ts_node_property,
t_assoc_prop TYPE tt_assoc_prop_map,
t_act_prop TYPE tt_act_prop_map,
END OF ts_property
|
||
| 15 | TS_PROPERTY_BUFFER | Public | See coding | 20110128 | BEGIN OF ts_property_buffer,
bo_key TYPE /bobf/obm_bo_key,
node_key TYPE /bobf/obm_node_key,
t_property TYPE tt_property,
END OF ts_property_buffer
|
||
| 16 | TT_ACTION_ATTR_PROP | Public | See coding | 20110128 | tt_action_attr_prop TYPE SORTED TABLE OF ts_action_attr_prop
WITH UNIQUE KEY attribute
|
||
| 17 | TT_ACTION_ATTR_PROPERTIES | Public | See coding | 20110128 | tt_action_attr_properties TYPE SORTED TABLE OF ts_action_attr_properties
WITH UNIQUE KEY act_key attribute key
|
||
| 18 | TT_ACTION_PROPERTIES | Public | See coding | 20110128 | tt_action_properties TYPE SORTED TABLE OF ts_action_properties
WITH UNIQUE KEY act_key key
|
||
| 19 | TT_ACT_PROP_MAP | Public | See coding | 20110128 | tt_act_prop_map TYPE SORTED TABLE OF ts_act_prop_map
WITH UNIQUE KEY act_key
|
||
| 20 | TT_ASSOC_ATTR_PROP | Public | See coding | 20110128 | tt_assoc_attr_prop TYPE SORTED TABLE OF ts_assoc_attr_prop
WITH UNIQUE KEY attribute
|
||
| 21 | TT_ASSOC_ATTR_PROPERTIES | Public | See coding | 20110128 | tt_assoc_attr_properties TYPE SORTED TABLE OF ts_assoc_attr_properties
WITH UNIQUE KEY assoc_key attribute key
|
||
| 22 | TT_ASSOC_PROPERTIES | Public | See coding | 20110128 | tt_assoc_properties TYPE SORTED TABLE OF ts_assoc_properties
WITH UNIQUE KEY assoc_key key
|
||
| 23 | TT_ASSOC_PROP_MAP | Public | See coding | 20110128 | tt_assoc_prop_map TYPE SORTED TABLE OF ts_assoc_prop_map
WITH UNIQUE KEY assoc_key
|
||
| 24 | TT_ATTR_PROP_MAP | Public | See coding | 20110128 | tt_attr_prop_map TYPE SORTED TABLE OF ts_attr_prop_map
WITH UNIQUE KEY attribute
|
||
| 25 | TT_EMPTY_LINES | Public | See coding | 20110128 | tt_empty_lines TYPE SORTED TABLE OF ts_empty_lines WITH UNIQUE KEY key
|
||
| 26 | TT_NODE_ATTR_PROPERTIES | Public | See coding | 20110128 | tt_node_attr_properties TYPE SORTED TABLE OF ts_node_attr_properties
WITH UNIQUE KEY key attribute
|
||
| 27 | TT_NODE_PROPERTIES | Public | See coding | 20110128 | tt_node_properties TYPE SORTED TABLE OF ts_node_properties
WITH UNIQUE KEY key
|
||
| 28 | TT_NODE_PROPERTY | Public | See coding | 20110128 | tt_node_property TYPE STANDARD TABLE OF ts_node_property
|
||
| 29 | TT_PROPERTY | Public | See coding | 20110128 | tt_property TYPE SORTED TABLE OF ts_property
WITH UNIQUE KEY key
|
||
| 30 | TT_PROPERTY_BUFFER | Public | See coding | 20110128 | tt_property_buffer TYPE SORTED TABLE OF ts_property_buffer
WITH UNIQUE KEY bo_key node_key
|
||
| 31 | TV_PROP_VALUE | Public | See coding | 20110128 | tv_prop_value TYPE c LENGTH 1
|
Method Signatures
Method BUILD_PROPERTY_BUFFER 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 | 20110129 | |||
| 2 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20110129 |
Method BUILD_PROPERTY_BUFFER on class /BOFU/CL_FREESTYLE_BOPF_HELPER has no exception.
Method CREATE_VIEW_INSTANCE Signature
Method CREATE_VIEW_INSTANCE on class /BOFU/CL_FREESTYLE_BOPF_HELPER has no parameter.
Method CREATE_VIEW_INSTANCE on class /BOFU/CL_FREESTYLE_BOPF_HELPER has no exception.
Method GET_EVENT_ACTION_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_EVENT_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20110121 | ||||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20110121 |
Method GET_EVENT_ACTION_DATA on class /BOFU/CL_FREESTYLE_BOPF_HELPER has no exception.
Method HANDLE_AFTER_FAILED_EVENT Signature
Method HANDLE_AFTER_FAILED_EVENT on class /BOFU/CL_FREESTYLE_BOPF_HELPER has no parameter.
Method HANDLE_AFTER_FAILED_EVENT on class /BOFU/CL_FREESTYLE_BOPF_HELPER has no exception.
Method HANDLE_FLUSH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20110129 | ||||
| 2 | IT_CHANGE_LOG | Call by reference | Type reference (TYPE) | FPMGB_T_CHANGELOG | Field Changelog | 20110121 | |||
| 3 | IT_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20110121 |
Method HANDLE_FLUSH on class /BOFU/CL_FREESTYLE_BOPF_HELPER has no exception.
Method HANDLE_GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20110121 | ||||
| 2 | ET_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20110121 | ||||
| 3 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MESSAGE_K | Message Table | 20110131 | |||
| 4 | EV_DATA_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110121 | |||
| 5 | EV_IS_VISIBLE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110121 | |||
| 6 | IT_ATTRIBUTES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NAME | List of Names (e.g. Fieldnames) | 20110208 | |||
| 7 | IT_DATA | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20110121 | |||
| 8 | IT_SELECTED_LINES | Call by reference | Type reference (TYPE) | RSTABIXTAB | Repository Infosystem Table for Indexes | 20110218 | |||
| 9 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20110121 | |||
| 10 | IV_LEAD_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20110218 | |||
| 11 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20110121 |
Method HANDLE_GET_DATA on class /BOFU/CL_FREESTYLE_BOPF_HELPER has no exception.
Method HANDLE_INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_VIEW_IDENTITY | Call by reference | Type reference (TYPE) | /BOFU/CL_FBI_FACTORY=>TS_VIEW_IDENTITY | 20110121 |
Method HANDLE_INITIALIZE on class /BOFU/CL_FREESTYLE_BOPF_HELPER has no exception.
Method HANDLE_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20110208 | ||||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MESSAGE_K | Message Table | 20110208 | |||
| 3 | IV_CATEGORY | Call by reference | Type reference (TYPE) | FPM_MSG_CATEGORY | 20110208 | ||||
| 4 | IV_CONTEXT | Call by reference | Type reference (TYPE) | CONTEXT | Name of Application Context | 20110208 |
Method HANDLE_MESSAGES on class /BOFU/CL_FREESTYLE_BOPF_HELPER has no exception.
Method HANDLE_NEEDS_CONFIRMATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_CONFIRMATION_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_CONFIRMATION_REQUEST | Requests an end-user confirmation (e.g. data loss warning) | 20110121 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20110121 | |||
| 3 | IV_RAISED_BY_OWN_UI | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110121 |
Method HANDLE_NEEDS_CONFIRMATION on class /BOFU/CL_FREESTYLE_BOPF_HELPER has no exception.
Method HANDLE_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 | FPM Event Result | 20110121 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20110121 | |||
| 3 | IT_SELECTED_LINES | Call by reference | Type reference (TYPE) | RSTABIXTAB | Repository Infosystem Table for Indexes | 20110307 | |||
| 4 | IV_RAISED_BY_OWN_UI | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110206 |
Method HANDLE_PROCESS_EVENT on class /BOFU/CL_FREESTYLE_BOPF_HELPER has no exception.
Method HANDLE_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTION_ATTR_PROPERTY | Call by reference | Type reference (TYPE) | TT_ACTION_ATTR_PROPERTIES | 20110128 | ||||
| 2 | ET_ACTION_PROPERTY | Call by reference | Type reference (TYPE) | TT_ACTION_PROPERTIES | 20110128 | ||||
| 3 | ET_ASSOC_ATTR_PROPERTY | Call by reference | Type reference (TYPE) | TT_ASSOC_ATTR_PROPERTIES | 20110128 | ||||
| 4 | ET_ASSOC_PROPERTY | Call by reference | Type reference (TYPE) | TT_ASSOC_PROPERTIES | 20110128 | ||||
| 5 | ET_NODE_ATTR_PROPERTY | Call by reference | Type reference (TYPE) | TT_NODE_ATTR_PROPERTIES | 20110128 | ||||
| 6 | ET_NODE_PROPERTY | Call by reference | Type reference (TYPE) | TT_NODE_PROPERTIES | 20110128 | ||||
| 7 | IT_KEYS | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20110128 | |||
| 8 | IV_ACTION_ATTR_PROPERTY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110128 | |||
| 9 | IV_ACTION_PROPERTY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110128 | |||
| 10 | IV_ASSOC_ATTR_PROPERTY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110128 | |||
| 11 | IV_ASSOC_PROPERTY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110128 | |||
| 12 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20110128 | |||
| 13 | IV_FORCE_READ | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110128 | |||
| 14 | IV_NODE_ATTR_PROPERTY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110128 | |||
| 15 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20110128 | |||
| 16 | IV_NODE_PROPERTY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110128 |
Method HANDLE_PROPERTY on class /BOFU/CL_FREESTYLE_BOPF_HELPER has no exception.
Method READ_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PROPERTY | Call by reference | Type reference (TYPE) | TT_PROPERTY | 20110129 | ||||
| 2 | IT_KEYS | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20110129 | |||
| 3 | IV_ACTION_PROPERTY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110129 | |||
| 4 | IV_ASSOC_PROPERTY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110129 | |||
| 5 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20110129 | |||
| 6 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20110129 | |||
| 7 | IV_NODE_PROPERTY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110129 |
Method READ_PROPERTY on class /BOFU/CL_FREESTYLE_BOPF_HELPER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |