R_INSURPLCYREPORTEDVALUETP
Reported Value
R_INSURPLCYREPORTEDVALUETP is a CDS View in S/4HANA. Reported Value. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsurancePolicyReportedValue | view_entity | projection | CONSUMPTION | Reported Value |
@EndUserText.label: 'Reported Value'
@VDM: {
viewType:#TRANSACTIONAL,
lifecycle.contract.type:#SAP_INTERNAL_API
}
@AccessControl: {
authorizationCheck: #PRIVILEGED_ONLY,
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
semanticKey: [ 'InsurPlcyRptdValID' ],
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
}
}
@ObjectModel.sapObjectNodeType.name: 'InsurancePolicy'
define root view entity R_InsurPlcyReportedValueTP
as select from I_InsurPlcyReportedValBasic as ReportedValue
association [1..1] to E_InsurancePolicyReportedValue as _Extension on $projection.InsurPlcyRptdValID = _Extension.InsurPlcyRptdValID
and $projection.InsurPlcyCoverageID = _Extension.InsurPlcyCoverageID
and $projection.InsurPlcyCoveragePackageID = _Extension.InsurPlcyCoveragePackageID
and $projection.InsurPlcyInsurContr = _Extension.InsurPlcyInsurContr
and $projection.InsurPlcyJrnlEndNmbr = _Extension.InsurPlcyJrnlEndNmbr
and $projection.InsurPlcyUUID = _Extension.InsurPlcyUUID
and $projection.InsurPlcyJrnlNmbr = _Extension.InsurPlcyJrnlNmbr
{
key ReportedValue.InsurPlcyUUID,
key ReportedValue.InsurPlcyInsurContr,
key ReportedValue.InsurPlcyCoveragePackageID,
key ReportedValue.InsurPlcyCoverageID,
key ReportedValue.InsurPlcyRptdValID,
ReportedValue.InsurPlcyJrnlEndNmbr,
ReportedValue.InsurPlcyJrnlNmbr,
ReportedValue.InsurPlcyProductPackageID,
ReportedValue.InsurPlcyRptdValIsCancld,
ReportedValue.InsurPlcyRptdValTemplateID,
ReportedValue.InsurPlcyRptdValCat,
ReportedValue.InsurPlcyRptdSettlmtStartDate,
ReportedValue.InsurPlcyRptdSettlmtEndDate,
ReportedValue.InsurPlcyRptdValDueDteKey,
ReportedValue.InsurPlcyPnltyEndorsementMode,
ReportedValue.InsurPlcyPnltyFctrPercent,
ReportedValue.InsurPlcyIsPnltyEndorsement,
ReportedValue.InsurPlcyFiscalYearHandling,
ReportedValue.InsurPlcyRptdValSts,
ReportedValue.InsurPlcyRptgCyc,
ReportedValue.InsurPlcyNotifPerdNumberOfDays,
ReportedValue.InsurPlcyRptdValTmeRef,
ReportedValue.InsurPlcyMonetaryRptdValAmt,
ReportedValue.InsurPlcyAdvncPaytOfPremPct,
ReportedValue.InsurPlcyRptdValSettlmtCyc,
ReportedValue.InsurPlcyRptdValSettlmtMode,
ReportedValue.InsurPlcyRptdValSettlmtWvr,
ReportedValue.InsurPlcyRptdValCurrency,
ReportedValue.InsurPlcyRptdValQuantity,
ReportedValue.InsurPlcyRptdValQuantityUnit,
ReportedValue.InsurPlcyRptdValCl,
ReportedValue.InsurPlcyBusinessObject,
ReportedValue.LastChangeDateTime,
/* Associations */
ReportedValue._Currency
}