FINSC_ACTVE_APPL

Transparent Table Customizing Table

Active Application and Subapplication in Client

FINSC_ACTVE_APPL is an SAP database table in S/4HANA. Active Application and Subapplication in Client. It contains 3 fields. 17 CDS views read from this table.

CDS Views using this table (17)

ViewTypeJoinVDMDescription
FGL_BCF_LD_CMP view inner All valid item of table finsc_ld_cmp
Fins_Rev_Rec_Acc_Pri_View view inner Accounting Principles for transaction based revenue recogn.
fins_rev_Rec_bukrs_acc_prin view inner Company codes and accounting principles
FINS_REV_REC_EVAL_AREA view inner Evaluation area and ledger for EBRR
fins_rev_rec_ledger_for_eva view inner Ledger suitable for Event-Based Revenue Recognition
FINS_T001A view inner Compatibility view for table T001A
FINSCDS_F4_LDBUKRS view inner Value help view: Ledger for Company Code
FINSCDS_F4_LDKOKRS view inner Value help view: Ledger for Controlling Area
FINSCDS_REPR_RLDNR view inner Representative Ledger
finsv_unique_cvtyps view inner Unique CVTYPs
Finsvd_F4_Rldnr_For_Simulation view inner Value help view: extension ledger for simulation
Fisvd_Rldnr_Appl view inner Ledger with Application
Fml_Relind view inner ML Relevant Indicators
I_Ledger view inner BASIC Ledger
v_cosp_d2_coep_view view inner COSP Difference from Migration as COEP - BSTAT=C
v_coss_d2_coep_view view inner COSS Difference from Migration as COEP - BSTAT=C
v_ml_bcf_ol_l1_view view inner LOCAL: Material Ledger BCF for other ledgers

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
appl GLXAPPL Application
subappl GLXSUBAPPL Subapplication

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.

-- Active Application and Subapplication in Client
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINSC_ACTVE_APPL (
    MANDT,    -- Client [MANDT]
    APPL,     -- Application [GLXAPPL]
    SUBAPPL,  -- Subapplication [GLXSUBAPPL]
    PRIMARY KEY (MANDT)
);