I_UtilsDeviceFunctionClassText

DDL: I_UTILSDEVICEFUNCTIONCLASSTEXT SQL: IEDVCEFUNCCLST Type: view BASIC

Device Functional Class - Text

I_UtilsDeviceFunctionClassText is a Basic CDS View that provides data about "Device Functional Class - Text" in SAP S/4HANA. It reads from 1 data source (te055t) and exposes 5 fields with key fields Language, UtilsDeviceFunctionClass. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
te055t te055t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_UtilsDeviceFunctionClass _UtilsDeviceFunctionClass $projection.UtilsDeviceFunctionClass = _UtilsDeviceFunctionClass.UtilsDeviceFunctionClass
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (13)

NameValueLevelField
EndUserText.label Device Functional Class - Text view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey UtilsDeviceFunctionClass view
AbapCatalog.sqlViewName IEDVCEFUNCCLST view
ObjectModel.usageType.serviceQuality A view
ObjectModel.usageType.sizeCategory M view
ObjectModel.usageType.dataClass CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language te055t spras
KEY UtilsDeviceFunctionClass te055t funklas
UtilsDeviceFunctionClassName te055t funktxt
_UtilsDeviceFunctionClass _UtilsDeviceFunctionClass
_Language _Language
@EndUserText.label: 'Device Functional Class - Text'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'UtilsDeviceFunctionClass'
@AbapCatalog.sqlViewName: 'IEDVCEFUNCCLST'
@ObjectModel.usageType.serviceQuality: 'A'
@ObjectModel.usageType.sizeCategory: 'M'
@ObjectModel.usageType.dataClass: 'CUSTOMIZING'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter:true
//@AbapCatalog.preserveKey:true

@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT

define view I_UtilsDeviceFunctionClassText
  as select from te055t
  association [0..1] to I_UtilsDeviceFunctionClass as _UtilsDeviceFunctionClass on $projection.UtilsDeviceFunctionClass = _UtilsDeviceFunctionClass.UtilsDeviceFunctionClass
  association [0..1] to I_Language                 as _Language                 on $projection.Language = _Language.Language

{
      //   @ObjectModel.foreignKey.association: '_Language'

      @Semantics.language: true
  key te055t.spras   as Language,
      @ObjectModel.foreignKey.association: '_UtilsDeviceFunctionClass'
  key te055t.funklas as UtilsDeviceFunctionClass,
      @Semantics.text: true
      te055t.funktxt as UtilsDeviceFunctionClassName,
      _UtilsDeviceFunctionClass,
      _Language

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TE055T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_UTILSDEVICEFUNCTIONCLASS"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/