Analytics Catalog/SAP S/4HANA/Tables/CEPC
Explore the catalogACDOCAProfit Center reportCDS viewsExtraction
SAP S/4HANA · Controlling (CO)

CEPC

Transparent table · masterProfit center masterTime-dependent

The profit center master — one record per profit center, per validity period. It carries the controlling area, company code, the segment for external reporting, the responsible person, and where it sits in the standard hierarchy — and it is the dimension behind every profit-center and segment report. The names (and other languages) live in the text table CEPCT.

Primary key: MANDT · PRCTR · DATBI · KOKRS (client · profit center · valid-to date · controlling area). Profit centers are time-dependent — each validity period is its own row, keyed by the valid-to date (DATBI), with the valid-from date in DATAB. Released analytical view: I_ProfitCenter.

Key fields (CEPC)

FieldKeyIn reportsDescription
PRCTRPKProfit center — the code itself (matches PRCTR in ACDOCA).
KOKRSPKControlling area — the org unit cost accounting runs in.
DATBIPKValid-to date — the end of this validity period.
DATABValid-from date — the start of this validity period.
SEGMENTSegment for external segmental reporting — derived onto every posting.
BUKRSCompany code the profit center is assigned to.
VERAKPerson responsible (free text); VERAK_USER holds the user ID.
KHINRStandard hierarchy area — where it sits in the profit-center hierarchy.
NAME1Profit center name.
WAERSProfit center currency.
LOCK_INDLock indicator — blocks the profit center from new postings.

How CEPC relates to the rest of the model

CEPC is the master; the texts, the postings, and the cost centers beneath it sit in other objects and share the profit-center key.

ObjectHoldsJoined on
CEPCTProfit center names & descriptions, per languagePRCTR · KOKRS · DATBI · SPRAS
ACDOCAThe actual postings — revenue & cost by profit centerPRCTR
CSKSCost center master — cost centers roll up to a profit centerPRCTR
In ACDOCA the profit center is field PRCTR; it matches the key here. The SEGMENT on the master is derived onto every journal line, which is what makes segment reporting possible straight from the Universal Journal. Join the posting to the right validity row of CEPC — the one whose period (DATAB to DATBI) contains the posting date.

Time-dependent — pick the right row

Because a profit center can change its segment, responsible person, or hierarchy node over time, CEPC stores a separate row for each validity period.

To get…Filter
The current master recordDATAB ≤ today ≤ DATBI
The record in force at a postingDATAB ≤ posting date ≤ DATBI
One row per profit center (simple lists)the open period — DATBI = 99991231
A common reporting mistake is joining a posting to every validity row of its profit center, which multiplies the amounts. Always bound the join by the validity period — or model the profit center as a current-state dimension and let the slowly-changing detail live in its own table.

S/4HANA status

CEPC is not replaced — it is a live transparent table and still the profit center master. The upgrade-safe way to read it is the released analytical view I_ProfitCenter, which surfaces the master (name, segment, hierarchy, validity) over the same data.

Profit Center Accounting in S/4HANA is integrated into the Universal Journal — the postings are in ACDOCA (field PRCTR), not the classic profit-center ledger. The master stays here in CEPC. Read the master from CEPC or I_ProfitCenter — never via ODP-RFC.

Where this surfaces — how to read it

Reports that use it

How the data gets out: a SAP-compliant extract of CEPC (or the released view I_ProfitCenter) via SLT or Table / Table-CDC — never ODP-RFC (SAP Note 3255746). See the extraction pattern →
Need profit centers as a clean dimension?
We model CEPC as a conformed profit-center dimension — current-state plus full validity history, with the segment — joined to the journal so every margin report reconciles, and you own the code.
Talk to us
Terms on this page
CEPC
The profit center master — one row per profit center per validity period.
Profit center (PRCTR)
A unit you measure profit for — a product line, region, or business segment.
Segment (SEGMENT)
The reporting unit for external segmental P&L and balance sheet; derived from the profit center.
Controlling area (KOKRS)
The org unit cost accounting runs in; can span company codes.
Standard hierarchy (KHINR)
The tree that groups every profit center in a controlling area.
Time-dependent
The master is stored per validity period (DATAB to DATBI), so attributes can change over time.
CEPCT
The text table — profit center names and descriptions, per language.
I_ProfitCenter
The released, upgrade-safe analytical view over the profit center master.
ACDOCA
The Universal Journal — the postings; profit center is field PRCTR.
Cost center (CSKS)
Where a cost is incurred; cost centers roll up to a profit center.