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

Clone ABAP Program

Former Member
0 Likes
890

Dear Gurus,

I would like to copy all the objects under a package (For ex ZAPP) to a different namespace (Y* or Z*). Since the package I would like to copy contains quite a lot of custom objects and manual copying would be tedious. Can you help me with any utility program to do the functionality.

Thanks

Shanthi

5 REPLIES 5
Read only

Former Member
0 Likes
761

Hi,

Do you want to copy all the programs to Word ?

If so check this: http://www.sap-img.com/abap/download-and-upload-your-abap-program.htm

Thanks

Satyasuresh

Read only

0 Likes
761

Hi Sathya,

I would like to copy all the programs in a particular package in SAP. For example I have a 10 custom programs (ZTEST... and so on to ZTEST10) in Package ZTEST. I would lke to copy all the 10 programs under this package to YTEST... and so on to YTEST10. The objective is I donot want to do any change in original Z programs and changes to be done in Y Programs.

I am looking for an utility to achieve this.

Hope I have answered your question.

Thanks in advnace.

Read only

0 Likes
761

I Dont see such option to copy all the programs at one shot, may its due to issue with program name changes. But if you go to SE80 and give package it will display all the program you can copy one by one.

Thanks

Read only

0 Likes
761

Hi,

there is no such a tool from SAP. You can try to use [SAPlink|http://code.google.com/p/saplink/] as a workaround. You can export your package and then modify names of all exported programs in any text editor. After that you can import it back with new names.

Cheers

Read only

Former Member
0 Likes
761

go to se21

give your package name and press copy option in tab

and give target package

hope it works

cheers

s.janagar