SWWBINDEF SAP (Obsolete 6.1/ Workflow Runtime - Save Bindin...) Table details

Dictionary Type: Table
Description: Obsolete 6.1/ Workflow Runtime - Save Bindin...




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




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

SWWBINDEF is a standard SAP Table which is used to store Obsolete 6.1/ Workflow Runtime - Save Bindin... data and is available within R/3 SAP systems depending on the version and release level.

The SWWBINDEF table consists of various fields, each holding specific information or linking keys about Obsolete 6.1/ Workflow Runtime - Save Bindin... data available in SAP. These include WI_ID (Work item ID), DATAFLOW (Workflow Binding: Binding Time), ELEMENT (Element), TAB_INDEX (Index for table element).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWWBINDEF table 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 MANDTCLNT3T000MANDT
WI_IDWork item ID SWW_WIIDNUMC12SWWWIHEADSWW_WIIDWID
DATAFLOWWorkflow Binding: Binding Time SWA_DAFLOWCHAR1SWA_DAFLOW
ELEMENTElement SWC_ELEMCHAR32SWC_ELEM
TAB_INDEXIndex for table element SWC_INDEXNUMC6SWC_INDEX
REFTYPEDictionary SWC_REFTYPCHAR1SWC_REFTYP
REFSTRUCTReference table SWC_REFSTRCHAR30Assigned to domainAS4TAB
REFFIELDReference field SWC_REFFLDCHAR30Assigned to domainFDNAME
REFOBJTYPEReference obj. type SWO_REFOBJCHAR10Assigned to domainOJ_NAME
ATTRTYPEAttribute type SWO_ATTYPECHAR1SWO_ATTYPE
ELEMLENGTHLength of the field in bytes SWC_LENGTHNUMC3SWC_LENGTH
TYPEABAP Type of element SWC_TYPECHAR1INTTYPE
EXPRExpression in Binding Definition SWA_EXPRCHAR255SWC_VALUE
NOEDITNo editing due to inheritance or needs to be overridden SWC_NOEDITCHAR1SWC_INHERI

Key field Non-key field



How do I retrieve data from SAP table SWWBINDEF using ABAP code

The following ABAP code Example will allow you to do a basic selection on SWWBINDEF to SELECT all data from the table
DATA: WA_SWWBINDEF TYPE SWWBINDEF.

SELECT SINGLE *
FROM SWWBINDEF
INTO CORRESPONDING FIELDS OF WA_SWWBINDEF
WHERE...

How to access SAP table SWWBINDEF

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