I_TndrgResponseIsNegative

DDL: I_TNDRGRESPONSEISNEGATIVE Type: view BASIC

Indicator that Tendering Response is Negative

I_TndrgResponseIsNegative is a Basic CDS View (Dimension) that provides data about "Indicator that Tendering Response is Negative" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field TndrgResponseIsNegative.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (12)

NameValueLevelField
EndUserText.label Indicator that Tendering Response is Negative view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
ObjectModel.representativeKey TndrgResponseIsNegative 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 IISTENDRSPNEG view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

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

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

    /* Associations */
    _Text
} 
where domname = '/SCMTMS/VDM_NEGATIVE_RESPONSE'
and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_TNDRGRESPONSEISNEGATIVETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/