I_AugmentedPhysInvtryDocItem

DDL: I_AUGMENTEDPHYSINVTRYDOCITEM Type: view_entity COMPOSITE Package: MM_IM_VDM_PI

Augmented Physical Inventory Doc Item

I_AugmentedPhysInvtryDocItem is a Composite CDS View that provides data about "Augmented Physical Inventory Doc Item" in SAP S/4HANA. It reads from 1 data source (I_PhysInvtryDocItem) and exposes 75 fields with key fields FiscalYear, PhysicalInventoryDocument, PhysicalInventoryDocumentItem. It has 3 associations to related views. Part of development package MM_IM_VDM_PI.

Data Sources (1)

SourceAliasJoin Type
I_PhysInvtryDocItem I_PhysInvtryDocItem from

Associations (3)

CardinalityTargetAliasCondition
[0..1] I_AdjmtPostingMovementType _AdjmtPostingMovementType $projection.PhysicalInventoryStockType = _AdjmtPostingMovementType.PhysicalInventoryStockType and $projection.InventorySpecialStockType = _AdjmtPostingMovementType.InventorySpecialStockType
[0..1] I_MaterialDocumentRecord _MaterialDocumentRecord $projection.MaterialDocument = _MaterialDocumentRecord.MaterialDocument and $projection.MaterialDocumentYear = _MaterialDocumentRecord.MaterialDocumentYear and $projection.MaterialDocumentItem = _MaterialDocumentRecord.MaterialDocumentItem and $projection.MaterialDocument <> ''
[0..1] I_GoodsMovementType _GoodsMovementType $projection.GoodsMovementType = _GoodsMovementType.GoodsMovementType

Annotations (8)

NameValueLevelField
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
EndUserText.label Augmented Physical Inventory Doc Item view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.private false view
VDM.viewType #COMPOSITE view

Fields (75)

