SWLDY_LIST SAP (Structure for the Work List of a User for Screen Display) Structure details

Dictionary Type: Structure
Description: Structure for the Work List of a User for Screen Display




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




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

SWLDY_LIST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for the Work List of a User for Screen Display" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SWLDY_LIST TYPE SWLDY_LIST.

The SWLDY_LIST table consists of various fields, each holding specific information or linking keys about Structure for the Work List of a User for Screen Display data available in SAP. These include WI_ID (Work item ID), WI_TYPE (Work item type), TYPETEXT (Work Item Type), WI_CREATOR (Creator of a 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWLDY_LIST structure 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_TYPEWork item type SWW_WITYPECHAR1SWWTYPTEXTSWW_WITYPE
TYPETEXTWork Item Type SWL_TYPTXTCHAR20TEXT20
WI_CREATORCreator of a work item SWW_OBJIDCHAR90SWO_OBJID
WI_LANGLanguage for Texts of a Work Item SWW_LANGLANG1T002ISOLASPRAS
WI_LANG_NLanguage for Texts of a Work Item SWW_LANGLANG1T002ISOLASPRAS
WI_TEXTWork item text SWW_WITEXTCHAR120TEXT120
WI_NITEXTShort text for notification of completion for work item SWW_NITEXTCHAR120TEXT120
WI_DITEXTShort text for missed deadline for work item SWW_DITEXTCHAR120TEXT120
WI_TEXT_NWork item text SWL_WITXTNCHAR120TEXT120
WI_NITEXTNNew text for notification item SWL_NITXTNCHAR120TEXT120
WI_DITEXTNNew text for missed deadline SWL_DITXTNCHAR120TEXT120
STATUSTEXTWorkflow: Work Item Status SWW_STATXTCHAR20TEXT20
WI_STATProcessing Status of a Work Item SWW_WISTATCHAR12SWWSTATEXTSWW_WISTAT
WI_CDCreation Date of Work Item SWW_CDDATS8SYDATS
WI_CTCreation Time of Work Item SWW_CTTIMS6SYTIME
WI_LSDLatest Start Date for Work Item SWW_LSDDATS8SYDATS
WI_LSTLatest start time for work item SWW_LSTTIMS6SYTIME
WI_LSD_NNew Latest Start Date For Work Item SWL_LSD_NDATS8SYDATS
WI_LST_NNew latest start time of the work item SWL_LST_NTIMS6SYTIME
WI_LSACTAction on latest start SWW_LSACTCHAR30TFDIRFUNCNAME
WI_DSDRequested Start Date for Work Item SWW_DSDDATS8SYDATS
WI_DSTRequested start time for work item SWW_DSTTIMS6SYTIME
WI_DSD_NNew requested start date / resubmission date SWL_DSD_NDATS8SYDATS
WI_DST_NNew requested start time / resubmission time SWL_DST_NTIMS6SYTIME
WI_DETRequested end time for work item SWW_DETTIMS6SYTIME
WI_DEDRequested End Date for Work Item SWW_DEDDATS8SYDATS
WI_DET_NNew requested end time for work item SWL_DET_NTIMS6SYTIME
WI_DED_NNew requested end date for work item SWL_DED_NDATS8SYDATS
WI_DEACTAction on requested end date/time SWW_DEACTCHAR30TFDIRFUNCNAME
WI_LETLatest end time for work item SWW_LETTIMS6SYTIME
WI_LEDLatest End Date for Work Item SWW_LEDDATS8SYDATS
WI_LET_NNew Latest End Time for Work Item SWL_LET_NTIMS6SYTIME
WI_LED_NNew Latest End Date for Work Item SWL_LED_NDATS8SYDATS
WI_LEACTAction on Latest End SWW_LEACTCHAR30TFDIRFUNCNAME
WI_DH_STATDeadline Status of a Work Item SWW_WIDHSTNUMC4SWW_WIDHST
DHSTATEXTWorkflow: Work Item Status SWW_STATXTCHAR20TEXT20
WI_ASDCurrent start date of work item SWW_ASDDATS8SYDATS
WI_ASTCurrent start time of work item SWW_ASTTIMS6SYTIME
WI_AEDEnd Date of Work Item SWW_AEDDATS8SYDATS
WI_AETCurrent end time of work item SWW_AETTIMS6SYTIME
WI_AAGENTActual Agent of Work Item SWW_AAGENTCHAR12SYCHAR12
WI_AAGT_NName of Actual Agent of Work Item SWL_AAGT_NCHAR40TEXT40
WI_CHCKWISuperordinate Work Item SWW_CHCKWINUMC12SWWWIHEADSWW_WIID
WI_CBFB_NCallback Function Module for Work Item Feedback SWW_CBFBCHAR30TFDIRFUNCNAME
WI_CBFBCallback Function Module for Work Item Feedback SWW_CBFBCHAR30TFDIRFUNCNAME
WI_RH_TASKTask ID SWW_TASKCHAR14HROBJEC_14
WI_RHTEXTShort Text from Task SWW_RHTEXTCHAR40CHAR40
WI_PRIOPriority of a Work Item SWW_PRIONUMC1SWD_PRIORI
WI_PRIO_NPriority of work item SWL_PRIO_NNUMC1SWD_PRIORI
WI_CONFIRMIndicator showing that end of processing must be confirmed SWW_WICONFCHAR1XFELD
WI_COMP_EVIndicator Denoting That Completion By Event Is Possible SWW_COMPEVCHAR1XFELD
WI_FORW_BY(Last) forwarder of work item SWW_FORWBYCHAR12SYCHAR12
WI_FORW_NName of forwarder of work item SWL_FORW_NCHAR40TEXT40
WI_DISABLEFlag: Work item is currently locked SWW_DISABLCHAR1XFELD
WI_REJECTIndicator Denoting that Work Item Can Be Rejected by Agent SWW_REJECTCHAR1XFELD
NOTE_EXISTIndicator Denoting that At Least One Note Exists for the WI SWW_NOTEEXCHAR1XFELD
SELECTEDFlag: Entry selected in list SWL_FLAGCHAR1SWC_BOOL

Key field Non-key field



How do I retrieve data from SAP structure SWLDY_LIST using ABAP code?

As SWLDY_LIST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SWLDY_LIST as there is no data to select.

How to access SAP table SWLDY_LIST

Within an ECC or HANA version of SAP you can also view further information about SWLDY_LIST 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!