I_BkAcctIntrstCalcDomainValue

DDL: I_BKACCTINTRSTCALCDOMAINVALUE Type: view_entity BASIC Package: FCLM_INTEREST_CONDITION

Interest calculation type dropdown

I_BkAcctIntrstCalcDomainValue is a Basic CDS View that provides data about "Interest calculation type dropdown" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field DomainValueLow. Part of development package FCLM_INTEREST_CONDITION.

Data Sources (1)

SourceAliasJoin Type
dd07t domain from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Interest calculation type dropdown view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DomainValueLow dd07t domvalue_l Interest Calculation Type
DomainText dd07t ddtext
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Interest calculation type dropdown'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@VDM.viewType: #BASIC
@ObjectModel.usageType:{ serviceQuality: #X,
          sizeCategory: #S,
          dataClass: #MIXED }
define view entity I_BkAcctIntrstCalcDomainValue
  as select from dd07t as domain
{
      @Search.defaultSearchElement: true
      @EndUserText.label: 'Interest Calculation Type'
  key domain.domvalue_l as DomainValueLow,
      domain.ddtext     as DomainText
}
where
      domain.domname    = 'FCLM_ICND_CAL_TYPE'
  and domain.ddlanguage = abap.lang'E'