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

Retrieving data from customized Tables without Table maintainance

Former Member
0 Likes
599

Hi all,

Can anyone let me know how do we retrieve data from customized table which does not have table maintainance?

There has been a considerable amount of data loss and we have to get all the data back that was deleted.

Is that possible?

Thanks,

Anita

5 REPLIES 5
Read only

Former Member
0 Likes
571
Read only

0 Likes
571

Hi sreedhar,

Thank you for the response.

I can have a table maintainance, thats understood.

But is there a way to get the deleted data now, because right now the customized table does not have a table maintainance ticked.

Thanks,

Anita

Read only

Former Member
0 Likes
571

Hi,

Its almost impossible when table logging is not switched on... The thread i reffered also suggests that....

Sreedhar

Read only

Former Member
0 Likes
571

I think you will not be able to get back data which has been deleted from a custom table without a table maintenance generator for it.

Read only

Former Member
0 Likes
571

Is this in the production instance? If so, do you regularly copy the production instance to the QA instance? If so, your DBAs might be able to copy the QA table to the production instance under a different name. You would have to write a program to compare the two and insert data (not change) where possible. This wouldn't retrieve all of the data, but might get you started.

Rob