Deprecated
This CDS view is deprecated in S/4HANA. Use I_PurgQnaireInformationLevelVH instead. View all deprecated CDS views →

C_PurgQnaireTemplateLevelVH

DDL: C_PURGQNAIRETEMPLATELEVELVH Type: view_entity CONSUMPTION

Purchasing Questionnaire Template Level

C_PurgQnaireTemplateLevelVH is a Consumption CDS View that provides data about "Purchasing Questionnaire Template Level" in SAP S/4HANA. It reads from 1 data source (I_PurgQnaireTemplateLevelVH) and exposes 1 field with key field PurgQuestionnaireTemplateLevel.

Data Sources (1)

SourceAliasJoin Type
I_PurgQnaireTemplateLevelVH I_PurgQnaireTemplateLevelVH from

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Purchasing Questionnaire Template Level view
Metadata.ignorePropagatedAnnotations false view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey PurgQuestionnaireTemplateLevel view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.resultSet.sizeCategory #XS view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_PurgQnaireInformationLevelVH view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PurgQuestionnaireTemplateLevel PurgQuestionnaireTemplateLevel

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_PurgQnaireTemplateLevelVH.
-- 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_PurgQnaireTemplateLevelVH AS
SELECT
  PurgQuestionnaireTemplateLevel
FROM I_PurgQnaireTemplateLevelVH
;