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 Name | Description | Visability |
| COLLECT_BO_TABLES | Collect BO Tables from BOPF BO Model | Private |
| CALL METHOD /scmtms/cl_bo_configuration=>COLLECT_BO_TABLES...more details | ||
| COLLECT_DO_TABLES | Collect DO Tables from BOPF DO Model | Private |
| CALL METHOD /scmtms/cl_bo_configuration=>COLLECT_DO_TABLES...more details | ||
| FILTER_FND_TABLES | Remove tables from foundation layer | Public |
| CALL METHOD /scmtms/cl_bo_configuration=>FILTER_FND_TABLES...more details | ||
| GET_BO_MODEL | Get the BO Meta Model of a certain BO | Public |
| CALL METHOD /scmtms/cl_bo_configuration=>GET_BO_MODEL...more details | ||
| GET_BO_SETTINGS | Reads the TMS specific settings for a given BO-Name | Public |
| CALL METHOD /scmtms/cl_bo_configuration=>GET_BO_SETTINGS...more details | ||
| GET_DO_DB_TABLE_ROOT | Get the ROOT DB Table of the DO | Private |
| CALL METHOD /scmtms/cl_bo_configuration=>GET_DO_DB_TABLE_ROOT...more details | ||
|
| ||
| GET_DO_MODEL | Get the DO Meta Model of a certain DO | Private |
| CALL METHOD /scmtms/cl_bo_configuration=>GET_DO_MODEL...more details | ||
| GET_IRF_TABLE_LINKS | Derive IRF Table Links from a BO Meta Data Model | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| C_ASSOC_2_DELEGATED_OBJECT | Constant | Association Category | 'O' | LIKE /BOBF/OBM_ASSOC_CAT | Private |
| MS_LAST_BO_SETTINGS | Static Attribute | Business object specific settings | LIKE /SCMTMS/I_OBM_BO | Private | |
| MT_BO_COMPOSITION | Static Attribute | Configuration: Associations | LIKE /BOBF/T_CONFRO_ASSOC2 | Private | |
| MT_BO_ROOT_FATHER_SON | Static Attribute | Table containing hierarchy of tables used by ILM Objects | LIKE DTINF_TT_BADI_ILM_OBJ_TABLES | Private | |
| MT_DO_COMPOSITION | Static Attribute | Configuration: Associations | LIKE /BOBF/T_CONFRO_ASSOC2 | Private | |
| MT_DO_TAB_FATHER_SON_LVL2 | Static Attribute | Table containing hierarchy of tables used by ILM Objects | LIKE DTINF_TT_BADI_ILM_OBJ_TABLES | Private | |
| MT_DO_TAB_FATHER_SON_LVL3 | Static Attribute | Table containing hierarchy of tables used by ILM Objects | LIKE DTINF_TT_BADI_ILM_OBJ_TABLES | Private | |
| MT_TABLES_FATHER_SON_LVL2 | Static Attribute | Table containing hierarchy of tables used by ILM Objects | LIKE DTINF_TT_BADI_ILM_OBJ_TABLES | Private | |
| MT_TABLES_FATHER_SON_LVL3 | Static Attribute | Table containing hierarchy of tables used by ILM Objects | LIKE DTINF_TT_BADI_ILM_OBJ_TABLES | Private | |
| MT_TABLES_FATHER_SON_XBO | Static Attribute | Table containing hierarchy of tables used by ILM Objects | LIKE DTINF_TT_BADI_ILM_OBJ_TABLES | Private | |
| MV_LAST_BO_KEY | Static Attribute | Business Object | LIKE /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