I_JITLoadCarr

DDL: I_JITLOADCARR Type: view_entity BASIC

JIT Load Carrier

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_JITLoadCarrTxt _Text $projection.JITPckgLoadCarr = _Text.JITPckgLoadCarr

Annotations (11)

NameValueLevelField
EndUserText.label JIT Load Carrier view
AbapCatalog.entityBuffer.definitionAllowed true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.representativeKey JITPckgLoadCarr view
Analytics.technicalName IJITLCARR view
ObjectModel.resultSet.sizeCategory #XS view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY JITPckgLoadCarr domvalue_l
_Text _Text
@EndUserText.label: 'JIT Load Carrier'
@AbapCatalog.entityBuffer.definitionAllowed: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.representativeKey: 'JITPckgLoadCarr'
@Analytics.technicalName: 'IJITLCARR'
@ObjectModel.resultSet.sizeCategory: #XS
@Search.searchable: true
define view entity I_JITLoadCarr
  as select from dd07l
  association [0..*] to I_JITLoadCarrTxt as _Text on $projection.JITPckgLoadCarr = _Text.JITPckgLoadCarr
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key domvalue_l as JITPckgLoadCarr,
      _Text
}
where
      dd07l.domname  = 'NJIT_PCKG_LOAD_CARRIER'
  and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_JITLOADCARRTXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/