I_GLACCOUNTTEXT

CDS View

General Ledger Account - Text

I_GLACCOUNTTEXT is a CDS View in S/4HANA. General Ledger Account - Text. It contains 5 fields. 12 CDS views read from this table.

CDS Views using this table (12)

ViewTypeJoinVDMDescription
A_GLAccountText view from BASIC API General Ledger Account Text
C_BalanceAuditTrailAccount view inner CONSUMPTION
C_InventoryGLAcctBalCube view left_outer CONSUMPTION Turkey Inventory CDS cube view
C_PE_GLAcctHierarchyInCoCode view left_outer CONSUMPTION Acc. Ctrl. for Jrnl Entry Item Cube View
C_ReconAccountTextVHTemp view from CONSUMPTION
I_GlAccountTextInCompanycode view from BASIC G/L Account in Company Code - Text
I_PH_CASCashItemCube view left_outer COMPOSITE CAS Cash Item Cube
I_PRAGLAccountText view from BASIC PRA General Ledger Account - Text
P_CACUSTTRIALBALITEM1 view_entity inner COMPOSITE
P_CN_AlternativeGLAccountText view from COMPOSITE
P_CnsldtnGLAccountT view from COMPOSITE
P_ID_StRpVATOutGLAccount view_entity inner COMPOSITE

Fields (5)

KeyField CDS FieldsUsed in Views
KEY GLAccount GLAccount 2
KEY Language Language 4
ChartOfAccounts ChartOfAccounts 2
GLAccountLongName GLAccountLongName 3
GLAccountName GLAccountName 4

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.

-- General Ledger Account - Text
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_GLACCOUNTTEXT (
    GLACCOUNT,
    LANGUAGE,
    CHARTOFACCOUNTS,
    GLACCOUNTLONGNAME,
    GLACCOUNTNAME,
    PRIMARY KEY (GLACCOUNT, LANGUAGE)
);