I_Eit_Import_Item_Status_Text

DDL: I_EIT_IMPORT_ITEM_STATUS_TEXT SQL: IEITTMPLIST Type: view

Extensibility Template: Tmpl Imp. Statu

I_Eit_Import_Item_Status_Text is a CDS View that provides data about "Extensibility Template: Tmpl Imp. Statu" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Code, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language _Language.Language = $projection.Language
[0..1] I_Eit_Import_Item_Status _Code _Code.Code = $projection.Code

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IEITTMPLIST view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Extensibility Template: Tmpl Imp. Statu view
ObjectModel.representativeKey Code view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.resultSet.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Code
KEY Language ddlanguage
Description ddtext
_Code _Code
_Language _Language
@AbapCatalog.sqlViewName: 'IEITTMPLIST'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Extensibility Template: Tmpl Imp. Statu'
@ObjectModel.representativeKey: 'Code'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.resultSet.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@Search.searchable
define view I_Eit_Import_Item_Status_Text
  as select from dd07t
  association [0..1] to I_Language               as _Language on _Language.Language = $projection.Language
  association [0..1] to I_Eit_Import_Item_Status as _Code     on _Code.Code = $projection.Code
{
      @Search.defaultSearchElement: true
      @ObjectModel.foreignKey.association: '_Code'
  key cast( domvalue_l as eit_import_item_status )     as Code,

      @Semantics.text: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                                       as Language,

      @Semantics.text: true
      @Search.defaultSearchElement: true
      ddtext                                           as Description,

      @ObjectModel.association.type: [#TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT]
      _Code,
      _Language
}
where
      domname  = 'EIT_IMPORT_ITEM_STATUS'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_EIT_IMPORT_ITEM_STATUS",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/