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
@AbapCatalog.viewEnhancementCategory: [#NONE]

@AccessControl.authorizationCheck: #MANDATORY

@VDM.viewType: #CONSUMPTION

@ObjectModel: {
  representativeKey: 'BusSolutionQuotationType',
  dataCategory: #VALUE_HELP,
  usageType: {
                serviceQuality: #C,
                sizeCategory: #S,
                dataClass: #MASTER
                }
}
@ObjectModel.resultSet.sizeCategory: #XS

@Metadata: {
  allowExtensions: true,
  ignorePropagatedAnnotations: true
}

@Consumption.ranked: true

@Search.searchable: true

@EndUserText.label: 'Business Solution Quotation Type'

define view entity C_BusSolnQtanTypeVH
  as select from I_BusSolutionQuotationType as BusSolutionQuotationType
  association to I_ServiceDocumentTypeText as _ServiceDocumentTypeText on  BusSolutionQuotationType.BusSolutionQuotationType = _ServiceDocumentTypeText.ServiceDocumentType
                                                                       and _ServiceDocumentTypeText.Language                 = $session.system_language
{
      @Search.ranking: #HIGH
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Consumption.filter.hidden: true
      @EndUserText.label: 'Type'
  key BusSolutionQuotationType,

      @Consumption.filter.hidden: true
      @Search.ranking: #MEDIUM
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Semantics.text: true
      @EndUserText.label: 'Description'
      _ServiceDocumentTypeText.ServiceDocumentTypeName


}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BUSSOLUTIONQUOTATIONTYPE",
"I_SERVICEDOCUMENTTYPETEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/