I_JITDemandsCheckText

DDL: I_JITDEMANDSCHECKTEXT SQL: IJITDEMANDSTEXT Type: view BASIC Package: NJIT_MODEL_O

Text table for Demand check values

I_JITDemandsCheckText is a Basic CDS View that provides data about "Text table for Demand check values" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, JITDemands. It has 2 associations to related views. Part of development package NJIT_MODEL_O.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

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

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IJITDEMANDSTEXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Text table for Demand check values view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey JITDemands view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY JITDemands
JITDemandsText ddtext
_Language _Language
_JITDemands _JITDemands
@AbapCatalog.sqlViewName: 'IJITDEMANDSTEXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Text table for Demand check values'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'JITDemands'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true
define view I_JITDemandsCheckText as select from dd07t 
association [0..1] to I_Language                         as _Language                on $projection.Language = _Language.Language
association [0..1] to I_JITDemandsCheck                  as _JITDemands              on $projection.JITDemands = _JITDemands.JITDemands
 {
 @Semantics.language: true
@ObjectModel.foreignKey.association: '_Language' 
key ddlanguage as Language, 
@ObjectModel.text.element:  [ 'JITDemandsText' ]     
  key cast ( substring( domvalue_l, 1, 1 ) as njit_demands ) as JITDemands,
    @Semantics.text: true
    ddtext as JITDemandsText,
    //Associations

   _Language,
   _JITDemands    
}
where domname = 'NJIT_DEMANDS' and as4local = 'A'