C_EDCExport

DDL: C_EDCEXPORT Type: view_entity CONSUMPTION Package: APPL_GLO_EDC_ODATA

EDC Export

C_EDCExport is a Consumption CDS View that provides data about "EDC Export" in SAP S/4HANA. It reads from 1 data source (I_EDCExport) and exposes 10 fields with key field EDCExportUUID. It is exposed through 1 OData service (EDC_PROCESS). Part of development package APPL_GLO_EDC_ODATA.

Data Sources (1)

SourceAliasJoin Type
I_EDCExport I_EDCExport from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label EDC Export view
VDM.viewType #CONSUMPTION view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

OData Services (1)

ServiceBindingVersionContractRelease
EDC_PROCESS UI_EDC_PROCESS_O2 V2 C1 NOT_RELEASED

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY EDCExportUUID EDCExportUUID
EDCEntityName EDCEntityName
EDCType EDCType
EDCExportConditionValue EDCExportConditionValue
EDCExportFileName EDCExportFileName
EDCExportFileFormat EDCExportFileFormat
EDCExportContentValue EDCExportContentValue
EDCExportStatus EDCExportStatus
EDCExportInitiatedByUser EDCExportInitiatedByUser
EDCExportInitiatedOnDateTime EDCExportInitiatedOnDateTime
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'EDC Export'
@VDM.viewType:#CONSUMPTION
@Metadata.ignorePropagatedAnnotations: true
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #M,
  dataClass: #TRANSACTIONAL
}
define root view entity C_EDCExport
  as select from I_EDCExport
{
  key EDCExportUUID,
      EDCEntityName,
      EDCType,
      EDCExportConditionValue,
      EDCExportFileName,
      EDCExportFileFormat,
      EDCExportContentValue,
      EDCExportStatus,
      EDCExportInitiatedByUser,
      EDCExportInitiatedOnDateTime
} where EDCExportInitiatedByUser = $session.user