I_BkAcctIntrstCalcMethodDomain

DDL: I_BKACCTINTRSTCALCMETHODDOMAIN Type: view_entity BASIC Package: FCLM_INTEREST_CONDITION

Interest cal domain values for dropdown

I_BkAcctIntrstCalcMethodDomain is a Basic CDS View that provides data about "Interest cal domain values for 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 cal domain values for 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 cal domain values for dropdown'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@VDM.viewType: #BASIC
@ObjectModel.usageType:{ serviceQuality: #X,
          sizeCategory: #S,
          dataClass: #MIXED }
define view entity I_BkAcctIntrstCalcMethodDomain
  as select from dd07t as Domain
{
      @Search.defaultSearchElement: true
        @Semantics.text: true
      @EndUserText.label: 'Interest Calculation Type'
      @ObjectModel.text.element:['DomainText' ]
  key Domain.domvalue_l as DomainValueLow,
    @Semantics.text: true
      Domain.ddtext     as DomainText
}
where
      Domain.domname    = 'SZBMETH'
  //where domain.domname = $parameters.p_DOMNAME

  and Domain.ddlanguage = abap.lang'E'