I_TranspOrdExecutionBlockText

DDL: I_TRANSPORDEXECUTIONBLOCKTEXT Type: view_entity BASIC Package: VDM_TM_BO_TOR

Ind Transp Ord Exe Block - Text

I_TranspOrdExecutionBlockText is a Basic CDS View that provides data about "Ind Transp Ord Exe Block - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields TranspOrdExecutionIsBlocked, Language. It has 1 association to related views. Part of development package VDM_TM_BO_TOR.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (14)

NameValueLevelField
EndUserText.label Ind Transp Ord Exe Block - Text view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
ObjectModel.representativeKey TranspOrdExecutionIsBlocked view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
Analytics.technicalName IEXECBLOCKTEXT view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY TranspOrdExecutionIsBlocked
KEY Language ddlanguage
TranspOrdExecutionBlockDesc
_TranspOrdExecutionIsBlocked _TranspOrdExecutionIsBlocked
_Language _Language
@EndUserText:   {label:              'Ind Transp Ord Exe Block - Text'}
@Analytics:     {dataExtraction:     {enabled: true},
                 internalName:       #LOCAL}
@ObjectModel:   {representativeKey:  'TranspOrdExecutionIsBlocked',
                 dataCategory:       #TEXT,
                 usageType:          {serviceQuality: #A,
                                      sizeCategory:   #S,
                                      dataClass:      #META},
                 modelingPattern:        #LANGUAGE_DEPENDENT_TEXT,
                 supportedCapabilities:  [ #LANGUAGE_DEPENDENT_TEXT,
                                           #CDS_MODELING_DATA_SOURCE,
                                           #CDS_MODELING_ASSOCIATION_TARGET,
                                           #SQL_DATA_SOURCE,
                                           #EXTRACTION_DATA_SOURCE,
                                           #SEARCHABLE_ENTITY]}
@Analytics.technicalName: 'IEXECBLOCKTEXT'
@VDM:           {viewType:           #BASIC}
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AccessControl: {authorizationCheck: #NOT_REQUIRED}
@Metadata:      {ignorePropagatedAnnotations: true}

define view entity I_TranspOrdExecutionBlockText
  as select from dd07t
  association        to parent I_TranspOrdExecutionIsBlocked as _TranspOrdExecutionIsBlocked on $projection.TranspOrdExecutionIsBlocked = _TranspOrdExecutionIsBlocked.TranspOrdExecutionIsBlocked
  association [0..1] to I_Language                           as _Language                    on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_TranspOrdExecutionIsBlocked'
      @Semantics.booleanIndicator: true
  key cast(substring(domvalue_l, 1, 1) as /scmtms/vdm_block_execution) as TranspOrdExecutionIsBlocked,
      @Semantics.language
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                                                       as Language,
      @Semantics.text
      cast(ddtext as /scmtms/vdm_block_exectn_desc preserving type )   as TranspOrdExecutionBlockDesc,
      /* Associations */
      _TranspOrdExecutionIsBlocked,
      _Language
}
where
      domname  = '/SCMTMS/BLOCK_EXECUTION'
  and as4local = 'A';