I_ProjectDemandTP

DDL: I_PROJECTDEMANDTP Type: view_entity TRANSACTIONAL

Project Demand - TP

I_ProjectDemandTP is a Transactional CDS View that provides data about "Project Demand - TP" in SAP S/4HANA. It reads from 1 data source (R_ProjectDemand) and exposes 55 fields with key field ProjectDemandUUID. It has 9 associations to related views.

Data Sources (1)

SourceAliasJoin Type
R_ProjectDemand ProjectDemand from

Associations (9)

CardinalityTargetAliasCondition
[0..1] I_ProjectDemandWorkPackageText _ProjectElementData $projection.ReferencedObjectUUID = _ProjectElementData.ProjectElementUUID
[0..1] I_MngProjDmndSrvcPurReqnOrd _MngProjDmndSrvcPurReqnOrd $projection.ProjectDemandUUID = _MngProjDmndSrvcPurReqnOrd.ProjectDemandUUID
[0..1] I_MngProjDmndMatlPurReqnOrd _ProjDmndMatlPurReqnOrd $projection.ProjectDemandUUID = _ProjDmndMatlPurReqnOrd.ProjectDemandUUID
[1] I_ProjDmndCalcdCatSpcfcFields _ProjDmndCalcCatSpecFields $projection.ProjectDemandUUID = _ProjDmndCalcCatSpecFields.ProjectDemandUUID
[1..1] E_ProjectDemand _ProjectDemandExtension $projection.ProjectDemandUUID = _ProjectDemandExtension.ProjectDemandUUID
[0..1] I_ProjectDemandMaterialTP _Material
[0..1] I_ProjectDemandServiceTP _Service
[0..1] I_ProjectDemandWorkTP _Work
[0..1] R_ProjectDemandExpenseTP _Expense

Annotations (16)

NameValueLevelField
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
AbapCatalog.dataMaintenance #RESTRICTED view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
ObjectModel.transactionalProcessingEnabled true view
ObjectModel.sapObjectNodeType.name ProjectDemand view
ObjectModel.representativeKey ProjectDemandUUID view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #XL view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix PDM view
AbapCatalog.extensibility.quota.maximumFields 300 view
AbapCatalog.extensibility.quota.maximumBytes 45000 view
EndUserText.label Project Demand - TP view

Fields (55)

