SWWWIDEADL SAP (Workflow Runtime: Deadline Data for Work Items) Table details

Dictionary Type: Table
Description: Workflow Runtime: Deadline Data for Work Items




ABAP Code to SELECT data from SWWWIDEADL
Related tables to SWWWIDEADL
Access table SWWWIDEADL




Table field list including key, data, relationships and ABAP select examples

SWWWIDEADL is a standard SAP Table which is used to store Workflow Runtime: Deadline Data for Work Items data and is available within R/3 SAP systems depending on the version and release level.

The SWWWIDEADL table consists of various fields, each holding specific information or linking keys about Workflow Runtime: Deadline Data for Work Items data available in SAP. These include WI_ID (Work item ID), WI_DSD (Requested Start Date for Work Item), WI_DST (Requested start time for work item), WI_LSD (Latest Start Date for Work Item).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWWWIDEADL table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3T000MANDT
WI_IDWork item ID SWW_WIIDNUMC12SWWWIHEADSWW_WIIDWID
WI_DSDRequested Start Date for Work Item SWW_DSDDATS8SYDATS
WI_DSTRequested start time for work item SWW_DSTTIMS6SYTIME
WI_LSDLatest Start Date for Work Item SWW_LSDDATS8SYDATS
WI_LSTLatest start time for work item SWW_LSTTIMS6SYTIME
WI_LSACTAction on latest start SWW_LSACTCHAR30TFDIRFUNCNAME
WI_DEDRequested End Date for Work Item SWW_DEDDATS8SYDATS
WI_DETRequested end time for work item SWW_DETTIMS6SYTIME
WI_DEACTAction on requested end date/time SWW_DEACTCHAR30TFDIRFUNCNAME
WI_LEDLatest End Date for Work Item SWW_LEDDATS8SYDATS
WI_LETLatest end time for work item SWW_LETTIMS6SYTIME
WI_LEACTAction on Latest End SWW_LEACTCHAR30TFDIRFUNCNAME
WI_LEESCEscalation levels on latest end date/time of a work item SWW_LEESCNUMC8SWW_PLADUR
WI_DH_STATDeadline Status of a Work Item SWW_WIDHSTNUMC4SWWDHSTEXTSWW_WIDHST
INH_DSDInherited requested start date SWW_IDSDDATS8SYDATS
INH_DSTInherited requested start SWW_IDSTTIMS6SYTIME
INH_WIDSWork item which inherits requested start deadline SWW_WIDSNUMC12SWWWIHEADSWW_WIID
INH_LSDInherited latest start date SWW_ILSDDATS8SYDATS
INH_LSTInherited latest start SWW_ILSTTIMS6SYTIME
INH_LSACTInherited action for latest start SWW_ILSACTCHAR30TFDIRFUNCNAME
INH_WILSWork item which inherits latest start deadline SWW_WILSNUMC12SWWWIHEADSWW_WIID
INH_DEDInherited requested end date SWW_IDEDDATS8SYDATS
INH_DETInherited requested end SWW_IDETTIMS6SYTIME
INH_DEACTInherited action for requested end SWW_IDEACTCHAR30TFDIRFUNCNAME
INH_WIDEWork item which inherits requested end deadline SWW_WIDENUMC12SWWWIHEADSWW_WIID
INH_LEDInherited latest end date SWW_ILEDDATS8SYDATS
INH_LETInherited latest end SWW_ILETTIMS6SYTIME
INH_LEACTInherited action for latest end SWW_ILEACTCHAR30TFDIRFUNCNAME
INH_LEESCInherited latest end escalation SWW_ILEESCNUMC8SWW_PLADUR
INH_WILEWork item which inherits requested end deadline SWW_WILENUMC12SWWWIHEADSWW_WIID
WI_DS_UTCWorkflow: Requested Start in UTC SWW_DSUTCCHAR1XFELD
WI_LS_UTCWorkflow: Latest Start in UTC SWW_LSUTCCHAR1XFELD
WI_DE_UTCWorkflow: Requested End in UTC SWW_DEUTCCHAR1XFELD
WI_LE_UTCWorkflow: Latest End (Deadline) in UTC SWW_LEUTCCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table SWWWIDEADL using ABAP code

The following ABAP code Example will allow you to do a basic selection on SWWWIDEADL to SELECT all data from the table
DATA: WA_SWWWIDEADL TYPE SWWWIDEADL.

SELECT SINGLE *
FROM SWWWIDEADL
INTO CORRESPONDING FIELDS OF WA_SWWWIDEADL
WHERE...

How to access SAP table SWWWIDEADL

Within an ECC or HANA version of SAP you can also view further information about SWWWIDEADL and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!