FINSC_VAL_SET

Transparent Table Customizing Table

Valuation Settings for Impairment Run

FINSC_VAL_SET is an SAP database table in S/4HANA. Valuation Settings for Impairment Run. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_AcctgPrncpImprmtConfign view from BASIC API for Impairment configuration

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY acc_principle accounting_principle Accounting Principle
imp_aging fins_imp_aging Aging
cls_imp_doc_type fins_cls_imp_doc_type Journal Entry Type
grouping_rule fins_val_groupng_rule_obsolete Obsolete

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.

-- Valuation Settings for Impairment Run
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINSC_VAL_SET (
    CLIENT,            -- Client [mandt]
    ACC_PRINCIPLE,     -- Accounting Principle [accounting_principle]
    IMP_AGING,         -- Aging [fins_imp_aging]
    CLS_IMP_DOC_TYPE,  -- Journal Entry Type [fins_cls_imp_doc_type]
    GROUPING_RULE,     -- Obsolete [fins_val_groupng_rule_obsolete]
    PRIMARY KEY (CLIENT, ACC_PRINCIPLE)
);