I_IHBPostgCharacteristic

DDL: I_IHBPOSTGCHARACTERISTIC Type: view_entity BASIC

IHB Posting Characteristic

I_IHBPostgCharacteristic is a Basic CDS View that provides data about "IHB Posting Characteristic" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field IHBPostingCharacteristic. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_IHBPostgCharacteristicText _IHBPostingCharacteristicText $projection.IHBPostingCharacteristic = _IHBPostingCharacteristicText.IHBPostingCharacteristic

Annotations (9)

NameValueLevelField
EndUserText.label IHB Posting Characteristic view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey IHBPostingCharacteristic view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY IHBPostingCharacteristic
domvalue_lasDomainValue
_IHBPostingCharacteristicText _IHBPostingCharacteristicText
@EndUserText.label: 'IHB Posting Characteristic'
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel : {
  representativeKey: 'IHBPostingCharacteristic',
  resultSet.sizeCategory: #XS,

  usageType : {
    serviceQuality: #A,
    dataClass: #META,
    sizeCategory: #S
  }
}

@Search.searchable: true
@VDM: {
  viewType: #BASIC
}

define view entity I_IHBPostgCharacteristic
  as select from dd07l

  association [0..*] to I_IHBPostgCharacteristicText as _IHBPostingCharacteristicText on $projection.IHBPostingCharacteristic = _IHBPostingCharacteristicText.IHBPostingCharacteristic

{
      @ObjectModel.text.association: '_IHBPostingCharacteristicText'
      @UI.hidden: true
  key cast ( dd07l.domvalue_l as /pf1/dte_ihb_posting_char  ) as IHBPostingCharacteristic,

      -- Text Associations
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l                                        as DomainValue,

      _IHBPostingCharacteristicText

}
where
      dd07l.domname  = '/PF1/DOM_IHB_POSTING_CHAR'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_IHBPOSTGCHARACTERISTICTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/