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

R_InsurPlcyLifeCvrgInsObPremTP

DDL: R_INSURPLCYLIFECVRGINSOBPREMTP Type: view_entity TRANSACTIONAL

Life Premium under Coverage IO

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

Data Sources (1)

SourceAliasJoin Type
I_InsurPlcyLifePremiumBasic LifePremium 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 IO 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 (31)

KeyFieldSource TableSource FieldDescription
KEY InsurPlcyUUID InsurPlcyUUID Policy UUID
KEY InsurPlcyInsurContr InsurPlcyInsurContr Contract Key
KEY InsurPlcyCoveragePackageID InsurPlcyCoveragePackageID Cov.Package ID
KEY InsurPlcyCoverageID InsurPlcyCoverageID Coverage Key
KEY InsurPlcyCoverageOptionID InsurPlcyCoverageOptionID Cov. Option Key
KEY InsurPlcyInsuredObjectID InsurPlcyInsuredObjectID Ins. Obj. No.
KEY InsurancePolicyPremium InsurancePolicyPremium Premium ID
InsurPlcyJrnlNmbr InsurPlcyJrnlNmbr Journal Number
InsurPlcyJrnlEndNmbr InsurPlcyJrnlEndNmbr Term. Jour. No.
InsurPlcyProductPackageID InsurPlcyProductPackageID Prod. Pckg. Key
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
_InsuredObject _InsuredObject
_Coverage _Coverage

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_InsurPlcyLifeCvrgInsObPremTP.
-- 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_InsurPlcyLifeCvrgInsObPremTP AS
SELECT
  InsurPlcyUUID,
  InsurPlcyInsurContr,
  InsurPlcyCoveragePackageID,
  InsurPlcyCoverageID,
  InsurPlcyCoverageOptionID,
  InsurPlcyInsuredObjectID,
  InsurancePolicyPremium,
  InsurPlcyJrnlNmbr,
  InsurPlcyJrnlEndNmbr,
  InsurPlcyProductPackageID,
  InsurPlcyLifePremExclClsgAmt,
  InsurPlcyLifePremAddlPaytAmt,
  InsurPlcyLifePremRsrvPremAmt,
  InsurPlcyLifePremDepIsSetup,
  InsPlcyLifePremInclClsgAnnAmt,
  InsurPlcyLifePremCurrency,
  InsurPlcyLifePremAllocationKey,
  InsurPlcyLifePremNetInvmtAmt,
  InsurPlcyLifePremInvmtCategory,
  InsPlcyLifePremIsPndgDepExist,
  InsurPlcyLifePremTotalPaidAmt,
  InsurPlcyLifePremProcgIsNeeded,
  InsurPlcyLifePremStatus,
  InsurPlcyLifePremInvestmentAmt,
  InsurPlcyLifePremRimpltnClcRl,
  InsurPlcyLifePremArrearsAmount,
  InsurPlcyLifePremOffstgIsCrted,
  InsurPlcyLifePremCalcTypeRule
FROM I_InsurPlcyLifePremiumBasic AS LifePremium
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]
;