I_CntrlReqForQuotationType

DDL: I_CNTRLREQFORQUOTATIONTYPE SQL: ICNTRLRFQTYPE Type: view BASIC Package: VDM_MM_PUR_CRFQ

Basic view for Central Request For Quotation Type Value Help

I_CntrlReqForQuotationType is a Basic CDS View that provides data about "Basic view for Central Request For Quotation Type Value Help" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocumentType) and exposes 2 fields with key field RFQType. It has 1 association to related views. Part of development package VDM_MM_PUR_CRFQ.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingDocumentType RFQType from

Associations (1)

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

Annotations (13)

NameValueLevelField
VDM.viewType #BASIC view
Search.searchable true view
EndUserText.label Basic view for Central Request For Quotation Type Value Help view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ICNTRLRFQTYPE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
ObjectModel.representativeKey RFQType view
ObjectModel.semanticKey RFQType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY RFQType I_PurchasingDocumentType PurchasingDocumentType
_RFQTypeText _RFQTypeText
@VDM.viewType: #BASIC
@Search.searchable: true
@EndUserText.label: 'Basic view for Central Request For Quotation Type Value Help' 
@AbapCatalog.preserveKey:true

@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'ICNTRLRFQTYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK

@ObjectModel.representativeKey: 'RFQType'
@ObjectModel.semanticKey: 'RFQType'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S

define view I_CntrlReqForQuotationType  
as select from I_PurchasingDocumentType as RFQType

 association [0..*] to I_PurchasingDocumentTypeText as _RFQTypeText on  _RFQTypeText.PurchasingDocumentCategory = 'N'
                                                                     and _RFQTypeText.PurchasingDocumentType     = $projection.RFQType

{
      @Search: { defaultSearchElement: true, ranking: #HIGH }
      @ObjectModel.text.association: '_RFQTypeText'
  key RFQType.PurchasingDocumentType as RFQType,
    _RFQTypeText

}
where
 RFQType.PurchasingDocumentCategory = 'N'