SAP /SCMTMS/CL_BO_CONFIGURATION OO Class - Reads the TMS specific Business object configuration









/SCMTMS/CL_BO_CONFIGURATION 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 /SCMTMS/CL_BO_CONFIGURATION 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 /SCMTMS/CL_BO_CONFIGURATION 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
COLLECT_BO_TABLESCollect BO Tables from BOPF BO ModelPrivate
CALL METHOD /scmtms/cl_bo_configuration=>COLLECT_BO_TABLES...more details

COLLECT_DO_TABLESCollect DO Tables from BOPF DO ModelPrivate
CALL METHOD /scmtms/cl_bo_configuration=>COLLECT_DO_TABLES...more details

FILTER_FND_TABLESRemove tables from foundation layerPublic
CALL METHOD /scmtms/cl_bo_configuration=>FILTER_FND_TABLES...more details

GET_BO_MODELGet the BO Meta Model of a certain BOPublic
CALL METHOD /scmtms/cl_bo_configuration=>GET_BO_MODEL...more details

GET_BO_SETTINGSReads the TMS specific settings for a given BO-NamePublic
CALL METHOD /scmtms/cl_bo_configuration=>GET_BO_SETTINGS...more details

GET_DO_DB_TABLE_ROOTGet the ROOT DB Table of the DOPrivate
CALL METHOD /scmtms/cl_bo_configuration=>GET_DO_DB_TABLE_ROOT...more details

GET_DO_MODELGet the DO Meta Model of a certain DOPrivate
CALL METHOD /scmtms/cl_bo_configuration=>GET_DO_MODEL...more details

GET_IRF_TABLE_LINKSDerive IRF Table Links from a BO Meta Data ModelPublic
CALL METHOD /scmtms/cl_bo_configuration=>GET_IRF_TABLE_LINKS...more details



/SCMTMS/CL_BO_CONFIGURATION 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
C_ASSOC_2_DELEGATED_OBJECTConstantAssociation Category'O'LIKE
/BOBF/OBM_ASSOC_CAT
Private
MS_LAST_BO_SETTINGSStatic AttributeBusiness object specific settingsLIKE
/SCMTMS/I_OBM_BO
Private
MT_BO_COMPOSITIONStatic AttributeConfiguration: AssociationsLIKE
/BOBF/T_CONFRO_ASSOC2
Private
MT_BO_ROOT_FATHER_SONStatic AttributeTable containing hierarchy of tables used by ILM ObjectsLIKE
DTINF_TT_BADI_ILM_OBJ_TABLES
Private
MT_DO_COMPOSITIONStatic AttributeConfiguration: AssociationsLIKE
/BOBF/T_CONFRO_ASSOC2
Private
MT_DO_TAB_FATHER_SON_LVL2Static AttributeTable containing hierarchy of tables used by ILM ObjectsLIKE
DTINF_TT_BADI_ILM_OBJ_TABLES
Private
MT_DO_TAB_FATHER_SON_LVL3Static AttributeTable containing hierarchy of tables used by ILM ObjectsLIKE
DTINF_TT_BADI_ILM_OBJ_TABLES
Private
MT_TABLES_FATHER_SON_LVL2Static AttributeTable containing hierarchy of tables used by ILM ObjectsLIKE
DTINF_TT_BADI_ILM_OBJ_TABLES
Private
MT_TABLES_FATHER_SON_LVL3Static AttributeTable containing hierarchy of tables used by ILM ObjectsLIKE
DTINF_TT_BADI_ILM_OBJ_TABLES
Private
MT_TABLES_FATHER_SON_XBOStatic AttributeTable containing hierarchy of tables used by ILM ObjectsLIKE
DTINF_TT_BADI_ILM_OBJ_TABLES
Private
MV_LAST_BO_KEYStatic AttributeBusiness ObjectLIKE
/BOBF/OBM_BO_KEY
Private


Links to Related Class(s)

/SCMTMS/...
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!