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

Unable to copy program

Former Member
0 Likes
1,388

Hai friends ! This is srinivas

I have one problem . when i try to select a program code its not getting selected .Actualy I want to select and copy-paste the code.When trired to copy using SE80 , Its giving message

'You can not currently lock this object , please try again later' .

What deos this messae mean ?Can anyone help me copy the program . Thank you .

8 REPLIES 8
Read only

Former Member
0 Likes
1,110

Interesting, anyhow you can try to use the Upload/Download function in ABAP Editor.

In SE38 Editor, use menupath: Utilities->More Utilities->Upload/Download->...

Download to download the program to a text file on presentation server and Upload to upload the code to a program.

Regards

Eswar

Read only

0 Likes
1,110

Hai eshwar ! first of all thanks for your reply.

Actually my requirement is to create a program in ECC6 from a program existing in SAP 3.1 version . I dont know much about 3.1 version .The program is very complicated with number of nested includes .All the includes are standard includes .How to copy all the code with includes and subincludes ? Do I manually need to copy all the includes one by one or there is a simple way to do this ? Or is there any way to 'transport' program form 3.1 to ECC6 .Can anyone please help suggest some solution .

thank you

Read only

0 Likes
1,110

Srinivas,

It is always better to copy a program using SE80.

K.Kiran.

Read only

0 Likes
1,110

Hi,

It is so long that i have seen 3.1 screens and dont really remember if we have the edit functions in 3.1H version.

I doubt if you have any transporting layer between these two servers.

Maybe the simplest way would be to get any utility tool which can download programs with all includes and upload them as well.

Regards

Eswar

Read only

Former Member
0 Likes
1,110

goto transaction code se38. there u give the name of the program and click the copy button. it asks for the target name. Give another name and click copy. your whole code get copied to the target name.

You can then use your target program name.

Regards,

K.Tharani.

Read only

Former Member
0 Likes
1,110

open the program in the appropriate editor like se38 and Cntrl+A and copy and goto target editor and paste or use upload and download or copy the orizinal program to ur own program.

Read only

Former Member
0 Likes
1,110

Hi,

go to sse38 in the place where it asks for the program name enter the name of the program u want to copy and go to programs there go to copy program or dirctly press Ctrl+F5 then it promts the dialog box there change the destination programn name as zprogram and press copy then u r program copyies in to the given name

plzz reward if it is usefull plzz donnt forget to reward

Read only

Former Member
0 Likes
1,110

Hi,

Go to ABAP editor - SE38.

Input the program name --> click on display button --> Ctrl+A --> paste where you require.

You can also download the program to local disk, on application toolbar of you can see a lownload to PC button, you can make use of it.

Thanks,

Sriram Ponna.