I_SrcgProjItemIncotermsTP

DDL: I_SRCGPROJITEMINCOTERMSTP Type: view_entity TRANSACTIONAL Package: APPL_MM_PUR_SRCGPROJ_TR

Incoterms for Sourcing Project Item - TP

I_SrcgProjItemIncotermsTP is a Transactional CDS View that provides data about "Incoterms for Sourcing Project Item - TP" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjItemIncotermsTP) and exposes 13 fields with key field SrcgProjItemIncotermsUUID. Part of development package APPL_MM_PUR_SRCGPROJ_TR.

Data Sources (1)

SourceAliasJoin Type
R_SrcgProjItemIncotermsTP R_SrcgProjItemIncotermsTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey SrcgProjItemIncotermsUUID view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
EndUserText.label Incoterms for Sourcing Project Item - TP view

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjItemIncotermsUUID SrcgProjItemIncotermsUUID Incoterms UUID
SourcingProjectUUID SourcingProjectUUID Sourcing Project UUID
SourcingProjectItemUUID SourcingProjectItemUUID Item UUID
Plant Plant Valuation Area
IncotermsClassification IncotermsClassification Incoterms
IncotermsTransferLocation IncotermsTransferLocation Incoterms 2
IncotermsVersion IncotermsVersion Inco. Version
IncotermsLocation1 IncotermsLocation1 Inco. Location1
IncotermsLocation2 IncotermsLocation2 Inco. Location2
CompanyCode CompanyCode Receiver Company Code
ProcurementHubSourceSystem ProcurementHubSourceSystem Connected System ID
SourcingOrigin SourcingOrigin Sourcing Origin
SourcingScenario SourcingScenario Integration Scenario

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_SrcgProjItemIncotermsTP.
-- 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_SrcgProjItemIncotermsTP AS
SELECT
  SrcgProjItemIncotermsUUID,
  SourcingProjectUUID,
  SourcingProjectItemUUID,
  Plant,
  IncotermsClassification,
  IncotermsTransferLocation,
  IncotermsVersion,
  IncotermsLocation1,
  IncotermsLocation2,
  CompanyCode,
  ProcurementHubSourceSystem,
  SourcingOrigin,
  SourcingScenario
FROM R_SrcgProjItemIncotermsTP
;