SWP_INTERN SAP (Workflow: Internal structure definition, please do not use!) Structure details

Dictionary Type: Structure
Description: Workflow: Internal structure definition, please do not use!




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




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

SWP_INTERN 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: Internal structure definition, please do not use!" 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_SWP_INTERN TYPE SWP_INTERN.

The SWP_INTERN table consists of various fields, each holding specific information or linking keys about Workflow: Internal structure definition, please do not use! data available in SAP. These include INT2 (Workflow: Int2 field), INT4 (Loop Index), DEC01 (packed, 1 byte), DEC02 (packed, 2 bytes).. 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 SWP_INTERN 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
INT1Factory calendar weekday SYFDAYWINT13SYBIN1
INT2Workflow: Int2 field SWP_INT2INT25EDI_DTINT2
INT4Loop Index SYINDEXINT410SYST_LONG
DEC01packed, 1 byte SWA_P_001DEC1SWA_P_001
DEC02packed, 2 bytes SWA_P_002DEC3SWA_P_002
DEC03packed, 3 bytes SWA_P_003DEC5SWA_P_003
DEC04packed, 4 bytes SWA_P_004DEC7SWA_P_004
DEC05packed, 5 bytes SWA_P_005DEC9SWA_P_005
DEC06packed, 6 bytes SWA_P_006DEC11SWA_P_006
DEC07packed, 7 bytes SWA_P_007DEC13SWA_P_007
DEC08packed, 8 bytes SWA_P_008DEC15SWA_P_008
DEC09packed, 9 bytes SWA_P_009DEC17SWA_P_009
DEC10packed, 10 bytes SWA_P_010DEC19SWA_P_010
DEC11packed, 11 bytes SWA_P_011DEC21SWA_P_011
DEC12packed, 12 bytes SWA_P_012DEC23SWA_P_012
DEC13packed, 13 bytes SWA_P_013DEC25SWA_P_013
DEC14packed, 14 bytes SWA_P_014DEC27SWA_P_014
DEC15packed, 15 bytes SWA_P_015DEC29SWA_P_015
DEC16packed, 16 bytes SWA_P_016DEC31SWA_P_016

Key field Non-key field



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

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

How to access SAP table SWP_INTERN

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