C_SPItmDmndDistrDetailTP_F7757

DDL: C_SPITMDMNDDISTRDETAILTP_F7757 Type: view_entity CONSUMPTION Package: ODATA_MM_PUR_SRCGPROJ_CONTRIB

Dmnd Distr Dets for Srcg Proj Item - TP

C_SPItmDmndDistrDetailTP_F7757 is a Consumption CDS View that provides data about "Dmnd Distr Dets for Srcg Proj Item - TP" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjItmDmndDistrDetailTP) and exposes 10 fields with key field SrcgProjDmndDistrDetailsUUID. 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_SrcgProjItmDmndDistrDetailTP R_SrcgProjItmDmndDistrDetailTP projection

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.allowExtensions true view
ObjectModel.representativeKey SrcgProjDmndDistrDetailsUUID view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view
EndUserText.label Dmnd Distr Dets for Srcg Proj Item - TP view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.elementSuffix SPT view
AbapCatalog.extensibility.quota.maximumFields 404 view
AbapCatalog.extensibility.quota.maximumBytes 40400 view
AbapCatalog.extensibility.allowNewCompositions true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_SRCGPROJ_CONTRIBUTE UI_SRCGPROJ_CONTRIBUTE V2 C1 NOT_RELEASED

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjDmndDistrDetailsUUID SrcgProjDmndDistrDetailsUUID Demand Distribution Details UUID
SourcingProjectUUID SourcingProjectUUID Sourcing Project UUID
SrcgProjDmndDistributionUUID SrcgProjDmndDistributionUUID Demand Distribution UUID
FiscalYear G/L Fiscal Year
RequestedQuantity RequestedQuantity Requested Quantity
RequestedQuantityUnit
SourcingOrigin SourcingOrigin Sourcing Origin
SrcgProjSourcingOriginTextlocalized
SourcingScenario SourcingScenario Integration Scenario
SrcgProjSourcingScenarioTextlocalized

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_SPItmDmndDistrDetailTP_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_SPItmDmndDistrDetailTP_F7757 AS
SELECT
  SrcgProjDmndDistrDetailsUUID,
  SourcingProjectUUID,
  SrcgProjDmndDistributionUUID,
  cast( FiscalYear as vdm_srcgprojitmdmnddistryear preserving type ) AS FiscalYear,
  RequestedQuantity,
  _SrcgProjDemandDistribution._SourcingProjectItem.RequestedQuantityUnit AS RequestedQuantityUnit,
  SourcingOrigin,
  _SrcgProjSourcingOriginText.SrcgProjSourcingOriginText : localized AS SrcgProjSourcingOriginTextlocalized,
  SourcingScenario,
  _SrcgProjSourcingScenarioText.SrcgProjSourcingScenarioText : localized AS SrcgProjSourcingScenarioTextlocalized
FROM R_SrcgProjItmDmndDistrDetailTP
;