R_InsurClmTaxHeaderTP
Tax Header - TP
R_InsurClmTaxHeaderTP is a Transactional CDS View that provides data about "Tax Header - TP" in SAP S/4HANA. It reads from 1 data source (I_InsurClmTaxHeader) and exposes 16 fields with key fields InsurClmActive, InsuranceClaim, InsurClmTaxHdrUUID. It has 1 association to related views. Part of development package ICL_VDM_CLAIM_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InsurClmTaxHeader | _InsurClmTaxHeader | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | R_InsurClmTaxItemTP | _InsurClmTaxItem | |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Tax Header - TP | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.representativeKey | InsurClmTaxHdrUUID | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsurClmActive | InsurClmActive | ||
| KEY | InsuranceClaim | InsuranceClaim | ||
| KEY | InsurClmTaxHdrUUID | InsurClmTaxHdrUUID | ||
| ChangedOnDateTime | I_InsurClmTaxHeader | ChangedOnDateTime | ||
| LastChangedByUser | I_InsurClmTaxHeader | LastChangedByUser | ||
| InsurClmDatabaseLineStatus | InsurClmDatabaseLineStatus | |||
| InsuranceClaimTaxHeaderNumber | InsuranceClaimTaxHeaderNumber | |||
| InsurClmTaxHdrTotTaxBaseAmount | InsurClmTaxHdrTotTaxBaseAmount | |||
| InsurClmTaxHdrTotTaxDdctdAmt | InsurClmTaxHdrTotTaxDdctdAmt | |||
| InsurClmTaxCrcy | InsurClmTaxCrcy | |||
| InsurClmTaxHdrTaxRecgnValue | InsurClmTaxHdrTaxRecgnValue | |||
| InsurClmTaxHdrTaxPayer | InsurClmTaxHdrTaxPayer | |||
| InsurClmTaxHdrTaxCat | InsurClmTaxHdrTaxCat | |||
| _Currency | _Currency | |||
| _InsuranceClaim | _InsuranceClaim | |||
| _InsurClmTaxItem | _InsurClmTaxItem |
@EndUserText.label: 'Tax Header - TP'
@VDM: {
viewType:#TRANSACTIONAL,
lifecycle.contract.type:#SAP_INTERNAL_API
}
@AccessControl: {
authorizationCheck: #MANDATORY,
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
representativeKey: 'InsurClmTaxHdrUUID',
semanticKey: [ 'InsurClmTaxHdrUUID' ],
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
}
}
define view entity R_InsurClmTaxHeaderTP
as select from I_InsurClmTaxHeader as _InsurClmTaxHeader
composition [0..*] of R_InsurClmTaxItemTP as _InsurClmTaxItem
association to parent R_InsuranceClaimTP as _InsuranceClaim
on $projection.InsuranceClaim = _InsuranceClaim.InsuranceClaim
{
key InsurClmActive,
key InsuranceClaim,
key InsurClmTaxHdrUUID,
_InsurClmTaxHeader.ChangedOnDateTime,
_InsurClmTaxHeader.LastChangedByUser,
InsurClmDatabaseLineStatus,
InsuranceClaimTaxHeaderNumber,
@Semantics.amount.currencyCode: 'InsurClmTaxCrcy'
InsurClmTaxHdrTotTaxBaseAmount,
@Semantics.amount.currencyCode: 'InsurClmTaxCrcy'
InsurClmTaxHdrTotTaxDdctdAmt,
InsurClmTaxCrcy,
InsurClmTaxHdrTaxRecgnValue,
InsurClmTaxHdrTaxPayer,
InsurClmTaxHdrTaxCat,
_Currency,
_InsuranceClaim,
_InsurClmTaxItem
}
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