SWU5_DYNP SAP (Chronology of generated program objects) Table details

Dictionary Type: Table
Description: Chronology of generated program objects




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




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

SWU5_DYNP is a standard SAP Table which is used to store Chronology of generated program objects data and is available within R/3 SAP systems depending on the version and release level.

The SWU5_DYNP table consists of various fields, each holding specific information or linking keys about Chronology of generated program objects data available in SAP. These include DYNPNUMB (Screen number), TYPE (Type of program element), USEDBY (Flag: Program element is used by several screens), INFIX (String for unique identification of program 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWU5_DYNP 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
DYNPPROGProgram Name SCRAPROGCHAR40PROGNAMEDYR
DYNPNUMBScreen number SCRADNUMNUMC4DYNPRONRDYN
TYPEType of program element SWU5_ELMTPCHAR1SWU5_ELMTP
USEDBYFlag: Program element is used by several screens SWU5_USEBYCHAR1SWU5_USEBY
INFIXString for unique identification of program element SWU5_INFIXCHAR3SWU5_INFIX
CONVENTIONName of program element according to convention SWU5_CONVCHAR40PROGRAM_ID
NOCONVENTName of program element NOT according to convention SWU5_NOCONCHAR40PROGRAM_ID
OTYPEStandard Object Type HR_SOTYPECHAR2Assigned to domainHRSOTYPE
OBJIDObject ID of Standard Object HR_SOBJIDNUMC8Assigned to domainHR_SOBJIDPWN
CREATORUser Name SYUNAMECHAR12SYCHAR12
CREATEDATESystem Date SYDATUMDATS8SYDATS
CREATETIMESystem Time SYUZEITTIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWU5_DYNP
INTO CORRESPONDING FIELDS OF WA_SWU5_DYNP
WHERE...

How to access SAP table SWU5_DYNP

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