END_BAL

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

Fields (12)

KeyField CDS FieldsUsed in Views
KEY ChartOfAccounts ChartOfAccounts 12
KEY CompanyCode CompanyCode 17
KEY Customer Customer 7
KEY FiscalYear FiscalYear 17
KEY GLAccount GLAccount 13
KEY Ledger Ledger 17
KEY SourceLedger SourceLedger 4
KEY Supplier Supplier 6
KEY VATRegistration VATRegistration 4
ActiveChartOfAccounts ActiveChartOfAccounts 4
ActiveGLAccount ActiveGLAccount 4
CompanyCodeCurrency CompanyCodeCurrency 17

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 END_BAL (
    CHARTOFACCOUNTS,
    COMPANYCODE,
    CUSTOMER,
    FISCALYEAR,
    GLACCOUNT,
    LEDGER,
    SOURCELEDGER,
    SUPPLIER,
    VATREGISTRATION,
    ACTIVECHARTOFACCOUNTS,
    ACTIVEGLACCOUNT,
    COMPANYCODECURRENCY,
    PRIMARY KEY (CHARTOFACCOUNTS, COMPANYCODE, CUSTOMER, FISCALYEAR, GLACCOUNT, LEDGER, SOURCELEDGER, SUPPLIER, VATREGISTRATION)
);