I_INSURPLCYEXTREFERENCEVERSION

CDS View

External Reference

I_INSURPLCYEXTREFERENCEVERSION is a CDS View in S/4HANA. External Reference. It contains 21 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_InsurPlcyExtRefTP_2 view_entity from TRANSACTIONAL External Reference - TP

Fields (21)

KeyField CDS FieldsUsed in Views
KEY InsurPlcyApplUUID InsurPlcyApplUUID 1
KEY InsurPlcyCoverageID InsurPlcyCoverageID 1
KEY InsurPlcyCoverageOptionID InsurPlcyCoverageOptionID 1
KEY InsurPlcyCoveragePackageID InsurPlcyCoveragePackageID 1
KEY InsurPlcyExternalReferenceID InsurPlcyExternalReferenceID 1
KEY InsurPlcyInsurContr InsurPlcyInsurContr 1
KEY InsurPlcyInsuredObjectID InsurPlcyInsuredObjectID 1
KEY InsurPlcyUUID InsurPlcyUUID 1
InsurPlcyBusinessObject InsurPlcyBusinessObject 1
InsurPlcyBusProcessNumerator InsurPlcyBusProcessNumerator 1
InsurPlcyBusProcType InsurPlcyBusProcType 1
InsurPlcyExtRefCompany InsurPlcyExtRefCompany 1
InsurPlcyExtRefIsCancelled InsurPlcyExtRefIsCancelled 1
InsurPlcyExtRefReferenceNumber InsurPlcyExtRefReferenceNumber 1
InsurPlcyExtRefReferenceType InsurPlcyExtRefReferenceType 1
InsurPlcyExtRefTemplate InsurPlcyExtRefTemplate 1
InsurPlcyJrnlEndNmbr InsurPlcyJrnlEndNmbr 1
InsurPlcyJrnlNmbr InsurPlcyJrnlNmbr 1
InsurPlcyOrderNumber InsurPlcyOrderNumber 1
InsurPlcyProductPackageID InsurPlcyProductPackageID 1
LastChangeDateTime LastChangeDateTime 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- External Reference
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_INSURPLCYEXTREFERENCEVERSION (
    INSURPLCYAPPLUUID,
    INSURPLCYCOVERAGEID,
    INSURPLCYCOVERAGEOPTIONID,
    INSURPLCYCOVERAGEPACKAGEID,
    INSURPLCYEXTERNALREFERENCEID,
    INSURPLCYINSURCONTR,
    INSURPLCYINSUREDOBJECTID,
    INSURPLCYUUID,
    INSURPLCYBUSINESSOBJECT,
    INSURPLCYBUSPROCESSNUMERATOR,
    INSURPLCYBUSPROCTYPE,
    INSURPLCYEXTREFCOMPANY,
    INSURPLCYEXTREFISCANCELLED,
    INSURPLCYEXTREFREFERENCENUMBER,
    INSURPLCYEXTREFREFERENCETYPE,
    INSURPLCYEXTREFTEMPLATE,
    INSURPLCYJRNLENDNMBR,
    INSURPLCYJRNLNMBR,
    INSURPLCYORDERNUMBER,
    INSURPLCYPRODUCTPACKAGEID,
    LASTCHANGEDATETIME,
    PRIMARY KEY (INSURPLCYAPPLUUID, INSURPLCYCOVERAGEID, INSURPLCYCOVERAGEOPTIONID, INSURPLCYCOVERAGEPACKAGEID, INSURPLCYEXTERNALREFERENCEID, INSURPLCYINSURCONTR, INSURPLCYINSUREDOBJECTID, INSURPLCYUUID)
);