- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Seeing list of all program screens in SAP ABAP
If you want to check all Dynpros belongs to one program, you can use table D020S. D020S is known as SAP Table to store screen sources information. This is available within R/3 SAP systems depending on the version and release level.
To display or maintain this table, use T-code SM30

You can use T-code SE11 to view the fields in table D020S:


It is text table D020T with the key program = sy-repid

- Related Articles
- Refreshing list viewer data selectively in SAP ABAP
- Making an SAP ABAP program to wait
- Assigning debug roles to few users of SAP ABAP program
- Get all occurrences of the string between any two specific characters in SAP ABAP
- Checking list of all available schema in SAP HANA
- Getting error not assigned on running SAP ABAP program
- Negation logic in SAP ABAP
- Using logarithm in SAP ABAP
- Declare dynamically in SAP ABAP
- Properties of SAP ABAP Development Objects
- What is SAP ABAP?
- Checking implementation of interface IF_EX_IDOC_CREATION_CHECK in SAP ABAP
- Exporting list of all SAP HANA systems in XML file
- Create database view in SAP ABAP
- Getting unauthorized exception in SAP ABAP

Advertisements