R_InsurClmAttachmentOutboundTP
Claim OutBound Attachment - TP
R_InsurClmAttachmentOutboundTP is a Transactional CDS View that provides data about "Claim OutBound Attachment - TP" in SAP S/4HANA. It reads from 1 data source (I_InsurClmAttachmentOutbound) and exposes 10 fields with key fields InsurClmActive, InsuranceClaim, InsurClmSubclm, InsuranceClaimDocumentNumber, InsurClmArcvIdCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InsurClmAttachmentOutbound | I_InsurClmAttachmentOutbound | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Claim OutBound Attachment - TP | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsurClmActive | InsurClmActive | ||
| KEY | InsuranceClaim | InsuranceClaim | ||
| KEY | InsurClmSubclm | InsurClmSubclm | ||
| KEY | InsuranceClaimDocumentNumber | InsuranceClaimDocumentNumber | ||
| KEY | InsurClmArcvIdCode | InsurClmArcvIdCode | ||
| KEY | InsurClmArcvLnkDocID | InsurClmArcvLnkDocID | ||
| ChangedOnDateTime | ChangedOnDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| InsurClmDatabaseLineStatus | InsurClmDatabaseLineStatus | |||
| _InsuranceClaim | _InsuranceClaim |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Claim OutBound Attachment - TP'
@Metadata.ignorePropagatedAnnotations: true
@VDM: {
viewType:#TRANSACTIONAL,
lifecycle.contract.type:#SAP_INTERNAL_API
}
@ObjectModel: {
semanticKey: [ 'InsuranceClaim' ],
usageType:{
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
}
}
define view entity R_InsurClmAttachmentOutboundTP
as select from I_InsurClmAttachmentOutbound
association to parent R_InsuranceClaimTP as _InsuranceClaim
on $projection.InsuranceClaim = _InsuranceClaim.InsuranceClaim
{
key InsurClmActive,
key InsuranceClaim,
key InsurClmSubclm,
key InsuranceClaimDocumentNumber,
key InsurClmArcvIdCode,
key InsurClmArcvLnkDocID,
ChangedOnDateTime,
LastChangedByUser,
InsurClmDatabaseLineStatus,
/* Associations */
_InsuranceClaim
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURCLMATTACHMENTOUTBOUND"
],
"ASSOCIATED":
[
"R_INSURANCECLAIMTP"
],
"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