I_DemandDrivenPurDocHeader
Demand Driven Purchasing Document Header
I_DemandDrivenPurDocHeader is a Basic CDS View that provides data about "Demand Driven Purchasing Document Header" in SAP S/4HANA. It reads from 1 data source (ekko) and exposes 7 fields with key field PurchasingDocument.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ekko | ekko | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPURDOCHED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| EndUserText.label | Demand Driven Purchasing Document Header | view | |
| VDM.viewType | #BASIC | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurchasingDocument | ebeln | ||
| CreationDate | aedat | |||
| PurchasingDocumentCategory | bstyp | |||
| PurchasingOrganization | ekorg | |||
| PurchasingDocumentType | bsart | |||
| Supplier | lifnr | |||
| IsEndOfPurposeBlocked | iseopblocked |
@AbapCatalog.sqlViewName: 'IPURDOCHED'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #XL, dataClass: #MASTER}
@EndUserText.label: 'Demand Driven Purchasing Document Header'
@VDM.viewType: #BASIC
define view I_DemandDrivenPurDocHeader as select from ekko
{
key ebeln as PurchasingDocument,
aedat as CreationDate,
bstyp as PurchasingDocumentCategory,
ekorg as PurchasingOrganization,
bsart as PurchasingDocumentType,
lifnr as Supplier,
iseopblocked as IsEndOfPurposeBlocked
}
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