SWWVTMPERR SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

SWWVTMPERR is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The SWWVTMPERR table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include WI_ID (Work item ID), WI_TYPE (Work item type), WI_CREATOR (Creator of a work item), WI_LANG (Language for Texts 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 SWWVTMPERR table view 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
WI_IDWork item ID SWW_WIIDNUMC12SWW_WIIDWID
WI_TYPEWork item type SWW_WITYPECHAR1SWW_WITYPE
WI_CREATORCreator of a work item SWW_OBJIDCHAR90SWO_OBJID
WI_LANGLanguage for Texts of a Work Item SWW_LANGLANG1T002ISOLASPRAS
WI_TEXTWork item text SWW_WITEXTCHAR120TEXT120
WI_RHTEXTShort Text from Task SWW_RHTEXTCHAR40CHAR40
WI_STATProcessing Status of a Work Item SWW_WISTATCHAR12SWW_WISTAT
WI_CDCreation Date of Work Item SWW_CDDATS8SYDATS
WI_CTCreation Time of Work Item SWW_CTTIMS6SYTIME
WI_AEDEnd Date of Work Item SWW_AEDDATS8SYDATS
WI_AAGENTActual Agent of Work Item SWW_AAGENTCHAR12SYCHAR12
WI_CHCKWISuperordinate Work Item SWW_CHCKWINUMC12SWWWIHEADSWW_WIID
WI_CBFBCallback Function Module for Work Item Feedback SWW_CBFBCHAR30FUNCNAME
WI_RH_TASKTask ID SWW_TASKCHAR14HROBJEC_14
WI_PRIOPriority of a Work Item SWW_PRIONUMC1SWD_PRIORI
WI_CONFIRMIndicator showing that end of processing must be confirmed SWW_WICONFCHAR1XFELD
WI_COMP_EVIndicator Denoting That Completion By Event Is Possible SWW_COMPEVCHAR1XFELD
WI_FORW_BY(Last) forwarder of work item SWW_FORWBYCHAR12SYCHAR12
WI_DISABLEFlag: Work item is currently locked SWW_DISABLCHAR1XFELD
WI_REJECTIndicator Denoting that Work Item Can Be Rejected by Agent SWW_REJECTCHAR1XFELD
TCLASSClassification of Tasks HR_TASK_CLCHAR12T77TCALPHAHR_TASK_CL
NOTE_EXISTIndicator Denoting that At Least One Note Exists for the WI SWW_NOTEEXCHAR1XFELD
NOTIFYFlag: Whether a Notification of Completion Is To Be Sent SWW_NOTIFYCHAR1XFELD
RETRY_CNTRetries for Work Items with Temporary Errors SWW_RETCNTNUMC2SWW_COUNT2
CODEException for method SWO_RETURNNUMC4SWO_RETURN
ERRORTYPEError type SWO_ERRTYPNUMC1SWO_ERRTYP
CB_DONEStatus Transition for Executed Work Item Completed SWW_CBDONECHAR1XFELD
HANDLEID of Workflow Trace SWT_HANDL_NUMC12SWT_HANDLE
SYNCCHAINFlag: WI Is Part of a Synchronous Processing Chain SWW_CHAINCHAR1XFELD
NO_DEADLFlag Denoting Whether WI Contains Deadline Data SWW_DEADFLCHAR1XFELD
WI_DH_STATDeadline Status of a Work Item SWW_WIDHSTNUMC4SWW_WIDHST
WI_RELEASERelease of SAP System SYSAPRLCHAR4SYCHAR04
MAX_RETRYRetries for Work Items with Temporary Errors SWW_RETCNTNUMC2SWW_COUNT2
RC_MODELEDIndicator whether return code modeled in step definition SWW_RCMODLCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWWVTMPERR
INTO CORRESPONDING FIELDS OF WA_SWWVTMPERR
WHERE...

How to access SAP table SWWVTMPERR

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