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_MANAGER

Method 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 NameDescriptionVisability
ADJUST_KEY_VALID_RESULTProtected
CALL METHOD /bobf/cl_conf_bco_manager=>ADJUST_KEY_VALID_RESULT...more details

CHECK_CUSTOMER_NAMESPACECheck if configurations are complient to customer namespaceProtected
CALL METHOD /bobf/cl_conf_bco_manager=>CHECK_CUSTOMER_NAMESPACE...more details

DEACTIVATE_TEST_MODEPublic
CALL METHOD /bobf/cl_conf_bco_manager=>DEACTIVATE_TEST_MODE...more details

DELETE_FROM_TRANSPORTDelete a certain TABU from a transport requestProtected
CALL METHOD /bobf/cl_conf_bco_manager=>DELETE_FROM_TRANSPORT...more details

DETERMINE_TRANSPORT_ENTRIESCreate the transport KO200 and E071 entriesProtected
CALL METHOD /bobf/cl_conf_bco_manager=>DETERMINE_TRANSPORT_ENTRIES...more details

DETERMINE_TRANSPORT_KEYSGet MANDT and ID values for certain instancesProtected
CALL METHOD /bobf/cl_conf_bco_manager=>DETERMINE_TRANSPORT_KEYS...more details

DETERMINE_TRANSPORT_KEY_FIELDGet user defined id field (second field of table)Protected
CALL METHOD /bobf/cl_conf_bco_manager=>DETERMINE_TRANSPORT_KEY_FIELD...more details

GET_INSTANCESingletonPublic
CALL METHOD /bobf/cl_conf_bco_manager=>GET_INSTANCE...more details

GET_TEST_MODEProtected
CALL METHOD /bobf/cl_conf_bco_manager=>GET_TEST_MODE...more details

IS_KEY_VALIDProtected
CALL METHOD /bobf/cl_conf_bco_manager=>IS_KEY_VALID...more details

SET_TEST_MODEPublic
CALL METHOD /bobf/cl_conf_bco_manager=>SET_TEST_MODE...more details

SET_TRANSPORT_TYPESetting different transport types (just for testing purpose)Public
CALL METHOD /bobf/cl_conf_bco_manager=>SET_TRANSPORT_TYPE...more details

TRANSPORTWrite transport entries to transport requestProtected
CALL METHOD /bobf/cl_conf_bco_manager=>TRANSPORT...more details

TRANSPORT_CONFIGURATION_RECRecursion for transport of configurationProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
GO_INSTANCEStatic AttributeManaging BCOsLIKE
/BOBF/IF_CONF_BCO_MANAGER
Protected
MV_TEST_MODEStatic AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Protected
MV_TRANSPORT_TYPEStatic AttributeSingle-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



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!