SETLEAF
Values in Sets
SETLEAF is an SAP database table in S/4HANA. Values in Sets. It contains 10 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_Setleaf | view | from | BASIC | Set Leaf |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | setclass | SETCLASS | Set Class | |||
| KEY | subclass | SETSUBCLS | Org. Unit | |||
| KEY | setname | SETNAMENEW | Set Name | |||
| KEY | lineid | SETLINE | Set Line | |||
| valsign | RALDB_SIGN | SIGN | ||||
| valoption | RALDB_OPTI | Option | ||||
| valfrom | SETVALMIN | From Value | ||||
| valto | SETVALMAX | To Value | ||||
| seqnr | SETLNSEQNR | Set Line |
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.
-- Values in Sets
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SETLEAF (
MANDT, -- Client [MANDT]
SETCLASS, -- Set Class [SETCLASS]
SUBCLASS, -- Org. Unit [SETSUBCLS]
SETNAME, -- Set Name [SETNAMENEW]
LINEID, -- Set Line [SETLINE]
VALSIGN, -- SIGN [RALDB_SIGN]
VALOPTION, -- Option [RALDB_OPTI]
VALFROM, -- From Value [SETVALMIN]
VALTO, -- To Value [SETVALMAX]
SEQNR, -- Set Line [SETLNSEQNR]
PRIMARY KEY (MANDT, SETCLASS, SUBCLASS, SETNAME, LINEID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA