I_InsurClmStatus
Fallstatus
I_InsurClmStatus is a Basic CDS View that provides data about "Fallstatus" in SAP S/4HANA. It reads from 1 data source (ticl140) and exposes 2 fields with key field InsurClmLifeCycSts. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ticl140 | ticl140 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_InsurClmStatusText | _ClaimStatusText | $projection.InsurClmLifeCycSts = _ClaimStatusText.InsurClmLifeCycSts |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Fallstatus | view | |
| AbapCatalog.sqlViewName | ICLCLMSTATUS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.representativeKey | InsurClmLifeCycSts | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsurClmLifeCycSts | status | ||
| _ClaimStatusText | _ClaimStatusText |
@EndUserText.label: 'Fallstatus'
@AbapCatalog: {
sqlViewName: 'ICLCLMSTATUS',
compiler.compareFilter: true,
buffering.type: #FULL,
buffering.status: #ACTIVE
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
sizeCategory: #S,
serviceQuality: #A
}
@ObjectModel.representativeKey: 'InsurClmLifeCycSts'
define view I_InsurClmStatus
as select from ticl140
association [0..*] to I_InsurClmStatusText as _ClaimStatusText on $projection.InsurClmLifeCycSts = _ClaimStatusText.InsurClmLifeCycSts
{
//TICL140
@ObjectModel.text.association: '_ClaimStatusText'
key status as InsurClmLifeCycSts,
_ClaimStatusText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TICL140"
],
"ASSOCIATED":
[
"I_INSURCLMSTATUSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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