I_ElectronicDocPurchasingDoc
Electronic Document: Purchasing Document
I_ElectronicDocPurchasingDoc is a Basic CDS View that provides data about "Electronic Document: Purchasing Document" in SAP S/4HANA. It reads from 1 data source (ekko) and exposes 4 fields with key field PurchasingDocument. Part of development package GLO-EDO-DCC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ekko | ekko | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IEDOCPURCHDOC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Electronic Document: Purchasing Document | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurchasingDocument | ebeln | ||
| PurchasingDocumentOrderDate | bedat | |||
| Supplier | ||||
| PurchasingOrganization | ekorg |
@AbapCatalog.sqlViewName: 'IEDOCPURCHDOC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Electronic Document: Purchasing Document'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #X,
sizeCategory: #XXL
}
define view I_ElectronicDocPurchasingDoc
as select from ekko
{
key ebeln as PurchasingDocument,
bedat as PurchasingDocumentOrderDate,
cast ( lifnr as md_supplier preserving type) as Supplier,
ekorg as PurchasingOrganization
}
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