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

ZPROGRAMS

Former Member
0 Likes
671

HI EXPERTS !

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

thanks .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
642

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
Read only

Former Member
0 Likes
643

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

Read only

Former Member
0 Likes
642

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.

Read only

Former Member
0 Likes
642

Hi,

Check the table : TRDIR.

Thanks,

Reward If Helpful.

Read only

Former Member
0 Likes
642

hI

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

<b>Reward if usefull</b>