I_SPNegttnQtnItmDmndDistrDetTP

DDL: I_SPNEGTTNQTNITMDMNDDISTRDETTP Type: view_entity TRANSACTIONAL Package: RAP_MM_PUR_SRCGPROJNGN

Dmnd Distr Det for Srcg Proj Negttn - TP

I_SPNegttnQtnItmDmndDistrDetTP is a Transactional CDS View that provides data about "Dmnd Distr Det for Srcg Proj Negttn - TP" in SAP S/4HANA. It reads from 1 data source (R_SPNegttnQtnItmDmndDistrDetTP) and exposes 12 fields with key field SPNegttnQtnItmDmndDistrDetUUID. Part of development package RAP_MM_PUR_SRCGPROJNGN.

Data Sources (1)

SourceAliasJoin Type
R_SPNegttnQtnItmDmndDistrDetTP R_SPNegttnQtnItmDmndDistrDetTP projection

Annotations (17)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey SPNegttnQtnItmDmndDistrDetUUID view
ObjectModel.sapObjectNodeType.name SourcingProjectNegotiation 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 Det for Srcg Proj Negttn - TP view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.elementSuffix SNT view
AbapCatalog.extensibility.quota.maximumFields 204 view
AbapCatalog.extensibility.quota.maximumBytes 4080 view
AbapCatalog.extensibility.allowNewCompositions true view

Fields (12)

KeyFieldSource TableSource FieldDescription
KEY SPNegttnQtnItmDmndDistrDetUUID SPNegttnQtnItmDmndDistrDetUUID Demand Distribution Detail UUID
SPNegttnQtnItemDemandDistrUUID SPNegttnQtnItemDemandDistrUUID Demand Distribution UUID of Item
SourcingProjectNegotiationUUID SourcingProjectNegotiationUUID Negotiation UUID
SrcgProjQtnDmndDistrDetsUUID SrcgProjQtnDmndDistrDetsUUID Demand Distribution Details UUID
SrcgProjDmndDistributionUUID SrcgProjDmndDistributionUUID Demand Distribution UUID
FiscalYear FiscalYear G/L Fiscal Year
SrcgProjNegttnTargetQuantity SrcgProjNegttnTargetQuantity Negotiation Target Quantity
RequestedQuantity RequestedQuantity Requested Quantity
SrcgProjQtnOfferedQuantity SrcgProjQtnOfferedQuantity Offered Quantity
RequestedQuantityUnit RequestedQuantityUnit Requested Quantity Unit
SourcingProjectUUID SourcingProjectUUID Sourcing Project UUID
SrcgProjNegttnItmInclusionType SrcgProjNegttnItmInclusionType Negotiation Item Include Type Code

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_SPNegttnQtnItmDmndDistrDetTP.
-- 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_SPNegttnQtnItmDmndDistrDetTP AS
SELECT
  SPNegttnQtnItmDmndDistrDetUUID,
  SPNegttnQtnItemDemandDistrUUID,
  SourcingProjectNegotiationUUID,
  SrcgProjQtnDmndDistrDetsUUID,
  SrcgProjDmndDistributionUUID,
  FiscalYear,
  SrcgProjNegttnTargetQuantity,
  RequestedQuantity,
  SrcgProjQtnOfferedQuantity,
  RequestedQuantityUnit,
  SourcingProjectUUID,
  SrcgProjNegttnItmInclusionType
FROM R_SPNegttnQtnItmDmndDistrDetTP
;