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

Available Reports !?

Former Member
0 Likes
769

Is there any way of knowing all the available reports in a particular module including the Z* reports !?

For example i would like to know all the available reports MM !!

Regards,

Ramesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
726

Hello Ramesh,

I see that you have registered just today and this is your first post. Welcome to SDN.

Coming to your question,

1. Go to transaction SE38 and click the Find icon (Ctrl + F).

2. On the search screen, expand the selection criteria (Shift + F9).

3. Enter '1' in the program type.

4. Choose the appropriate application component by using the F4 help for that field.

5. then just click Execute (F8).

However, this does not get you the reports that are created as temporary objects - meaning if you create a Z-program and save it as a local object (dev. class $TMP), this selection will not fetch you that.

Regards,

Anand Mandalika.

P.S. Please reward the answer if it helps.

3 REPLIES 3
Read only

Former Member
0 Likes
727

Hello Ramesh,

I see that you have registered just today and this is your first post. Welcome to SDN.

Coming to your question,

1. Go to transaction SE38 and click the Find icon (Ctrl + F).

2. On the search screen, expand the selection criteria (Shift + F9).

3. Enter '1' in the program type.

4. Choose the appropriate application component by using the F4 help for that field.

5. then just click Execute (F8).

However, this does not get you the reports that are created as temporary objects - meaning if you create a Z-program and save it as a local object (dev. class $TMP), this selection will not fetch you that.

Regards,

Anand Mandalika.

P.S. Please reward the answer if it helps.

Read only

0 Likes
726

Hi Anand,

Thanks for welcoming to SDN.

Your answer was helpful to me.

Best Regards,

Ramesh

Read only

Lakshmant1
Active Contributor
0 Likes
726

Hi Ramesh,

From D010SINF table by passing APPL = 'M', you will get all the programs related to MM.

Thanks

Lakshman