I_CapacitiesConsiderationText

DDL: I_CAPACITIESCONSIDERATIONTEXT Type: view_entity COMPOSITE Package: VDM_TM_BO_PLN_PROF

Capacities Consideration - Text

I_CapacitiesConsiderationText is a Composite CDS View that provides data about "Capacities Consideration - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields CapacitiesConsideration, Language. It has 1 association to related views. It is exposed through 1 OData service (TM_OPTSET_SRV). Part of development package VDM_TM_BO_PLN_PROF.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Capacities Consideration - Text view
VDM.viewType #COMPOSITE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey CapacitiesConsideration view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
Search.searchable true view
Analytics.technicalName ICAPACONS view

OData Services (1)

ServiceBindingVersionContractRelease
TM_OPTSET_SRV TM_OPTSET_SRV V4 C1 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY CapacitiesConsideration
KEY Language ddlanguage
CapacitiesConsiderationDesc ddtext Capacities Consideration Description
_CapacitiesConsideration _CapacitiesConsideration
_Language _Language
@AbapCatalog.viewEnhancementCategory:   [#NONE]
@AccessControl.authorizationCheck:      #NOT_REQUIRED
@EndUserText.label:                     'Capacities Consideration - Text'
@VDM.viewType:                          #COMPOSITE
@Metadata.ignorePropagatedAnnotations:  true
@ObjectModel: {
  dataCategory:     #TEXT,
  modelingPattern:  #LANGUAGE_DEPENDENT_TEXT,
  representativeKey: 'CapacitiesConsideration',
  resultSet.sizeCategory: #XS,
  supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
                          #CDS_MODELING_DATA_SOURCE,
                          #LANGUAGE_DEPENDENT_TEXT,
                          #SEARCHABLE_ENTITY,
                          #SQL_DATA_SOURCE],
  usageType:{
    serviceQuality: #A,
    sizeCategory:   #S,
    dataClass:      #META
  }
}
@Search.searchable: true
@Analytics.technicalName: 'ICAPACONS'
define view entity I_CapacitiesConsiderationText
  as select from dd07t
  association        to parent I_CapacitiesConsideration as _CapacitiesConsideration on $projection.CapacitiesConsideration = _CapacitiesConsideration.CapacitiesConsideration
  association [0..1] to I_Language                       as _Language                on $projection.Language = _Language.Language
{
       @ObjectModel.foreignKey.association: '_CapacitiesConsideration'
       @ObjectModel.text.element: ['CapacitiesConsiderationDesc']
  key  substring(domvalue_l,1,1) as CapacitiesConsideration,
       @Semantics.language: true
       @ObjectModel.foreignKey.association: '_Language'
       @UI.hidden: true
  key  ddlanguage                as Language,

       @Search.defaultSearchElement: true
       @Semantics.text:true
       @Search.fuzzinessThreshold: 0.8
       @Search.ranking: #LOW
       @EndUserText.label: 'Capacities Consideration Description'
       ddtext                    as CapacitiesConsiderationDesc,

       _CapacitiesConsideration,
       _Language
}
where
      dd07t.domname    = '/SCMTMS/VSR_CAPA_CONSIDER_OPT'
  and dd07t.as4local   = 'A'
  and dd07t.as4vers    = '0000'
  and dd07t.ddlanguage = $session.system_language