I_IsProposedFreightQuotationT

DDL: I_ISPROPOSEDFREIGHTQUOTATIONT Type: view BASIC

Text of Indicator that Is Proposed Freight Quotation

I_IsProposedFreightQuotationT is a Basic CDS View that provides data about "Text of Indicator that Is Proposed Freight Quotation" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields IsProposedFreightQuotation, Language.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (11)

NameValueLevelField
EndUserText.label Text of Indicator that Is Proposed Freight Quotation view
ObjectModel.representativeKey IsProposedFreightQuotation view
ObjectModel.dataCategory #TEXT 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 IISPROPFRTQTANT view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY IsProposedFreightQuotation
KEY Language ddlanguage
IsProposedFreightQuotationDesc ddtext
_IsProposedFreightQuotation _IsProposedFreightQuotation
_Language _Language
@EndUserText:   {label:              'Text of Indicator that Is Proposed Freight Quotation'}
@ObjectModel:   {representativeKey:  'IsProposedFreightQuotation',
                 dataCategory:       #TEXT,
                 usageType:          {serviceQuality:  #A,
                                      sizeCategory:    #S,
                                      dataClass:       #CUSTOMIZING}}
@VDM:           {viewType:           #BASIC}
@AbapCatalog:   {compiler:           {compareFilter: true},
                 sqlViewName:        'IISPROPFRTQTANT'}                             
@AccessControl: {authorizationCheck: #NOT_REQUIRED}
@ClientHandling.algorithm:           #SESSION_VARIABLE

define view I_IsProposedFreightQuotationT
as select from dd07t
association[0..1] to I_IsProposedFreightQuotation as _IsProposedFreightQuotation on $projection.IsProposedFreightQuotation = _IsProposedFreightQuotation.IsProposedFreightQuotation
association[0..1] to I_Language                   as _Language                   on $projection.Language                   = _Language.Language
{
    @ObjectModel.foreignKey.association: '_IsProposedFreightQuotation'
key cast(substring(domvalue_l, 1, 1) as /scmtms/vdm_tend_rsp_presel preserving type) as IsProposedFreightQuotation,
    @Semantics.language
    @ObjectModel.foreignKey.association: '_Language'
key ddlanguage                                                                 as Language,
    @Semantics.text
    ddtext as IsProposedFreightQuotationDesc,
    
    /* Associations */
    _IsProposedFreightQuotation,
    _Language
} 
where domname = '/SCMTMS/VDM_TEND_RSP_PRESEL'
and as4local = 'A'; 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_ISPROPOSEDFREIGHTQUOTATION",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/