E_PhysInvtryDocumentItem
Physical Inventory Doc Item - Extension
E_PhysInvtryDocumentItem is a Extension CDS View that provides data about "Physical Inventory Doc Item - Extension" in SAP S/4HANA. It reads from 1 data source (iseg) and exposes 3 fields with key fields FiscalYear, PhysicalInventoryDocument, PhysicalInventoryDocumentItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| iseg | Persistence | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | EPHYSINVDOCITEM | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| VDM.viewType | #EXTENSION | view | |
| EndUserText.label | Physical Inventory Doc Item - Extension | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FiscalYear | gjahr | ||
| KEY | PhysicalInventoryDocument | iblnr | ||
| KEY | PhysicalInventoryDocumentItem | zeili |
@AbapCatalog.sqlViewName: 'EPHYSINVDOCITEM'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #EXTENSION
@EndUserText.label: 'Physical Inventory Doc Item - Extension'
@ObjectModel: {
usageType: {
sizeCategory: #L,
serviceQuality: #A,
dataClass:#TRANSACTIONAL
}
}
define view E_PhysInvtryDocumentItem as select from iseg as Persistence {
key gjahr as FiscalYear,
key iblnr as PhysicalInventoryDocument,
key zeili as PhysicalInventoryDocumentItem
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ISEG"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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