SYCM_APS_I_PROJECT

CDS View

Custom Code Migration

SYCM_APS_I_PROJECT is a CDS View in S/4HANA. Custom Code Migration. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
sycm_aps_c_project view from Custom Code Migration Projects

Fields (2)

KeyField CDS FieldsUsed in Views
atc_run_series atc_run_series 1
created_at created_at 1

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.

-- Custom Code Migration
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SYCM_APS_I_PROJECT (
    ATC_RUN_SERIES,
    CREATED_AT
);