CUS_ACTOBJ
Customizing Activity - Object List
CUS_ACTOBJ is an SAP database table in S/4HANA. Customizing Activity - Object List. It contains 9 fields. 8 CDS views read from this table.
CDS Views using this table (8)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| /CFG/IMG_BCP_COMP_BASIS | view_entity | from | BASIS View for BCP comp for IMG Act. | |
| /cfg/img_bcp_components | view_entity | from | BCP components for IMG activities | |
| /CFG/SSCUI_REG_API | view_entity | left_outer | CDS View used for SSCUI Registry API | |
| /CFG/V_SSC_R_HDR | view_entity | inner | View SSCUI Header Registry | |
| I_IMGACT | view | inner | Ermittlung der IMG Aktivität ID | |
| I_IMGActivityTables | view_entity | inner | Tables associated with IMG Activities | |
| I_IMGACTTRANSNUM | view | inner | Ermittlung der IMG Aktivität ID, Transaktion für SNUM | |
| I_SSCUI_TABLES | view_entity | inner | SSCUI Tables |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | act_id | CUS_ACT | Cust. Activity | |||
| KEY | objecttype | OB_TYP | Type | |||
| KEY | objectname | OB_OBJECT | Object | |||
| KEY | tcode | TCODE | Transaction Code | |||
| KEY | subobjname | OB_SUBOBJ | Subobject | |||
| variant | VIM_VARI | Variant | ||||
| txn_no_con | OB_TXN_NOC | Call Subobjects Individually | ||||
| img_pos | SIMG_POS | Position | ||||
| supress_fl | SIMG_SUPR | No Subset Field |
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.
-- Customizing Activity - Object List
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CUS_ACTOBJ (
ACT_ID, -- Cust. Activity [CUS_ACT]
OBJECTTYPE, -- Type [OB_TYP]
OBJECTNAME, -- Object [OB_OBJECT]
TCODE, -- Transaction Code [TCODE]
SUBOBJNAME, -- Subobject [OB_SUBOBJ]
VARIANT, -- Variant [VIM_VARI]
TXN_NO_CON, -- Call Subobjects Individually [OB_TXN_NOC]
IMG_POS, -- Position [SIMG_POS]
SUPRESS_FL, -- No Subset Field [SIMG_SUPR]
PRIMARY KEY (ACT_ID, OBJECTTYPE, OBJECTNAME, TCODE, SUBOBJNAME)
);
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