P_PHYSINVTRYNOTPOSTED_L1
Not posted master data
P_PHYSINVTRYNOTPOSTED_L1 is a CDS View in S/4HANA. Not posted master data. It contains 11 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_PhysInvtryNotPosted_L2 | view_entity | from | COMPOSITE | Not posted master data |
Fields (11)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | Batch | Batch | 1 |
| KEY | Customer | Customer | 1 |
| KEY | InventoryStockType | InventoryStockType | 1 |
| KEY | Material | Material | 1 |
| KEY | Plant | Plant | 1 |
| KEY | SalesOrder | SalesOrder | 1 |
| KEY | SalesOrderItem | SalesOrderItem | 1 |
| KEY | StockOwner | StockOwner | 1 |
| KEY | StorageLocation | StorageLocation | 1 |
| KEY | Supplier | Supplier | 1 |
| KEY | WBSElementInternalID | WBSElementInternalID | 1 |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Not posted master data'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #D,
sizeCategory: #XL,
dataClass: #MASTER
}
@VDM:{
private: true,
viewType: #COMPOSITE
}
define view entity P_PhysInvtryNotPosted_L1
as select from P_ProductStorageLocationNoPost as _ProductStorageLocationNoPost
{
key Material,
key Plant,
key StorageLocation,
key Batch,
key Supplier,
key SalesOrder,
key SalesOrderItem,
key WBSElementInternalID,
key Customer,
key StockOwner,
key InventoryStockType
}
union all select from P_PhysInvtryNotPostedBatch_L2 as _ProductBatchNoPost
{
key Material,
key Plant,
key StorageLocation,
key Batch,
key Supplier,
key SalesOrder,
key SalesOrderItem,
key WBSElementInternalID,
key Customer,
key StockOwner,
key InventoryStockType
}