SWU5_WEB SAP (WF: Structure for function module SWU_DIALOG_WEB_ENABLING) Structure details

Dictionary Type: Structure
Description: WF: Structure for function module SWU_DIALOG_WEB_ENABLING




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




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

SWU5_WEB 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 "WF: Structure for function module SWU_DIALOG_WEB_ENABLING" 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_SWU5_WEB TYPE SWU5_WEB.

The SWU5_WEB table consists of various fields, each holding specific information or linking keys about WF: Structure for function module SWU_DIALOG_WEB_ENABLING data available in SAP. These include MPGMNA (WF: Program name), TRTX (Automatically created short text for generated transation), WCREATOR (User who generated the transaction), WCREATEDT (Date of transaction generation).. 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 SWU5_WEB 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
TRCODETransaction code SWU_TCODECHAR20Assigned to domainTCODE
MPGMNAWF: Program name SWU_PROGCHAR40PROGNAME
TRTXAutomatically created short text for generated transation SWU_TCTXCHAR36TEXT36
WCREATORUser who generated the transaction SWU_CREUSCHAR12SYCHAR12
WCREATEDTDate of transaction generation SWU_CREDTDATS8SYDATS
MCREATEDTCreated on RDIR_CDATEDATS8SYDATS
MCREATORAuthor CNAMCHAR12SYCHAR12
MCHANGETIDictionary: time of last change DDTIMETIMS6DDTIME
MCHANGEDTChanged On RDIR_UDATEDATS8SYDATS
MCHANGERLast changed by UNAMCHAR12SYCHAR12
MDEVPackage of ABAP Module Pool SWU_MDEVCHAR30Assigned to domainDEVCLASS
MAPPLTXApplication program long text APPL_TEXTCHAR30APPLTEXT
MPGMTXWF: Program title SWU_PGTXCHAR70REPTI
MDEVTXShort Text of Package SWU_MDEVTXCHAR60AS4TEXT

Key field Non-key field



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

As SWU5_WEB 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 SWU5_WEB as there is no data to select.

How to access SAP table SWU5_WEB

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