FINOC_RH_REC
Organizational Change: History Table for RE Contract
FINOC_RH_REC is an SAP database table in S/4HANA. Organizational Change: History Table for RE Contract. It contains 22 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| FINOC_RT_REC_FILL_HISTORY | view_entity | from | Orgl Change: Fill RT Rec (Hist.) |
Fields (22)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | change_uuid | SYSUUID_X16 | UUID | |||
| KEY | intreno | RECAINTRENO | RE Key | |||
| KEY | valid_from | FINOC_VALID_FROM | Valid from | |||
| valid_to | FINOC_VALID_TO | Valid to | ||||
| kokrs | KOKRS | CO Area | ||||
| 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 | ||||
| srce_kostl | FINOC_SRCE_KOSTL | Source Cost Center | ||||
| srce_ps_psp_pnr | FINOC_SRCE_PS_PSP_PNR | Source WBS Element | ||||
| srce_ps_prj_pnr | FINOC_SRCE_PS_PRJ_PNR | Source Project | ||||
| srce_aufnr | FINOC_SRCE_AUFNR | Source Order | ||||
| objnr | RECAOBJNR | Object Number | ||||
| recnnr | RECNNUMBER | Contract | ||||
| imkey | RECAIMKEY | Real Estate Key | ||||
| change_timestamp | FINOC_RH_TIMESTAMP | Changed on |
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: History Table for RE Contract
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINOC_RH_REC (
MANDT, -- Client [MANDT]
CHANGE_UUID, -- UUID [SYSUUID_X16]
INTRENO, -- RE Key [RECAINTRENO]
VALID_FROM, -- Valid from [FINOC_VALID_FROM]
VALID_TO, -- Valid to [FINOC_VALID_TO]
KOKRS, -- CO Area [KOKRS]
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]
SRCE_KOSTL, -- Source Cost Center [FINOC_SRCE_KOSTL]
SRCE_PS_PSP_PNR, -- Source WBS Element [FINOC_SRCE_PS_PSP_PNR]
SRCE_PS_PRJ_PNR, -- Source Project [FINOC_SRCE_PS_PRJ_PNR]
SRCE_AUFNR, -- Source Order [FINOC_SRCE_AUFNR]
OBJNR, -- Object Number [RECAOBJNR]
RECNNR, -- Contract [RECNNUMBER]
IMKEY, -- Real Estate Key [RECAIMKEY]
CHANGE_TIMESTAMP, -- Changed on [FINOC_RH_TIMESTAMP]
PRIMARY KEY (MANDT, CHANGE_UUID, INTRENO, 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