SWH_STR001 SAP (Workflow: Structure (Flat)) Structure details

Dictionary Type: Structure
Description: Workflow: Structure (Flat)




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




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

SWH_STR001 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: Structure (Flat)" 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_SWH_STR001 TYPE SWH_STR001.

The SWH_STR001 table consists of various fields, each holding specific information or linking keys about Workflow: Structure (Flat) data available in SAP. These include SWH_CHAR10 (Workflow: Data Type CHAR(10)), SWH_CHAR100 (Workflow: Data Type CHAR(100)), SWH_CHAR1000 (Workflow: Data Type CHAR(1000)), SWH_CHAR200 (Workflow: Data Type CHAR(200)).. 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 SWH_STR001 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
SWH_ACCPWorkflow: Data Type ACCP SWH_ACCPACCP6
SWH_CHAR10Workflow: Data Type CHAR(10) SWH_CHAR10CHAR10
SWH_CHAR100Workflow: Data Type CHAR(100) SWH_CHAR100CHAR100
SWH_CHAR1000Workflow: Data Type CHAR(1000) SWH_CHAR1000CHAR1000
SWH_CHAR200Workflow: Data Type CHAR(200) SWH_CHAR200CHAR200
SWH_CHAR50Workflow: Data Type CHAR(50) SWH_CHAR50CHAR50
SWH_CHAR500Workflow: Data Type CHAR(500) SWH_CHAR500CHAR500
SWH_CLNTWorkflow: Data Type CLNT SWH_CLNTCLNT3
SWH_DATSWorkflow: Data Type DATS SWH_DATSDATS8
SWH_DECWorkflow: Data Type DEC SWH_DECDEC10(2)
SWH_FLTPWorkflow: Data Type FLTP SWH_FLTPFLTP16(16)
SWH_INT1Workflow: Data Type INT1 SWH_INT1INT13
SWH_INT2Workflow: Data Type INT2 SWH_INT2INT25
SWH_INT4Workflow: Data Type INT4 SWH_INT4INT410
SWH_LANGWorkflow: Data Type LANG SWH_LANGLANG1ISOLA
SWH_LCHRWorkflow: Data Type LCHR SWH_LCHRLCHR256
SWH_LRAWWorkflow: Data Type LRAW SWH_LRAWLRAW256
SWH_NUMCWorkflow: Data Type NUMC SWH_NUMCNUMC1
SWH_NUMC10Workflow: Data Type NUMC(10) SWH_NUMC10NUMC10
SWH_NUMC100Workflow: Data Type NUMC(100) SWH_NUMC100NUMC100
SWH_NUMC200Workflow: Data Type NUMC(200) SWH_NUMC200NUMC200
SWH_NUMC255Workflow: Data Type NUMC(255) SWH_NUMC255NUMC255
SWH_NUMC50Workflow: Data Type NUMC(50) SWH_NUMC50NUMC50
SWH_RAWWorkflow: Data Type RAW SWH_RAWRAW1
SWH_RAW10Workflow: Data Type RAW(10) SWH_RAW10RAW10
SWH_RAW100Workflow: Data Type RAW(100) SWH_RAW100RAW100
SWH_RAW1000Workflow: Data Type RAW(1000) SWH_RAW1000RAW1000
SWH_RAWSTRINGWorkflow: Data Type RAWSTRING SWH_RAWSTRINGRSTR0
SWH_SSTRINGWorkflow: Data Type SSTRING SWH_SSTRINGSSTR1
SWH_SSTRING10Workflow: Data Type SSTRING(10) SWH_SSTRING10SSTR10
SWH_SSTRING100Workflow: Data Type SSTRING(100) SWH_SSTRING100SSTR100
SWH_SSTRING255Workflow: Data Type SSTRING(255) SWH_SSTRING255SSTR255
SWH_STATUSStatus SWH_STATUSCHAR10SWH_STATUS
SWH_STRINGWorkflow: Data Type STRING SWH_STRINGSTRG0
SWH_TIMSWorkflow: Data Type TIMS SWH_TIMSTIMS6
SWH_UNITWorkflow: Data Type UNIT SWH_UNITUNIT2

Key field Non-key field



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

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

How to access SAP table SWH_STR001

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