SADL_GW_CPLDATA
Central Processing Log: Data
SADL_GW_CPLDATA is an SAP database table in S/4HANA. Central Processing Log: Data. It contains 18 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_SADL_GW_CPLDATA | view | from | CPL Data Interface |
Fields (18)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | mandt | Client | |||
| KEY | datahandle | os_guid | GUID | |||
| header_id | sadl_gw_cpl_uuid | CPL: UUID | ||||
| progid | sadl_gw_cpl_pgmid | CPL: Program ID | ||||
| object | sadl_gw_cpl_object | CPL: Object | ||||
| obj_name | sadl_gw_cpl_obj_name | CPL: Object Name | ||||
| created_on | sadl_gw_cpl_date | CPL: Date | ||||
| start_time | sadl_gw_cpl_start | CPL: Start time | ||||
| msgty | symsgty | Message Type | ||||
| msgid | symsgid | Message Class | ||||
| msgno | symsgno | Message Number | ||||
| msgv1 | symsgv | Message Variable | ||||
| msgv2 | symsgv | Message Variable | ||||
| msgv3 | symsgv | Message Variable | ||||
| msgv4 | symsgv | Message Variable | ||||
| source_code | sadl_gw_cpl_source_code | Central Processing Log: Source code | ||||
| source_code_type | sadl_gw_cpl_object | CPL: Object | ||||
| long_text | cpl_long_text |
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.
-- Central Processing Log: Data
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SADL_GW_CPLDATA (
CLIENT, -- Client [mandt]
DATAHANDLE, -- GUID [os_guid]
HEADER_ID, -- CPL: UUID [sadl_gw_cpl_uuid]
PROGID, -- CPL: Program ID [sadl_gw_cpl_pgmid]
OBJECT, -- CPL: Object [sadl_gw_cpl_object]
OBJ_NAME, -- CPL: Object Name [sadl_gw_cpl_obj_name]
CREATED_ON, -- CPL: Date [sadl_gw_cpl_date]
START_TIME, -- CPL: Start time [sadl_gw_cpl_start]
MSGTY, -- Message Type [symsgty]
MSGID, -- Message Class [symsgid]
MSGNO, -- Message Number [symsgno]
MSGV1, -- Message Variable [symsgv]
MSGV2, -- Message Variable [symsgv]
MSGV3, -- Message Variable [symsgv]
MSGV4, -- Message Variable [symsgv]
SOURCE_CODE, -- Central Processing Log: Source code [sadl_gw_cpl_source_code]
SOURCE_CODE_TYPE, -- CPL: Object [sadl_gw_cpl_object]
LONG_TEXT, -- cpl_long_text
PRIMARY KEY (CLIENT, DATAHANDLE)
);
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