‎2006 Oct 04 5:56 PM
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
‎2006 Oct 04 5:59 PM
‎2006 Oct 04 5:59 PM
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
‎2006 Oct 04 5:59 PM
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
‎2006 Oct 04 6:01 PM
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
‎2006 Oct 04 6:01 PM
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.