/SAPPO/WLUSER SAP (Assignment of User/Organizational Unit to Worklist) Table details

Dictionary Type: Table
Description: Assignment of User/Organizational Unit to Worklist




ABAP Code to SELECT data from /SAPPO/WLUSER
Related tables to /SAPPO/WLUSER
Access table /SAPPO/WLUSER




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

/SAPPO/WLUSER is a standard SAP Table which is used to store Assignment of User/Organizational Unit to Worklist data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPO/WLUSER table consists of various fields, each holding specific information or linking keys about Assignment of User/Organizational Unit to Worklist data available in SAP. These include COMPONENT (Software Component), PLVAR (Plan Variant for Org. Structure of Postprocessing Office), OBJECT_TYPE (Postprocessing Office: Object Type for Org. Objects), OBJECT_ID (Object ID Organizational Objects - Postprocessing Office).. 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 /SAPPO/WLUSER 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
COMPONENTSoftware Component /SAPPO/DTE_COMPONENTCHAR30CHAR30/SAPPO/COMPONENT
PLVARPlan Variant for Org. Structure of Postprocessing Office /SAPPO/DTE_WL_PLVARCHAR2T778PPLVAR
OBJECT_TYPEPostprocessing Office: Object Type for Org. Objects /SAPPO/DTE_WL_OTYPECHAR2T778OOTYPE
OBJECT_IDObject ID Organizational Objects - Postprocessing Office /SAPPO/DTE_WL_OBJIDNUMC8HRP1000HROBJID
USRUser /SAPPO/DTE_USERCHAR12USR02XUBNAME
WORKLISTWorklist /SAPPO/DTE_WORKLISTCHAR4/SAPPO/WL/SAPPO/WORKLIST_ID
FLG_DEACTEntry is Deactivated /SAPPO/DTE_FLG_DEACTCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table /SAPPO/WLUSER using ABAP code

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

SELECT SINGLE *
FROM /SAPPO/WLUSER
INTO CORRESPONDING FIELDS OF WA_/SAPPO/WLUSER
WHERE...

How to access SAP table /SAPPO/WLUSER

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