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

Restore delete program

Former Member
0 Likes
990

Can I retore a delete program? I have delete one program and mark that everything should deleted as well as Includes, I don't know exactly if I deleted Includes which are used in other programs.

8 REPLIES 8
Read only

GauthamV
Active Contributor
0 Likes
922

You can restore it if the versions are avilable for that program.

Read only

Former Member
0 Likes
922

The problem is that I can't find the program anymore as the name is not available. Is there a transaction for deleted programs where I can look at?

Read only

Former Member
0 Likes
922

if its a local ( $TMP ) then its gone.

If you have save the program in a Package then you can reterive .

if you re-create the program in your dev system with exactly the same name, the version manangement will allow you to get the last version. Now go to version management and reterive the last version. Then You will know the includes used in the program . Check for the includes , if there are not available . Re-peat the above process.

Read only

Former Member
0 Likes
922

TABLE--->TREELOG will give you deleted program name

also-->DIRTREE table will also give you list of deleted programs

Regards,

Gurpreet

Read only

0 Likes
922

Hi,

TREELOG is for Change log for table TREE (tree administration)

and DIRTREE for Tree administration

these table does't contain deleted program, I have checke this.

we can think of VRSD for Version management: Directory table.

Thanks,

Krishna

Read only

Former Member
0 Likes
922

Hi,

1) Create a program with the same name as earlier (which is deleted).

2) Click on Utilities --> Versions --> Version Management.

3) Select the version of your earlier program and click on display.

4) Your earlier program will be displayed here.

5) Click on retrieve and get it.

Hope this will help.

Regards,

Mukesh.

Read only

Former Member
0 Likes
922

Hi,

TREELOG is for Change log for table TREE (tree administration)

and DIRTREE for Tree administration

these table does't contain deleted program, I have checke this.

we can think of VRSD for Version management: Directory table.

Thanks,

Krishna

Read only

0 Likes
922

Now I have found the program in the table treelog, furthermore I create the same program, but when I go to version management the older program is not listed. The program befor was saved as local.

Can I llok in the coding of the older program to see which Includes were included in the older program. I hope that I don't deleted Includes which are used in other programs.