C_IPUTSTestPlanProcessVH

DDL: C_IPUTSTESTPLANPROCESSVH Type: view_entity CONSUMPTION

IPUTS Test Plan Process

C_IPUTSTestPlanProcessVH is a Consumption CDS View that provides data about "IPUTS Test Plan Process" in SAP S/4HANA. It reads from 1 data source (I_IPUTSTestPlanProcessVH) and exposes 8 fields with key fields IPUTSTestPlanID, IPUTSTestProcessID, IPUTSVariantID.

Data Sources (1)

SourceAliasJoin Type
I_IPUTSTestPlanProcessVH I_IPUTSTestPlanProcessVH from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label IPUTS Test Plan Process view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey IPUTSTestPlanID view
VDM.viewType #CONSUMPTION view
Search.searchable true view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY IPUTSTestPlanID IPUTSTestPlanID Testplan Id
KEY IPUTSTestProcessID IPUTSTestProcessID Process Instance ID
KEY IPUTSVariantID IPUTSVariantID
IPUTSTestPlanName IPUTSTestPlanName
IPUTSTestProcessName IPUTSTestProcessName
IPUTSVariantName IPUTSVariantName
_Process _Process
_TestPlanName _TestPlanName

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_IPUTSTestPlanProcessVH.
-- 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_IPUTSTestPlanProcessVH AS
SELECT
  IPUTSTestPlanID,
  IPUTSTestProcessID,
  IPUTSVariantID,
  IPUTSTestPlanName,
  IPUTSTestProcessName,
  IPUTSVariantName
FROM I_IPUTSTestPlanProcessVH
;