C_CentralReqForQuotationTypeVH

DDL: C_CENTRALREQFORQUOTATIONTYPEVH SQL: CCNTRLRFQTYPEVH Type: view CONSUMPTION

Consumption view for Central RFQ Type Value Help

C_CentralReqForQuotationTypeVH is a Consumption CDS View that provides data about "Consumption view for Central RFQ Type Value Help" in SAP S/4HANA. It reads from 1 data source (I_CntrlReqForQuotationType) and exposes 2 fields with key field RFQType.

Data Sources (1)

SourceAliasJoin Type
I_CntrlReqForQuotationType _CentralReqForQuotationTypeVH from

Annotations (14)

NameValueLevelField
VDM.viewType #CONSUMPTION view
Search.searchable true view
EndUserText.label Consumption view for Central RFQ Type Value Help view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName CCNTRLRFQTYPEVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey RFQType view
ObjectModel.semanticKey RFQType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY RFQType I_CntrlReqForQuotationType RFQType RFQ Type
_RFQTypeText _RFQTypeText

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_CentralReqForQuotationTypeVH.
-- 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.
-- SQL view name: CCNTRLRFQTYPEVH

CREATE VIEW C_CentralReqForQuotationTypeVH AS
SELECT
  _CentralReqForQuotationTypeVH.RFQType AS RFQType
FROM I_CntrlReqForQuotationType AS _CentralReqForQuotationTypeVH
;