SWLBUTTDYN SAP (WLC: I/O table for buttons on screens) Structure details

Dictionary Type: Structure
Description: WLC: I/O table for buttons on screens




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




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

SWLBUTTDYN 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 "WLC: I/O table for buttons on screens" 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_SWLBUTTDYN TYPE SWLBUTTDYN.

The SWLBUTTDYN table consists of various fields, each holding specific information or linking keys about WLC: I/O table for buttons on screens data available in SAP. These include ATTACHMENT (WLC: Button for create attachment), OVERVIEW (WLC: Button for overview), EXECUTE (WLC: Button for execute), DONE (WLC: Button for done).. 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 SWLBUTTDYN 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
MAILWLC: Button for send mail SWL_MAILCHAR14TEXT14
ATTACHMENTWLC: Button for create attachment SWL_ATTACHCHAR14TEXT14
OVERVIEWWLC: Button for overview SWL_OVIEWCHAR14TEXT14
EXECUTEWLC: Button for execute SWL_EXECUTCHAR14TEXT14
DONEWLC: Button for done SWL_DONECHAR14TEXT14
DELETEWLC: Button for delete SWL_DELETECHAR14TEXT14
HELPWLC: Button for help SWL_HELPCHAR14TEXT14
CREATEWLC: Button for create SWL_CREATECHAR14TEXT14
CREATE_OBJWLC: Create button for object SWL_OBJCRTCHAR14TEXT14
INSERTWLC: Button for insert SWL_INSERTCHAR14TEXT14
ADDWLC: Button for insert activity SWL_ADDACTCHAR14TEXT14
FORWARDWLC: Button for forwarding SWL_FORWRDCHAR14TEXT14
RESUBMITWLC: Button for resubmit SWL_RESUBMCHAR14TEXT14
SELECTWLC: Button for accept SWL_SELENTCHAR14TEXT14
PRIORITYWLC: Button for priority SWL_PRIOCHAR14TEXT14
DEADLINEWLC: Button for deadlines SWL_DEADLCHAR14TEXT14
BACKWLC: Button for return SWL_BACKCHAR14TEXT14

Key field Non-key field



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

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

How to access SAP table SWLBUTTDYN

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