C_EDCFilterFieldList

DDL: C_EDCFILTERFIELDLIST Type: view_entity CONSUMPTION Package: APPL_GLO_EDC_ODATA

EDC Consistency Filter Field List

C_EDCFilterFieldList is a Consumption CDS View that provides data about "EDC Consistency Filter Field List" in SAP S/4HANA. It reads from 1 data source (I_EDCFilterFieldList) and exposes 5 fields with key fields EDCType, EDCTableName, EDCTableFieldName. It is exposed through 2 OData services (EDC_CHECK, EDC_PROCESS). Part of development package APPL_GLO_EDC_ODATA.

Data Sources (1)

SourceAliasJoin Type
I_EDCFilterFieldList I_EDCFilterFieldList from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label EDC Consistency Filter Field List view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

OData Services (2)

ServiceBindingVersionContractRelease
EDC_CHECK UI_EDC_CHECK_O2 V2 C1 NOT_RELEASED
EDC_PROCESS UI_EDC_PROCESS_O2 V2 C1 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY EDCType EDCType
KEY EDCTableName EDCTableName
KEY EDCTableFieldName EDCTableFieldName
EDCViewName EDCViewName
EDCViewFieldName EDCViewFieldName
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'EDC Consistency Filter Field List'
@VDM.viewType:#CONSUMPTION
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
define view entity C_EDCFilterFieldList
  as select from I_EDCFilterFieldList
  
{
  key EDCType,
  key EDCTableName,
  key EDCTableFieldName,
      //      type,

      EDCViewName,
      EDCViewFieldName
}