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

TMP programs

Former Member
0 Likes
1,159

Hi,

would like to know how to access my older Programs that i stored in TMP Logical database?

I can't remember all of the names of my previous programs, and would like to access to some of them.

How can i find them?

Please help!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
999

HI maja,

1. i suppose u are talking about

TMP package

$Tmp

2. goto se80

choose package

3. type $tmp

4. Press enter

5. u will get list of all programs,

as well as other objects like table,etc,

in tmp package.

regards,

amit m.

5 REPLIES 5
Read only

Former Member
0 Likes
1,000

HI maja,

1. i suppose u are talking about

TMP package

$Tmp

2. goto se80

choose package

3. type $tmp

4. Press enter

5. u will get list of all programs,

as well as other objects like table,etc,

in tmp package.

regards,

amit m.

Read only

Former Member
0 Likes
999

Hi,

Go to SE80. From the drop down choose the LOCAL OBJECTs and type your user name in the text box below that and hit DISPLAY. you will get all your $TMP programs.

Regards,

Ravi

Note : please close the thread, if the question is answered

Read only

Former Member
0 Likes
999

go to SE03 transaction

object directory>change object directory entries>right click> execute>options are there choose as ur requirment.

Read only

Former Member
0 Likes
999

goto SE80

Give package in the dropdown

Give $TMP in the text box and press enter

Read only

Former Member
0 Likes
999

Hi,

U can manually go the se11 transaction and enter the table name TRDIR (System Table TRDIR ).

enter selection parameters like

CNAM CHAR 12 Author

CDAT DATS 8 Created on

UNAM CHAR 12 Last changed by

UDAT DATS 8 Changed On

VERN CHAR 6 Version number

APPL CHAR 1 Application

and various other parameters

u will get all the report that u have created.

Mark Helfull Answers

Regards,