I_PhysInvtryIndBatchStorLoc
Physical Inventory Indicators of Batches on Storage Location
I_PhysInvtryIndBatchStorLoc is a Basic CDS View that provides data about "Physical Inventory Indicators of Batches on Storage Location" in SAP S/4HANA. It reads from 1 data source (mchb) and exposes 14 fields with key fields Material, Plant, StorageLocation, Batch. Part of development package MBND_PHYSICAL_DOCUMENTS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mchb | mchb | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Physical Inventory Indicators of Batches on Storage Location | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Material | matnr | ||
| KEY | Plant | werks | ||
| KEY | StorageLocation | lgort | ||
| KEY | Batch | charg | ||
| InvtryCurrentYearStockInd | kzicl | |||
| InvtryQualInspCurrentYrStkInd | kzicq | |||
| InvtryRestrictedUseStockInd | kzice | |||
| InventoryBlockStockInd | kzics | |||
| InventoryStockPrevPeriod | kzvcl | |||
| InvtryStockQltyInspPrevPeriod | kzvcq | |||
| InvtryRestStockPrevPeriodInd | kzvce | |||
| HasInvtryBlockStockPrevPeriod | kzvcs | |||
| CreationDate | ersda | |||
| IsMarkedForDeletion | lvorm |
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel.usageType: {
serviceQuality: #A,
sizeCategory : #L,
dataClass: #TRANSACTIONAL
}
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Physical Inventory Indicators of Batches on Storage Location'
define view entity I_PhysInvtryIndBatchStorLoc as select from mchb {
key matnr as Material,
key werks as Plant,
key lgort as StorageLocation,
key charg as Batch,
kzicl as InvtryCurrentYearStockInd,
kzicq as InvtryQualInspCurrentYrStkInd,
kzice as InvtryRestrictedUseStockInd,
kzics as InventoryBlockStockInd,
kzvcl as InventoryStockPrevPeriod,
kzvcq as InvtryStockQltyInspPrevPeriod,
kzvce as InvtryRestStockPrevPeriodInd,
kzvcs as HasInvtryBlockStockPrevPeriod,
ersda as CreationDate,
lvorm as IsMarkedForDeletion
}
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