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 back abap source code..

Former Member
0 Likes
939

Hi ,

I have written a abap program but i dont know somehow all the abap code in the program vanished and when I have activated the program the blank version of program got activiated and i am not able to retrieve abap code now...

I wanted to know is there any table or system where abap code version is stored so that I can retrieve back the source code ??

Regards,

Santosh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
787

Hi,

You cannot retrieve the code once you have saved with the latest one.

Anyways if you had maintained version of the program, you can get the code you have written.

Regards,

Daz.

3 REPLIES 3
Read only

Former Member
0 Likes
788

Hi,

You cannot retrieve the code once you have saved with the latest one.

Anyways if you had maintained version of the program, you can get the code you have written.

Regards,

Daz.

Read only

former_member194416
Contributor
0 Likes
787

Hi,

As far as I know it is not stored in the way you mentioned so it is not possible to get that code back. But if your program is transported there should be a version before transport so it may be helpfull in your case.

Regards,

Read only

Former Member
0 Likes
787

hi,

Try from Version management

Go to your porgram from se38 and then click on

Utilities >Versions>VersionManagement and then click on RETRIEVE

thanks