R_InhReprItmWithSglReltdQtan

DDL: R_INHREPRITMWITHSGLRELTDQTAN Type: view_entity COMPOSITE

R_InhReprItmWithSglReltdQtan is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (P_InhReprItmHavingSglReltdQtan) and exposes 4 fields with key field InHouseRepairItemUUID.

Data Sources (1)

SourceAliasJoin Type
P_InhReprItmHavingSglReltdQtan ihritem from

Annotations (8)

NameValueLevelField
VDM.private false view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
Metadata.ignorePropagatedAnnotations true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY InHouseRepairItemUUID P_InhReprItmHavingSglReltdQtan InHouseRepairItemUUID Object GUID
InHouseRepair P_InhReprItmHavingSglReltdQtan InHouseRepair
InHouseRepairItem P_InhReprItmHavingSglReltdQtan InHouseRepairItem
ServiceQuotation

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 R_InhReprItmWithSglReltdQtan.
-- 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 R_InhReprItmWithSglReltdQtan AS
SELECT
  ihritem.InHouseRepairItemUUID AS InHouseRepairItemUUID,
  ihritem.InHouseRepair AS InHouseRepair,
  ihritem.InHouseRepairItem AS InHouseRepairItem,
  docflow._ServiceDoc.ServiceDocument AS ServiceQuotation
FROM P_InhReprItmHavingSglReltdQtan AS ihritem
;