KeyFieldSource TableSource FieldDescription
KEY ProjectDemandUUID ProjectDemandUUID Entity GUID
ProjectDemand ProjectDemand Demand ID
ProjectDemandName ProjectDemandName Demand Name
ProjectDemandDescription ProjectDemandDescription Description
ProjectDemandCategory ProjectDemandCategory Demand Category
ProjectDemandType ProjectDemandType Demand Type
ProjectUUID ProjectUUID Project UUID
ReferencedObjectUUID ReferencedObjectUUID Referenced Object
ProjectDemandStatus ProjectDemandStatus Demand Status
ProjectDemandDateMaintenance ProjectDemandDateMaintenance Date Alignment
ProjectDemandStartDate ProjectDemandStartDate Demand Start Date
ProjectDemandEndDate ProjectDemandEndDate Demand End Date
ProjectDemandReleasedDateTime ProjectDemandReleasedDateTime Requested On
ProjDmndActualSupplyDate ProjDmndActualSupplyDate Demand Delivery
ProjectDemandPerUnitAmount ProjectDemandPerUnitAmount Price Per Unit
ProjectDemandRequestCurrency ProjectDemandRequestCurrency Demand Currency
ProjDmndRequestedQuantityUnit ProjDmndRequestedQuantityUnit Quantity Unit
PriceUnitQty PriceUnitQty Price unit
ProjectDemandRequestNetAmount ProjectDemandRequestNetAmount Net Value
ProjDmndReqNetAmountCurrency ProjDmndReqNetAmountCurrency Demand Currency
ProjectDemandOverallAmount ProjectDemandOverallAmount Overall Limit
ProjDmndRequestedQuantity ProjDmndRequestedQuantity Required Quantity
Plant Plant Valuation Area
PurchasingGroup PurchasingGroup Purchasing Group
PurchasingOrganization PurchasingOrganization Purchasing Organization
ProjectDemandLastUpdateSource ProjectDemandLastUpdateSource Source of Update
CreatedByUser CreatedByUser User Name
CreationDateTime CreationDateTime Timestamp
LastChangedByUser LastChangedByUser User Name
LastChangeDateTime LastChangeDateTime Timestamp
ProjectDemandLastChangedByUser ProjectDemandLastChangedByUser Demand Changed By
ProjDemandLastChangeDateTime ProjDemandLastChangeDateTime Demand Changed On
ProjDmndExternalReferenceUUID ProjDmndExternalReferenceUUID External Reference
_Material _Material
_Service _Service
_Work _Work
_Expense _Expense
_ProjectDemandCategory _ProjectDemandCategory
_ProjectDemandType _ProjectDemandType
_Project _Project
_WorkPackage _WorkPackage
_ProjectDemandStatus _ProjectDemandStatus
_ProjDmndLastUpdateSource _ProjDmndLastUpdateSource
_ProjectDemandCurrency _ProjectDemandCurrency
_ProjectDemandNetCurrency _ProjectDemandNetCurrency
_ProjDmndQuantityUnit _ProjDmndQuantityUnit
_ProjectElementData _ProjectElementData
_Plant _Plant
_PurchasingGroup _PurchasingGroup
_PurchasingOrganisation _PurchasingOrganisation
_MngProjDmndSrvcPurReqnOrd _MngProjDmndSrvcPurReqnOrd
_ProjDmndMatlPurReqnOrd _ProjDmndMatlPurReqnOrd
_ProjDmndCalcCatSpecFields _ProjDmndCalcCatSpecFields
_ProjectDemandVH _ProjectDemandVH
_EnterpriseProjectForUser _EnterpriseProjectForUser

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_ProjectDemandTP.
-- 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_ProjectDemandTP AS
SELECT
  ProjectDemandUUID,
  ProjectDemand,
  ProjectDemandName,
  ProjectDemandDescription,
  ProjectDemandCategory,
  ProjectDemandType,
  ProjectUUID,
  ReferencedObjectUUID,
  ProjectDemandStatus,
  ProjectDemandDateMaintenance,
  ProjectDemandStartDate,
  ProjectDemandEndDate,
  ProjectDemandReleasedDateTime,
  ProjDmndActualSupplyDate,
  ProjectDemandPerUnitAmount,
  ProjectDemandRequestCurrency,
  ProjDmndRequestedQuantityUnit,
  PriceUnitQty,
  ProjectDemandRequestNetAmount,
  ProjDmndReqNetAmountCurrency,
  ProjectDemandOverallAmount,
  ProjDmndRequestedQuantity,
  Plant,
  PurchasingGroup,
  PurchasingOrganization,
  ProjectDemandLastUpdateSource,
  CreatedByUser,
  CreationDateTime,
  LastChangedByUser,
  LastChangeDateTime,
  ProjectDemandLastChangedByUser,
  ProjDemandLastChangeDateTime,
  ProjDmndExternalReferenceUUID
FROM R_ProjectDemand AS ProjectDemand
LEFT OUTER JOIN I_ProjectDemandWorkPackageText AS _ProjectElementData ON ReferencedObjectUUID = _ProjectElementData.ProjectElementUUID  -- association [0..1]
LEFT OUTER JOIN I_MngProjDmndSrvcPurReqnOrd AS _MngProjDmndSrvcPurReqnOrd ON ProjectDemandUUID = _MngProjDmndSrvcPurReqnOrd.ProjectDemandUUID  -- association [0..1]
LEFT OUTER JOIN I_MngProjDmndMatlPurReqnOrd AS _ProjDmndMatlPurReqnOrd ON ProjectDemandUUID = _ProjDmndMatlPurReqnOrd.ProjectDemandUUID  -- association [0..1]
LEFT OUTER JOIN I_ProjDmndCalcdCatSpcfcFields AS _ProjDmndCalcCatSpecFields ON ProjectDemandUUID = _ProjDmndCalcCatSpecFields.ProjectDemandUUID  -- association [1]
LEFT OUTER JOIN E_ProjectDemand AS _ProjectDemandExtension ON ProjectDemandUUID = _ProjectDemandExtension.ProjectDemandUUID  -- association [1..1]
LEFT OUTER JOIN I_ProjectDemandMaterialTP AS _Material ON /* condition not available in parsed metadata */  -- association [0..1]
LEFT OUTER JOIN I_ProjectDemandServiceTP AS _Service ON /* condition not available in parsed metadata */  -- association [0..1]
LEFT OUTER JOIN I_ProjectDemandWorkTP AS _Work ON /* condition not available in parsed metadata */  -- association [0..1]
LEFT OUTER JOIN R_ProjectDemandExpenseTP AS _Expense ON /* condition not available in parsed metadata */  -- association [0..1]
;