I_InsurClmFNOLNoteTP
Notes Fnol - TP
I_InsurClmFNOLNoteTP is a Transactional CDS View that provides data about "Notes Fnol - TP" in SAP S/4HANA. It reads from 1 data source (I_InsurClmNoteExtn) and exposes 9 fields with key fields InsuranceClaim, InsurClaimUUID, InsurClmNote, InsurClmNotesUUID, InsurClmNoteYear.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InsurClmNoteExtn | I_InsurClmNoteExtn | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| EndUserText.label | Notes Fnol - TP | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsuranceClaim | InsuranceClaim | ||
| KEY | InsurClaimUUID | |||
| KEY | InsurClmNote | InsurClmNote | ||
| KEY | InsurClmNotesUUID | |||
| KEY | InsurClmNoteYear | InsurClmNoteYear | ||
| InsurClmNoteAuthznGrp | InsurClmNoteAuthznGrp | |||
| InsurClmNoteTitle | InsurClmNoteTitle | |||
| InsurClmNoteText | InsurClmNoteText | |||
| _Claim | _Claim |
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #TRANSACTIONAL
@ObjectModel.usageType: {
dataClass: #TRANSACTIONAL,
sizeCategory: #L,
serviceQuality: #X
}
@EndUserText.label: 'Notes Fnol - TP'
define view entity I_InsurClmFNOLNoteTP
as select from I_InsurClmNoteExtn
association to parent I_InsurClmFNOLTP as _Claim on $projection.InsuranceClaim = _Claim.InsuranceClaim
and $projection.InsurClaimUUID = _Claim.InsurClaimUUID
{
// @ObjectModel.readOnly: true
key InsuranceClaim,
key cast ( hextobin('00000000000000000000000000000000') as sysuuid_x16 preserving type ) as InsurClaimUUID,
// @ObjectModel.readOnly: true
key InsurClmNote,
key cast ( hextobin('00000000000000000000000000000000') as sysuuid_x16 preserving type ) as InsurClmNotesUUID,
// @ObjectModel.readOnly: true
key InsurClmNoteYear,
InsurClmNoteAuthznGrp,
@Semantics.text: true
InsurClmNoteTitle,
@Semantics.text: true
InsurClmNoteText,
_Claim
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURCLMNOTEEXTN"
],
"ASSOCIATED":
[
"I_INSURCLMFNOLTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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