R_EDCType

DDL: R_EDCTYPE Type: view_entity BASIC

eDocument Consistency Type

R_EDCType is a Basic CDS View that provides data about "eDocument Consistency Type" in SAP S/4HANA. It reads from 1 data source (edccontype) and exposes 2 fields with key field EDCType.

Data Sources (1)

SourceAliasJoin Type
edccontype edccontype from

Annotations (7)

NameValueLevelField
EndUserText.label eDocument Consistency Type view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY EDCType contype
EDCCountry country
@EndUserText.label: 'eDocument Consistency 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_EDCType
  as select from edccontype
{
  key contype as EDCType,
      country as EDCCountry
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EDCCONTYPE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/