SWD_CDYNP SAP (Workflow definition: EATAB for customizing) Structure details

Dictionary Type: Structure
Description: Workflow definition: EATAB for customizing




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




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

SWD_CDYNP 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 "Workflow definition: EATAB for customizing" 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_CDYNP TYPE SWD_CDYNP.

The SWD_CDYNP table consists of various fields, each holding specific information or linking keys about Workflow definition: EATAB for customizing data available in SAP. These include CLIENT (Workflow definition: Client), USER_NAME (Creator of Workflow Definition), DEF_ADMIN (Workflow System Administrator), DECI_TASK (Standard decision task for user decision).. 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_CDYNP 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
CLIENTWorkflow definition: Client SWD_MANDANCLNT3T000MANDT
USER_NAMECreator of Workflow Definition SWD_DEFUSRCHAR12Assigned to domainXUBNAME
DEF_ADMINWorkflow System Administrator SWD_CADMINCHAR255SWD_VALUE
DECI_TASKStandard decision task for user decision SWD_DECTSKCHAR14HROBJEC_14
DEFLT_UNITTime Unit SWD_MEINSUNIT3T006CUNITMEINS
PROFIL_GRPProfile group (sort graphics profiles) NETPRFGRUPCHAR4TCNGNETPRFGRUPNHG
PROFIL_NAMName of graphic profile in Network/Hierarchy Graphics NETPRFNAMECHAR12CHAR12NHN
PROFIL_INDProfile index for graphics profiles NETPRFINDXCHAR1CHAR1NHI
PROFL1_GRPProfile group (sort graphics profiles) NETPRFGRUPCHAR4TCNGNETPRFGRUPNHG
PROFL1_NAMName of graphic profile in Network/Hierarchy Graphics NETPRFNAMECHAR12CHAR12NHN
PROFL1_INDProfile index for graphics profiles NETPRFINDXCHAR1CHAR1NHI
PREVTASK1Task ID SWUS_TASKCHAR14HROBJEC_14TSK
PREVTASK2Task ID SWUS_TASKCHAR14HROBJEC_14TSK
PREVTASK3Task ID SWUS_TASKCHAR14HROBJEC_14TSK
PREVTASK4Task ID SWUS_TASKCHAR14HROBJEC_14TSK
PREVTASK5Task ID SWUS_TASKCHAR14HROBJEC_14TSK
PREVTASK6Task ID SWUS_TASKCHAR14HROBJEC_14TSK
PREVTASK7Task ID SWUS_TASKCHAR14HROBJEC_14TSK
PREVTASK8Task ID SWUS_TASKCHAR14HROBJEC_14TSK
PREVTASK9Task ID SWUS_TASKCHAR14HROBJEC_14TSK
PREVTASK10Task ID SWUS_TASKCHAR14HROBJEC_14TSK
CHECK_TASKWFD: Task for Checklist SWD_CHKTSKCHAR14HROBJEC_14
CHANGED_RLRelease of last change to workflow definition SWD_CHGRELCHAR4CHAR4
PRS_PROFILType of Persistence Profile SWD_PERSIDNUMC4SWD_PERSID
ADMI_EXPRExpression for Agent of Activity SWD_AGEXPRCHAR255SWD_VALUE
ADMI_OBJIDMaintain system administrator for workflow SWD_MOBJIDCHAR255SWD_VALUE
ADMI_TYPEAdministrator SWD_CADMTYPCHAR2SWD_CADMTYP
ADMI_STEXTWorkflow definition: Short text for administrator SWD_ADMI_TCHAR40TEXT40
TASK_STEXTShort text for task SWD_TASK_TCHAR40TEXT40
CHKTSK_TXTShort text for task SWD_TASK_TCHAR40TEXT40
TIPS_DISPDisplay Tips and Tricks SWD_TIPSCHAR1XFLAG
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_CDYNP using ABAP code?

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

How to access SAP table SWD_CDYNP

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