LWRKOBJ SAP (Object lists for worklists) Table details

Dictionary Type: Table
Description: Object lists for worklists




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




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

LWRKOBJ is a standard SAP Table which is used to store Object lists for worklists data and is available within R/3 SAP systems depending on the version and release level.

The LWRKOBJ table consists of various fields, each holding specific information or linking keys about Object lists for worklists data available in SAP. These include OBJTYPE (Object Type), OBJNAME (Name), DEVCLASS (Package), MASTERLANG (Original Language in Repository objects).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP LWRKOBJ 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
TARGETLANGTarget language TLANGUAGELANG1T002ISOLASPRASH_T002
OBJTYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJNAMEName TDOBNAMECHAR70TDOBNAME
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
MASTERLANGOriginal Language in Repository objects MASTERLANGLANG1Assigned to domainISOLASPRASH_T002
SOURCELANGSource language SLANGUAGELANG1Assigned to domainISOLASPRASH_T002
TRACUSKORRRequest number of a TRACUS run (transport collector) TRACUSKORRCHAR10Assigned to domainTRACUSKORR
WORKLISTIDWorklist ID WRKLISTIDNUMC4NUMC4
STATUSTranslation status, work lists LWRKSTAT_DCHAR1LWRKSTAT
OBJFUNCObject function OBJFUNCCHAR1OBJFUNC
LINESTOTALTotal lines LINESTOTALINT410
LINESNEWNon-translated lines LINESNEWINT410
LINESMODIFModified lines LINESMODIFINT410
LINESAVAILUnused proposals in translation memory LINESAVAILINT410
UNAMELast Changed by AS4USERCHAR12AS4USER
UDATEDate of Last Change AS4DATEDATS8AS4DATE
UTIMELast changed at AS4TIMETIMS6AS4TIME
DERIVSTATSecondary translation status DERIVSTATNUMC1DERIVSTAT
WLSTATSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM LWRKOBJ
INTO CORRESPONDING FIELDS OF WA_LWRKOBJ
WHERE...

How to access SAP table LWRKOBJ

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