DICTIONARY_DEFINITION
Dictionary Definition
DICTIONARY_DEFINITION is a CDS View in S/4HANA. Dictionary Definition. It contains 3 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| Vb_Core_Cds_Definition | view | from | View Browser Core CDS Definition |
Fields (3)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | FieldName | FieldName | 1 |
| KEY | ObjectName | SQLViewName | 1 |
| DataType | DataType | 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,
length as Length,
data_element as DataElement
} where entity_state = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DDCDS_ENTITY_ELEMENTS"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/