I_OverallDelivConfStatusText

DDL: I_OVERALLDELIVCONFSTATUSTEXT SQL: ISDOVRLDELCFSTST Type: view BASIC

Overall Delivery Confirmation Status - Text

I_OverallDelivConfStatusText is a Basic CDS View that provides data about "Overall Delivery Confirmation Status - Text" in SAP S/4HANA. It reads from 1 data source (tvbst) and exposes 5 fields with key fields OverallDelivConfStatus, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
tvbst tvbst from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_OverallDelivConfStatus _OverallDelivConfStatus $projection.OverallDelivConfStatus = _OverallDelivConfStatus.OverallDelivConfStatus
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (13)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey OverallDelivConfStatus view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Overall Delivery Confirmation Status - Text view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISDOVRLDELCFSTST view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Analytics.dataExtraction.enabled true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY OverallDelivConfStatus statu
KEY Language spras
OverallDelivConfStatusDesc bezei
_OverallDelivConfStatus _OverallDelivConfStatus
_Language _Language
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'OverallDelivConfStatus'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, 
                                      #CDS_MODELING_DATA_SOURCE, #SEARCHABLE_ENTITY, #EXTRACTION_DATA_SOURCE ]
@ObjectModel.modelingPattern: [ #LANGUAGE_DEPENDENT_TEXT ]
@EndUserText.label: 'Overall Delivery Confirmation Status - Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDOVRLDELCFSTST'
@Metadata.ignorePropagatedAnnotations:true
@Search.searchable: true
@Analytics.dataExtraction.enabled: true

define view I_OverallDelivConfStatusText
as select from tvbst

association [0..1] to I_OverallDelivConfStatus as _OverallDelivConfStatus on $projection.OverallDelivConfStatus = _OverallDelivConfStatus.OverallDelivConfStatus
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
    @ObjectModel.foreignKey.association: '_OverallDelivConfStatus'
    key statu as OverallDelivConfStatus,
    
    @Semantics.language: true
    @ObjectModel.foreignKey.association: '_Language'
    key spras as Language,
    
    @Semantics.text: true
    @Search.defaultSearchElement: true
    @Search.fuzzinessThreshold: 0.9
    bezei as OverallDelivConfStatusDesc,
    
    _OverallDelivConfStatus,
    _Language    
} 
where (tvbst.tbnam = 'VBAK') and (tvbst.fdnam = 'BESTK');     
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"TVBST"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_OVERALLDELIVCONFSTATUS"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/