I_UtilsInstGroupTypeText

DDL: I_UTILSINSTGROUPTYPETEXT SQL: IEINSTGRPTYPET Type: view BASIC

Installation Group Type - Text

I_UtilsInstGroupTypeText is a Basic CDS View that provides data about "Installation Group Type - Text" in SAP S/4HANA. It reads from 1 data source (te672t) and exposes 5 fields with key fields Language, UtilsInstallationGroupType. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
te672t te672t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_UtilsInstGroupType _UtilsInstGroupType $projection.UtilsInstallationGroupType = _UtilsInstGroupType.UtilsInstallationGroupType
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
EndUserText.label Installation Group Type - Text view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey UtilsInstallationGroupType view
AbapCatalog.sqlViewName IEINSTGRPTYPET view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.compiler.compareFilter true view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
Analytics.dataExtraction.enabled true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language spras
KEY UtilsInstallationGroupType instgrtype
UtilsInstallationGroupTypeName text
_UtilsInstGroupType _UtilsInstGroupType
_Language _Language
@EndUserText.label: 'Installation Group Type - Text'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'UtilsInstallationGroupType'
@AbapCatalog.sqlViewName: 'IEINSTGRPTYPET'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: 'CUSTOMIZING'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #EXTRACTION_DATA_SOURCE ]
@Metadata.ignorePropagatedAnnotations:true
//@AbapCatalog.preserveKey:true

@AbapCatalog.compiler.compareFilter:true
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@Analytics.dataExtraction.enabled: true

define view I_UtilsInstGroupTypeText
  as select from te672t
  association [0..1] to I_UtilsInstGroupType as _UtilsInstGroupType on $projection.UtilsInstallationGroupType = _UtilsInstGroupType.UtilsInstallationGroupType
  association [0..1] to I_Language           as _Language           on $projection.Language = _Language.Language
{
      @Semantics.language: true
      //    @ObjectModel.foreignKey.association: '_Language'

  key spras      as Language,
      @ObjectModel.foreignKey.association: '_UtilsInstGroupType'
  key instgrtype as UtilsInstallationGroupType,
      @Semantics.text: true
      text       as UtilsInstallationGroupTypeName,
      _UtilsInstGroupType,
      _Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TE672T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_UTILSINSTGROUPTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/