I_WRNTYCLAIMACCOUNTINGDOCUMENT

CDS View

Warranty Claim Accounting Document

I_WRNTYCLAIMACCOUNTINGDOCUMENT is a CDS View in S/4HANA. Warranty Claim Accounting Document. It contains 16 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_WrntyAccountingControlDoc view from BASIC Warranty accounting and Controlling Docs
I_WrntyAccountingLedgerDoc view from BASIC Wrnty Accounting and Ledger Docs
I_WrntyAcctgProfitabilityDoc view from BASIC Wrnty Acctg and Profitability Anlys Doc
P_WarrantyClaimDocumentFlow view union_all COMPOSITE

Fields (16)

KeyField CDS FieldsUsed in Views
KEY AccountingDocument AccountingDocument 1
KEY CompanyCode CompanyCode 2
KEY DocumentReferenceID DocumentReferenceID 3
KEY WrntyVersionNumber WrntyVersionNumber 3
_CompanyCode _CompanyCode 2
_Customer _Customer 3
_Supplier _Supplier 3
_WrntyClaimHeader _WrntyClaimHeader 3
OriginalReferenceDocument OriginalReferenceDocument 1
Plant Plant 3
PurchasingOrganization PurchasingOrganization 3
WarrantyClaimType WarrantyClaimType 3
WarrantyClaimVersionPartner WarrantyClaimVersionPartner 3
WarrantyCustomer WarrantyCustomer 3
WrntyClaimHeaderUUID WrntyClaimHeaderUUID 3
WrntySupplier WrntySupplier 3

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.

-- Warranty Claim Accounting Document
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_WRNTYCLAIMACCOUNTINGDOCUMENT (
    ACCOUNTINGDOCUMENT,
    COMPANYCODE,
    DOCUMENTREFERENCEID,
    WRNTYVERSIONNUMBER,
    _COMPANYCODE,
    _CUSTOMER,
    _SUPPLIER,
    _WRNTYCLAIMHEADER,
    ORIGINALREFERENCEDOCUMENT,
    PLANT,
    PURCHASINGORGANIZATION,
    WARRANTYCLAIMTYPE,
    WARRANTYCLAIMVERSIONPARTNER,
    WARRANTYCUSTOMER,
    WRNTYCLAIMHEADERUUID,
    WRNTYSUPPLIER,
    PRIMARY KEY (ACCOUNTINGDOCUMENT, COMPANYCODE, DOCUMENTREFERENCEID, WRNTYVERSIONNUMBER)
);