C_EDCExport
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)
| Source | Alias | Join Type |
|---|---|---|
| I_EDCExport | I_EDCExport | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| EDC_PROCESS | UI_EDC_PROCESS_O2 | V2 | C1 | NOT_RELEASED |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA