I_JITSupplyControlStatus

DDL: I_JITSUPPLYCONTROLSTATUS Type: view_entity BASIC Package: NJIT_MODEL_SUPPLY_CONTROL

JIT Supply Control Status

I_JITSupplyControlStatus is a Basic CDS View (Dimension) that provides data about "JIT Supply Control Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field JITSupplyControlStatus. It has 1 association to related views. Part of development package NJIT_MODEL_SUPPLY_CONTROL.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_JITSupplyControlStatusText _Text _Text.JITSupplyControlStatus = $projection.JITSupplyControlStatus

Annotations (16)

NameValueLevelField
AbapCatalog.entityBuffer.definitionAllowed true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName IJITSCSTATUS view
Consumption.ranked true view
EndUserText.label JIT Supply Control Status view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey JITSupplyControlStatus view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
Search.searchable true view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY JITSupplyControlStatus
DomainValue domvalue_l
_Text _Text
@AbapCatalog                            :{ entityBuffer.definitionAllowed   : true,
                                           viewEnhancementCategory          : [#NONE]
                                         }
@AccessControl.authorizationCheck       : #NOT_REQUIRED
@Analytics                              :{ dataCategory                     : #DIMENSION,
                                           technicalName                    : 'IJITSCSTATUS'
                                         }
@Consumption.ranked                     : true
@EndUserText.label                      : 'JIT Supply Control Status'
@Metadata.ignorePropagatedAnnotations   : true
@ObjectModel                            :{ dataCategory                     : #VALUE_HELP,
                                           modelingPattern                  : #ANALYTICAL_DIMENSION,
                                           representativeKey                :'JITSupplyControlStatus',
                                           resultSet.sizeCategory           : #XS,
                                           supportedCapabilities            :[ #ANALYTICAL_DIMENSION,
                                                                               #CDS_MODELING_ASSOCIATION_TARGET,
                                                                               #CDS_MODELING_DATA_SOURCE,
                                                                               #SEARCHABLE_ENTITY,
                                                                               #SQL_DATA_SOURCE,
                                                                               #VALUE_HELP_PROVIDER
                                                                             ],
                                           usageType                        :{ dataClass        : #META,
                                                                               sizeCategory     : #S,
                                                                               serviceQuality   : #A
                                                                             }
                                         }
@Search.searchable                      : true
@VDM.viewType                           : #BASIC
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] }*/
define view entity I_JITSupplyControlStatus
  as select from dd07l
  /*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ] }*/
  association [0..*] to I_JITSupplyControlStatusText as _Text on _Text.JITSupplyControlStatus = $projection.JITSupplyControlStatus
{
      @ObjectModel.text.association: '_Text'
  key cast(substring( dd07l.domvalue_l, 1, 1) as njit_supply_control_status preserving type) as JITSupplyControlStatus,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      domvalue_l                                                                             as DomainValue,
      _Text
}
where
      domname  = 'NJIT_SUPPLY_CONTROL_STATUS'
  and as4local = 'A'