SAP /BOBF/CL_CONF_CDS_LINK_CHECK OO Class - CDS link - check - active BO









/BOBF/CL_CONF_CDS_LINK_CHECK 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_CDS_LINK_CHECK 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_CDS_LINK_CHECK

Method list of /BOBF/CL_CONF_CDS_LINK_CHECK 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
CHECK_BDEFINVERSE_VS_ALTKEYSPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_BDEFINVERSE_VS_ALTKEYS...more details

CHECK_BDEFKEYS_VS_ALTKEYSPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_BDEFKEYS_VS_ALTKEYS...more details

CHECK_CHILDRENPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_CHILDREN...more details

CHECK_CHILD_ANNOS_PERSISTENCEPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_CHILD_ANNOS_PERSISTENCE...more details

CHECK_CHILD_ANNOTATIONSProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_CHILD_ANNOTATIONS...more details

CHECK_CHILD_ASSOCIATIONSProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_CHILD_ASSOCIATIONS...more details

CHECK_CHILD_ASSOC_ANNOTATIONSProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_CHILD_ASSOC_ANNOTATIONS...more details

CHECK_CHILD_DDICProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_CHILD_DDIC...more details

CHECK_CHILD_KEY_TYPEPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_CHILD_KEY_TYPE...more details

CHECK_CHILD_VIEWProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_CHILD_VIEW...more details

CHECK_CHILD_VIEW_VS_DDICProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_CHILD_VIEW_VS_DDIC...more details

CHECK_ROOTPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_ROOT...more details

CHECK_ROOT_ANNOS_PERSISTENCEPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_ROOT_ANNOS_PERSISTENCE...more details

CHECK_ROOT_ANNOTATIONSProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_ROOT_ANNOTATIONS...more details

CHECK_ROOT_ASSOCIATIONSProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_ROOT_ASSOCIATIONS...more details

CHECK_ROOT_ASSOC_ANNOTATIONSProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_ROOT_ASSOC_ANNOTATIONS...more details

CHECK_ROOT_DDICProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_ROOT_DDIC...more details

CHECK_ROOT_VIEWProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_ROOT_VIEW...more details

CHECK_ROOT_VIEW_VS_DDICProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>CHECK_ROOT_VIEW_VS_DDIC...more details

CONSTRUCTORCONSTRUCTORPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>CONSTRUCTOR...more details

DETECT_CYCLEPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>DETECT_CYCLE...more details

_CHECK_DBTABLEProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>_CHECK_DBTABLE...more details

_CHECK_ELEMENTS_VS_DB_TYPEPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>_CHECK_ELEMENTS_VS_DB_TYPE...more details

_CHECK_ELEMENTS_VS_DDICProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>_CHECK_ELEMENTS_VS_DDIC...more details

_CHECK_ENTITY_CHANGE_STATE_IDProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>_CHECK_ENTITY_CHANGE_STATE_ID...more details

_CHECK_FOR_DELETED_NODESPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>_CHECK_FOR_DELETED_NODES...more details

_CHECK_MISSING_DB_FIELDSPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>_CHECK_MISSING_DB_FIELDS...more details

_CHECK_NEW_AI_ALLOWEDPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>_CHECK_NEW_AI_ALLOWED...more details

_CHECK_ROOT_CATEGORYProtected
CALL METHOD /bobf/cl_conf_cds_link_check=>_CHECK_ROOT_CATEGORY...more details

_CHECK_ROOT_SCENARIOPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>_CHECK_ROOT_SCENARIO...more details

_CHECK_VIEW_ALREADY_USEDPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>_CHECK_VIEW_ALREADY_USED...more details

_CHECK_VIEW_NAMEPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>_CHECK_VIEW_NAME...more details

_CHECK_VIEW_TYPEPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>_CHECK_VIEW_TYPE...more details

_IS_BOPF_NAMESPACEPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>_IS_BOPF_NAMESPACE...more details

_IS_ON_AI_NEW_ALLOW_LISTPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>_IS_ON_AI_NEW_ALLOW_LIST...more details

_IS_SAP_INTERNAL_SYSTEMPrivate
CALL METHOD /bobf/cl_conf_cds_link_check=>_IS_SAP_INTERNAL_SYSTEM...more details



/BOBF/CL_CONF_CDS_LINK_CHECK 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
GV_ENABLE_DRAFTStatic AttributeABAP_FALSELIKE
ABAP_BOOL
Public
MO_BEHAVIOR_DEFINITIONInstance AttributeLIKE
/BOBF/CL_CONF_BEHAVIOR_DEF
Private
MO_MESSAGEInstance AttributeInterface of Message ObjectLIKE
/BOBF/IF_FRW_MESSAGE
Protected
MO_ROOT_CDS_ENTITYInstance AttributeLIKE
/BOBF/IF_CONF_CDS_ENTITY
Private
MO_ROOT_CDS_VIEWInstance AttributeRepresents a CDS view (including BO annotations)LIKE
/BOBF/CL_CONF_CDS_VIEW
Protected
MS_BOInstance AttributeLIKE
/BOBF/S_CONF_MODEL_ADT_BO
Private
MT_CDS_VIEW_NAMEInstance AttributeLIKE
Private
MV_IS_DRAFTInstance AttributeABAP_FALSELIKE
ABAP_BOOL
Private
MV_PACKAGE_NAMEInstance AttributeLIKE
DEVCLASS
Private
MV_ROOT_PERSISTENCY_KEY_TYPEInstance AttributeLIKE
STRING
Protected
MV_VIEW_SCENARIOInstance AttributeLIKE
/BOBF/CONF_SCENARIO
Private


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!