I_GLACCTWITHGRPCHARTOFACCOUNTS

CDS View

gl account with group chart of account

I_GLACCTWITHGRPCHARTOFACCOUNTS is a CDS View in S/4HANA. gl account with group chart of account. It contains 4 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_AllocationSenderGLAcctVH view inner CONSUMPTION Account Number
C_GLAccountInchartOfAccount view from CONSUMPTION GL Accounts in Chart of Account
C_InventoryGLAcctBalCube view left_outer CONSUMPTION Turkey Inventory CDS cube view
P_GLAccountTypeVH view inner CONSUMPTION gl account vh

Fields (4)

KeyField CDS FieldsUsed in Views
KEY ChartOfAccounts ChartOfAccounts,CorporateGroupChartOfAccounts 2
KEY GLAccountExternal GLAccountExternal 1
GLAccountGroup GLAccountGroup 1
GLAccountType GLAccountType 2

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.

-- gl account with group chart of account
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_GLACCTWITHGRPCHARTOFACCOUNTS (
    CHARTOFACCOUNTS,
    GLACCOUNTEXTERNAL,
    GLACCOUNTGROUP,
    GLACCOUNTTYPE,
    PRIMARY KEY (CHARTOFACCOUNTS, GLACCOUNTEXTERNAL)
);