I_BkAcctIntrstUnitDomain
Frequency Unit Domain
I_BkAcctIntrstUnitDomain is a Basic CDS View that provides data about "Frequency Unit Domain" 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)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | domain | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Frequency Unit Domain | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Search.searchable | true | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Frequency Unit Domain'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@ObjectModel.resultSet.sizeCategory: #XS
@VDM.viewType: #BASIC
@ObjectModel.usageType:{ serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED }
define view entity I_BkAcctIntrstUnitDomain
as select from dd07t as domain
{
@Search.defaultSearchElement: true
@EndUserText.label: 'Interest Calculation Type'
@UI.hidden: true
@ObjectModel.text.element:['DomainText' ]
key domain.domvalue_l as DomainValueLow,
@Semantics.text: true
domain.ddtext as DomainText
}
where
domain.domname = 'FCLM_ICND_FREQUENCY_UNIT'
//where domain.domname = $parameters.p_DOMNAME
and domain.ddlanguage = abap.lang'E'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA