Deprecated SAP_INTERNAL_API
This CDS view is deprecated in S/4HANA. Use R_InsurancePolicyLifePremiumTP instead. View all deprecated CDS views →

R_InsurPlcyLifeCvrgPremiumTP

DDL: R_INSURPLCYLIFECVRGPREMIUMTP Type: view_entity TRANSACTIONAL

Life Premium under Coverage

R_InsurPlcyLifeCvrgPremiumTP is a Transactional CDS View that provides data about "Life Premium under Coverage" in SAP S/4HANA. It reads from 1 data source (I_InsurPlcyLifePremiumBasic) and exposes 30 fields with key fields InsurPlcyUUID, InsurPlcyInsurContr, InsurPlcyCoveragePackageID, InsurPlcyCoverageID, InsurPlcyCoverageOptionID. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_InsurPlcyLifePremiumBasic I_InsurPlcyLifePremiumBasic from

Associations (1)

CardinalityTargetAliasCondition
[1..1] E_InsurancePolicyLifePremium _Extension $projection.InsurPlcyUUID = _Extension.InsurPlcyUUID and $projection.InsurPlcyJrnlNmbr = _Extension.InsurPlcyJrnlNmbr and $projection.InsurPlcyJrnlEndNmbr = _Extension.InsurPlcyJrnlEndNmbr and $projection.InsurPlcyInsurContr = _Extension.InsurPlcyInsurContr and $projection.InsurPlcyCoveragePackageID = _Extension.InsurPlcyCoveragePackageID and $projection.InsurPlcyCoverageID = _Extension.InsurPlcyCoverageID and $projection.InsurPlcyCoverageOptionID = _Extension.InsurPlcyCoverageOptionID and $projection.InsurPlcyInsuredObjectID = _Extension.InsurPlcyInsuredObjectID and $projection.InsurancePolicyPremium = _Extension.InsurancePolicyPremium

Annotations (16)

NameValueLevelField
EndUserText.label Life Premium under Coverage view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.sapObjectNodeType.name InsuranceCoverage view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix LPR view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.allowNewCompositions true view
AbapCatalog.extensibility.quota.maximumFields 250 view
AbapCatalog.extensibility.quota.maximumBytes 2500 view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor R_InsurancePolicyLifePremiumTP view

Fields (30)

