I_QuotationReviewIsRequired

DDL: I_QUOTATIONREVIEWISREQUIRED Type: view BASIC Package: VDM_TM_BASIC

Indicator that Quotation Review is required

I_QuotationReviewIsRequired is a Basic CDS View (Dimension) that provides data about "Indicator that Quotation Review is required" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field QuotationReviewIsRequired. Part of development package VDM_TM_BASIC.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (12)

NameValueLevelField
EndUserText.label Indicator that Quotation Review is required view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
ObjectModel.representativeKey QuotationReviewIsRequired view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #BASIC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName IISQTANREVRQD view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY QuotationReviewIsRequired
_Text _Text
@EndUserText:   {label:              'Indicator that Quotation Review is required'}
@Analytics:     {dataCategory:       #DIMENSION, 
                 dataExtraction:     {enabled: true}}
@ObjectModel:   {representativeKey:  'QuotationReviewIsRequired',
                 usageType:          {serviceQuality:  #A,
                                      sizeCategory:    #S,
                                      dataClass:       #CUSTOMIZING}}
@VDM:           {viewType:           #BASIC}
@AbapCatalog:   {compiler:           {compareFilter:   true},
                 sqlViewName:        'IISQTANREVRQD'}
@AccessControl: {authorizationCheck: #NOT_REQUIRED}
@ClientHandling.algorithm:           #SESSION_VARIABLE

define view I_QuotationReviewIsRequired
as select from dd07l
association[0..*] to I_QuotationReviewIsRequiredT as _Text on $projection.QuotationReviewIsRequired = _Text.QuotationReviewIsRequired
{
    @ObjectModel.text.association: '_Text'
key cast(substring(domvalue_l, 1, 1) as /scmtms/vdm_tend_quo_rev_rqd preserving type) as QuotationReviewIsRequired,

    /* Associations */
    _Text
} 
where domname = '/SCMTMS/VDM_TEND_QUO_REV_RQD'
and as4local = 'A';