_DEBTORCREDITORRBLSPYBLSITEM

_DEBTORCREDITORRBLSPYBLSITEM is an SAP database table in S/4HANA. It contains 12 fields.

Fields (12)

KeyField CDS FieldsUsed in Views
AmountInCompanyCodeCurrency AmountInCompanyCodeCurrency 1
Customer Customer 1
DebitCreditCode DebitCreditCode 1
FinancialAccountType FinancialAccountType 8
FollowOnDocumentType FollowOnDocumentType 1
IN_GSTPlaceOfSupply IN_GSTPlaceOfSupply 1
InvoiceItemReference InvoiceItemReference 1
InvoiceReference InvoiceReference 1
InvoiceReferenceFiscalYear InvoiceReferenceFiscalYear 2
Reference1IDByBusinessPartner Reference1IDByBusinessPartner 1
SpecialGLTransactionType SpecialGLTransactionType 1
Supplier Supplier 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 _DEBTORCREDITORRBLSPYBLSITEM (
    AMOUNTINCOMPANYCODECURRENCY,
    CUSTOMER,
    DEBITCREDITCODE,
    FINANCIALACCOUNTTYPE,
    FOLLOWONDOCUMENTTYPE,
    IN_GSTPLACEOFSUPPLY,
    INVOICEITEMREFERENCE,
    INVOICEREFERENCE,
    INVOICEREFERENCEFISCALYEAR,
    REFERENCE1IDBYBUSINESSPARTNER,
    SPECIALGLTRANSACTIONTYPE,
    SUPPLIER
);