SWL_PM_STD SAP (Structure for output of work item history) Structure details

Dictionary Type: Structure
Description: Structure for output of work item history




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




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

SWL_PM_STD is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for output of work item history" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SWL_PM_STD TYPE SWL_PM_STD.

The SWL_PM_STD table consists of various fields, each holding specific information or linking keys about Structure for output of work item history data available in SAP. These include METH_USER (User executing an action on a work item, sy-uname), AGT_ADRNAM (Name of executing user), METHOD_ICO (SWL: Icon of a method), METHOD_NAM (Text for Function Which Was logged).. 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 SWL_PM_STD structure 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 MANDTCLNT3Assigned to domainMANDT
METH_USERUser executing an action on a work item, sy-uname SWL_AGENTNCHAR12UNAME
AGT_ADRNAMName of executing user SWL_AGENTACHAR25CHAR25
METHOD_ICOSWL: Icon of a method SWL_PM_ICHAR50CHAR50
METHOD_NAMText for Function Which Was logged SWL_FUNCCHAR40CHAR40
METH_EDATEDate on which logged action terminated SWL_EDATEDATS8SYDATS
METH_ETIMETime when logged action was terminated SWL_ETIMETIMS6SYTIME
PARA_NAM_1Name of import parameter RS38L_IMPOCHAR30IMPORTIN_3
PARA_VAL_1Object ID SWO_OBJIDCHAR90SWO_OBJID
PARA_OUT_1WLC: Default attribute of an object SWL_PM_OCHAR90TEXT90
PARA_NAM_2Name of import parameter RS38L_IMPOCHAR30IMPORTIN_3
PARA_VAL_2Object ID SWO_OBJIDCHAR90SWO_OBJID
PARA_OUT_2WLC: Default attribute of an object SWL_PM_OCHAR90TEXT90
WI_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
WITHERRORIndicator showing whether errors occurred in WI execution SWL_ERRFLGCHAR4CHAR4
WITHWARNGDisplays whether executing WI will cause warnings SWL_INFFLGCHAR4CHAR4
ERROR_INFConcatenated error information: Work area and number SWL_ERRINFCHAR5CHAR5
CODEException for method SWO_RETURNNUMC4SWO_RETURN
ERRORTYPEError type SWO_ERRTYPNUMC1SWO_ERRTYP
MESSAGEMessage number SWO_MSGNRNUMC3NUMC3
SELECTEDFlag: Entry selected in list SWL_FLAGCHAR1SWC_BOOL
METHODFunction name FUNCNAMECHAR30Assigned to domainFUNCNAMELIB

Key field Non-key field



How do I retrieve data from SAP structure SWL_PM_STD using ABAP code?

As SWL_PM_STD is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SWL_PM_STD as there is no data to select.

How to access SAP table SWL_PM_STD

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