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 12 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 (12)
| 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 | |||
| 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]
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