SAP table CSSL (Cost Center/Activity Type)

SAP table CSSL has 5 primary key fields being MANDT,KOKRS,KOSTL,LSTAR,GJAHR.

If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.

Field Description Data Type Length Decimals Checktable Data Element
MANDT Client CLNT 3 0 T000 MANDT
KOKRS Controlling Area CHAR 4 0 TKA01 KOKRS
KOSTL Cost Center CHAR 10 0 * KOSTL
LSTAR Activity Type CHAR 6 0 * LSTAR
GJAHR Fiscal Year NUMC 4 0 GJAHR
CCKEY Cost Collector Key CHAR 23 0 CCKEY
LATYP Activity Type Category CHAR 1 0 LATYP
1 Manual entry, manual allocation
2 Indirect determination, indirect allocation
3 Manual entry, indirect allocation
4 Manual entry, no allocation
LEINH Activity Unit UNIT 3 0 T006 LEINH
AUSFK Output factor DEC 5 2 AUSFK
AUSEH Output Unit UNIT 3 0 T006 AUSEH
OBJNR Object number CHAR 22 0 ONR00 J_OBJNR
LATYPI Variant Activity Type Category for Actual Postings CHAR 1 0 LATYPI
As in planning
1 Manual entry, manual allocation
2 Indirect determination, indirect allocation
3 Manual entry, indirect allocation
4 Manual entry, no allocation
5 Taget=actual allocation

CSSL foreign key relationships

Table Field Check Table Check Field
0 CSSL AUSEH T006 Units of Measurement MANDT
1 CSSL KOKRS TKA01 Controlling Areas MANDT
0 CSSL LEINH T006 Units of Measurement MANDT
1 CSSL MANDT T000 Clients MANDT
0 CSSL OBJNR ONR00 General Object Number MANDT