SWU_WLSCAN SAP (Date and time of last work list scan for R3F transmission) Table details

Dictionary Type: Table
Description: Date and time of last work list scan for R3F transmission




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




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

SWU_WLSCAN is a standard SAP Table which is used to store Date and time of last work list scan for R3F transmission data and is available within R/3 SAP systems depending on the version and release level.

The SWU_WLSCAN table consists of various fields, each holding specific information or linking keys about Date and time of last work list scan for R3F transmission data available in SAP. These include CURR_NUMB (Sequential number (max.value 9)), LAST_DATE (Date of last work list scan for R3F message transmission), LAST_TIME (TIme of last work list scan for R3F message transmission), LAST_TS (Workflow: Last Run of Job).. 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 SWU_WLSCAN 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 SWU_CLIENTCLNT3Assigned to domainMANDT
CURR_NUMBSequential number (max.value 9) SWU_NUMBERNUMC1NUM1
LAST_DATEDate of last work list scan for R3F message transmission SWU_R3FDATDATS8SYDATS
LAST_TIMETIme of last work list scan for R3F message transmission SWU_R3FTIMTIMS6SYTIME
LAST_TSWorkflow: Last Run of Job SWU_LASTTSDEC21(7) TZNTSTMPL

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWU_WLSCAN
INTO CORRESPONDING FIELDS OF WA_SWU_WLSCAN
WHERE...

How to access SAP table SWU_WLSCAN

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