A_PRAMsmtDocWellTestItm

DDL: A_PRAMSMTDOCWELLTESTITM Type: view_entity CONSUMPTION Package: OIU_ODATA_PRD_VOL

PRA Well Test Item

A_PRAMsmtDocWellTestItm is a Consumption CDS View that provides data about "PRA Well Test Item" in SAP S/4HANA. It reads from 1 data source (R_PRAMsmtDocWellTestItmTP) and exposes 7 fields with key fields PRAMeasurementDocumentNumber, MeasurementDocYear, MeasurementReadingIdentifier. It is exposed through 1 OData service (API_PRAWELLTESTHDR). Part of development package OIU_ODATA_PRD_VOL.

Data Sources (1)

SourceAliasJoin Type
R_PRAMsmtDocWellTestItmTP R_PRAMsmtDocWellTestItmTP projection

Annotations (9)

NameValueLevelField
EndUserText.label PRA Well Test Item view
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
OData.entityType.name PRAMeasurementDocumentItem_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_PRAWELLTESTHDR API_PRAWELLTEST V4 C2 C1

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY PRAMeasurementDocumentNumber PRAMeasurementDocumentNumber
KEY MeasurementDocYear MeasurementDocYear
KEY MeasurementReadingIdentifier MeasurementReadingIdentifier
PRAMeasurementReadingTxt PRAMeasurementReadingTxt
MeasurementReadingUnit MeasurementReadingUnit
PRASourceDocumentNumber PRASourceDocumentNumber
PRASourceDocumentYear PRASourceDocumentYear

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 A_PRAMsmtDocWellTestItm.
-- 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 A_PRAMsmtDocWellTestItm AS
SELECT
  PRAMeasurementDocumentNumber,
  MeasurementDocYear,
  MeasurementReadingIdentifier,
  PRAMeasurementReadingTxt,
  MeasurementReadingUnit,
  PRASourceDocumentNumber,
  PRASourceDocumentYear
FROM R_PRAMsmtDocWellTestItmTP
;