SYCMA_USG_ODATA
Usage Data on object level
SYCMA_USG_ODATA is an SAP database table in S/4HANA. Usage Data on object level. It contains 8 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| sycm_aps_i_usage | view_entity | inner | Usage aggregated for project |
Fields (8)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | usgid | SYCM_APS_USAGE_ID | Usage ID | |||
| KEY | roottype | SYCM_APS_USAGE_ROOTTYPE | Entry Point Category | |||
| KEY | rootname | SYCM_APS_USAGE_ROOTNAME | Request Entry Point | |||
| KEY | progname | PROGRAM | Tcode/program | |||
| KEY | obj_type | TROBJTYPE | Object Type | |||
| KEY | obj_name | SOBJ_NAME | Object Name | |||
| counter | abap.dec | |||||
| last_used | abap.dats |
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.
-- Usage Data on object level
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SYCMA_USG_ODATA (
USGID, -- Usage ID [SYCM_APS_USAGE_ID]
ROOTTYPE, -- Entry Point Category [SYCM_APS_USAGE_ROOTTYPE]
ROOTNAME, -- Request Entry Point [SYCM_APS_USAGE_ROOTNAME]
PROGNAME, -- Tcode/program [PROGRAM]
OBJ_TYPE, -- Object Type [TROBJTYPE]
OBJ_NAME, -- Object Name [SOBJ_NAME]
COUNTER, -- abap.dec
LAST_USED, -- abap.dats
PRIMARY KEY (USGID, ROOTTYPE, ROOTNAME, PROGNAME, OBJ_TYPE, OBJ_NAME)
);
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