SAP /BOBF/CL_CONF_MODEL_TOOLBOX OO Class - Toolbox for BOPF Models









/BOBF/CL_CONF_MODEL_TOOLBOX 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_CONF_MODEL_TOOLBOX 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_CONF_MODEL_TOOLBOX 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
CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /bobf/cl_conf_model_toolbox=>CLASS_CONSTRUCTOR...more details

DETERMINE_ALL_CLASSESDetermine all classes and interfacesPublic
CALL METHOD /bobf/cl_conf_model_toolbox=>DETERMINE_ALL_CLASSES...more details

DETERMINE_CONSTANTS_NAMEDetermine constants namePublic
CALL METHOD /bobf/cl_conf_model_toolbox=>DETERMINE_CONSTANTS_NAME...more details

DETERMINE_REVERSE_ASSOCIATIONDetermine reverse associationPublic
CALL METHOD /bobf/cl_conf_model_toolbox=>DETERMINE_REVERSE_ASSOCIATION...more details

GENERATE_CONTENT_CLASSESGenerate implementation classesPublic
CALL METHOD /bobf/cl_conf_model_toolbox=>GENERATE_CONTENT_CLASSES...more details

GET_PROGRAMMING_MODEL_INFOPublic
CALL METHOD /bobf/cl_conf_model_toolbox=>GET_PROGRAMMING_MODEL_INFO...more details

TR_WITH_VALID_TASK_EXISTSPrivate
CALL METHOD /bobf/cl_conf_model_toolbox=>TR_WITH_VALID_TASK_EXISTS...more details



/BOBF/CL_CONF_MODEL_TOOLBOX 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
GC_ACTIONConstant'SC_ACTION'LIKE
STRING
Private
GC_ACTION_ATTRIBUTEConstant'SC_ACTION_ATTRIBUTE'LIKE
STRING
Private
GC_ALTERNATIVE_KEYConstant'SC_ALTERNATIVE_KEY'LIKE
STRING
Private
GC_ASSOCIATIONConstant'SC_ASSOCIATION'LIKE
STRING
Private
GC_ASSOCIATION_ATTRIBUTEConstant'SC_ASSOCIATION_ATTRIBUTE'LIKE
STRING
Private
GC_BUSINESS_OBJECTConstant'SC_BO_KEY'LIKE
STRING
Private
GC_BUSINESS_OBJECT_NAMEConstant'SC_BO_NAME'LIKE
STRING
Private
GC_DETERMINATIONConstant'SC_DETERMINATION'LIKE
STRING
Private
GC_GROUPConstant'SC_GROUP'LIKE
STRING
Private
GC_NODEConstant'SC_NODE'LIKE
STRING
Private
GC_NODE_ATTRIBUTEConstant'SC_NODE_ATTRIBUTE'LIKE
STRING
Private
GC_NODE_CATEGORYConstant'SC_NODE_CATEGORY'LIKE
STRING
Private
GC_QUERYConstant'SC_QUERY'LIKE
STRING
Private
GC_QUERY_ATTRIBUTEConstant'SC_QUERY_ATTRIBUTE'LIKE
STRING
Private
GC_STATUS_ATTRIBUTEConstant'SC_STATUS_ATTRIBUTE'LIKE
STRING
Private
GC_STATUS_DERIVATORConstant'SC_STATUS_DERIVATOR'LIKE
STRING
Private
GC_VALIDATIONConstant'SC_VALIDATION'LIKE
STRING
Private
GC_VALUE_SETConstant'SC_VALUE_SET'LIKE
STRING
Private
GO_BOPFStatic AttributeInterface for the Service LayerLIKE
/BOBF/IF_FRW_SERVICE_LAYER
Private
GO_CONFStatic AttributeInterface for ConfigurationLIKE
/BOBF/IF_FRW_CONFIGURATION
Private




/BOBF/CL_CONF_MODEL_TOOLBOX types

TS_OBJECT -
TT_OBJECT -

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



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!