I_DunningKey
Dunning Key
I_DunningKey is a Basic CDS View (Dimension) that provides data about "Dunning Key" in SAP S/4HANA. It reads from 1 data source (t040) and exposes 3 fields with key field DunningKey. It has 1 association to related views. Part of development package FINS_DUNNING_CDS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t040 | t040 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_DunningKeyText | _Text | $projection.DunningKey = _Text.DunningKey |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Dunning Key | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | IFIDUNKEY | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.representativeKey | DunningKey | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.sapObjectNodeType.name | DunningKey | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Search.searchable | true | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.dataExtraction.delta.changeDataCapture.automatic | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DunningKey | |||
| MaximumDunningLevel | ||||
| _Text | _Text |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Dunning Key'
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'IFIDUNKEY'
//@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@ObjectModel.representativeKey: 'DunningKey'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.sapObjectNodeType.name: 'DunningKey'
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE ]
@Metadata.ignorePropagatedAnnotations:true
@Search.searchable: true
//@ObjectModel.sapObjectNodeType.name: 'DunningKey'
@Analytics.dataExtraction: {
enabled: true,
delta.changeDataCapture.automatic: true
}
define view I_DunningKey
as select from t040
association [0..*] to I_DunningKeyText as _Text on $projection.DunningKey = _Text.DunningKey
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
key cast( mschl as farp_mschl ) as DunningKey,
@Consumption: { filter: { hidden: true } }
cast(maxst as maxst) as MaximumDunningLevel,
_Text
};
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