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 Name | Description | Visability |
| ACTIVATE_DDIC_OBJECT | Public | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>ACTIVATE_DDIC_OBJECT...more details | ||
| CHECK_DBTABLE | Public | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>CHECK_DBTABLE...more details | ||
| CHECK_STRUCTURE_VS_DBFIELDS | Public | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>CHECK_STRUCTURE_VS_DBFIELDS...more details | ||
| CHECK_STRUCTURE_VS_DBTABLE | Public | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>CHECK_STRUCTURE_VS_DBTABLE...more details | ||
| CREATE_STRUCTURE_FROM_DBFIELDS | Public | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>CREATE_STRUCTURE_FROM_DBFIELDS...more details | ||
| CREATE_UPDATE_KEY_STRUCTURE | Public | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>CREATE_UPDATE_KEY_STRUCTURE...more details | ||
|
| ||
| CREATE_UPDATE_STRUC_FROM_DBTAB | Public | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>CREATE_UPDATE_STRUC_FROM_DBTAB...more details | ||
| CREATE_UPDATE_TRANS_STRUCTURE | Public | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>CREATE_UPDATE_TRANS_STRUCTURE...more details | ||
| GET_DBTABLE_COMPONENTS | Public | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>GET_DBTABLE_COMPONENTS...more details | ||
| GET_DBTABLE_COMPS_FOR_STRUCT | Public | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>GET_DBTABLE_COMPS_FOR_STRUCT...more details | ||
| GET_DBTABLE_KEY_FIELDS | Public | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>GET_DBTABLE_KEY_FIELDS...more details | ||
| GET_DDIC_COMPONENTS | Private | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>GET_DDIC_COMPONENTS...more details | ||
| GET_DDIC_FIELD | Private | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>GET_DDIC_FIELD...more details | ||
| GET_ENHANCEMENT_CATEGORY | Public | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>GET_ENHANCEMENT_CATEGORY...more details | ||
| GET_PERSISTENCY_KEY_TYPE | Public | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>GET_PERSISTENCY_KEY_TYPE...more details | ||
| MAP_ABAP_TO_DDIC_DATATYPE | Public | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>MAP_ABAP_TO_DDIC_DATATYPE...more details | ||
| REACTIVATE_STRUCTURE | Public | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>REACTIVATE_STRUCTURE...more details | ||
| REMOVE_STRUC_IRRELEVANT_FIELDS | Private | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>REMOVE_STRUC_IRRELEVANT_FIELDS...more details | ||
| _ADD_EXTENSION_INCLUDES | Private | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>_ADD_EXTENSION_INCLUDES...more details | ||
| _GET_DBTABLE_APPENDS | Private | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>_GET_DBTABLE_APPENDS...more details | ||
| _GET_DBTABLE_APPEND_FIELDS | Private | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>_GET_DBTABLE_APPEND_FIELDS...more details | ||
| _GET_DDIC_APPENDS | Private | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>_GET_DDIC_APPENDS...more details | ||
| _GET_DDIC_APPEND_FIELDS | Private | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>_GET_DDIC_APPEND_FIELDS...more details | ||
| _GET_DDIC_VIEW_FIELDS | Private | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>_GET_DDIC_VIEW_FIELDS...more details | ||
| _GET_STRUCTURE_FIELDS | Private | |
| CALL METHOD /bobf/cl_conf_cds_ddic=>_GET_STRUCTURE_FIELDS...more details | ||
| _IS_DDIC_VIEW | Private | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GT_APPEND_BUF | Static Attribute | LIKE GTT_APPEND_BUF | Private | ||
| GT_PERSISTENCY_KEY_TYPE | Static Attribute | LIKE GTT_PERSISTENCY_KEY_TYPE | Private | ||
| MC_APPEND_TECH_FIELDNAME | Constant | '.INCLU--AP' | LIKE FIELDNAME | Private | |
| MC_DDIC_ADMFIELD_LEVEL_0 | Constant | '0' | LIKE ADMINFIELD | Private | |
| MC_DDIC_ADMFIELD_LEVEL_1_TO_9 | Constant | `123456789` | LIKE STRING | Private | |
| MC_DDIC_APPEND_FIELDNAME | Constant | '.INCLU--AP' | LIKE FIELDNAME | Private | |
| MC_DDIC_INCL_APP_FIELDNAME_PAT | Constant | `.*` | LIKE STRING | Private | |
| MC_DDIC_STATE_ACTIVE_VERSION | Constant | 'A' | LIKE DDOBJSTATE | Private | |
| MT_APPEND_BUF | Static Attribute | LIKE 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