C_BusSolnQtanTypeVH

DDL: C_BUSSOLNQTANTYPEVH Type: view_entity CONSUMPTION

Business Solution Quotation Type

C_BusSolnQtanTypeVH is a Consumption CDS View that provides data about "Business Solution Quotation Type" in SAP S/4HANA. It reads from 1 data source (I_BusSolutionQuotationType) and exposes 2 fields with key field BusSolutionQuotationType.

Data Sources (1)

SourceAliasJoin Type
I_BusSolutionQuotationType BusSolutionQuotationType from

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey BusSolutionQuotationType view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.resultSet.sizeCategory #XS view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
Consumption.ranked true view
Search.searchable true view
EndUserText.label Business Solution Quotation Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BusSolutionQuotationType BusSolutionQuotationType Type
ServiceDocumentTypeName _ServiceDocumentTypeText ServiceDocumentTypeName Description

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_BusSolnQtanTypeVH.
-- 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_BusSolnQtanTypeVH AS
SELECT
  BusSolutionQuotationType,
  _ServiceDocumentTypeText.ServiceDocumentTypeName AS ServiceDocumentTypeName
FROM I_BusSolutionQuotationType AS BusSolutionQuotationType
;