KeyFieldSource TableSource FieldDescription
KEY InsurPlcyUUID I_InsurPlcyLifePremiumBasic InsurPlcyUUID Policy UUID
KEY InsurPlcyInsurContr I_InsurPlcyLifePremiumBasic InsurPlcyInsurContr Contract Key
KEY InsurPlcyCoveragePackageID I_InsurPlcyLifePremiumBasic InsurPlcyCoveragePackageID Cov.Package ID
KEY InsurPlcyCoverageID I_InsurPlcyLifePremiumBasic InsurPlcyCoverageID Coverage Key
KEY InsurPlcyCoverageOptionID I_InsurPlcyLifePremiumBasic InsurPlcyCoverageOptionID Cov. Option Key
KEY InsurPlcyInsuredObjectID I_InsurPlcyLifePremiumBasic InsurPlcyInsuredObjectID Ins. Obj. No.
KEY InsurancePolicyPremium I_InsurPlcyLifePremiumBasic InsurancePolicyPremium Premium ID
InsurPlcyJrnlEndNmbr I_InsurPlcyLifePremiumBasic InsurPlcyJrnlEndNmbr Term. Jour. No.
InsurPlcyJrnlNmbr I_InsurPlcyLifePremiumBasic InsurPlcyJrnlNmbr Journal Number
InsurPlcyLifePremExclClsgAmt InsurPlcyLifePremExclClsgAmt Net Prem. No Zm
InsurPlcyLifePremAddlPaytAmt InsurPlcyLifePremAddlPaytAmt Add. Payt
InsurPlcyLifePremRsrvPremAmt InsurPlcyLifePremRsrvPremAmt Reserve Premium
InsurPlcyLifePremDepIsSetup InsurPlcyLifePremDepIsSetup Premium Deposit
InsPlcyLifePremInclClsgAnnAmt InsPlcyLifePremInclClsgAnnAmt Zill.Net AnnPrm
InsurPlcyLifePremCurrency InsurPlcyLifePremCurrency Currency
InsurPlcyLifePremAllocationKey InsurPlcyLifePremAllocationKey Allocation Key
InsurPlcyLifePremNetInvmtAmt InsurPlcyLifePremNetInvmtAmt Net Invst. Amt
InsurPlcyLifePremInvmtCategory InsurPlcyLifePremInvmtCategory Investment
InsPlcyLifePremIsPndgDepExist InsPlcyLifePremIsPndgDepExist Actl Inv.Status
InsurPlcyLifePremTotalPaidAmt InsurPlcyLifePremTotalPaidAmt Ttl Prem. Paid
InsurPlcyLifePremProcgIsNeeded InsurPlcyLifePremProcgIsNeeded Process Premium
InsurPlcyLifePremStatus InsurPlcyLifePremStatus Status
InsurPlcyLifePremInvestmentAmt InsurPlcyLifePremInvestmentAmt Inv. Premium
InsurPlcyLifePremRimpltnClcRl InsurPlcyLifePremRimpltnClcRl Reimp.Calc.Rule
InsurPlcyLifePremArrearsAmount InsurPlcyLifePremArrearsAmount Premium Arrears
InsurPlcyLifePremOffstgIsCrted InsurPlcyLifePremOffstgIsCrted Offsetting Entry
InsurPlcyLifePremCalcTypeRule InsurPlcyLifePremCalcTypeRule Calc. Rule Type
_Currency _Currency
_Coverage _Coverage
_Premium _Premium

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view R_InsurPlcyLifeCvrgPremiumTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW R_InsurPlcyLifeCvrgPremiumTP AS
SELECT
  I_InsurPlcyLifePremiumBasic.InsurPlcyUUID AS InsurPlcyUUID,
  I_InsurPlcyLifePremiumBasic.InsurPlcyInsurContr AS InsurPlcyInsurContr,
  I_InsurPlcyLifePremiumBasic.InsurPlcyCoveragePackageID AS InsurPlcyCoveragePackageID,
  I_InsurPlcyLifePremiumBasic.InsurPlcyCoverageID AS InsurPlcyCoverageID,
  I_InsurPlcyLifePremiumBasic.InsurPlcyCoverageOptionID AS InsurPlcyCoverageOptionID,
  I_InsurPlcyLifePremiumBasic.InsurPlcyInsuredObjectID AS InsurPlcyInsuredObjectID,
  I_InsurPlcyLifePremiumBasic.InsurancePolicyPremium AS InsurancePolicyPremium,
  I_InsurPlcyLifePremiumBasic.InsurPlcyJrnlEndNmbr AS InsurPlcyJrnlEndNmbr,
  I_InsurPlcyLifePremiumBasic.InsurPlcyJrnlNmbr AS InsurPlcyJrnlNmbr,
  InsurPlcyLifePremExclClsgAmt,
  InsurPlcyLifePremAddlPaytAmt,
  InsurPlcyLifePremRsrvPremAmt,
  InsurPlcyLifePremDepIsSetup,
  InsPlcyLifePremInclClsgAnnAmt,
  InsurPlcyLifePremCurrency,
  InsurPlcyLifePremAllocationKey,
  InsurPlcyLifePremNetInvmtAmt,
  InsurPlcyLifePremInvmtCategory,
  InsPlcyLifePremIsPndgDepExist,
  InsurPlcyLifePremTotalPaidAmt,
  InsurPlcyLifePremProcgIsNeeded,
  InsurPlcyLifePremStatus,
  InsurPlcyLifePremInvestmentAmt,
  InsurPlcyLifePremRimpltnClcRl,
  InsurPlcyLifePremArrearsAmount,
  InsurPlcyLifePremOffstgIsCrted,
  InsurPlcyLifePremCalcTypeRule
FROM I_InsurPlcyLifePremiumBasic
LEFT OUTER JOIN E_InsurancePolicyLifePremium AS _Extension ON InsurPlcyUUID = _Extension.InsurPlcyUUID AND InsurPlcyJrnlNmbr = _Extension.InsurPlcyJrnlNmbr AND InsurPlcyJrnlEndNmbr = _Extension.InsurPlcyJrnlEndNmbr AND InsurPlcyInsurContr = _Extension.InsurPlcyInsurContr AND InsurPlcyCoveragePackageID = _Extension.InsurPlcyCoveragePackageID AND InsurPlcyCoverageID = _Extension.InsurPlcyCoverageID AND InsurPlcyCoverageOptionID = _Extension.InsurPlcyCoverageOptionID AND InsurPlcyInsuredObjectID = _Extension.InsurPlcyInsuredObjectID AND InsurancePolicyPremium = _Extension.InsurancePolicyPremium  -- association [1..1]
;