E_SalesDocumentItemBasic
Extension view for VBAP
E_SalesDocumentItemBasic is a Extension CDS View that provides data about "Extension view for VBAP" in SAP S/4HANA. It reads from 1 data source (vbap) and exposes 2 fields with key fields SalesDocument, SalesDocumentItem. Part of development package VDM_SD_SLS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| vbap | Persistence | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| EndUserText.label | Extension view for VBAP | view | |
| VDM.viewType | #EXTENSION | view | |
| AbapCatalog.extensibility.extensible | true | view | |
| AbapCatalog.extensibility.elementSuffix | SDI | view | |
| AbapCatalog.extensibility.allowNewDatasources | false | view | |
| AbapCatalog.extensibility.quota.maximumFields | 204 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 6800 | view |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.usageType.serviceQuality: #P
@EndUserText.label: 'Extension view for VBAP'
@VDM.viewType: #EXTENSION
@AbapCatalog.extensibility: {
extensible: true,
elementSuffix: 'SDI',
allowNewDatasources: false,
dataSources: ['Persistence'],
quota: {
maximumFields: 204,
maximumBytes: 6800
}
}
define view entity E_SalesDocumentItemBasic
as select from vbap as Persistence
{
key Persistence.vbeln as SalesDocument,
key Persistence.posnr as SalesDocumentItem
}
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