KeyFieldSource TableSource FieldDescription
KEY FiscalYear FiscalYear G/L Fiscal Year
KEY PhysicalInventoryDocument PhysicalInventoryDocument Physical Inventory Document
KEY PhysicalInventoryDocumentItem PhysicalInventoryDocumentItem Physical Inventory Document Item
Plant Plant Valuation Area
StorageLocation StorageLocation StorageLocation
Material Material Vehicle Model
RealProductBatch RealProductBatch
Batch Batch Lot No.
ValuationType ValuationType Valuation Type
InventorySpecialStockType InventorySpecialStockType Special Stock Type
PhysicalInventoryStockType PhysicalInventoryStockType Stock Type
SalesOrder SalesOrder SD Document
SalesOrderItem SalesOrderItem Sales Order Item
ScheduleLine ScheduleLine Schedule Line
Supplier Supplier Supplier
Customer Customer Sold-to Party
WBSElementInternalID WBSElementInternalID WBS Internal ID
PhysicalInventoryItemIsCounted PhysicalInventoryItemIsCounted Is Counted
PhysInvtryDifferenceIsPosted PhysInvtryDifferenceIsPosted Is Difference Posted
PhysInvtryItemIsRecounted PhysInvtryItemIsRecounted Is Recounted
PhysInvtryItemIsDeleted PhysInvtryItemIsDeleted Is Deleted
CycleCountType CycleCountType Cycle Count Type
GoodsMovementType _MaterialDocumentRecord GoodsMovementType Movement Type
PhysicalInventoryLastCountDate PhysicalInventoryLastCountDate Count Date
PostingDate PostingDate Posting Date for GR
ReasonForPhysInvtryDifference ReasonForPhysInvtryDifference Difference Reason
LastChangeDate LastChangeDate Time Stamp
PhysInvtryDiffIsDistributed PhysInvtryDiffIsDistributed Difference Distributed
Currency Currency Valuation Crcy
MaterialDocumentYear MaterialDocumentYear Material Document Year
MaterialDocument MaterialDocument Material Doc.
MaterialDocumentItem MaterialDocumentItem Material Document Item
PhysInvtryRecountDocument PhysInvtryRecountDocument Recount Doc.
IsValueOnlyMaterial IsValueOnlyMaterial Is Value-Only Material
IsHandledInAltvUnitOfMsr IsHandledInAltvUnitOfMsr Without Unit of Measure Proposal
ProductCategory ProductCategory Prod Category
CrossPlantConfigurableMaterial CrossPlantConfigurableMaterial Cross-Plant Configurable Material
BookQtyBfrCountInMatlBaseUnit BookQtyBfrCountInMatlBaseUnit Book Quantity
PhysicalInventoryItemIsZero PhysicalInventoryItemIsZero Zero Counted
Quantity Quantity Value
MaterialBaseUnit MaterialBaseUnit Valuation Unit
QuantityInUnitOfEntry QuantityInUnitOfEntry Quantity in UnE
DifferenceQuantityInBaseUnit
UnitOfEntry UnitOfEntry Unit of Entry
EnteredSlsAmtInCoCodeCrcy EnteredSlsAmtInCoCodeCrcy Sales Price Counted Value
SlsPriceAmountInCoCodeCrcy SlsPriceAmountInCoCodeCrcy Sales Price Book Value
PhysInvtryCtAmtInCoCodeCrcy PhysInvtryCtAmtInCoCodeCrcy Counted Quantity Value
BookQtyAmountInCoCodeCrcy BookQtyAmountInCoCodeCrcy Book Value
MaxAbsDiffAmountInCoCodeCrcy Difference Val.
MinAbsDiffAmountInCoCodeCrcy Difference Val.
DiffSlsPrcAmtInCoCodeCrcy
NumberOfPhysInvtryItems
_WBSElement _WBSElement
_AdjmtPostingMovementType _AdjmtPostingMovementType
_Material _Material
_ProductPlant _ProductPlant
_ProductStorageLocation _ProductStorageLocation
_CrossPlantConfigurableMatl _CrossPlantConfigurableMatl
_MaterialBaseUnit _MaterialBaseUnit
_UnitOfEntry _UnitOfEntry
_Currency _Currency
_Supplier _Supplier
_Customer _Customer
_SalesOrder _SalesOrder
_SalesOrderItem _SalesOrderItem
_SalesOrderScheduleLine _SalesOrderScheduleLine
_Plant _Plant
_StorageLocation _StorageLocation
_PhysInvtryDocHeader _PhysInvtryDocHeader
_PhysicalInventoryStockType _PhysicalInventoryStockType
_InventorySpecialStockType _InventorySpecialStockType
_ProductCategory _ProductCategory
_GoodsMovementType _GoodsMovementType
_SupplierCompanyByPlant _SupplierCompanyByPlant
_CustomerCompanyByPlant _CustomerCompanyByPlant

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_AugmentedPhysInvtryDocItem.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_AugmentedPhysInvtryDocItem AS
SELECT
  FiscalYear,
  PhysicalInventoryDocument,
  PhysicalInventoryDocumentItem,
  Plant,
  StorageLocation,
  Material,
  RealProductBatch,
  Batch,
  ValuationType,
  InventorySpecialStockType,
  PhysicalInventoryStockType,
  SalesOrder,
  SalesOrderItem,
  ScheduleLine,
  Supplier,
  Customer,
  WBSElementInternalID,
  PhysicalInventoryItemIsCounted,
  PhysInvtryDifferenceIsPosted,
  PhysInvtryItemIsRecounted,
  PhysInvtryItemIsDeleted,
  CycleCountType,
  _MaterialDocumentRecord.GoodsMovementType AS GoodsMovementType,
  PhysicalInventoryLastCountDate,
  PostingDate,
  ReasonForPhysInvtryDifference,
  LastChangeDate,
  PhysInvtryDiffIsDistributed,
  Currency,
  MaterialDocumentYear,
  MaterialDocument,
  MaterialDocumentItem,
  PhysInvtryRecountDocument,
  IsValueOnlyMaterial,
  IsHandledInAltvUnitOfMsr,
  ProductCategory,
  CrossPlantConfigurableMaterial,
  BookQtyBfrCountInMatlBaseUnit,
  PhysicalInventoryItemIsZero,
  Quantity,
  MaterialBaseUnit,
  QuantityInUnitOfEntry,
  cast ((Quantity - BookQtyBfrCountInMatlBaseUnit) as pi_item_diff_qty_i_base_unit preserving type ) AS DifferenceQuantityInBaseUnit,
  UnitOfEntry,
  EnteredSlsAmtInCoCodeCrcy,
  SlsPriceAmountInCoCodeCrcy,
  PhysInvtryCtAmtInCoCodeCrcy,
  BookQtyAmountInCoCodeCrcy,
  cast(DifferenceAmountInCoCodeCrcy as pi_item_max_diff_value preserving type ) AS MaxAbsDiffAmountInCoCodeCrcy,
  cast(DifferenceAmountInCoCodeCrcy as pi_item_min_diff_value preserving type ) AS MinAbsDiffAmountInCoCodeCrcy,
  cast((EnteredSlsAmtInCoCodeCrcy - SlsPriceAmountInCoCodeCrcy) as pi_item_diff_sls_prc_co_cry2 preserving type ) AS DiffSlsPrcAmtInCoCodeCrcy,
  cast( 1 as pi_number_of_items) AS NumberOfPhysInvtryItems
FROM I_PhysInvtryDocItem
LEFT OUTER JOIN I_AdjmtPostingMovementType AS _AdjmtPostingMovementType ON PhysicalInventoryStockType = _AdjmtPostingMovementType.PhysicalInventoryStockType AND InventorySpecialStockType = _AdjmtPostingMovementType.InventorySpecialStockType  -- association [0..1]
LEFT OUTER JOIN I_MaterialDocumentRecord AS _MaterialDocumentRecord ON MaterialDocument = _MaterialDocumentRecord.MaterialDocument AND MaterialDocumentYear = _MaterialDocumentRecord.MaterialDocumentYear AND MaterialDocumentItem = _MaterialDocumentRecord.MaterialDocumentItem AND MaterialDocument <> ''  -- association [0..1]
LEFT OUTER JOIN I_GoodsMovementType AS _GoodsMovementType ON GoodsMovementType = _GoodsMovementType.GoodsMovementType  -- association [0..1]
;