I_HCMExtraPayIndicatorText

DDL: I_HCMEXTRAPAYINDICATORTEXT Type: view_entity BASIC

HCM Extra Pay Indicator - Text

I_HCMExtraPayIndicatorText is a Basic CDS View that provides data about "HCM Extra Pay Indicator - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, HCMExtraPayIndicatorCode. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_HCMExtraPayIndicator _HCMExtraPayIndicator $projection.HCMExtraPayIndicatorCode = _HCMExtraPayIndicator.HCMExtraPayIndicatorCode
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (12)

NameValueLevelField
EndUserText.label HCM Extra Pay Indicator - Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey HCMExtraPayIndicatorCode view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
VDM.viewType #BASIC view
Search.searchable true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY HCMExtraPayIndicatorCode
HCMExtraPayIndicatorText ddtext
_HCMExtraPayIndicator _HCMExtraPayIndicator
_Language _Language
@EndUserText.label: 'HCM Extra Pay Indicator - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { dataCategory: #TEXT,
                representativeKey: 'HCMExtraPayIndicatorCode',
                resultSet.sizeCategory: #XS,
                usageType.sizeCategory: #S,
                usageType.dataClass:  #CUSTOMIZING,
                usageType.serviceQuality: #A,
                supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE,
                                      #CDS_MODELING_DATA_SOURCE, #SEARCHABLE_ENTITY],
                modelingPattern: #LANGUAGE_DEPENDENT_TEXT }
@VDM.viewType: #BASIC
@Search.searchable: true
/*+[hideWarning] { "IDS" : [ "KEY_CHECK", "CALCULATED_FIELD_CHECK" ]  } */
define view entity I_HCMExtraPayIndicatorText
  as select from dd07t
  association [0..1] to I_HCMExtraPayIndicator as _HCMExtraPayIndicator on $projection.HCMExtraPayIndicatorCode = _HCMExtraPayIndicator.HCMExtraPayIndicatorCode
  association [0..1] to I_Language             as _Language             on $projection.Language = _Language.Language
{

      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
      @UI.hidden: true
  key ddlanguage                as Language,
      @ObjectModel.foreignKey.association: '_HCMExtraPayIndicator'
      @ObjectModel.text.element: ['HCMExtraPayIndicatorText']
  key cast(domvalue_l as aufkn) as HCMExtraPayIndicatorCode,

      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      ddtext                    as HCMExtraPayIndicatorText,

      _HCMExtraPayIndicator,
      _Language
}
where
      domname  = 'AUFKN'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_HCMEXTRAPAYINDICATOR",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/