P_GLACCOUNTLINEITEMSEMTAGUNION

CDS View

G/L Account Line Item with Semantic Tag - Union

P_GLACCOUNTLINEITEMSEMTAGUNION is a CDS View in S/4HANA. G/L Account Line Item with Semantic Tag - Union. It contains 4 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_CashFlowGLaccountLineItem view_entity from COMPOSITE G/L Line Item with Semantic Tag Including FA for Cash Flow
P_GLAccountLineItemSemTag view from COMPOSITE G/L Account Line Item with Semantic Tag

Fields (4)

KeyField CDS FieldsUsed in Views
_FiscalYear _FiscalYear 2
FiscalPeriod FiscalPeriod 2
FiscalYearPeriod FiscalYearPeriod 2
FiscalYearVariant FiscalYearVariant 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.

-- G/L Account Line Item with Semantic Tag - Union
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_GLACCOUNTLINEITEMSEMTAGUNION (
    _FISCALYEAR,
    FISCALPERIOD,
    FISCALYEARPERIOD,
    FISCALYEARVARIANT
);