SWZAIRET SAP (Return Values of Method Call of a WQ Line) Table details

Dictionary Type: Table
Description: Return Values of Method Call of a WQ Line




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




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

SWZAIRET is a standard SAP Table which is used to store Return Values of Method Call of a WQ Line data and is available within R/3 SAP systems depending on the version and release level.

The SWZAIRET table consists of various fields, each holding specific information or linking keys about Return Values of Method Call of a WQ Line data available in SAP. These include AI_ID (Work item ID), OBJECTID (Object ID), TASK_ID (Task ID), CODE (Exception for method).. 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 SWZAIRET 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
AI_IDWork item ID SWW_WIIDNUMC12SWWWIHEADSWW_WIIDWID
OBJECTIDObject ID SWO_OBJIDCHAR90SWO_OBJID
TASK_IDTask ID SWW_TASKCHAR14HROBJEC_14
CODEException for method SWO_RETURNNUMC4SWO_RETURN
ERRORTYPEError type SWO_ERRTYPNUMC1SWO_ERRTYP
NAMESymbolic name for exception SWO_RCNAMECHAR20CHAR20
WORKAREAApplication Area ARBGBCHAR20T100AARBGBMAG
MESSAGEMessage number SWO_MSGNRNUMC3NUMC3
VARIABLE1Message Variable SYMSGVCHAR50SYCHAR50
VARIABLE2Message Variable SYMSGVCHAR50SYCHAR50
VARIABLE3Message Variable SYMSGVCHAR50SYCHAR50
VARIABLE4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWZAIRET
INTO CORRESPONDING FIELDS OF WA_SWZAIRET
WHERE...

How to access SAP table SWZAIRET

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