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

NOT ABLE TO COPY A PROGRAM.

Former Member
0 Likes
712

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.

4 REPLIES 4
Read only

Former Member
0 Likes
662

hi,

plz check whether u have copied all include pgm also.

if u get still error, plz inform the error

Read only

Former Member
0 Likes
662

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

Read only

Former Member
0 Likes
662

se38>give program name>ctrl+F5>rename>

if there is includes>copy it also(rename it>)

Read only

Former Member
0 Likes
662

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