SAP /BOBF/CL_CONF_CDS_DDIC OO Class - DDIC-related stuff









/BOBF/CL_CONF_CDS_DDIC 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_DDIC 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 /BOBF/CL_CONF_CDS_DDIC 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
ACTIVATE_DDIC_OBJECTPublic
CALL METHOD /bobf/cl_conf_cds_ddic=>ACTIVATE_DDIC_OBJECT...more details

CHECK_DBTABLEPublic
CALL METHOD /bobf/cl_conf_cds_ddic=>CHECK_DBTABLE...more details

CHECK_STRUCTURE_VS_DBFIELDSPublic
CALL METHOD /bobf/cl_conf_cds_ddic=>CHECK_STRUCTURE_VS_DBFIELDS...more details

CHECK_STRUCTURE_VS_DBTABLEPublic
CALL METHOD /bobf/cl_conf_cds_ddic=>CHECK_STRUCTURE_VS_DBTABLE...more details

CREATE_STRUCTURE_FROM_DBFIELDSPublic
CALL METHOD /bobf/cl_conf_cds_ddic=>CREATE_STRUCTURE_FROM_DBFIELDS...more details

CREATE_UPDATE_KEY_STRUCTUREPublic
CALL METHOD /bobf/cl_conf_cds_ddic=>CREATE_UPDATE_KEY_STRUCTURE...more details

CREATE_UPDATE_STRUC_FROM_DBTABPublic
CALL METHOD /bobf/cl_conf_cds_ddic=>CREATE_UPDATE_STRUC_FROM_DBTAB...more details

CREATE_UPDATE_TRANS_STRUCTUREPublic
CALL METHOD /bobf/cl_conf_cds_ddic=>CREATE_UPDATE_TRANS_STRUCTURE...more details

GET_DBTABLE_COMPONENTSPublic
CALL METHOD /bobf/cl_conf_cds_ddic=>GET_DBTABLE_COMPONENTS...more details

GET_DBTABLE_COMPS_FOR_STRUCTPublic
CALL METHOD /bobf/cl_conf_cds_ddic=>GET_DBTABLE_COMPS_FOR_STRUCT...more details

GET_DBTABLE_KEY_FIELDSPublic
CALL METHOD /bobf/cl_conf_cds_ddic=>GET_DBTABLE_KEY_FIELDS...more details

GET_DDIC_COMPONENTSPrivate
CALL METHOD /bobf/cl_conf_cds_ddic=>GET_DDIC_COMPONENTS...more details

GET_DDIC_FIELDPrivate
CALL METHOD /bobf/cl_conf_cds_ddic=>GET_DDIC_FIELD...more details

GET_ENHANCEMENT_CATEGORYPublic
CALL METHOD /bobf/cl_conf_cds_ddic=>GET_ENHANCEMENT_CATEGORY...more details

GET_PERSISTENCY_KEY_TYPEPublic
CALL METHOD /bobf/cl_conf_cds_ddic=>GET_PERSISTENCY_KEY_TYPE...more details

MAP_ABAP_TO_DDIC_DATATYPEPublic
CALL METHOD /bobf/cl_conf_cds_ddic=>MAP_ABAP_TO_DDIC_DATATYPE...more details

REACTIVATE_STRUCTUREPublic
CALL METHOD /bobf/cl_conf_cds_ddic=>REACTIVATE_STRUCTURE...more details

REMOVE_STRUC_IRRELEVANT_FIELDSPrivate
CALL METHOD /bobf/cl_conf_cds_ddic=>REMOVE_STRUC_IRRELEVANT_FIELDS...more details

_ADD_EXTENSION_INCLUDESPrivate
CALL METHOD /bobf/cl_conf_cds_ddic=>_ADD_EXTENSION_INCLUDES...more details

_GET_DBTABLE_APPENDSPrivate
CALL METHOD /bobf/cl_conf_cds_ddic=>_GET_DBTABLE_APPENDS...more details

_GET_DBTABLE_APPEND_FIELDSPrivate
CALL METHOD /bobf/cl_conf_cds_ddic=>_GET_DBTABLE_APPEND_FIELDS...more details

_GET_DDIC_APPENDSPrivate
CALL METHOD /bobf/cl_conf_cds_ddic=>_GET_DDIC_APPENDS...more details

_GET_DDIC_APPEND_FIELDSPrivate
CALL METHOD /bobf/cl_conf_cds_ddic=>_GET_DDIC_APPEND_FIELDS...more details

_GET_DDIC_VIEW_FIELDSPrivate
CALL METHOD /bobf/cl_conf_cds_ddic=>_GET_DDIC_VIEW_FIELDS...more details

_GET_STRUCTURE_FIELDSPrivate
CALL METHOD /bobf/cl_conf_cds_ddic=>_GET_STRUCTURE_FIELDS...more details

_IS_DDIC_VIEWPrivate
CALL METHOD /bobf/cl_conf_cds_ddic=>_IS_DDIC_VIEW...more details



/BOBF/CL_CONF_CDS_DDIC 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
GT_APPEND_BUFStatic AttributeLIKE
GTT_APPEND_BUF
Private
GT_PERSISTENCY_KEY_TYPEStatic AttributeLIKE
GTT_PERSISTENCY_KEY_TYPE
Private
MC_APPEND_TECH_FIELDNAMEConstant'.INCLU--AP'LIKE
FIELDNAME
Private
MC_DDIC_ADMFIELD_LEVEL_0Constant'0'LIKE
ADMINFIELD
Private
MC_DDIC_ADMFIELD_LEVEL_1_TO_9Constant`123456789`LIKE
STRING
Private
MC_DDIC_APPEND_FIELDNAMEConstant'.INCLU--AP'LIKE
FIELDNAME
Private
MC_DDIC_INCL_APP_FIELDNAME_PATConstant`.*`LIKE
STRING
Private
MC_DDIC_STATE_ACTIVE_VERSIONConstant'A'LIKE
DDOBJSTATE
Private
MT_APPEND_BUFStatic AttributeLIKE
GTT_APPEND_BUF
Private




/BOBF/CL_CONF_CDS_DDIC types

GTT_APPEND_BUF -
GTT_PERSISTENCY_KEY_TYPE -
GTY_APPEND_BUF -
GTY_PERSISTENCY_KEY_TYPE -

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!