I_JITCallType

DDL: I_JITCALLTYPE Type: view_entity BASIC

JIT Call Type

I_JITCallType is a Basic CDS View (Dimension) that provides data about "JIT Call Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field JITCallType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_JITCallTypeText _Text $projection.JITCallType = _Text.JITCallType

Annotations (10)

NameValueLevelField
EndUserText.label JIT Call Type view
ObjectModel.representativeKey JITCallType view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName IJITCALLTP view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY JITCallType
_Text _Text
@EndUserText.label: 'JIT Call Type'
@ObjectModel.representativeKey: 'JITCallType'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@Analytics.dataCategory: #DIMENSION
@Analytics.technicalName: 'IJITCALLTP'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.modelingPattern:           #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities:  [  #SQL_DATA_SOURCE,
                                        #CDS_MODELING_DATA_SOURCE,
                                        #CDS_MODELING_ASSOCIATION_TARGET,
                                        #ANALYTICAL_DIMENSION
                                   ]
define view entity I_JITCallType
  as select from dd07l
  association [0..*] to I_JITCallTypeText as _Text on $projection.JITCallType = _Text.JITCallType
{
      @ObjectModel.text.association: '_Text'
  key cast(substring( dd07l.domvalue_l, 1, 1) as njit_call_type preserving type) as JITCallType,
      _Text
}
where
      domname  = 'NJIT_CALL_TYPE'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_JITCALLTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/