

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 Questions & Answers
- Refreshing list viewer data selectively in SAP ABAP
- Making an SAP ABAP program to wait
- Properties of SAP ABAP Development Objects
- Assigning debug roles to few users of SAP ABAP program
- Checking list of all available schema in SAP HANA
- What is SAP ABAP?
- Negation logic in SAP ABAP
- Using logarithm in SAP ABAP
- Declare dynamically in SAP ABAP
- Get all occurrences of the string between any two specific characters in SAP ABAP
- Checking implementation of interface IF_EX_IDOC_CREATION_CHECK in SAP ABAP
- Exporting list of all SAP HANA systems in XML file
- Getting error not assigned on running SAP ABAP program
- Sort Datetime Type in SAP ABAP
- Equivalent for Row_Number() in SAP ABAP
Advertisements