C_UtilsInstTmeSersAllocationDP

DDL: C_UTILSINSTTMESERSALLOCATIONDP Type: view_entity CONSUMPTION

Data Provider for alloc of load tme sers

C_UtilsInstTmeSersAllocationDP is a Consumption CDS View that provides data about "Data Provider for alloc of load tme sers" in SAP S/4HANA. It reads from 1 data source (I_UtilsInstTmeSersAllocation) and exposes 8 fields with key fields UtilsTmeSersAllocObject, UtilsTmeSersAllocObjectType, UtilsTmeSersLgclAllocNumber, UtilsTmeSersAllocValdtyEndDte.

Data Sources (1)

SourceAliasJoin Type
I_UtilsInstTmeSersAllocation I_UtilsInstTmeSersAllocation from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.allowExtensions true view
EndUserText.label Data Provider for alloc of load tme sers view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.sapObjectNodeType.name UtilsInstTmeSersAllocation view
ObjectModel.representativeKey UtilsTmeSersAllocObject view
VDM.viewType #CONSUMPTION view
DataIntegration.deltaReplication.intended true view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY UtilsTmeSersAllocObject UtilsTmeSersAllocObject Push Object Key
KEY UtilsTmeSersAllocObjectType UtilsTmeSersAllocObjectType Translation OType
KEY UtilsTmeSersLgclAllocNumber UtilsTmeSersLgclAllocNumber Log. No. of PA
KEY UtilsTmeSersAllocValdtyEndDte UtilsTmeSersAllocValdtyEndDte Value
UtilsTmeSersAllocValdtyStrtDte UtilsTmeSersAllocValdtyStrtDte Valid From
UtilitiesTimeSeries UtilitiesTimeSeries WBS sched. prof
UtilsTmeSersAllocationRole UtilsTmeSersAllocationRole Role
_UtilitiesInstallation _UtilitiesInstallation

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_UtilsInstTmeSersAllocationDP.
-- 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_UtilsInstTmeSersAllocationDP AS
SELECT
  UtilsTmeSersAllocObject,
  UtilsTmeSersAllocObjectType,
  UtilsTmeSersLgclAllocNumber,
  UtilsTmeSersAllocValdtyEndDte,
  UtilsTmeSersAllocValdtyStrtDte,
  UtilitiesTimeSeries,
  UtilsTmeSersAllocationRole
FROM I_UtilsInstTmeSersAllocation
;