Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module / table which lists screen numbers in module pool program

Former Member
0 Likes
493

Hi everyone,

I wish to make a list of all screen numbers used in my module pool program Is there any FM / table which maps module pool program name with all the screens used in it?

For example, if my module pool is SAPMZPROG and it has screens 9001, 9002 and 9003, then I want to have a report as follows:

Input to the report (selection screen): SAPMZPROG

Output:

9001

9002

9003

Thanks,

Shailesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
405

Hello

Try tables D020S, D020T

2 REPLIES 2
Read only

Former Member
0 Likes
406

Hello

Try tables D020S, D020T

Read only

0 Likes
405

You rock mann, thanx a lot!!