FINOC_RT_CCR
Organizational Change: Runtime Table for Cost Center
FINOC_RT_CCR is an SAP database table in S/4HANA. Organizational Change: Runtime Table for Cost Center. It contains 14 fields. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| FINOC_CHECK_REC_02_ALL_TO_REC | view_entity | inner | Org. Change: From All to RE Contract | |
| FINOC_CHECK_REC_02_REC_TO_ALL | view_entity | left_outer | Org. Change: From RE Contract to All | |
| FINOC_RT_CCR_OPEN_ORGL | view | from | Orgl Change: Fill RT Cost Center (Hist.) | |
| FINOC_RT_REC_FILL | view_entity | left_outer | OrglChg: Fill RT for Real Estate Contr. | |
| I_ProfitCenterToCostCenter | view | from | BASIC | Assgmt of PrftCtr to Cost Center |
Fields (14)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | kokrs | kokrs | CO Area | |||
| KEY | kostl | kostl | Cost Center | |||
| KEY | valid_from | finoc_valid_from | Valid from | |||
| valid_to | finoc_valid_to | Valid to | ||||
| bukrs | bukrs | Company Code | ||||
| prctr_old | finoc_prctr_before_orgl_change | Old Profit Center | ||||
| prctr | finoc_prctr_new | New Profit Center | ||||
| orgl_change | finoc_orgl_change | Organizational Change | ||||
| reassgmt_timestamp | finoc_reassgmt_timestamp | Reassignment Timestamp | ||||
| reassgmt_status | finoc_reassgmt_status | Status | ||||
| prctr_drvtn_source_type | finoc_prctr_drvtn_source_type | Profit Center Source | ||||
| marker | finoc_marker | Marker | ||||
| objnr | j_objnr | Object number |
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.
-- Organizational Change: Runtime Table for Cost Center
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINOC_RT_CCR (
MANDT, -- Client [mandt]
KOKRS, -- CO Area [kokrs]
KOSTL, -- Cost Center [kostl]
VALID_FROM, -- Valid from [finoc_valid_from]
VALID_TO, -- Valid to [finoc_valid_to]
BUKRS, -- Company Code [bukrs]
PRCTR_OLD, -- Old Profit Center [finoc_prctr_before_orgl_change]
PRCTR, -- New Profit Center [finoc_prctr_new]
ORGL_CHANGE, -- Organizational Change [finoc_orgl_change]
REASSGMT_TIMESTAMP, -- Reassignment Timestamp [finoc_reassgmt_timestamp]
REASSGMT_STATUS, -- Status [finoc_reassgmt_status]
PRCTR_DRVTN_SOURCE_TYPE, -- Profit Center Source [finoc_prctr_drvtn_source_type]
MARKER, -- Marker [finoc_marker]
OBJNR, -- Object number [j_objnr]
PRIMARY KEY (MANDT, KOKRS, KOSTL, VALID_FROM)
);
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