R_InsurPlcyContractCreditorTP
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. Part of development package VDM_PM_PLCY_API_COMMON.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InsurPlcyCreditorBasic | Creditor | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [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 (8)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 | InsurancePolicy | view |
Fields (30)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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 | ||
| InsurPlcyCrdtrDrvtnIsDefaulted | InsurPlcyCrdtrDrvtnIsDefaulted | Drv Def. Mast. Pol. | ||
| InsurPlcyBusinessObject | InsurPlcyBusinessObject | Process.Status | ||
| LastChangeDateTime | LastChangeDateTime | Timestamp | ||
| _Currency | _Currency | |||
| _BusinessPartner | _BusinessPartner | |||
| _Address | _Address |
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,
InsurPlcyCrdtrDrvtnIsDefaulted,
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]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA