DICTIONARY_DEFINITION
Dictionary Definition
DICTIONARY_DEFINITION is a CDS View in S/4HANA. Dictionary Definition. It contains 5 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BusEvtLogCDSViewDetail | view_entity | inner | BASIC | BEL Core Data Services Details |
| Vb_Core_Cds_Definition | view | from | View Browser Core CDS Definition |
Fields (5)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | FieldName | FieldName | 1 |
| KEY | ObjectName | SQLViewName | 1 |
| DataType | DataType | 1 | |
| ExtensionCDSView | ExtensionCDSView | 1 | |
| fieldname_raw | BusEvtLogCDSViewRawFieldName | 1 |
@AbapCatalog.sqlViewName: 'DICTIONARYDEF'
@EndUserText.label: 'Dictionary Definition'
@ObjectModel.usageType.serviceQuality: #P
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view Dictionary_Definition as select from DDCDS_ENTITY_ELEMENTS
{
key entity_name as ObjectName,
key element_name as FieldName,
element_name_raw as fieldname_raw,
data_type as DataType,
element_position as FieldPosition,
element_type as ElementType,
length as Length,
data_element as DataElement,
extend_ddl_name as ExtensionCDSView
} where entity_state = 'A'