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

Z programs

Former Member
0 Likes
705

Hi all,

Is there any table where I can find all Z progrms.

I want to make a list of all Z programs and do some analysis.

Many Thabks

Shiva

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
660

Please check

<b>TRDIR</b>

5 REPLIES 5
Read only

Former Member
0 Likes
661

Please check

<b>TRDIR</b>

Read only

Former Member
0 Likes
660

You can find all object in TADIR table.

For Programs use <b>PROG for object</b> and <b>z* for the object name</b>.

Regards

Kathirvel

Read only

Former Member
0 Likes
660

Hi Shiva ,

You can use the table D010SINF or the view TRDIR.

Reagdrs

Arun

Read only

amit_khare
Active Contributor
0 Likes
660

Hi,

Goto SE11 and choose TRDIR.

Pass first parameter NAME as Z*.

Regards,

Amit

Read only

Former Member
0 Likes
660

Hi Shiva,

You can get all program names in se38 it self by putting z*, still if you want the table name where program names stores it is TRDIR.

Reward Points if it is helpful

Reagrds,

Kiran I