FLQACC_INFO_RT3

Transparent Table Application Table

Information Account: Runtime Data

FLQACC_INFO_RT3 is an SAP database table in S/4HANA. Information Account: Runtime Data. It contains 16 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_FLQCALLIQ view_entity from BASIC Entry for Information Account

Fields (16)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY companycode bukrs Company Code
KEY glaccount saknr G/L Account
KEY account_from saknr_v Account From
KEY account_to saknr_b Account To
infoacc_version fclm_infoacc_version
liquidity_item flqpos_d Default Value
further flqfurther Furth.Evaluatn
glacc_classification fclm_fkont
is_deleted abap_boolean Truth Value
countofrules flq_countofrules Count of rules
countofchanges flq_countofchanges Count of changes
lastchangedatetime flq_lastchangedatetime Changed on
chartofaccounts ktopl Chart of Accts
fclm_priority fclm_infoacc_symbol
original_company_code bukrs Company Code

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.

-- Information Account: Runtime Data
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FLQACC_INFO_RT3 (
    MANDT,                  -- Client [mandt]
    COMPANYCODE,            -- Company Code [bukrs]
    GLACCOUNT,              -- G/L Account [saknr]
    ACCOUNT_FROM,           -- Account From [saknr_v]
    ACCOUNT_TO,             -- Account To [saknr_b]
    INFOACC_VERSION,        -- fclm_infoacc_version
    LIQUIDITY_ITEM,         -- Default Value [flqpos_d]
    FURTHER,                -- Furth.Evaluatn [flqfurther]
    GLACC_CLASSIFICATION,   -- fclm_fkont
    IS_DELETED,             -- Truth Value [abap_boolean]
    COUNTOFRULES,           -- Count of rules [flq_countofrules]
    COUNTOFCHANGES,         -- Count of changes [flq_countofchanges]
    LASTCHANGEDATETIME,     -- Changed on [flq_lastchangedatetime]
    CHARTOFACCOUNTS,        -- Chart of Accts [ktopl]
    FCLM_PRIORITY,          -- fclm_infoacc_symbol
    ORIGINAL_COMPANY_CODE,  -- Company Code [bukrs]
    PRIMARY KEY (MANDT, COMPANYCODE, GLACCOUNT, ACCOUNT_FROM, ACCOUNT_TO)
);