SCBC_SSC_REG_REL
SSCUI Relation Registry Table
SCBC_SSC_REG_REL is an SAP database table in S/4HANA. SSCUI Relation Registry Table. It contains 7 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| /CFG/V_SSC_R_REL | view_entity | from | View SSCUI Relations |
Fields (7)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | activity | CUS_IMG_AC | IMG Activity | |||
| KEY | relation_to_activity | CUS_IMG_AC | IMG Activity | |||
| KEY | relation_type | CBC_SSC_RELATION_TYPE | Relation Type | |||
| created_on | CBC_SSC_CREATED_ON | Created on | ||||
| created_by | CBC_SSC_CREATED_BY | Created by | ||||
| changed_on | CBC_SSC_CHANGED_ON | Changed on | ||||
| changed_by | CBC_SSC_CHANGED_BY | Changed by |
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.
-- SSCUI Relation Registry Table
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SCBC_SSC_REG_REL (
ACTIVITY, -- IMG Activity [CUS_IMG_AC]
RELATION_TO_ACTIVITY, -- IMG Activity [CUS_IMG_AC]
RELATION_TYPE, -- Relation Type [CBC_SSC_RELATION_TYPE]
CREATED_ON, -- Created on [CBC_SSC_CREATED_ON]
CREATED_BY, -- Created by [CBC_SSC_CREATED_BY]
CHANGED_ON, -- Changed on [CBC_SSC_CHANGED_ON]
CHANGED_BY, -- Changed by [CBC_SSC_CHANGED_BY]
PRIMARY KEY (ACTIVITY, RELATION_TO_ACTIVITY, RELATION_TYPE)
);
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