C_RfqTypeVH

DDL: C_RFQTYPEVH SQL: CRFQTYPE Type: view CONSUMPTION

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)

SourceAliasJoin Type
I_PurchasingDocumentType RFQType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PurchasingDocumentTypeText _RFQTypeText _RFQTypeText.PurchasingDocumentCategory = 'R' and _RFQTypeText.PurchasingDocumentType = $projection.RFQType

Annotations (12)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/