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 /BOFU/CL_FBI_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 /BOFU/CL_FBI_GUIBB_BASE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 /BOFU/IF_FBI_VIEW_INSTANCE_NEW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 CL_FPM_EVENT 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
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_BO_KEY Instance attribute Protected Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20110208
2 MO_CONNECTOR Instance attribute Protected Object reference (TYPE REF TO) /BOFU/IF_FBI_CONNECTOR_BASE FBI Connector 20110121
3 MO_CONTROLLER Instance attribute Protected Object reference (TYPE REF TO) /BOFU/IF_FBI_CONTROLLER_NEW /BOFU/IF_FBI_CONTROLLER_NEW 20110121
4 MO_FPM Instance attribute Protected Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20110121
5 MO_MSG_MANAGER Instance attribute Protected Object reference (TYPE REF TO) /BOFU/IF_FBI_MESSAGE_MANAGER FBI Message Manager 20110131
6 MO_NODE_KEY Instance attribute Protected Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20110208
7 MO_SD_FCAT Instance attribute Protected Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20110516
8 MO_TD_FCAT Instance attribute Protected Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20110516
9 MO_VIEW Instance attribute Protected Object reference (TYPE REF TO) /BOFU/IF_FBI_VIEW FBI View 20110121
10 MO_VIEW_INST Instance attribute Protected Object reference (TYPE REF TO) /BOFU/IF_FBI_VIEW_INSTANCE_NEW /BOFU/IF_FBI_VIEW_INSTANCE_NEW 20110121
11 MR_LAST_PROP_BUFFER Instance attribute Protected Object reference (TYPE REF TO) TS_PROPERTY_BUFFER 20110129
12 MS_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA 20110121
13 MS_OBJECT_KEY Instance attribute Protected Type reference (TYPE) /BOFU/CL_FBI_GUIBB_BASE=>TS_OBJECT_KEY 20110121
14 MS_UIBB_KEY Instance attribute Protected Type reference (TYPE) CL_FPM_EVENT=>TY_S_UIBB_KEY 20110121
15 MS_VIEW_CONTEXT_DATA Instance attribute Protected Type reference (TYPE) /BOFU/IF_FBI_VIEW_INSTANCE_NEW=>TS_VIEW_CONTEXT_DATA 20110121
16 MT_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA 20110121
17 MT_KEYS Instance attribute Protected Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20110208
18 MT_PROPERTY_BUFFER Instance attribute Protected Type reference (TYPE) TT_PROPERTY_BUFFER 20110129
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_PROPERTY_BUFFER Instance method Protected Method Builds property buffer for BOPF BO Nodes, Actions & Assocs 20110129
2 CREATE_VIEW_INSTANCE Instance method Protected Method Creates view instance 20110121
3 GET_EVENT_ACTION_DATA Instance method Protected Method Gets data for specific event actions 20110121
4 HANDLE_AFTER_FAILED_EVENT Instance method Public Method Handle after failed events 20110121
5 HANDLE_FLUSH Instance method Public Method Saves UI data back to BOPF BO model 20110121
6 HANDLE_GET_DATA Instance method Public Method Gets the data from the BOPF BO model 20110121
7 HANDLE_INITIALIZE Instance method Public Method Initialization 20110121
8 HANDLE_MESSAGES Instance method Public Method Converts BOPF BO messages to FPM format 20110131
9 HANDLE_NEEDS_CONFIRMATION Instance method Public Method Confirmation text on pop ups in OTR format 20110121
10 HANDLE_PROCESS_EVENT Instance method Public Method Handles process events 20110121
11 HANDLE_PROPERTY Instance method Public Method Gets BOPF BO Nodes, Actions & Assocs properties 20110128
12 READ_PROPERTY 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 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20110129
2 Importing 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 Exporting ER_EVENT_DATA Call by reference Object reference (TYPE REF TO) DATA 20110121
2 Importing 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 Importing IS_DATA Call by reference Object reference (TYPE REF TO) DATA 20110129
2 Importing IT_CHANGE_LOG Call by reference Type reference (TYPE) FPMGB_T_CHANGELOG Field Changelog 20110121
3 Importing 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 Exporting ES_DATA Call by reference Object reference (TYPE REF TO) DATA 20110121
2 Exporting ET_DATA Call by reference Object reference (TYPE REF TO) DATA 20110121
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /BOBF/T_FRW_MESSAGE_K Message Table 20110131
4 Exporting EV_DATA_CHANGED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110121
5 Exporting EV_IS_VISIBLE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110121
6 Importing IT_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20110208
7 Importing IT_DATA Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20110121
8 Importing IT_SELECTED_LINES Call by reference Type reference (TYPE) RSTABIXTAB Repository Infosystem Table for Indexes 20110218
9 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20110121
10 Importing IV_LEAD_INDEX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20110218
11 Importing 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 Importing 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 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) OBJECT 20110208
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) /BOBF/T_FRW_MESSAGE_K Message Table 20110208
3 Importing IV_CATEGORY Call by reference Type reference (TYPE) FPM_MSG_CATEGORY 20110208
4 Importing 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 Exporting 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 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20110121
3 Importing 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 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT FPM Event Result 20110121
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20110121
3 Importing IT_SELECTED_LINES Call by reference Type reference (TYPE) RSTABIXTAB Repository Infosystem Table for Indexes 20110307
4 Importing 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 Exporting ET_ACTION_ATTR_PROPERTY Call by reference Type reference (TYPE) TT_ACTION_ATTR_PROPERTIES 20110128
2 Exporting ET_ACTION_PROPERTY Call by reference Type reference (TYPE) TT_ACTION_PROPERTIES 20110128
3 Exporting ET_ASSOC_ATTR_PROPERTY Call by reference Type reference (TYPE) TT_ASSOC_ATTR_PROPERTIES 20110128
4 Exporting ET_ASSOC_PROPERTY Call by reference Type reference (TYPE) TT_ASSOC_PROPERTIES 20110128
5 Exporting ET_NODE_ATTR_PROPERTY Call by reference Type reference (TYPE) TT_NODE_ATTR_PROPERTIES 20110128
6 Exporting ET_NODE_PROPERTY Call by reference Type reference (TYPE) TT_NODE_PROPERTIES 20110128
7 Importing IT_KEYS Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20110128
8 Importing IV_ACTION_ATTR_PROPERTY Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110128
9 Importing IV_ACTION_PROPERTY Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110128
10 Importing IV_ASSOC_ATTR_PROPERTY Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110128
11 Importing IV_ASSOC_PROPERTY Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110128
12 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20110128
13 Importing IV_FORCE_READ Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110128
14 Importing IV_NODE_ATTR_PROPERTY Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110128
15 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20110128
16 Importing 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 Exporting ET_PROPERTY Call by reference Type reference (TYPE) TT_PROPERTY 20110129
2 Importing IT_KEYS Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20110129
3 Importing IV_ACTION_PROPERTY Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110129
4 Importing IV_ASSOC_PROPERTY Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110129
5 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20110129
6 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20110129
7 Importing 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