SWXCOSTCENTER
Form: Costcenter
SWXCOSTCENTER is an SAP database table in S/4HANA. Form: Costcenter. It contains 7 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| Swx_Sddl_Costcenter | view | from | Workflow Demo: Costcenter (CDS view) |
Fields (7)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | swx_client | Client | |||
| KEY | costcenter | swx_cstcnt | Cost center | |||
| owner | swx_cstcnt_owner | Owner | ||||
| waers | rscurrency | Currency | ||||
| country | swx_country | Country | ||||
| last_changed_ts | timestamp | Time Stamp | ||||
| name | swx_cstcnt_name | Cost Center |
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.
-- Form: Costcenter
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SWXCOSTCENTER (
CLIENT, -- Client [swx_client]
COSTCENTER, -- Cost center [swx_cstcnt]
OWNER, -- Owner [swx_cstcnt_owner]
WAERS, -- Currency [rscurrency]
COUNTRY, -- Country [swx_country]
LAST_CHANGED_TS, -- Time Stamp [timestamp]
NAME, -- Cost Center [swx_cstcnt_name]
PRIMARY KEY (CLIENT, COSTCENTER)
);
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