RTC_DRL
Real-Time Consolidation: Data Release Lock
RTC_DRL is an SAP database table in S/4HANA. Real-Time Consolidation: Data Release Lock. It contains 12 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_DRLAll | view | from | BASIC | Data Release Lock Status |
Fields (12)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | model | rtc_con_model | Model | |||
| KEY | verid | rtc_verid | Version ID | |||
| KEY | fyear | rtc_gyear | Fiscal Year | |||
| KEY | fperi | rtc_poper | Fiscal Period | |||
| KEY | entity | rtc_entity | Entity | |||
| KEY | dr_method | rtc_dr_method_name | Data Release Method | |||
| KEY | dr_pkg | rtc_dr_pkg_id | DR. Package ID | |||
| status | rtc_dr_lock_status | Lock Status | ||||
| etime | rtc_dr_lock_etime | Effective Time | ||||
| fiscyearper | jahrper | Period/Year | ||||
| bpc_catg | fcom_category | Plan Category |
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.
-- Real-Time Consolidation: Data Release Lock
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE RTC_DRL (
MANDT, -- Client [mandt]
MODEL, -- Model [rtc_con_model]
VERID, -- Version ID [rtc_verid]
FYEAR, -- Fiscal Year [rtc_gyear]
FPERI, -- Fiscal Period [rtc_poper]
ENTITY, -- Entity [rtc_entity]
DR_METHOD, -- Data Release Method [rtc_dr_method_name]
DR_PKG, -- DR. Package ID [rtc_dr_pkg_id]
STATUS, -- Lock Status [rtc_dr_lock_status]
ETIME, -- Effective Time [rtc_dr_lock_etime]
FISCYEARPER, -- Period/Year [jahrper]
BPC_CATG, -- Plan Category [fcom_category]
PRIMARY KEY (MANDT, MODEL, VERID, FYEAR, FPERI, ENTITY, DR_METHOD, DR_PKG)
);
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