I_SourcingProjectItemTP
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)
| Source | Alias | Join Type |
|---|---|---|
| R_SourcingProjectItemTP | R_SourcingProjectItemTP | projection |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA