C_RfqTypeVH
Value help for RFQ Type
C_RfqTypeVH is a Consumption CDS View that provides data about "Value help for RFQ Type" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocumentType) and exposes 3 fields with key field RFQType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PurchasingDocumentType | RFQType | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_PurchasingDocumentTypeText | _RFQTypeText | _RFQTypeText.PurchasingDocumentCategory = 'R' and _RFQTypeText.PurchasingDocumentType = $projection.RFQType |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CRFQTYPE | view | |
| EndUserText.label | Value help for RFQ Type | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| ObjectModel.semanticKey | RFQType | view | |
| ObjectModel.representativeKey | RFQType | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RFQType | I_PurchasingDocumentType | PurchasingDocumentType | |
| PurchasingDocumentTypeName | ||||
| _RFQTypeText | _RFQTypeText |
@AbapCatalog.sqlViewName: 'CRFQTYPE'
@EndUserText.label: 'Value help for RFQ Type'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@ObjectModel.semanticKey: 'RFQType'
@ObjectModel.representativeKey: 'RFQType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
define view C_RfqTypeVH
as select from I_PurchasingDocumentType as RFQType
association [0..*] to I_PurchasingDocumentTypeText as _RFQTypeText on _RFQTypeText.PurchasingDocumentCategory = 'R'
and _RFQTypeText.PurchasingDocumentType = $projection.RFQType
{
@Search: { defaultSearchElement: true, ranking: #HIGH }
@ObjectModel.text.association: '_RFQTypeText'
key RFQType.PurchasingDocumentType as RFQType,
_RFQTypeText[ Language = $session.system_language ].PurchasingDocumentTypeName,
_RFQTypeText
}
where
RFQType.PurchasingDocumentCategory = 'R'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PURCHASINGDOCUMENTTYPE",
"I_PURCHASINGDOCUMENTTYPETEXT"
],
"ASSOCIATED":
[
"I_PURCHASINGDOCUMENTTYPETEXT"
],
"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