SAP /BOFU/CL_FREESTYLE_BOPF_HELPER OO Class - WD Free Style BOPF BO Model Helper
/BOFU/CL_FREESTYLE_BOPF_HELPER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BOFU/CL_FREESTYLE_BOPF_HELPER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FPM_FEEDER_MODELMethod list of /BOFU/CL_FREESTYLE_BOPF_HELPER SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| BUILD_PROPERTY_BUFFER | Builds property buffer for BOPF BO Nodes, Actions & Assocs | Protected |
| CALL METHOD /bofu/cl_freestyle_bopf_helper=>BUILD_PROPERTY_BUFFER...more details | ||
| CREATE_VIEW_INSTANCE | Creates view instance | Protected |
| CALL METHOD /bofu/cl_freestyle_bopf_helper=>CREATE_VIEW_INSTANCE...more details | ||
| GET_EVENT_ACTION_DATA | Gets data for specific event actions | Protected |
| CALL METHOD /bofu/cl_freestyle_bopf_helper=>GET_EVENT_ACTION_DATA...more details | ||
| HANDLE_AFTER_FAILED_EVENT | Handle after failed events | Public |
| CALL METHOD /bofu/cl_freestyle_bopf_helper=>HANDLE_AFTER_FAILED_EVENT...more details | ||
| HANDLE_FLUSH | Saves UI data back to BOPF BO model | Public |
| CALL METHOD /bofu/cl_freestyle_bopf_helper=>HANDLE_FLUSH...more details | ||
| HANDLE_GET_DATA | Gets the data from the BOPF BO model | Public |
| CALL METHOD /bofu/cl_freestyle_bopf_helper=>HANDLE_GET_DATA...more details | ||
|
| ||
| HANDLE_INITIALIZE | Initialization | Public |
| CALL METHOD /bofu/cl_freestyle_bopf_helper=>HANDLE_INITIALIZE...more details | ||
| HANDLE_MESSAGES | Converts BOPF BO messages to FPM format | Public |
| CALL METHOD /bofu/cl_freestyle_bopf_helper=>HANDLE_MESSAGES...more details | ||
| HANDLE_NEEDS_CONFIRMATION | Confirmation text on pop ups in OTR format | Public |
| CALL METHOD /bofu/cl_freestyle_bopf_helper=>HANDLE_NEEDS_CONFIRMATION...more details | ||
| HANDLE_PROCESS_EVENT | Handles process events | Public |
| CALL METHOD /bofu/cl_freestyle_bopf_helper=>HANDLE_PROCESS_EVENT...more details | ||
| HANDLE_PROPERTY | Gets BOPF BO Nodes, Actions & Assocs properties | Public |
| CALL METHOD /bofu/cl_freestyle_bopf_helper=>HANDLE_PROPERTY...more details | ||
| READ_PROPERTY | Read the BOPF BO properties for Nodes, Actions & Assocs | Protected |
| CALL METHOD /bofu/cl_freestyle_bopf_helper=>READ_PROPERTY...more details | ||
/BOFU/CL_FREESTYLE_BOPF_HELPER attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_BO_KEY | Instance Attribute | Business Object | LIKE /BOBF/OBM_BO_KEY | Protected | |
| MO_CONNECTOR | Instance Attribute | FBI Connector | LIKE /BOFU/IF_FBI_CONNECTOR_BASE | Protected | |
| MO_CONTROLLER | Instance Attribute | /BOFU/IF_FBI_CONTROLLER_NEW | LIKE /BOFU/IF_FBI_CONTROLLER_NEW | Protected | |
| MO_FPM | Instance Attribute | Interface for accessing FPM functionality | LIKE IF_FPM | Protected | |
| MO_MSG_MANAGER | Instance Attribute | FBI Message Manager | LIKE /BOFU/IF_FBI_MESSAGE_MANAGER | Protected | |
| MO_NODE_KEY | Instance Attribute | Business Object | LIKE /BOBF/OBM_BO_KEY | Protected | |
| MO_SD_FCAT | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_STRUCTDESCR | Protected | |
| MO_TD_FCAT | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_TABLEDESCR | Protected | |
| MO_VIEW | Instance Attribute | FBI View | LIKE /BOFU/IF_FBI_VIEW | Protected | |
| MO_VIEW_INST | Instance Attribute | /BOFU/IF_FBI_VIEW_INSTANCE_NEW | LIKE /BOFU/IF_FBI_VIEW_INSTANCE_NEW | Protected | |
| MR_LAST_PROP_BUFFER | Instance Attribute | LIKE TS_PROPERTY_BUFFER | Protected | ||
| MS_DATA | Instance Attribute | LIKE DATA | Protected | ||
| MS_OBJECT_KEY | Instance Attribute | LIKE /BOFU/CL_FBI_GUIBB_BASE=>TS_OBJECT_KEY | Protected | ||
| MS_UIBB_KEY | Instance Attribute | LIKE CL_FPM_EVENT=>TY_S_UIBB_KEY | Protected | ||
| MS_VIEW_CONTEXT_DATA | Instance Attribute | LIKE /BOFU/IF_FBI_VIEW_INSTANCE_NEW=>TS_VIEW_CONTEXT_DATA | Protected | ||
| MT_DATA | Instance Attribute | LIKE DATA | Protected | ||
| MT_KEYS | Instance Attribute | Key Table | LIKE /BOBF/T_FRW_KEY | Protected | |
| MT_PROPERTY_BUFFER | Instance Attribute | LIKE TT_PROPERTY_BUFFER | Protected |
/BOFU/CL_FREESTYLE_BOPF_HELPER types
TS_ACTION_ATTR_PROP -TS_ACTION_ATTR_PROPERTIES -
TS_ACTION_PROPERTIES -
TS_ACT_PROP_MAP -
TS_ASSOC_ATTR_PROP -
TS_ASSOC_ATTR_PROPERTIES -
TS_ASSOC_PROPERTIES -
TS_ASSOC_PROP_MAP -
TS_ATTR_PROP_MAP -
TS_EMPTY_LINES -
TS_NODE_ATTR_PROPERTIES -
TS_NODE_PROPERTIES -
TS_NODE_PROPERTY -
TS_PROPERTY -
TS_PROPERTY_BUFFER -
TT_ACTION_ATTR_PROP -
TT_ACTION_ATTR_PROPERTIES -
TT_ACTION_PROPERTIES -
TT_ACT_PROP_MAP -
TT_ASSOC_ATTR_PROP -
TT_ASSOC_ATTR_PROPERTIES -
TT_ASSOC_PROPERTIES -
TT_ASSOC_PROP_MAP -
TT_ATTR_PROP_MAP -
TT_EMPTY_LINES -
TT_NODE_ATTR_PROPERTIES -
TT_NODE_PROPERTIES -
TT_NODE_PROPERTY -
TT_PROPERTY -
TT_PROPERTY_BUFFER -
TV_PROP_VALUE -
Links to Related Class(s)
/BOFU/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects