DD25LS

Generated Table for View

DD25LS is an SAP database table in S/4HANA. Generated Table for View. It contains 18 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
APS_V_CKE_USAGES_BY_CUST_VIEWS view left_outer List of views which are used by custom CDS Views
I_CCV_USAGES_BY_CCV view left_outer CCV Rework - Views which are used by CCV

Fields (18)

KeyField Data ElementDescription DomainTypeLength
KEY viewname VIEWNAME View Name
KEY as4local AS4LOCAL Activation State
KEY as4vers AS4VERS Version
KEY tabname VIBASTAB Basis Table
KEY aggtype AGGTYPE Aggregate Type
KEY applclass APPLCLASS Application Class
KEY authclass AUTHCLASS_ Activation type
KEY readonly MCROFLAG Read-only
KEY roottab ROOTTAB Primary table
KEY as4user AS4USER Last Changed By
KEY as4date AS4DATE Date
KEY as4time AS4TIME Time
KEY viewclass VIEWCLASS View Type
KEY actflag ACTFLAG Activation flag
KEY masterlang MASTERLANG Original Lang.
KEY customauth CONTFLAG Delivery class
KEY viewgrant VIEWGRANT Maint. status
KEY globalflag MAINTFLAG Table Maintenance

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.

-- Generated Table for View
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DD25LS (
    VIEWNAME,    -- View Name [VIEWNAME]
    AS4LOCAL,    -- Activation State [AS4LOCAL]
    AS4VERS,     -- Version [AS4VERS]
    TABNAME,     -- Basis Table [VIBASTAB]
    AGGTYPE,     -- Aggregate Type [AGGTYPE]
    APPLCLASS,   -- Application Class [APPLCLASS]
    AUTHCLASS,   -- Activation type [AUTHCLASS_]
    READONLY,    -- Read-only [MCROFLAG]
    ROOTTAB,     -- Primary table [ROOTTAB]
    AS4USER,     -- Last Changed By [AS4USER]
    AS4DATE,     -- Date [AS4DATE]
    AS4TIME,     -- Time [AS4TIME]
    VIEWCLASS,   -- View Type [VIEWCLASS]
    ACTFLAG,     -- Activation flag [ACTFLAG]
    MASTERLANG,  -- Original Lang. [MASTERLANG]
    CUSTOMAUTH,  -- Delivery class [CONTFLAG]
    VIEWGRANT,   -- Maint. status [VIEWGRANT]
    GLOBALFLAG,  -- Table Maintenance [MAINTFLAG]
    PRIMARY KEY (VIEWNAME, AS4LOCAL, AS4VERS, TABNAME, AGGTYPE, APPLCLASS, AUTHCLASS, READONLY, ROOTTAB, AS4USER, AS4DATE, AS4TIME, VIEWCLASS, ACTFLAG, MASTERLANG, CUSTOMAUTH, VIEWGRANT, GLOBALFLAG)
);