FINS_PLAN_DELSC

Transparent Table Application Table

Table for delete scope

FINS_PLAN_DELSC is an SAP database table in S/4HANA. Table for delete scope. It contains 11 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
E_FinPlanningDeleteItem view from EXTENSION Extension View for I_FinPlanningDeleteItem
Fins_Plan_Delscope_Cds view from View for delete scope
I_FinPlanningDeleteItem view from BASIC Financial Planning Delete Items

Fields (11)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY uuid fins_plan_uuid UUID
KEY pos abap.int4
ryear gjahr_pos G/L Fiscal Year
rldnr fins_ledger Ledger
racct racct Account Number
rbukrs bukrs Company Code
awtyp awtyp Ref. procedure
usnam usnam User Name
createdat timestamp Time Stamp
fiscyearper8 fiscyearperiod8 Ext View fiscyearper

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.

-- Table for delete scope
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINS_PLAN_DELSC (
    MANDT,         -- Client [mandt]
    UUID,          -- UUID [fins_plan_uuid]
    POS,           -- abap.int4
    RYEAR,         -- G/L Fiscal Year [gjahr_pos]
    RLDNR,         -- Ledger [fins_ledger]
    RACCT,         -- Account Number [racct]
    RBUKRS,        -- Company Code [bukrs]
    AWTYP,         -- Ref. procedure [awtyp]
    USNAM,         -- User Name [usnam]
    CREATEDAT,     -- Time Stamp [timestamp]
    FISCYEARPER8,  -- Ext View fiscyearper [fiscyearperiod8]
    PRIMARY KEY (MANDT, UUID, POS)
);