SAP /BOBF/CL_CONF_BCO_MANAGER OO Class - Managing BCOs
/BOBF/CL_CONF_BCO_MANAGER 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_BCO_MANAGER 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 /BOBF/IF_CONF_BCO_MANAGERMethod list of /BOBF/CL_CONF_BCO_MANAGER 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 |
| ADJUST_KEY_VALID_RESULT | Protected | |
| CALL METHOD /bobf/cl_conf_bco_manager=>ADJUST_KEY_VALID_RESULT...more details | ||
| CHECK_CUSTOMER_NAMESPACE | Check if configurations are complient to customer namespace | Protected |
| CALL METHOD /bobf/cl_conf_bco_manager=>CHECK_CUSTOMER_NAMESPACE...more details | ||
| DEACTIVATE_TEST_MODE | Public | |
| CALL METHOD /bobf/cl_conf_bco_manager=>DEACTIVATE_TEST_MODE...more details | ||
| DELETE_FROM_TRANSPORT | Delete a certain TABU from a transport request | Protected |
| CALL METHOD /bobf/cl_conf_bco_manager=>DELETE_FROM_TRANSPORT...more details | ||
| DETERMINE_TRANSPORT_ENTRIES | Create the transport KO200 and E071 entries | Protected |
| CALL METHOD /bobf/cl_conf_bco_manager=>DETERMINE_TRANSPORT_ENTRIES...more details | ||
| DETERMINE_TRANSPORT_KEYS | Get MANDT and ID values for certain instances | Protected |
| CALL METHOD /bobf/cl_conf_bco_manager=>DETERMINE_TRANSPORT_KEYS...more details | ||
|
| ||
| DETERMINE_TRANSPORT_KEY_FIELD | Get user defined id field (second field of table) | Protected |
| CALL METHOD /bobf/cl_conf_bco_manager=>DETERMINE_TRANSPORT_KEY_FIELD...more details | ||
| GET_INSTANCE | Singleton | Public |
| CALL METHOD /bobf/cl_conf_bco_manager=>GET_INSTANCE...more details | ||
| GET_TEST_MODE | Protected | |
| CALL METHOD /bobf/cl_conf_bco_manager=>GET_TEST_MODE...more details | ||
| IS_KEY_VALID | Protected | |
| CALL METHOD /bobf/cl_conf_bco_manager=>IS_KEY_VALID...more details | ||
| SET_TEST_MODE | Public | |
| CALL METHOD /bobf/cl_conf_bco_manager=>SET_TEST_MODE...more details | ||
| SET_TRANSPORT_TYPE | Setting different transport types (just for testing purpose) | Public |
| CALL METHOD /bobf/cl_conf_bco_manager=>SET_TRANSPORT_TYPE...more details | ||
| TRANSPORT | Write transport entries to transport request | Protected |
| CALL METHOD /bobf/cl_conf_bco_manager=>TRANSPORT...more details | ||
| TRANSPORT_CONFIGURATION_REC | Recursion for transport of configuration | Protected |
| CALL METHOD /bobf/cl_conf_bco_manager=>TRANSPORT_CONFIGURATION_REC...more details | ||
/BOBF/CL_CONF_BCO_MANAGER 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 |
| GO_INSTANCE | Static Attribute | Managing BCOs | LIKE /BOBF/IF_CONF_BCO_MANAGER | Protected | |
| MV_TEST_MODE | Static Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Protected | |
| MV_TRANSPORT_TYPE | Static Attribute | Single-Character Indicator | 'W' | LIKE CHAR1 | Protected |
/BOBF/CL_CONF_BCO_MANAGER types
TT_E071K -TT_KEY_ATTRIBUTE_NAME -
TT_KO200 -
TT_NAMESPACE_CONFIGURATION -
TT_TABKEY -
TT_TRANSPORT_KEY -
TY_ID -
TY_KEY_ATTRIBUTE_NAME -
TY_TABKEY - Object Name in Object List
TY_TRANSPORT_KEY -
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