SAP /BOBF/CL_FRW_FACTORY OO Class - Framework Instance Management
/BOBF/CL_FRW_FACTORY 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 /BOBF/CL_FRW_FACTORY including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /BOBF/CL_FRW_FACTORY 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 |
| APPLY_ADDON | Private | |
| CALL METHOD /bobf/cl_frw_factory=>APPLY_ADDON...more details | ||
| COLLECT_CONNECTED_BOS | Collects all objects (templates and dependen objects) | Private |
| CALL METHOD /bobf/cl_frw_factory=>COLLECT_CONNECTED_BOS...more details | ||
| CREATE_BOPF | Private | |
| CALL METHOD /bobf/cl_frw_factory=>CREATE_BOPF...more details | ||
| CREATE_BOPF_FOR_FACTORY | Protected | |
| CALL METHOD /bobf/cl_frw_factory=>CREATE_BOPF_FOR_FACTORY...more details | ||
| CREATE_CONFIGURATION | Create an instance of the Configuration | Protected |
| CALL METHOD /bobf/cl_frw_factory=>CREATE_CONFIGURATION...more details | ||
| CREATE_CONFIG_FOR_FACTORY | Protected | |
| CALL METHOD /bobf/cl_frw_factory=>CREATE_CONFIG_FOR_FACTORY...more details | ||
|
| ||
| CREATE_CONFIG_FROM_SHARED | Private | |
| CALL METHOD /bobf/cl_frw_factory=>CREATE_CONFIG_FROM_SHARED...more details | ||
| GET_AUTHORITY_HANDLER | Return an instance of the Framework | Public |
| CALL METHOD /bobf/cl_frw_factory=>GET_AUTHORITY_HANDLER...more details | ||
| GET_BOPF | Return an instance of the Framework | Public |
| CALL METHOD /bobf/cl_frw_factory=>GET_BOPF...more details | ||
| GET_BO_NAME | Get Business Object Name (Existance Check) | Public |
| CALL METHOD /bobf/cl_frw_factory=>GET_BO_NAME...more details | ||
| GET_CHANGE | Return Empty Instance of Change Object | Public |
| CALL METHOD /bobf/cl_frw_factory=>GET_CHANGE...more details | ||
| GET_CONFIGURATION | Return an instance of the Configuration | Public |
| CALL METHOD /bobf/cl_frw_factory=>GET_CONFIGURATION...more details | ||
| GET_DELEGATED_BOPF | get a dependent object bopf | Public |
| CALL METHOD /bobf/cl_frw_factory=>GET_DELEGATED_BOPF...more details | ||
| GET_DELEGATION_CONTXT_FOR_BOPF | get delegation context for BOPF | Public |
| CALL METHOD /bobf/cl_frw_factory=>GET_DELEGATION_CONTXT_FOR_BOPF...more details | ||
| GET_FACTORY | Protected | |
| CALL METHOD /bobf/cl_frw_factory=>GET_FACTORY...more details | ||
| GET_MAIN_BUFFER | Return the main buffer instance | Public |
| CALL METHOD /bobf/cl_frw_factory=>GET_MAIN_BUFFER...more details | ||
| GET_MAIN_BUFFER_CLONE | Public | |
| CALL METHOD /bobf/cl_frw_factory=>GET_MAIN_BUFFER_CLONE...more details | ||
| GET_MESSAGE | Return a Message Object | Public |
| CALL METHOD /bobf/cl_frw_factory=>GET_MESSAGE...more details | ||
| GET_NEW_KEY | Create a New Key (GUID) | Public |
| CALL METHOD /bobf/cl_frw_factory=>GET_NEW_KEY...more details | ||
| GET_NEW_TRANSIENT_KEY | Create a New Key (local) | Public |
| CALL METHOD /bobf/cl_frw_factory=>GET_NEW_TRANSIENT_KEY...more details | ||
| GET_ORIGINAL_BOPF | Protected | |
| CALL METHOD /bobf/cl_frw_factory=>GET_ORIGINAL_BOPF...more details | ||
| GET_PROPERTY | Create a new Property Object Instance | Public |
| CALL METHOD /bobf/cl_frw_factory=>GET_PROPERTY...more details | ||
| GET_SHARED_CONF | Return a shared instance of the Configuration | Protected |
| CALL METHOD /bobf/cl_frw_factory=>GET_SHARED_CONF...more details | ||
| INJECT_TRANSIENT_KEYS_ONLY | Private | |
| CALL METHOD /bobf/cl_frw_factory=>INJECT_TRANSIENT_KEYS_ONLY...more details | ||
| INSTANTIATE_CONFIG_FOR_FACTORY | Private | |
| CALL METHOD /bobf/cl_frw_factory=>INSTANTIATE_CONFIG_FOR_FACTORY...more details | ||
| IS_RAP_BO | Public | |
| CALL METHOD /bobf/cl_frw_factory=>IS_RAP_BO...more details | ||
| QUERY_BO | Search for a Business Object | Public |
| CALL METHOD /bobf/cl_frw_factory=>QUERY_BO...more details | ||
| QUERY_BOS | Return a list of all Business Objects | Public |
| CALL METHOD /bobf/cl_frw_factory=>QUERY_BOS...more details | ||
| QUERY_BO_BY_GENIL_COMPONENT | Search for Business Object Configurations | Public |
| CALL METHOD /bobf/cl_frw_factory=>QUERY_BO_BY_GENIL_COMPONENT...more details | ||
| QUERY_EXTENSION_BO | Public | |
| CALL METHOD /bobf/cl_frw_factory=>QUERY_EXTENSION_BO...more details | ||
| QUERY_EXTENSION_BOS | Returns all extensions for a certain Business Object | Public |
| CALL METHOD /bobf/cl_frw_factory=>QUERY_EXTENSION_BOS...more details | ||
| QUERY_INHERITING_BO | Search for Inheriting Business Objects | Public |
| CALL METHOD /bobf/cl_frw_factory=>QUERY_INHERITING_BO...more details | ||
| QUERY_PARENT_BO | Search for the Parent Business Object | Public |
| CALL METHOD /bobf/cl_frw_factory=>QUERY_PARENT_BO...more details | ||
| REPLACE_BOPF | Private | |
| CALL METHOD /bobf/cl_frw_factory=>REPLACE_BOPF...more details | ||
| RESET_MAIN_BUFFER_CLONE | Public | |
| CALL METHOD /bobf/cl_frw_factory=>RESET_MAIN_BUFFER_CLONE...more details | ||
| SET_MAIN_BUFFER_CLONE | Public | |
| CALL METHOD /bobf/cl_frw_factory=>SET_MAIN_BUFFER_CLONE...more details | ||
| SHARED_OBJECT_DISABLE | Disable Shared Object Usage | Private |
| CALL METHOD /bobf/cl_frw_factory=>SHARED_OBJECT_DISABLE...more details | ||
| SHARED_OBJECT_RESTRICT | Disable Shared Object Usage | Private |
| CALL METHOD /bobf/cl_frw_factory=>SHARED_OBJECT_RESTRICT...more details | ||
| SHARED_OBJECT_UNEXCEPTIONAL | Disable Shared Object Usage | Private |
| CALL METHOD /bobf/cl_frw_factory=>SHARED_OBJECT_UNEXCEPTIONAL...more details | ||
| _GET_BOPF | Return an instance of the Framework | Protected |
| CALL METHOD /bobf/cl_frw_factory=>_GET_BOPF...more details | ||
| _GET_CONFIGURATION | Private | |
| CALL METHOD /bobf/cl_frw_factory=>_GET_CONFIGURATION...more details | ||
/BOBF/CL_FRW_FACTORY 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 |
| GT_BO | Static Attribute | LIKE TT_BO | Private | ||
| GT_BOPF_ADDON_ACTIVE | Static Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE /BOBF/T_FRW_KEY2 | Private | |
| GT_DO_REFERENCE | Static Attribute | LIKE TT_DO_REFERENCE | Private | ||
| GT_FACTORY | Static Attribute | Table of Framework Instances | LIKE /BOBF/T_FRW_FACTORY | Protected | |
| GT_MAIN_BUFFER_CLONE | Static Attribute | LIKE TT_MAIN_BUFFER_CLONE | Private | ||
| GT_OBJ | Static Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE TT_OBJ | Private | |
| GV_MACV_MESSAGE | Static Attribute | LIKE STRING | Private | ||
| GV_SHARED_OBJECT_DISABLE | Static Attribute | Disable Shared Object | ABAP_FALSE | LIKE BOOLE_D | Private |
| GV_SHARED_OBJECT_RESTRICT | Static Attribute | Use Shared Object only for BOs with less than 2 sub objects | ABAP_FALSE | LIKE BOOLE_D | Private |
| GV_SHARED_OBJECT_UNEXCEPTIONAL | Static Attribute | Dumps in case of failed shared object creation | ABAP_FALSE | LIKE BOOLE_D | Private |
| GV_TRANSIENT_KEY | Static Attribute | NodeID | LIKE /BOBF/CONF_KEY | Private | |
| GV_TRANSIENT_KEYS_ONLY | Static Attribute | LIKE ABAP_BOOL | Private |
/BOBF/CL_FRW_FACTORY types
TT_BO -TT_BO_NAME - Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
TT_DO_REFERENCE -
TT_MAIN_BUFFER_CLONE -
TT_OBJ -
TY_BO -
TY_DO_REFERENCE -
TY_MAIN_BUFFER_CLONE -
TY_OBJ -
Links to Related Class(s)
/BOBF/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects