SWL_DYNCO SAP (Dynamic Columns) Structure details

Dictionary Type: Structure
Description: Dynamic Columns




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




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

SWL_DYNCO 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 "Dynamic Columns" 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_SWL_DYNCO TYPE SWL_DYNCO.

The SWL_DYNCO table consists of various fields, each holding specific information or linking keys about Dynamic Columns data available in SAP. These include DYNCOL1 (Dynamic column of Business Workplace), DYNCOL2 (Dynamic column of Business Workplace), DYNCOL3 (Dynamic column of Business Workplace), DYNCOL4 (Dynamic column of Business Workplace).. 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 SWL_DYNCO 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
WI_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
DYNCOL1Dynamic column of Business Workplace SWL_DYNCOLCHAR80SWL_DYNCOL
DYNCOL2Dynamic column of Business Workplace SWL_DYNCOLCHAR80SWL_DYNCOL
DYNCOL3Dynamic column of Business Workplace SWL_DYNCOLCHAR80SWL_DYNCOL
DYNCOL4Dynamic column of Business Workplace SWL_DYNCOLCHAR80SWL_DYNCOL
DYNCOL5Dynamic column of Business Workplace SWL_DYNCOLCHAR80SWL_DYNCOL
DYNCOL6Dynamic column of Business Workplace SWL_DYNCOLCHAR80SWL_DYNCOL
DYNTYP1ABAP Type of element SWC_TYPECHAR1INTTYPE
DYNTYP2ABAP Type of element SWC_TYPECHAR1INTTYPE
DYNTYP3ABAP Type of element SWC_TYPECHAR1INTTYPE
DYNTYP4ABAP Type of element SWC_TYPECHAR1INTTYPE
DYNTYP5ABAP Type of element SWC_TYPECHAR1INTTYPE
DYNTYP6ABAP Type of element SWC_TYPECHAR1INTTYPE
DYNLEN1Length of the field in bytes SWC_LENGTHNUMC3SWC_LENGTH
DYNLEN2Length of the field in bytes SWC_LENGTHNUMC3SWC_LENGTH
DYNLEN3Length of the field in bytes SWC_LENGTHNUMC3SWC_LENGTH
DYNLEN4Length of the field in bytes SWC_LENGTHNUMC3SWC_LENGTH
DYNLEN5Length of the field in bytes SWC_LENGTHNUMC3SWC_LENGTH
DYNLEN6Length of the field in bytes SWC_LENGTHNUMC3SWC_LENGTH
DYNCOL7Dynamic column of Business Workplace SWL_DYNCOLCHAR80SWL_DYNCOL
DYNCOL8Dynamic column of Business Workplace SWL_DYNCOLCHAR80SWL_DYNCOL
DYNCOL9Dynamic column of Business Workplace SWL_DYNCOLCHAR80SWL_DYNCOL
DYNCOL10Dynamic column of Business Workplace SWL_DYNCOLCHAR80SWL_DYNCOL
DYNCOL11Dynamic column of Business Workplace SWL_DYNCOLCHAR80SWL_DYNCOL
DYNCOL12Dynamic column of Business Workplace SWL_DYNCOLCHAR80SWL_DYNCOL
DYNTYP7ABAP Type of element SWC_TYPECHAR1INTTYPE
DYNTYP8ABAP Type of element SWC_TYPECHAR1INTTYPE
DYNTYP9ABAP Type of element SWC_TYPECHAR1INTTYPE
DYNTYP10ABAP Type of element SWC_TYPECHAR1INTTYPE
DYNTYP11ABAP Type of element SWC_TYPECHAR1INTTYPE
DYNTYP12ABAP Type of element SWC_TYPECHAR1INTTYPE
DYNLEN7Length of the field in bytes SWC_LENGTHNUMC3SWC_LENGTH
DYNLEN8Length of the field in bytes SWC_LENGTHNUMC3SWC_LENGTH
DYNLEN9Length of the field in bytes SWC_LENGTHNUMC3SWC_LENGTH
DYNLEN10Length of the field in bytes SWC_LENGTHNUMC3SWC_LENGTH
DYNLEN11Length of the field in bytes SWC_LENGTHNUMC3SWC_LENGTH
DYNLEN12Length of the field in bytes SWC_LENGTHNUMC3SWC_LENGTH

Key field Non-key field



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

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

How to access SAP table SWL_DYNCO

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