FINOC_RT_SRV
Organizational Change: Runtime Table for Service Document
FINOC_RT_SRV is an SAP database table in S/4HANA. Organizational Change: Runtime Table for Service Document. It contains 20 fields. 4 CDS views read from this table.
CDS Views using this table (4)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| finoc_package_bal_srv | view_entity | from | Organizational Change: Packaging BAL_SRV | |
| FINOC_RT_SRV_OPEN_ORGL | view_entity | from | Orgl Change: Fill RT SRV (Hist.) | |
| FINOC_RULE_ORD_DEFAULT | view | inner | Orgl Change-Rule: Order Default Implmt. | |
| I_PrftCtrToServiceDocumentItem | view_entity | from | BASIC | Assgmt of PrftCtr to Service Doc Item |
Fields (20)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | service_doc_type | FCO_SRVDOC_TYPE | Service Doc. Type | |||
| KEY | service_doc_id | FCO_SRVDOC_ID | Service Document | |||
| KEY | service_doc_item_id | FCO_SRVDOC_ITEM_ID | Service Doc. Item | |||
| 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_service_doc_type | FINOC_SRCE_SERVICE_DOC_TYPE | Source Service Document Type | ||||
| srce_service_doc_id | FINOC_SRCE_SERVICE_DOC_ID | Source Service Document ID | ||||
| srce_service_doc_item_id | FINOC_SRCE_SERVICE_DOC_ITEM_ID | Source Service Document Item ID | ||||
| objnr | J_OBJNR | Object number | ||||
| object_type | CRMT_SUBOBJECT_CATEGORY_DB | Trans. Cat. |
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 Service Document
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINOC_RT_SRV (
MANDT, -- Client [MANDT]
SERVICE_DOC_TYPE, -- Service Doc. Type [FCO_SRVDOC_TYPE]
SERVICE_DOC_ID, -- Service Document [FCO_SRVDOC_ID]
SERVICE_DOC_ITEM_ID, -- Service Doc. Item [FCO_SRVDOC_ITEM_ID]
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_SERVICE_DOC_TYPE, -- Source Service Document Type [FINOC_SRCE_SERVICE_DOC_TYPE]
SRCE_SERVICE_DOC_ID, -- Source Service Document ID [FINOC_SRCE_SERVICE_DOC_ID]
SRCE_SERVICE_DOC_ITEM_ID, -- Source Service Document Item ID [FINOC_SRCE_SERVICE_DOC_ITEM_ID]
OBJNR, -- Object number [J_OBJNR]
OBJECT_TYPE, -- Trans. Cat. [CRMT_SUBOBJECT_CATEGORY_DB]
PRIMARY KEY (MANDT, SERVICE_DOC_TYPE, SERVICE_DOC_ID, SERVICE_DOC_ITEM_ID, 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