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

C_RFQSuppQuotationStatusVH

DDL: C_RFQSUPPQUOTATIONSTATUSVH SQL: CRFQQTNSTATUSVH Type: view CONSUMPTION

Quotation Status Value Help

C_RFQSuppQuotationStatusVH is a Consumption CDS View that provides data about "Quotation Status Value Help" in SAP S/4HANA. It reads from 1 data source (I_ProcmtQuotationSts) and exposes 3 fields with key field QtnLifecycleStatus.

Data Sources (1)

SourceAliasJoin Type
I_ProcmtQuotationSts I_ProcmtQuotationSts from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CRFQQTNSTATUSVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Quotation Status Value Help view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_ProcmtQuotationSts view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY QtnLifecycleStatus QtnLifecycleStatus Status
DomainValue DomainValue Lower Value
QtnLifecycleStatusName Quotation Status

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_RFQSuppQuotationStatusVH.
-- 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: CRFQQTNSTATUSVH

CREATE VIEW C_RFQSuppQuotationStatusVH AS
SELECT
  QtnLifecycleStatus,
  DomainValue,
  _Text[1: Language = $session.system_language ].QtnLifecycleStatusName AS QtnLifecycleStatusName
FROM I_ProcmtQuotationSts
;