Application Development 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: 

ZPROGRAMS

Former Member
0 Kudos

HI EXPERTS !

is there any t.c from where i can find all the zprograms in my server .

thanks .

1 ACCEPTED SOLUTION

former_member387317
Active Contributor
0 Kudos

Hi

From SE38

Write the program name as Z*

U can see all ZPrograms available in your system...

====================================================

or If you want to develope report for that then..

check table TADIR for OBJ_NAME Z*. The OBJECT field will tell you which kind of object.

The field OBJECT defines the type.

here in your case OBJECT is <b>REPO</b> for report

=================================

Check out one standard program from SE38...

<b>

RPR_ABAP_SOURCE_SCAN</b>

and in the input selection

Program Name : Z*

Thanks & Regards

ilesh 24x7

4 REPLIES 4

former_member387317
Active Contributor
0 Kudos

Hi

From SE38

Write the program name as Z*

U can see all ZPrograms available in your system...

====================================================

or If you want to develope report for that then..

check table TADIR for OBJ_NAME Z*. The OBJECT field will tell you which kind of object.

The field OBJECT defines the type.

here in your case OBJECT is <b>REPO</b> for report

=================================

Check out one standard program from SE38...

<b>

RPR_ABAP_SOURCE_SCAN</b>

and in the input selection

Program Name : Z*

Thanks & Regards

ilesh 24x7

Former Member
0 Kudos

Hi Ranjna,

Goto <b>SE38</b> (ABAP editor- initial screen) ,

in the program box enter <b>Z*</b> and press <b>F1</b>,

This will give you all the zprograms.

Please close this thread and reward points if this has solved your issue.

Former Member
0 Kudos

Hi,

Check the table : TRDIR.

Thanks,

Reward If Helpful.

Former Member
0 Kudos

hI

Check <b>REPOSRC</b>, <b>TRDIR</b> and <b>TADIR</b> tables to find for all the programs

<b>Reward if usefull</b>