SWD_RECUSD SAP (WF Definition : WF Templates Last Used by a User) Table details

Dictionary Type: Table
Description: WF Definition : WF Templates Last Used by a User




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




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

SWD_RECUSD is a standard SAP Table which is used to store WF Definition : WF Templates Last Used by a User data and is available within R/3 SAP systems depending on the version and release level.

The SWD_RECUSD table consists of various fields, each holding specific information or linking keys about WF Definition : WF Templates Last Used by a User data available in SAP. These include USERNAME (Last user to change workflow definition), WFD_ID (Number of workflow definition), VERSION (Version), CATEGORY (WF Explorer: Recently Used - Category).. 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: Cannot Be Enhanced


SAP SWD_RECUSD 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
USERNAMELast user to change workflow definition SWD_CHGUSRCHAR12Assigned to domainXUBNAME
WFD_IDNumber of workflow definition SWD_WFD_IDCHAR10Assigned to domainSWD_WFDIDS
VERSIONVersion SWD_VERSIOCHAR4SWD_VERSIO
CATEGORYWF Explorer: Recently Used - Category SWD_RCATNUMC2NUM2
COUNTERNatural Number INT4INT410INT4
CONTEXTWF Explorer: Recently Used - Context Information SWD_CTXCHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWD_RECUSD
INTO CORRESPONDING FIELDS OF WA_SWD_RECUSD
WHERE...

How to access SAP table SWD_RECUSD

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