‎2007 Sep 13 9:21 AM
DEAR ALL,
SIR I WANTED TO COPY A PROGRAM AND EDIT THT AFTR COPYING,
AS I M COPYING,BUT IT IS NOT GETTING EXECUTED ,AS SAME CODE IS COPIED.
‎2007 Sep 13 9:24 AM
hi,
plz check whether u have copied all include pgm also.
if u get still error, plz inform the error
‎2007 Sep 13 9:49 AM
Hi Robin,
I think u have copied and pasted the code in your editor. Check for the Attributes of your program and make sure the program is executable. use CTRL + F5 in your se38 screen to copy the program. I hope that will be a better option.
Thanks & Regards,
Sai
‎2007 Sep 13 9:52 AM
se38>give program name>ctrl+F5>rename>
if there is includes>copy it also(rename it>)
‎2007 Sep 13 11:09 AM
Hi Robin
May be you havent copied some include programs or user interfaces linked with this program. The best way to copy any program completely is
Go to se38-> write the program name ->(dnt execute or change it or display) Go to menu PROGRAM -> Copy->it will show you source program and target program name->In Target program Give name what you want to give to new program(copied) like zprogram45->In next screen that it show Copy all Documentations , variants, screens,User Interfaces, INCLUDES ->click copy button-> Give the package name
Your new program is copied and will work same as the source program
Now you can modify it according to your requirements .
Hope it will solve your problem