C_BusSolnQtanTypeVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_BusSolutionQuotationType | BusSolutionQuotationType | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA