ATP_R4D_WORKLIST
Worklist in Release for Delivery
ATP_R4D_WORKLIST is an SAP database table in S/4HANA. Worklist in Release for Delivery. It contains 9 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_RFDYWorklist | view | from | BASIC | Release for Delivery Worklist |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | rfdyworklistuuid | atp_r4d_worklist_id | Worklist ID | |||
| responsibilityuuid | atp_responsibility_uuid | Responsibility UUID | ||||
| horizonforselectionindays | atp_selection_horizon | Horizon | ||||
| createdbyuser | uname | User Name | ||||
| creationdatetime | atp_r4d_creation_timestamp | Creation Timestamp | ||||
| lastchangedatetime | atp_r4d_lastchange_timestamp | Last Change Timestmp | ||||
| processingstatus | atp_r4d_worklist_status | Worklist Status | ||||
| processor | atp_r4d_worklist_processor | Processor |
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.
-- Worklist in Release for Delivery
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ATP_R4D_WORKLIST (
MANDT, -- Client [mandt]
RFDYWORKLISTUUID, -- Worklist ID [atp_r4d_worklist_id]
RESPONSIBILITYUUID, -- Responsibility UUID [atp_responsibility_uuid]
HORIZONFORSELECTIONINDAYS, -- Horizon [atp_selection_horizon]
CREATEDBYUSER, -- User Name [uname]
CREATIONDATETIME, -- Creation Timestamp [atp_r4d_creation_timestamp]
LASTCHANGEDATETIME, -- Last Change Timestmp [atp_r4d_lastchange_timestamp]
PROCESSINGSTATUS, -- Worklist Status [atp_r4d_worklist_status]
PROCESSOR, -- Processor [atp_r4d_worklist_processor]
PRIMARY KEY (MANDT, RFDYWORKLISTUUID)
);
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