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

Retrieve deleted records

Former Member
0 Likes
1,076

Hi ,

Is there a possibility of retrieving the deleted records from the database?

If so,what are the possible ways of doing it?

I read about extended maintainance. Is it possible to retrieve even after saving?

Thanks in advance,

Rahul

Edited by: rahul hi on Oct 23, 2009 4:42 AM

Hi ,

Is there a possibility of retrieving the deleted records from the database?

If so,what are the possible ways of doing it?

I read about extended maintainance. Is it possible to retrieve even after saving?

Thanks in advance,

Rahul

Edited by: rahul hi on Oct 23, 2009 4:42 AM

2 REPLIES 2
Read only

Former Member
0 Likes
817

hi,

once the data got deleted from table it is not possible to retrive it back

Read only

Former Member
0 Likes
817

Hi Rahul,

Versions are not maintained for data. Data once deleted is deleted. So the only way you can retreieve your data is to create/change it back.

You can know about the data changed/deleted by looking into the the transport request under which it was locked while deleting. From restricting the incorrect data getting transported with the request you can delete its key from the transport request.

You can also retrieve your data by comparing it with the other system in which it is present and adjusting it back.For this you dont need to do it manually copying the records one by one but you can directly adjust the records by seleting the compare and adjusting option from the SAP GUI.

Regards,

Prerna