‎2021 Aug 05 10:55 AM
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
‎2021 Aug 05 11:13 AM
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 🙂
‎2021 Aug 05 11:18 AM
c5e08e0478aa4727abc4482f5be390b2 Thanks for your answer, but I am looking for a way to retrieve it without retype it
Hagit
‎2021 Aug 05 11:43 AM
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.