R_EDCREPRESENTATIONTYPE
EDC Representation Type
R_EDCREPRESENTATIONTYPE is a CDS View in S/4HANA. EDC Representation Type. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| R_EDCRepresentationTypeText | view_entity | from | BASIC | EDC Representation Type Text |
@EndUserText.label: 'EDC Representation Type'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #S
}
define view entity R_EDCRepresentationType
as select from edcconrelreptype
{
key contype as EDCType,
key reptyp as EDCRepresentationType
}