SWD_PERSON SAP (Personalization Structure for Workflow Builder) Structure details

Dictionary Type: Structure
Description: Personalization Structure for Workflow Builder




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




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

SWD_PERSON 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 "Personalization Structure for Workflow Builder" 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_SWD_PERSON TYPE SWD_PERSON.

The SWD_PERSON table consists of various fields, each holding specific information or linking keys about Personalization Structure for Workflow Builder data available in SAP. These include CTBARWIDTH (Width of Context Bar), NAARHEIGHT (Height of Navigation Area), ACTIVETOOL (Text (30 Characters)), BLOCKACTIV (Block Display).. 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: Cannot Be Enhanced


SAP SWD_PERSON 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
SBARHEIGHTHeight of Status Bar SWD_SBARHEINT410
CTBARWIDTHWidth of Context Bar SWD_CTBARWINT410
NAARHEIGHTHeight of Navigation Area SWD_NAARHEINT410
ACTIVETOOLText (30 Characters) TEXT30CHAR30TEXT30
BLOCKACTIVBlock Display SWD_BLOCKSCHAR1SWD_BLOCKS
GRAPHVIEWWorkflow Builder view SWD_VIEWCHAR1SWD_DVIEW
VOIDSTEPSDo Not Create Any Undefined Steps SWD_VOIDSCHAR1XFELD
EXPRVIEWDisplay of Names and Symbols SWD_EXVIEWCHAR2SWD_EXVIEW
EDIT_TYPEGraphical Display in Workflow Builder SWD_EDTTYPCHAR1SWD_EDTTYP
BDATSTATEStatus of Icon Bar in Basic Data SWD_BDSTATINT410
PREFCATIDObject Type Category SWFECLSTYPCHAR2SWFECLSTYPSWF_CATID
SELAHEIGHTHeight of Navigation Area SWD_NAARHEINT410
SAPRLRelease of SAP System SYSAPRLCHAR4SYCHAR04
SYSTELEMSDo Not Display System Elements in Container SWD_SYSTELCHAR1XFELD
SHOWNODEIDDisplay Node Numbers SWD_SHOWNIDCHAR1XFELD
GODMODECheckbox XFELDCHAR1XFELD
PROGSHOWProgress Display Active SWD_NOPRSHCHAR1XFELD
OLD_DNDNormal Drag&Drop Procedure SWD_OLDDNDCHAR1XFELD
NOTE 0
TOPDOWNTop-down modeling SWD_TPDOWNCHAR1XFELD
DROPONBACKDrag&Drop to Background Possible SWD_DONBCKCHAR1XFELD
EXNODETYPES 0

Key field Non-key field



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

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

How to access SAP table SWD_PERSON

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