CSSL
Cost Center/Activity Type
CSSL is an SAP database table in S/4HANA. Cost Center/Activity Type. It contains 12 fields. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| ESH_N_ACTIVITY_TYPE_CSSL | view | from | Cost Center/Activity Type | |
| FCO_COST_RATE_MIG_CLASSIC | view | inner | Activity prices from COST in ACCOSTRATE format | |
| I_CostCenterActivityTypeCtrl | view | from | BASIC | Cost Center Activity Type Control Data |
| V_COSL_A_KSII_VIEW | view | inner | COSL actual data for usage in TA KSII | |
| V_COSL_P_KSII_VIEW | view | inner | COSL plan data for usage in TA KSII |
Fields (12)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | kokrs | KOKRS | CO Area | |||
| KEY | kostl | KOSTL | Cost Center | |||
| KEY | lstar | LSTAR | Activity Type | |||
| KEY | gjahr | GJAHR | Fiscal Year | |||
| cckey | CCKEY | Cost Collector | ||||
| latyp | LATYP | ATyp category | ||||
| leinh | LEINH | Activity Unit | ||||
| ausfk | AUSFK | Output factor | ||||
| auseh | AUSEH | Output Unit | ||||
| objnr | J_OBJNR | Object number | ||||
| latypi | LATYPI | ATyp Cat. Act. |
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.
-- Cost Center/Activity Type
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CSSL (
MANDT, -- Client [MANDT]
KOKRS, -- CO Area [KOKRS]
KOSTL, -- Cost Center [KOSTL]
LSTAR, -- Activity Type [LSTAR]
GJAHR, -- Fiscal Year [GJAHR]
CCKEY, -- Cost Collector [CCKEY]
LATYP, -- ATyp category [LATYP]
LEINH, -- Activity Unit [LEINH]
AUSFK, -- Output factor [AUSFK]
AUSEH, -- Output Unit [AUSEH]
OBJNR, -- Object number [J_OBJNR]
LATYPI, -- ATyp Cat. Act. [LATYPI]
PRIMARY KEY (MANDT, KOKRS, KOSTL, LSTAR, GJAHR)
);
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