FINCS_ADHSETT

Transparent Table Application Table

Ad Hoc Set Text

FINCS_ADHSETT is an SAP database table in S/4HANA. Ad Hoc Set Text. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CnsldtnAdhocSetText view from BASIC Consolidation Ad Hoc Set - Text

Fields (6)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY langu SPRAS Language
KEY itclg FC_ITCLG Cons. COA
KEY adhocset FINCS_ADHOCSET Ad Hoc Set
adhocsettext FINCS_ADHOCSETTEXT Ad Hoc Set Desc.
adhocsetlongtext FINCS_ADHOCSETLONGTEXT Ad Hoc Set Long Desc

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.

-- Ad Hoc Set Text
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINCS_ADHSETT (
    MANDT,             -- Client [MANDT]
    LANGU,             -- Language [SPRAS]
    ITCLG,             -- Cons. COA [FC_ITCLG]
    ADHOCSET,          -- Ad Hoc Set [FINCS_ADHOCSET]
    ADHOCSETTEXT,      -- Ad Hoc Set Desc. [FINCS_ADHOCSETTEXT]
    ADHOCSETLONGTEXT,  -- Ad Hoc Set Long Desc [FINCS_ADHOCSETLONGTEXT]
    PRIMARY KEY (MANDT, LANGU, ITCLG, ADHOCSET)
);