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

copying program

Former Member
0 Likes
584

ho to all

help me in this issue

how to copy a program with all includes and the screens

etc witout missing any thing if-of the main program.

thanks in advance

kiran kumar

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
554

Go to SE38, enter program, click the copy button, select all objects form the next dialog, if there are any includes it will ask about those as well.

Regards,

Rich Heilman

Read only

suresh_datti
Active Contributor
0 Likes
554

Use the copy function on the ABAP editor (se38) & enter the from & to Prog names..in the next pop-up use select all & give new names for all the new Objects..

~Suresh

Read only

Former Member
0 Likes
554

SE38->Enter the Source Program->click on the Copy button(Next to delete)->Enter the Target program>now select all the checkboxes and give the names>Enter

Read only

venkata_ramisetti
Active Contributor
0 Likes
554

Hi,

Just go to transaction SE38.

Give the program name you want to copy.

From the application tool bar, choose the COPY

It will show you a popup with what need to be copied with the program.

Choose all check boxes and click OK.

Thatsit. It copies all attributes, text-elements and Includes in to the new program.

Thanks,

Ramakrishna

Read only

Former Member
0 Likes
554

Goto SE38 and specify the program name which u want to copy and press copy button. It will pop-up a window with what are all the objects to be copied, check all the check boxes. press enter, it will ask for the new include name give that press enter. It ask u for the development package. Give that and Acticate it.