SAP /BOFU/CL_FC_FACTORY OO Class - Field Control: Factory
/BOFU/CL_FC_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 /BOFU/CL_FC_FACTORY 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 /BOFU/IF_ABSTRACT_SINGLETONMethod list of /BOFU/CL_FC_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 |
| CHECK_CATALOG_ID | Protected | |
| CALL METHOD /bofu/cl_fc_factory=>CHECK_CATALOG_ID...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_fc_factory=>CONSTRUCTOR...more details | ||
| DETERMINE_BO_PROFILE_ASSIGN | Protected | |
| CALL METHOD /bofu/cl_fc_factory=>DETERMINE_BO_PROFILE_ASSIGN...more details | ||
| GET_BO_PROFILE | Public | |
| CALL METHOD /bofu/cl_fc_factory=>GET_BO_PROFILE...more details | ||
| GET_BO_PROFILE_ASSIGN | Public | |
| CALL METHOD /bofu/cl_fc_factory=>GET_BO_PROFILE_ASSIGN...more details | ||
| GET_FC_SETTINGS | Public | |
| CALL METHOD /bofu/cl_fc_factory=>GET_FC_SETTINGS...more details | ||
|
| ||
| GET_PROPERTY_BUFFER | Public | |
| CALL METHOD /bofu/cl_fc_factory=>GET_PROPERTY_BUFFER...more details | ||
| RESET_BO_PROFILE_ASSIGN | Public | |
| CALL METHOD /bofu/cl_fc_factory=>RESET_BO_PROFILE_ASSIGN...more details | ||
| SET_FC_SETTINGS | Public | |
| CALL METHOD /bofu/cl_fc_factory=>SET_FC_SETTINGS...more details | ||
/BOFU/CL_FC_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 |
| MC_CATALOG_ATTR_NODE | Instance Attribute | '801CC4EFFE841DDEB28DAD29BD968950' | LIKE IF_FDT_TYPES=>ID | Public | |
| MO_FDT | Instance Attribute | FDT: Factory | LIKE IF_FDT_FACTORY | Protected | |
| MO_QRY_CATALOG | Instance Attribute | FDT: Query | LIKE IF_FDT_QUERY | Protected | |
| MT_BO_FC_SETTINGS | Instance Attribute | LIKE TT_BO_FC_SETTINGS | Protected | ||
| MT_BO_LOAD | Instance Attribute | LIKE TT_BO_LOAD | Protected | ||
| MT_BO_PROFILE | Instance Attribute | LIKE TT_BO_PROFILE | Protected | ||
| MT_PROPERTY_BUFFER_LOAD | Instance Attribute | LIKE TT_PROPERTY_BUFFER_LOAD | Protected | ||
| SC_ACTION_PROPERTY | Constant | LIKE | Public | ||
| SC_ASSOCN_PROPERTY | Constant | LIKE | Public | ||
| SC_ATTRIB_PROPERTY | Constant | LIKE | Public | ||
| SC_DELETE_PROPERTY | Constant | LIKE | Public | ||
| SC_FC_ACTIVE | Constant | LIKE | Public | ||
| SC_SUBTRE_PROPERTY | Constant | LIKE | Public | ||
| SC_UPDATE_PROPERTY | Constant | LIKE | Public |
/BOFU/CL_FC_FACTORY types
TS_ACTION_BUFFER -TS_ASSOCN_BUFFER -
TS_ATTRIB_BUFFER -
TS_BO_FC_SETTINGS -
TS_BO_LOAD -
TS_BO_PROFILE -
TS_ID -
TS_NODE_FC_SETTINGS -
TS_PROPERTY_BUFFER -
TS_PROPERTY_BUFFER_LOAD -
TT_ACTION_BUFFER -
TT_ASSOCN_BUFFER -
TT_ATTRIB_BUFFER -
TT_BO_FC_SETTINGS -
TT_BO_LOAD -
TT_BO_PROFILE -
TT_ID -
TT_NODE_FC_SETTINGS -
TT_PROPERTY_BUFFER_LOAD -
TV_ACTION_PROPERTY -
TV_ASSOCN_PROPERTY -
TV_ATTRIB_PROPERTY -
TV_DELETE_PROPERTY -
TV_FC_ACTIVE -
TV_SUBTRE_PROPERTY -
TV_UPDATE_PROPERTY -
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