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 class method after deleting it

hagit
Active Participant
0 Likes
1,563

Hello expert,

How can I retrieve class method after deleting it?

I did not create versions for this method.

It was only in development environment.

I activated after deleting.

In SE10 there are no versions for this method.

Thanks in advance

Hagit

3 REPLIES 3
Read only

abo
Active Contributor
1,433

You probably activated BEFORE deleting it, since it is not possible to activate an object which no longer exists.

Also, without versions, your best option is to retype it 🙂

Read only

hagit
Active Participant
0 Likes
1,433

c5e08e0478aa4727abc4482f5be390b2 Thanks for your answer, but I am looking for a way to retrieve it without retype it

Hagit

Read only

matt
Active Contributor
1,433

In SAPGui, you can only recover from a previously released transport. (Recover the private/protected or public section, then recover the method code). In your case, there is nothing you can do.

In Eclipse, there are local versions that you can either recover, or compare with.

I suggested you install Eclipse and ADT if you've a habit of deleting things by accident.