SWLWP1_C SAP (WF: WI Structure for Workplace (Only Comparison Fields!)) Structure details

Dictionary Type: Structure
Description: WF: WI Structure for Workplace (Only Comparison Fields!)




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




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

SWLWP1_C 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 "WF: WI Structure for Workplace (Only Comparison Fields!)" 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_SWLWP1_C TYPE SWLWP1_C.

The SWLWP1_C table consists of various fields, each holding specific information or linking keys about WF: WI Structure for Workplace (Only Comparison Fields!) data available in SAP. These include WI_TYPE (Work item type), WI_RH_TASK (Task ID), WI_LANG (Language for Texts of a Work Item), WI_STAT (Processing Status 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: Not classified


SAP SWLWP1_C 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
WI_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
WI_TYPEWork item type SWW_WITYPECHAR1SWW_WITYPE
WI_RH_TASKTask ID SWW_TASKCHAR14HROBJEC_14
WI_LANGLanguage for Texts of a Work Item SWW_LANGLANG1Assigned to domainISOLASPRAS
WI_STATProcessing Status of a Work Item SWW_WISTATCHAR12Assigned to domainSWW_WISTAT
WI_DH_STATDeadline Status of a Work Item SWW_WIDHSTNUMC4SWW_WIDHST
TYPETEXTWork Item Type SWL_TYPTXTCHAR20TEXT20
WI_TEXTName of Workflow SWL_WITEXTCHAR120TEXT120
STATUSTEXTWorkflow: Work Item Status SWW_STATXTCHAR20TEXT20
WI_ICO_STAStatus of work item as icon SWL_STAICOCHAR50TEXT50
DHSTATEXTDisplay showing which deadline was last missed SWL_DHSTXTCHAR20TEXT20
WI_AAGENTActual Agent of Work Item SWW_AAGENTCHAR12SYCHAR12
AGENTNAMEName of Actual Agent of Work Item SWL_AAGT_NCHAR40TEXT40
WI_EXEC_DExecution date SWL_EXECDDATS8SYDATS
WI_EXEC_TExecution Time SWL_EXECTTIMS6SYTIME
WI_FORW_DForwarding date SWL_FORWDDATS8SYDATS
WI_FORW_TForwarding time SWL_FORWTTIMS6SYTIME
WI_RSDResubmission date SWL_RESUBDDATS8SYDATS
WI_RSTResubmission time SWL_RESUBTTIMS6SYTIME
WI_CDCreation Date of Work Item SWW_CDDATS8SYDATS
WI_CTCreation Time of Work Item SWW_CTTIMS6SYTIME
WI_LEDLatest End Date for Work Item SWW_LEDDATS8SYDATS
WI_LETLatest end time for work item SWW_LETTIMS6SYTIME
WI_PRIOPriority of a Work Item SWW_PRIONUMC1SWD_PRIORI
FORWNAMEName of the party from whom you received the work item SWL_FORNAMCHAR40TEXT40
WI_CONFIRMIndicator showing that end of processing must be confirmed SWL_CONFRMCHAR50TEXT50
WI_ATTACHIndicator showing that attachments exist for the work item SWL_ATTICOCHAR50TEXT50
WI_TOLATEA deadline has been missed for the work item SWL_TOLICOCHAR50TEXT50
WI_EXECUTEIndicator showing that the work item is executable SWL_EXEICOCHAR50TEXT50
WI_REJECTIndicator showing that processing can be rejected SWL_REJICOCHAR50TEXT50

Key field Non-key field



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

As SWLWP1_C 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 SWLWP1_C as there is no data to select.

How to access SAP table SWLWP1_C

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