I_Relstratchartext

DDL: I_RELSTRATCHARTEXT SQL: IRELCHARTEXT Type: view BASIC Package: VDM_MM_PUR_REL_STRAT

CDS view for description of release strategy characterisitic

I_Relstratchartext is a Basic CDS View that provides data about "CDS view for description of release strategy characterisitic" in SAP S/4HANA. It reads from 1 data source (cabnt) and exposes 7 fields with key fields CharacteristicInternalID, Language. It has 2 associations to related views. Part of development package VDM_MM_PUR_REL_STRAT.

Data Sources (1)

SourceAliasJoin Type
cabnt cabnt from

Associations (2)

CardinalityTargetAliasCondition
[1..*] I_Relstartchar _Relstartchar $projection.CharacteristicInternalID = _Relstartchar.CharacteristicInternalID
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IRELCHARTEXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label CDS view for description of release strategy characterisitic view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey CharacteristicInternalID view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY CharacteristicInternalID atinn
KEY Language spras
ArchivingObject adzhl
CharacteristicValueDescription atbez
CharacteristicDescription atbez
_Relstartchar _Relstartchar
_Language _Language
@AbapCatalog.sqlViewName: 'IRELCHARTEXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'CDS view for description of release strategy characterisitic'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel.representativeKey: 'CharacteristicInternalID'
@ObjectModel.usageType.serviceQuality:#A
@ObjectModel.usageType.sizeCategory:#M
@ObjectModel.usageType.dataClass:#MASTER
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API


define view I_Relstratchartext
  as select from cabnt
  association [1..*] to I_Relstartchar as _Relstartchar on $projection.CharacteristicInternalID = _Relstartchar.CharacteristicInternalID
  association [0..1] to I_Language     as _Language     on $projection.Language = _Language.Language

{
  key atinn   as    CharacteristicInternalID,

      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key spras   as    Language,

      adzhl   as    ArchivingObject,

      @Semantics.text: true
      atbez   as    CharacteristicValueDescription,
      atbez   as    CharacteristicDescription,
      _Relstartchar,
      _Language

}
where
  spras = $session.system_language