CLMS_TM_OBJ_LIST
CLMS: Tenant Mulitplexer Object List
CLMS_TM_OBJ_LIST is an SAP database table in S/4HANA. CLMS: Tenant Mulitplexer Object List. It contains 10 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| APS_IAM_DPP_OBJ_LIST | view | from | Display Publishing Processes Objects List | |
| CLMS_V_TM_OBJ_LIST | view | from | Tenant Multiplexer Object List |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | mandt | Client | |||
| KEY | run_id | clms_tm_run_id | Ext. Session | |||
| KEY | trkorr | trkorr | Request/Task | |||
| KEY | pgmid | pgmid | Program ID | |||
| KEY | object | trobjtype | Object Type | |||
| KEY | obj_name | trobj_name | Object Name | |||
| KEY | task_list_id | stc_session_id | Task List Run | |||
| status | clms_tm_obj_list_status | Status | ||||
| crea_date_time | timestamp | Time Stamp | ||||
| transferred_to_run_id | uuid | UUID |
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.
-- CLMS: Tenant Mulitplexer Object List
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CLMS_TM_OBJ_LIST (
CLIENT, -- Client [mandt]
RUN_ID, -- Ext. Session [clms_tm_run_id]
TRKORR, -- Request/Task [trkorr]
PGMID, -- Program ID [pgmid]
OBJECT, -- Object Type [trobjtype]
OBJ_NAME, -- Object Name [trobj_name]
TASK_LIST_ID, -- Task List Run [stc_session_id]
STATUS, -- Status [clms_tm_obj_list_status]
CREA_DATE_TIME, -- Time Stamp [timestamp]
TRANSFERRED_TO_RUN_ID, -- UUID [uuid]
PRIMARY KEY (CLIENT, RUN_ID, TRKORR, PGMID, OBJECT, OBJ_NAME, TASK_LIST_ID)
);
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