CSKS
Kostenstellenstammsatz
CSKS is an SAP database table in S/4HANA. Kostenstellenstammsatz. It contains 18 fields. 22 CDS views read from this table.
CDS Views using this table (22)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| CTE_CDS_FIN_MON_CC | view | left_outer | CDS View for Monitoring Cost Center export to Concur | |
| E_CostCenter | view | from | EXTENSION | Include View for Cost Center Master Data |
| ESH_COSTCENTER | view | from | Basis view for ESH CostCenter | |
| ESH_N_COST_CENTER_CSKS | view | from | Cost Center Master Data | |
| FCO_COR_HSL_DER | view | left_outer | HSL Corr. for Stat. Records in CO: Derivation of CurrKey | |
| FCO_COST_RATE_MIG_CLASSIC | view | inner | Activity prices from COST in ACCOSTRATE format | |
| fco_costcenter_jvm | view | from | Cost Center JVM Value Help | |
| fco_costcenter_name | view | from | Cost Center Name Value Help | |
| Fco_Mig_Check_Coep11_L2 | view | left_outer | Check ACDOCA-records against COEP-records with WRTTP=11 | |
| fgl_lib_txt_kostl | view | from | FI LIB: Cost center texts | |
| FINOC_CHECK_REC_01_CCR_TO_REC | view_entity | inner | Org. Change: From CostCtr to RE Contract | |
| FINOC_CHECK_REC_01_PRCTRS | view_entity | left_outer | Org. Change: PRCTRS of RE Contracts | |
| FINOC_CHECK_REC_01_REC_TO_ALL | view_entity | left_outer | Org. Change: From RE Contract to All | |
| fins_prctr_of_object_acdoca | view | left_outer | Derive PRCTR & PPRCTR for ACDOCA object | |
| I_CostCenter | view | from | BASIC | Cost Center |
| I_CostCenterDetail | view | from | BASIC | Cost Center Detail |
| R_CostCenterText | view_entity | from | BASIC | Cost Center Text |
| SHSM_M_KOSTN | view | from | Searchhelp View for Cost Center Name | |
| v_coep_v2_l1a_view | view | left_outer | LOCAL: Line Items COEP for statistical postings | |
| VFCO_COST_CENTER_NAME_SHPV | view | from | Cost Center Names | |
| VFCO_CSKS_SHPV | view | from | Cost Center Master Data | |
| VFCO_CSKS_SHV_NO_AUTH | view | from | Cost Center Master Data |
Fields (18)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | kokrs | kokrs | CO Area | |||
| KEY | kostl | kostl | Cost Center | |||
| KEY | datbi | datbi | Valid To | |||
| datab | datab | Valid From | ||||
| bkzkp | bkzkp | Lock Act.PCosts | ||||
| pkzkp | pkzkp | Plan pri. costs | ||||
| bukrs | bukrs | Company Code | ||||
| gsber | gsber | Business Area | ||||
| kosar | kosar | CCtr Category | ||||
| verak | verak | Person Resp. | ||||
| verak_user | verak_user | User Responsible | ||||
| waers | waers | Currency | ||||
| kalsm | aufkalsm | Costing Sheet | ||||
| txjcd | txjcd | Tax Jur. | ||||
| prctr | prctr | Profit Center | ||||
| werks | werks_d | Plant | ||||
| logsystem | logsystem | Logical System |
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.
-- Kostenstellenstammsatz
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CSKS (
MANDT, -- Client [mandt]
KOKRS, -- CO Area [kokrs]
KOSTL, -- Cost Center [kostl]
DATBI, -- Valid To [datbi]
DATAB, -- Valid From [datab]
BKZKP, -- Lock Act.PCosts [bkzkp]
PKZKP, -- Plan pri. costs [pkzkp]
BUKRS, -- Company Code [bukrs]
GSBER, -- Business Area [gsber]
KOSAR, -- CCtr Category [kosar]
VERAK, -- Person Resp. [verak]
VERAK_USER, -- User Responsible [verak_user]
WAERS, -- Currency [waers]
KALSM, -- Costing Sheet [aufkalsm]
TXJCD, -- Tax Jur. [txjcd]
PRCTR, -- Profit Center [prctr]
WERKS, -- Plant [werks_d]
LOGSYSTEM, -- Logical System [logsystem]
PRIMARY KEY (MANDT, KOKRS, KOSTL, 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