Application Development 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: 

Copy Program Problem

Former Member
0 Kudos

Dear all,

I had tried to copy the standard SAP program through copy feature in SE38. I had selected all the option in the prompt(documentation, includes,etc). But, i found that the copied program still pointed to the original include program??

How can i resolve it??

Regards,

Kit

14 REPLIES 14

former_member223537
Active Contributor
0 Kudos

Hi,

Open the Z program & change the include name from standard name to Z INclude name.

Best regards,

Prashant

Former Member
0 Kudos

try this from SE80

former_member386202
Active Contributor
0 Kudos

Hi,

Try it again from SE80 and do copy all the includes into z includes .

Regards,

Prashant

0 Kudos

Dear all,

I tried it many time, it gives the same result.

Regards,

Kit

0 Kudos

Dear go to SE80

enter standard program name and press display.

right vlick on your program name and press copy.

a pop up appears

Source Program .. say abc

Target Program .. say zabc

press copy.

another popup appears

tick all check boxes

press copy.

another pop-up appears.

now again tick all check boxes and in front of each checkbox there is a disabled field and one enable field.

enter indiviual z in enable field followed by disable field value.

suppose abc in front of check box in disable mode write ZABC in enable field in front of same check box.

again press copy,

now you are able to copy the same.

reward if useful.

Message was edited by:

Amit Singla

0 Kudos

I tried the RVADDN01 print program and copy it to ZRVADDN01. All includes program are also start with Z. Same result...

0 Kudos

I found that the program description was in German. Any idea?

0 Kudos

OPEN YOUR PROGRAM

THEN GOTO > TRANSLATION HERE

ORIGIONAL LANGAGE<b> GE</b>

TARGET LANGUAGE <b> EN</b>

NOW ITS IN ENGLISH NOW.

REWARD IF USEFUL

AMIT SINGLA

Former Member
0 Kudos

hi

good

delete the program that you have created ,follow the below process

1->open se38

2->give the standard program name

3->click on copy button

4->give the z* program name

5->press copy button

6->select all the check box

7->give z* name for all the includes in the right hand side text fields

8->press enter

now you see wheather it has been copied or not.

reward point if helpful.

thanks

mrutyun^

0 Kudos

I do the exact things, but the program still include the original program.

Former Member
0 Kudos

if u are not going to do changes in include no harm in it.. or else u can copy seperately

Former Member
0 Kudos

Hi Kit,

while copying make sure that your includes would start with Z name only.

Regards,

Shilpi

former_member223537
Active Contributor
0 Kudos

Hi Kit,

Please check the statement

REPORT ZPROGRAM ....

I hope this is not commented & the statement REPORT PROGRAM which is pointing to standard program is creating the issue.

Best regards,

Prashant

Former Member
0 Kudos

Hi,

try these steps it has to work..

->se80

->right click on the program to be copied ->copy

->give target program name ->copy

->check all the chekboxes

->copy->copy

->save it in your package or as local object

->use the copied program

<b>

reward points if useful.</b>

regards,

Vinod Samuel.