C_SrcgProjItemLinkageTP_F7757

DDL: C_SRCGPROJITEMLINKAGETP_F7757 Type: view_entity CONSUMPTION Package: ODATA_MM_PUR_SRCGPROJ_CONTRIB

Item Linking in Sourcing Project - TP

C_SrcgProjItemLinkageTP_F7757 is a Consumption CDS View that provides data about "Item Linking in Sourcing Project - TP" in SAP S/4HANA. It reads from 1 data source (R_SourcingProjectItemLinkageTP) and exposes 15 fields with key field SrcgProjectItemLinkageUUID. It is exposed through 1 OData service (UI_SRCGPROJ_CONTRIBUTE). Part of development package ODATA_MM_PUR_SRCGPROJ_CONTRIB.

Data Sources (1)

SourceAliasJoin Type
R_SourcingProjectItemLinkageTP R_SourcingProjectItemLinkageTP projection

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey SrcgProjectItemLinkageUUID view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
Metadata.allowExtensions true view
EndUserText.label Item Linking in Sourcing Project - TP view

OData Services (1)

ServiceBindingVersionContractRelease
UI_SRCGPROJ_CONTRIBUTE UI_SRCGPROJ_CONTRIBUTE V2 C1 NOT_RELEASED

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjectItemLinkageUUID SrcgProjectItemLinkageUUID Item Linking UUID
SourcingProjectItemUUID SourcingProjectItemUUID Item UUID
SrcgProjItemLinkedStableUUID SrcgProjItemLinkedStableUUID Stable UUID of Linked Item
SourcingProjectUUID SourcingProjectUUID Sourcing Project UUID
SourcingOrigin SourcingOrigin Sourcing Origin
SrcgProjSourcingOriginTextlocalized
SourcingScenario SourcingScenario Integration Scenario
SrcgProjSourcingScenarioTextlocalized
SrcgProjItemLinkedItemUUID _SourcingProjectItemLinked SourcingProjectItemUUID Item UUID
SourcingProjectItem _SourcingProjectItemLinked SourcingProjectItem Item
AlternativeItemID _SourcingProjectItemLinked AlternativeItemID Alternative Item ID
SourcingProjectItemParent _SourcingProjectItemLinked SourcingProjectItemParent Item Parent
SrcgProjItemDescription _SourcingProjectItemLinked SrcgProjItemDescription Description
Material _SourcingProjectItemLinked Material Vehicle Model
MaterialGroup _SourcingProjectItemLinked MaterialGroup Product Group

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 C_SrcgProjItemLinkageTP_F7757.
-- 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 C_SrcgProjItemLinkageTP_F7757 AS
SELECT
  SrcgProjectItemLinkageUUID,
  SourcingProjectItemUUID,
  SrcgProjItemLinkedStableUUID,
  SourcingProjectUUID,
  SourcingOrigin,
  _SrcgProjSourcingOriginText.SrcgProjSourcingOriginText : localized AS SrcgProjSourcingOriginTextlocalized,
  SourcingScenario,
  _SrcgProjSourcingScenarioText.SrcgProjSourcingScenarioText : localized AS SrcgProjSourcingScenarioTextlocalized,
  _SourcingProjectItemLinked.SourcingProjectItemUUID AS SrcgProjItemLinkedItemUUID,
  _SourcingProjectItemLinked.SourcingProjectItem AS SourcingProjectItem,
  _SourcingProjectItemLinked.AlternativeItemID AS AlternativeItemID,
  _SourcingProjectItemLinked.SourcingProjectItemParent AS SourcingProjectItemParent,
  _SourcingProjectItemLinked.SrcgProjItemDescription AS SrcgProjItemDescription,
  _SourcingProjectItemLinked.Material AS Material,
  _SourcingProjectItemLinked.MaterialGroup AS MaterialGroup
FROM R_SourcingProjectItemLinkageTP
;