I_SrcgProjItmDmndDistrDetailTP

DDL: I_SRCGPROJITMDMNDDISTRDETAILTP Type: view_entity TRANSACTIONAL Package: APPL_MM_PUR_SRCGPROJ_TR

Dmnd Distr Dets for Srcg Proj Itm - TP

I_SrcgProjItmDmndDistrDetailTP is a Transactional CDS View that provides data about "Dmnd Distr Dets for Srcg Proj Itm - TP" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjItmDmndDistrDetailTP) and exposes 8 fields with key field SrcgProjDmndDistrDetailsUUID. Part of development package APPL_MM_PUR_SRCGPROJ_TR.

Data Sources (1)

SourceAliasJoin Type
R_SrcgProjItmDmndDistrDetailTP R_SrcgProjItmDmndDistrDetailTP projection

Annotations (16)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey SrcgProjDmndDistrDetailsUUID 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 Dmnd Distr Dets for Srcg Proj Itm - TP view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.elementSuffix SPT view
AbapCatalog.extensibility.quota.maximumFields 204 view
AbapCatalog.extensibility.quota.maximumBytes 4080 view
AbapCatalog.extensibility.allowNewCompositions true view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjDmndDistrDetailsUUID SrcgProjDmndDistrDetailsUUID Demand Distribution Details UUID
SourcingProjectUUID SourcingProjectUUID Sourcing Project UUID
SrcgProjDmndDistributionUUID SrcgProjDmndDistributionUUID Demand Distribution UUID
FiscalYear FiscalYear G/L Fiscal Year
RequestedQuantity RequestedQuantity Requested Quantity
RequestedQuantityUnit RequestedQuantityUnit Requested Quantity Unit
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_SrcgProjItmDmndDistrDetailTP.
-- 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_SrcgProjItmDmndDistrDetailTP AS
SELECT
  SrcgProjDmndDistrDetailsUUID,
  SourcingProjectUUID,
  SrcgProjDmndDistributionUUID,
  FiscalYear,
  RequestedQuantity,
  RequestedQuantityUnit,
  SourcingOrigin,
  SourcingScenario
FROM R_SrcgProjItmDmndDistrDetailTP
;