SYCM_CUST_STATE
Processing state of sycm_cust_refs entries
SYCM_CUST_STATE is an SAP database table in S/4HANA. Processing state of sycm_cust_refs entries. It contains 8 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| Sycm_Simplification_View | view | left_outer | Join Simplification DB with SYCM_CUST_REFS, -ENHS and -MODS |
Fields (8)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | extraction_sysid | SYST_SYSID | SAP System ID | |||
| KEY | extraction_name | SYCM_EXTRACTION_NAME | Result Name | |||
| KEY | reference_kind | SYCM_REFERENCE_KIND | Category | |||
| KEY | hash | HASH160 | Hash Value | |||
| KEY | simplification_item_id | GUID_32 | GUID 16 | |||
| state | SYCM_STATE | Processing State | ||||
| processor | UNAME | User Name | ||||
| comments | abap.char |
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.
-- Processing state of sycm_cust_refs entries
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SYCM_CUST_STATE (
EXTRACTION_SYSID, -- SAP System ID [SYST_SYSID]
EXTRACTION_NAME, -- Result Name [SYCM_EXTRACTION_NAME]
REFERENCE_KIND, -- Category [SYCM_REFERENCE_KIND]
HASH, -- Hash Value [HASH160]
SIMPLIFICATION_ITEM_ID, -- GUID 16 [GUID_32]
STATE, -- Processing State [SYCM_STATE]
PROCESSOR, -- User Name [UNAME]
COMMENTS, -- abap.char
PRIMARY KEY (EXTRACTION_SYSID, EXTRACTION_NAME, REFERENCE_KIND, HASH, SIMPLIFICATION_ITEM_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