CEPC
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.
◆Key fields (CEPC)
| Field | Key | In reports | Description |
|---|---|---|---|
| PRCTR | PK | ● | Profit center — the code itself (matches PRCTR in ACDOCA). |
| KOKRS | PK | ● | Controlling area — the org unit cost accounting runs in. |
| DATBI | PK | ● | Valid-to date — the end of this validity period. |
| DATAB | ● | Valid-from date — the start of this validity period. | |
| SEGMENT | ● | Segment for external segmental reporting — derived onto every posting. | |
| BUKRS | ● | Company code the profit center is assigned to. | |
| VERAK | ○ | Person responsible (free text); VERAK_USER holds the user ID. | |
| KHINR | ○ | Standard hierarchy area — where it sits in the profit-center hierarchy. | |
| NAME1 | ○ | Profit center name. | |
| WAERS | ○ | Profit center currency. | |
| LOCK_IND | ○ | Lock 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.
| Object | Holds | Joined on |
|---|---|---|
| CEPCT | Profit center names & descriptions, per language | PRCTR · KOKRS · DATBI · SPRAS |
| ACDOCA | The actual postings — revenue & cost by profit center | PRCTR |
| CSKS | Cost center master — cost centers roll up to a profit center | PRCTR |
◆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 record | DATAB ≤ today ≤ DATBI |
| The record in force at a posting | DATAB ≤ posting date ≤ DATBI |
| One row per profit center (simple lists) | the open period — DATBI = 99991231 |
◆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.
◆Where this surfaces — how to read it
- I_ProfitCenter — the released master view: name, segment, standard hierarchy, validity
- CEPC joined to CEPCT — the raw master and its texts, when you need fields the released view does not expose
- CEPC joined to ACDOCA on PRCTR — the master as the dimension behind the P&L
◆Reports that use it
- Profit Center report — the P&L and margin by profit center
- Segment reporting — external P&L and balance sheet by segment (SEGMENT)
- Cost Center report — cost centers rolled up to their profit center
- Any margin, contribution, or responsibility analysis
- 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.