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_SINGLETON

Method 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 NameDescriptionVisability
CHECK_CATALOG_IDProtected
CALL METHOD /bofu/cl_fc_factory=>CHECK_CATALOG_ID...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /bofu/cl_fc_factory=>CONSTRUCTOR...more details

DETERMINE_BO_PROFILE_ASSIGNProtected
CALL METHOD /bofu/cl_fc_factory=>DETERMINE_BO_PROFILE_ASSIGN...more details

GET_BO_PROFILEPublic
CALL METHOD /bofu/cl_fc_factory=>GET_BO_PROFILE...more details

GET_BO_PROFILE_ASSIGNPublic
CALL METHOD /bofu/cl_fc_factory=>GET_BO_PROFILE_ASSIGN...more details

GET_FC_SETTINGSPublic
CALL METHOD /bofu/cl_fc_factory=>GET_FC_SETTINGS...more details

GET_PROPERTY_BUFFERPublic
CALL METHOD /bofu/cl_fc_factory=>GET_PROPERTY_BUFFER...more details

RESET_BO_PROFILE_ASSIGNPublic
CALL METHOD /bofu/cl_fc_factory=>RESET_BO_PROFILE_ASSIGN...more details

SET_FC_SETTINGSPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MC_CATALOG_ATTR_NODEInstance Attribute'801CC4EFFE841DDEB28DAD29BD968950'LIKE
IF_FDT_TYPES=>ID
Public
MO_FDTInstance AttributeFDT: FactoryLIKE
IF_FDT_FACTORY
Protected
MO_QRY_CATALOGInstance AttributeFDT: QueryLIKE
IF_FDT_QUERY
Protected
MT_BO_FC_SETTINGSInstance AttributeLIKE
TT_BO_FC_SETTINGS
Protected
MT_BO_LOADInstance AttributeLIKE
TT_BO_LOAD
Protected
MT_BO_PROFILEInstance AttributeLIKE
TT_BO_PROFILE
Protected
MT_PROPERTY_BUFFER_LOADInstance AttributeLIKE
TT_PROPERTY_BUFFER_LOAD
Protected
SC_ACTION_PROPERTYConstantLIKE
Public
SC_ASSOCN_PROPERTYConstantLIKE
Public
SC_ATTRIB_PROPERTYConstantLIKE
Public
SC_DELETE_PROPERTYConstantLIKE
Public
SC_FC_ACTIVEConstantLIKE
Public
SC_SUBTRE_PROPERTYConstantLIKE
Public
SC_UPDATE_PROPERTYConstantLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!