I_SourcingProjectItemTP

DDL: I_SOURCINGPROJECTITEMTP Type: view_entity TRANSACTIONAL

Item in Sourcing Project - TP

I_SourcingProjectItemTP is a Transactional CDS View that provides data about "Item in Sourcing Project - TP" in SAP S/4HANA. It reads from 1 data source (R_SourcingProjectItemTP) and exposes 53 fields with key field SourcingProjectItemUUID.

Data Sources (1)

SourceAliasJoin Type
R_SourcingProjectItemTP R_SourcingProjectItemTP projection

Annotations (17)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey SourcingProjectItemUUID view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.sapObjectNodeType.name SourcingProjectItem view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
EndUserText.label Item in Sourcing Project - TP view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.elementSuffix SPM view
AbapCatalog.extensibility.quota.maximumFields 204 view
AbapCatalog.extensibility.quota.maximumBytes 4080 view
AbapCatalog.extensibility.allowNewCompositions true view

Fields (53)

KeyFieldSource TableSource FieldDescription
KEY SourcingProjectItemUUID SourcingProjectItemUUID Item UUID
SourcingProjectItem SourcingProjectItem Item
SourcingProjectUUID SourcingProjectUUID Sourcing Project UUID
SourcingProjectItemType SourcingProjectItemType Item Type
SrcgProjItemClassification SrcgProjItemClassification Item Classification
SourcingProjectItemStableUUID SourcingProjectItemStableUUID Stable ID
SrcgProjItemDescription SrcgProjItemDescription Description
Material Material Vehicle Model
ProductType ProductType Product Type Group
MaterialGroup MaterialGroup Product Group
SrcgProjItmTgtAmtQuantity SrcgProjItmTgtAmtQuantity Price Unit for Target Price
SrcgProjItemTargetAmount SrcgProjItemTargetAmount Target Price
SrcgProjItemTotalTargetAmount SrcgProjItemTotalTargetAmount Total Target Amount
RequestedQuantity RequestedQuantity Requested Quantity
MaximumRequestedQuantity MaximumRequestedQuantity Max. Requested Quantity
RequestedQuantityUnit RequestedQuantityUnit Requested Quantity Unit
RequestedDeliveryDate RequestedDeliveryDate Requested Delivery Date
PerformancePeriodStartDate PerformancePeriodStartDate Start of Performance Period
PerformancePeriodEndDate PerformancePeriodEndDate End of Performance Period
OrderItemQtyToBaseQtyNmrtr OrderItemQtyToBaseQtyNmrtr Equal To
OrderItemQtyToBaseQtyDnmntr OrderItemQtyToBaseQtyDnmntr Denominator
Plant Plant Valuation Area
CompanyCode CompanyCode Receiver Company Code
PurchasingGroup PurchasingGroup Purchasing Group
PurchasingOrganization PurchasingOrganization Purchasing Organization
ProcurementHubSourceSystem ProcurementHubSourceSystem Connected System ID
StorageLocation StorageLocation StorageLocation
SourcingProjectItemParent SourcingProjectItemParent Item Parent
SourcingOrigin SourcingOrigin Sourcing Origin
SourcingScenario SourcingScenario Integration Scenario
HierarchyNodeLevel HierarchyNodeLevel Hierarchy Node Level
AlternativeItemID AlternativeItemID Alternative Item ID
FormattedItemID FormattedItemID Item Number
PurchaseRequisition PurchaseRequisition Requisition
PurchaseRequisitionItem PurchaseRequisitionItem Requisn. item
SrcgProjFollowOnDocumentCat SrcgProjFollowOnDocumentCat Follow-On Document Category
SrcgProjFollowOnDocumentType SrcgProjFollowOnDocumentType Follow-On Document Type
DocumentCurrency DocumentCurrency Document Currency
ProcmtHubPlantUniqueID ProcmtHubPlantUniqueID Plant Unique ID
SrcgProjItemDemandConfCode SrcgProjItemDemandConfCode Confirmation Code
SrcgProjItemUnconfdDemandRsn SrcgProjItemUnconfdDemandRsn Rsn for Unconfd Dmnd
CentralPurchaseContract CentralPurchaseContract Purchasing Doc.
CentralPurchaseContractItem CentralPurchaseContractItem Item in Central Purchase Contract
SourceSourcingProjectItemUUID SourceSourcingProjectItemUUID Source Item UUID
HierarchyNode HierarchyNode Node
HierarchyParentNode HierarchyParentNode Hier.node
HierarchyDistanceFromRoot HierarchyDistanceFromRoot Dist. From Root
HierarchyDescendantCount HierarchyDescendantCount Desc. Count
HierarchyDrillState HierarchyDrillState Drill State
HierarchyRank HierarchyRank Hierarchy Rank
HierarchyLevel HierarchyLevel Hierarchy Level
ItemWeightUnit ItemWeightUnit Unit of Weight
ItemVolumeUnit ItemVolumeUnit Volume Unit

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_SourcingProjectItemTP.
-- 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_SourcingProjectItemTP AS
SELECT
  SourcingProjectItemUUID,
  SourcingProjectItem,
  SourcingProjectUUID,
  SourcingProjectItemType,
  SrcgProjItemClassification,
  SourcingProjectItemStableUUID,
  SrcgProjItemDescription,
  Material,
  ProductType,
  MaterialGroup,
  SrcgProjItmTgtAmtQuantity,
  SrcgProjItemTargetAmount,
  SrcgProjItemTotalTargetAmount,
  RequestedQuantity,
  MaximumRequestedQuantity,
  RequestedQuantityUnit,
  RequestedDeliveryDate,
  PerformancePeriodStartDate,
  PerformancePeriodEndDate,
  OrderItemQtyToBaseQtyNmrtr,
  OrderItemQtyToBaseQtyDnmntr,
  Plant,
  CompanyCode,
  PurchasingGroup,
  PurchasingOrganization,
  ProcurementHubSourceSystem,
  StorageLocation,
  SourcingProjectItemParent,
  SourcingOrigin,
  SourcingScenario,
  HierarchyNodeLevel,
  AlternativeItemID,
  FormattedItemID,
  PurchaseRequisition,
  PurchaseRequisitionItem,
  SrcgProjFollowOnDocumentCat,
  SrcgProjFollowOnDocumentType,
  DocumentCurrency,
  ProcmtHubPlantUniqueID,
  SrcgProjItemDemandConfCode,
  SrcgProjItemUnconfdDemandRsn,
  CentralPurchaseContract,
  CentralPurchaseContractItem,
  SourceSourcingProjectItemUUID,
  HierarchyNode,
  HierarchyParentNode,
  HierarchyDistanceFromRoot,
  HierarchyDescendantCount,
  HierarchyDrillState,
  HierarchyRank,
  HierarchyLevel,
  ItemWeightUnit,
  ItemVolumeUnit
FROM R_SourcingProjectItemTP
;