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

R_InsurPlcyContractCreditorTP

DDL: R_INSURPLCYCONTRACTCREDITORTP Type: view_entity TRANSACTIONAL

Creditor under Contract

R_InsurPlcyContractCreditorTP is a Transactional CDS View that provides data about "Creditor under Contract" in SAP S/4HANA. It reads from 1 data source (I_InsurPlcyCreditorBasic) and exposes 30 fields with key fields InsurPlcyUUID, InsurPlcyInsurContr, InsurPlcyCoveragePackageID, InsurPlcyCoverageID, InsurPlcyCoverageOptionID. It has 3 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_InsurPlcyCreditorBasic Creditor from

Associations (3)

CardinalityTargetAliasCondition
[1..1] E_InsurancePolicyThirdParty _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.InsurPlcyCreditorID = _Extension.InsurPlcyCreditorID
[1..1] I_BusinessPartner _BusinessPartner $projection.InsurPlcyCreditorBusPartnerID = _BusinessPartner.BusinessPartner
[0..1] I_Address_2 _Address $projection.InsurPlcyCreditorAddressNmbrID = _Address.AddressID

Annotations (16)

NameValueLevelField
EndUserText.label Creditor under Contract 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 InsurancePolicyContract view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix CRE view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.allowNewCompositions true view
AbapCatalog.extensibility.quota.maximumFields 100 view
AbapCatalog.extensibility.quota.maximumBytes 1000 view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor R_InsurancePolicyCreditorTP view

Fields (30)

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 InsurPlcyCreditorID InsurPlcyCreditorID Creditor ID
InsurPlcyJrnlEndNmbr InsurPlcyJrnlEndNmbr Term. Jour. No.
InsurPlcyJrnlNmbr InsurPlcyJrnlNmbr Journal Number
InsurPlcyProductPackageID InsurPlcyProductPackageID Prod. Pckg. Key
InsurPlcyCreditorIsCancelled InsurPlcyCreditorIsCancelled Rev. Flag
InsurPlcyCreditorAddressNmbrID InsurPlcyCreditorAddressNmbrID Address
InsurPlcyCreditorTypeCode InsurPlcyCreditorTypeCode 3rd-Party Type
InsurPlcyCreditorExternalNmbr InsurPlcyCreditorExternalNmbr External No.
InsurPlcyCreditorDefDate InsurPlcyCreditorDefDate Definition Date
InsurPlcyCreditorCreditNmbr InsurPlcyCreditorCreditNmbr Credit Number
InsurPlcyCreditorCvrgType InsurPlcyCreditorCvrgType Subcov. Type
InsurPlcyCreditorRank InsurPlcyCreditorRank Rank
InsurPlcyCreditorBusPartnerID InsurPlcyCreditorBusPartnerID BusPartner
InsurPlcyCreditorTimeLimitDate InsurPlcyCreditorTimeLimitDate Time Limit Date
InsurPlcyCreditorShareAmt InsurPlcyCreditorShareAmt Share Amount
InsurPlcyCrdtrSharePercent InsurPlcyCrdtrSharePercent Share (%)
InsurPlcyCreditorCurrency InsurPlcyCreditorCurrency Currency
InsurPlcyCreditorTemplateID InsurPlcyCreditorTemplateID Template ID
InsurPlcyBusinessObject InsurPlcyBusinessObject Process.Status
LastChangeDateTime LastChangeDateTime Timestamp
_Currency _Currency
_BusinessPartner _BusinessPartner
_Address _Address
_Contract _Contract

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_InsurPlcyContractCreditorTP.
-- 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_InsurPlcyContractCreditorTP AS
SELECT
  InsurPlcyUUID,
  InsurPlcyInsurContr,
  InsurPlcyCoveragePackageID,
  InsurPlcyCoverageID,
  InsurPlcyCoverageOptionID,
  InsurPlcyInsuredObjectID,
  InsurPlcyCreditorID,
  InsurPlcyJrnlEndNmbr,
  InsurPlcyJrnlNmbr,
  InsurPlcyProductPackageID,
  InsurPlcyCreditorIsCancelled,
  InsurPlcyCreditorAddressNmbrID,
  InsurPlcyCreditorTypeCode,
  InsurPlcyCreditorExternalNmbr,
  InsurPlcyCreditorDefDate,
  InsurPlcyCreditorCreditNmbr,
  InsurPlcyCreditorCvrgType,
  InsurPlcyCreditorRank,
  InsurPlcyCreditorBusPartnerID,
  InsurPlcyCreditorTimeLimitDate,
  InsurPlcyCreditorShareAmt,
  InsurPlcyCrdtrSharePercent,
  InsurPlcyCreditorCurrency,
  InsurPlcyCreditorTemplateID,
  InsurPlcyBusinessObject,
  LastChangeDateTime
FROM I_InsurPlcyCreditorBasic AS Creditor
LEFT OUTER JOIN E_InsurancePolicyThirdParty 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 InsurPlcyCreditorID = _Extension.InsurPlcyCreditorID  -- association [1..1]
LEFT OUTER JOIN I_BusinessPartner AS _BusinessPartner ON InsurPlcyCreditorBusPartnerID = _BusinessPartner.BusinessPartner  -- association [1..1]
LEFT OUTER JOIN I_Address_2 AS _Address ON InsurPlcyCreditorAddressNmbrID = _Address.AddressID  -- association [0..1]
;