P_FLQACCINFO

CDS View

Entry for Information Account

P_FLQACCINFO is a CDS View in S/4HANA. Entry for Information Account. It contains 7 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_GLAcctLiquidityItemEntry view_entity from BASIC Default Liquidity Item Entries

Fields (7)

KeyField CDS FieldsUsed in Views
KEY ChartOfAccounts ChartOfAccounts 1
KEY CompanyCode CompanyCode 1
KEY GLAccountFrom InformationAccountFrom 1
KEY GLAccountTo InformationAccountTo 1
DefaultLiquidityItem DefaultLiquidityItem 1
FurtherEvaluation FurtherEvaluationIsExpd 1
SignOfIncludeExclude InclusionExclusionCode 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.

-- Entry for Information Account
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_FLQACCINFO (
    CHARTOFACCOUNTS,
    COMPANYCODE,
    GLACCOUNTFROM,
    GLACCOUNTTO,
    DEFAULTLIQUIDITYITEM,
    FURTHEREVALUATION,
    SIGNOFINCLUDEEXCLUDE,
    PRIMARY KEY (CHARTOFACCOUNTS, COMPANYCODE, GLACCOUNTFROM, GLACCOUNTTO)
);