I_INSURCLMDMGDOBJCHANGE

CDS View

Damaged Object Details

I_INSURCLMDMGDOBJCHANGE is a CDS View in S/4HANA. Damaged Object Details. It contains 2 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_InsurClmDmgdObjTP view_entity from TRANSACTIONAL Transactional Processing of Damaged Object - TP
I_InsurClmFNOLDamagedObjectTP view_entity from TRANSACTIONAL Damaged Object FNOL - TP
R_InsurClmFNOLDamagedObjectTP view_entity from TRANSACTIONAL FNOL Damaged Object

Fields (2)

KeyField CDS FieldsUsed in Views
KEY InsurClmDamagedObject InsurClmDamagedObject 1
BusinessPartnerName BusinessPartnerName 2

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.

-- Damaged Object Details
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_INSURCLMDMGDOBJCHANGE (
    INSURCLMDAMAGEDOBJECT,
    BUSINESSPARTNERNAME,
    PRIMARY KEY (INSURCLMDAMAGEDOBJECT)
);