A_SrcgProjItemIncoterms

DDL: A_SRCGPROJITEMINCOTERMS Type: view_entity CONSUMPTION Package: ODATA_MM_PUR_SRCGPROJ_API

Incoterms for Item

A_SrcgProjItemIncoterms is a Consumption CDS View that provides data about "Incoterms for Item" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjItemIncotermsTP) and exposes 13 fields with key field SrcgProjItemIncotermsUUID. It is exposed through 1 OData service (API_SOURCINGPROJECT). Part of development package ODATA_MM_PUR_SRCGPROJ_API.

Data Sources (1)

SourceAliasJoin Type
R_SrcgProjItemIncotermsTP R_SrcgProjItemIncotermsTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey SrcgProjItemIncotermsUUID view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Incoterms for Item view
OData.entityType.name SrcgProjItemIncoterms_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_SOURCINGPROJECT API_SOURCINGPROJECT V4 C2 Deprecated

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjItemIncotermsUUID SrcgProjItemIncotermsUUID Incoterms UUID
SourcingProjectItemUUID SourcingProjectItemUUID Item UUID
SourcingProjectUUID SourcingProjectUUID Sourcing Project 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 A_SrcgProjItemIncoterms.
-- 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 A_SrcgProjItemIncoterms AS
SELECT
  SrcgProjItemIncotermsUUID,
  SourcingProjectItemUUID,
  SourcingProjectUUID,
  Plant,
  IncotermsClassification,
  IncotermsTransferLocation,
  IncotermsVersion,
  IncotermsLocation1,
  IncotermsLocation2,
  CompanyCode,
  ProcurementHubSourceSystem,
  SourcingOrigin,
  SourcingScenario
FROM R_SrcgProjItemIncotermsTP
;