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. Part of development package MM_IM_RAP_PI.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| iseg | Persistence | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #EXTENSION
@EndUserText.label: 'Physical Inventory Doc Item - Extension'
@ObjectModel: {
usageType: {
sizeCategory: #L,
serviceQuality: #A,
dataClass:#TRANSACTIONAL
}
}
define view entity E_PhysInvtryDocumentItem as select from iseg as Persistence {
key gjahr as FiscalYear,
key iblnr as PhysicalInventoryDocument,
key zeili as PhysicalInventoryDocumentItem
}
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