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

Retrive deleted programs

former_member189420
Active Participant
0 Likes
484

Hello people,

I accidentally deleted a program from TRDIR table. The program is not showing up.

Can anybody help out in retieving the program back.

Will reward the maximum points. Pls let me know. It's very urgent.

Thanks,

Anand Patil.

1 ACCEPTED SOLUTION
Read only

rodrigo_paisante3
Active Contributor
0 Likes
452

Hi,

Try this:

Regards.

3 REPLIES 3
Read only

rodrigo_paisante3
Active Contributor
0 Likes
453

Hi,

Try this:

Regards.

Read only

Former Member
0 Likes
452

Hi,

2 ways.

1. contact ur basis guy and get the db backup.

2. manually create an entrt for that program in that table.

TABLES: TRDIR.

TRDIR-PROGRAM = ur program name.

fill all the details for the program .

INSERT TRDIR.

it will work.

Regards

Satish

Read only

Former Member
0 Likes
452

Hi

Try to insert the report in TRDIR manually:

U can get a record of TRDIR of an your Z-PROGRAM, replace the name and insert it in the table

Max