I_JITProdnConfControl

DDL: I_JITPRODNCONFCONTROL Type: view_entity BASIC

JIT Production Confirmation Control

I_JITProdnConfControl is a Basic CDS View (Dimension) that provides data about "JIT Production Confirmation Control" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field JITProdnConfirmationControl. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_JITProdnConfControlText _Text _Text.JITProdnConfirmationControl = $projection.JITProdnConfirmationControl

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
EndUserText.label JIT Production Confirmation Control view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey JITProdnConfirmationControl view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY JITProdnConfirmationControl
DomainValue domvalue_l
_Text _Text
@AccessControl.authorizationCheck   : #NOT_REQUIRED
@Analytics                          : { dataCategory            : #DIMENSION,
                                        internalName            : #LOCAL }
@EndUserText.label                  : 'JIT Production Confirmation Control'
@ObjectModel                        : { modelingPattern         : #ANALYTICAL_DIMENSION,
                                        representativeKey       : 'JITProdnConfirmationControl',
                                        semanticKey             : ['JITProdnConfirmationControl'],
                                        supportedCapabilities   : [ #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ],
                                        resultSet.sizeCategory  : #XS,
                                        usageType               : { dataClass       : #META,
                                                                    serviceQuality  : #A,
                                                                    sizeCategory    : #S }
                                      }
@Search.searchable                  : true
@VDM.viewType                       : #BASIC
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] }*/
/*+[hideWarning] { "IDS" : [ "KEY_CHECK/code>*/
define view entity I_JITProdnConfControl
  as select from dd07l
  /* start suppress warning calculated_field_check */
  association [0..*] to I_JITProdnConfControlText as _Text on _Text.JITProdnConfirmationControl = $projection.JITProdnConfirmationControl
  /* end suppress warning calculated_field_check */
{
      @ObjectModel.text.association: '_Text'
  key cast ( substring( domvalue_l,1,1 ) as njit_prodn_conf_control  preserving type ) as JITProdnConfirmationControl,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      domvalue_l                                                                       as DomainValue,
      _Text
}
where
      dd07l.domname  = 'NJIT_PRODN_CONF_CONTROL'
  and dd07l.as4local = 'A'