CSLA
Leistungsartenstamm
CSLA is an SAP database table in S/4HANA. Leistungsartenstamm. It contains 8 fields. 6 CDS views read from this table.
CDS Views using this table (6)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| ESH_N_ACTIVITY_TYPE_CSLA | view | from | Activity master | |
| I_CostCenterActivityType | view | from | BASIC | Cost Center Activity Type |
| I_CostCenterActivityTypeDetail | view | from | BASIC | Cost Center Activity Type Detail |
| P_CostCenterActivityType | view | from | BASIC | CostCenterActivityType |
| P_EntProjElmntDlvTypeTextCode | view_entity | inner | BASIC | Description for Deliverable Type |
| VFCO_CSLA_SHPV | view | from | Activity master |
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.
-- Leistungsartenstamm
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CSLA (
MANDT, -- Client [mandt]
KOKRS, -- CO Area [kokrs]
LSTAR, -- Activity Type [lstar]
DATBI, -- Valid To [datbi]
DATAB, -- Valid From [datab]
LEINH, -- Activity Unit [leinh]
LATYP, -- ATyp category [latyp]
LATYPI, -- ATyp Cat. Act. [latypi]
PRIMARY KEY (MANDT, KOKRS, LSTAR, DATBI)
);
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