C_ProjectDemandServiceTP

DDL: C_PROJECTDEMANDSERVICETP Type: view_entity CONSUMPTION Package: ODATA_PS_DMND_MAINTAIN

Proj Demand Service Consumption TP view

C_ProjectDemandServiceTP is a Consumption CDS View that provides data about "Proj Demand Service Consumption TP view" in SAP S/4HANA. It reads from 1 data source (I_ProjectDemandServiceTP) and exposes 17 fields with key field ProjectDemandServiceUUID. It is exposed through 1 OData service (ASQL_F4562). Part of development package ODATA_PS_DMND_MAINTAIN.

Data Sources (1)

SourceAliasJoin Type
I_ProjectDemandServiceTP I_ProjectDemandServiceTP projection

Annotations (8)

NameValueLevelField
Metadata.ignorePropagatedAnnotations true view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
VDM.viewType #CONSUMPTION view
EndUserText.label Proj Demand Service Consumption TP view view
AccessControl.authorizationCheck #CHECK view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F4562 ASQL_F4562 C2 NOT_RELEASED

Fields (17)

KeyFieldSource TableSource FieldDescription
KEY ProjectDemandServiceUUID ProjectDemandServiceUUID Service Dmnd UUID
ProjectDemandUUID ProjectDemandUUID Entity GUID
Material Material Vehicle Model
MaterialGroup MaterialGroup Product Group
Supplier Supplier Supplier
Plant _RootTP Plant Valuation Area
PurchasingOrganization _RootTP PurchasingOrganization Purchasing Organization
PurchasingGroup _RootTP PurchasingGroup Purchasing Group
PurchasingInfoRecord PurchasingInfoRecord Info Record
PurchaseContract PurchaseContract Purchasing Doc.
PurchaseContractItem PurchaseContractItem Item
MaterialPlannedDeliveryDurn MaterialPlannedDeliveryDurn Pl. Deliv. Time
_Material _Material
_MaterialText _MaterialText
_MaterialGroup _MaterialGroup
_MaterialGroupText _MaterialGroupText
_Supplier _Supplier

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_ProjectDemandServiceTP.
-- 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_ProjectDemandServiceTP AS
SELECT
  ProjectDemandServiceUUID,
  ProjectDemandUUID,
  Material,
  MaterialGroup,
  Supplier,
  _RootTP.Plant AS Plant,
  _RootTP.PurchasingOrganization AS PurchasingOrganization,
  _RootTP.PurchasingGroup AS PurchasingGroup,
  PurchasingInfoRecord,
  PurchaseContract,
  PurchaseContractItem,
  MaterialPlannedDeliveryDurn
FROM I_ProjectDemandServiceTP
;