_REFERENCE

_REFERENCE is an SAP database table in S/4HANA. It contains 17 fields.

Fields (17)

KeyField CDS FieldsUsed in Views
KEY InsurClmSubrogationUUID InsurClmSubrogationUUID 1
BusinessSystemName BusinessSystemName 1
CompanyCode PRACashCompanyCode 1
id ChangeRecordReference 1
instr_key DataExchangeInstructionKey 1
instr1 DataExchangeInstruction1 1
instr2 DataExchangeInstruction2 1
instr3 DataExchangeInstruction3 1
instr4 DataExchangeInstruction4 1
paymt_ref PaymentReference 1
PhysicalInventoryRefDocNumber PInvFreeDefinedRefText 2
pmtmthsupl PaymentMethodSupplement 1
Remitter Remitter 1
rp_text RepetitiveCodeReferenceText 1
scbank_ind StateCentralBankPaymentReason 1
supcountry SupplierCountry 1
xpore IsSinglePayment 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _REFERENCE (
    INSURCLMSUBROGATIONUUID,
    BUSINESSSYSTEMNAME,
    COMPANYCODE,
    ID,
    INSTR_KEY,
    INSTR1,
    INSTR2,
    INSTR3,
    INSTR4,
    PAYMT_REF,
    PHYSICALINVENTORYREFDOCNUMBER,
    PMTMTHSUPL,
    REMITTER,
    RP_TEXT,
    SCBANK_IND,
    SUPCOUNTRY,
    XPORE,
    PRIMARY KEY (INSURCLMSUBROGATIONUUID)
);