I_IntOrdIntrstCalcProfileVH

DDL: I_INTORDINTRSTCALCPROFILEVH Type: view_entity COMPOSITE

Interest calculation profile

I_IntOrdIntrstCalcProfileVH is a Composite CDS View that provides data about "Interest calculation profile" in SAP S/4HANA. It reads from 1 data source (tpi01) and exposes 2 fields with key field OrderInterestCalcProfile.

Data Sources (1)

SourceAliasJoin Type
tpi01 tpi01 from

Annotations (11)

NameValueLevelField
AccessControl.personalData.blocking #NOT_REQUIRED view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Interest calculation profile view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #COMPOSITE view
Search.searchable true view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY OrderInterestCalcProfile tpi01 zschm
OrderInterestCalcProfileName tpi01t ztext
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl: {
  personalData.blocking: #NOT_REQUIRED,
  authorizationCheck: #NOT_REQUIRED
}
@EndUserText.label: 'Interest calculation profile'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  dataCategory: #VALUE_HELP,
  semanticKey: [ 'OrderInterestCalcProfile' ],
  usageType:{
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #CUSTOMIZING
  }
}
@VDM: {
  viewType: #COMPOSITE
}
@Search.searchable: true
@Consumption.ranked: true
define view entity I_IntOrdIntrstCalcProfileVH
  as select from tpi01
    association [0..1] to tpi01t on  tpi01.zschm = tpi01t.zschm
                                 and tpi01t.spras = $session.system_language
{
      @ObjectModel.text.element: [ 'OrderInterestCalcProfileName' ]
      @UI: {
        textArrangement: #TEXT_LAST,
        lineItem: [{ position: 1 }]
      }
      @Search: { defaultSearchElement:  true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
  key tpi01.zschm  as OrderInterestCalcProfile,
      @UI: {
        lineItem: [{ position: 5 }]
      }
      @Semantics.text: true
      @Search: { defaultSearchElement:  true, ranking: #LOW, fuzzinessThreshold: 0.8 }
      tpi01t.ztext as OrderInterestCalcProfileName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TPI01",
"TPI01T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/