‎2008 Nov 01 9:16 AM
Hi all,
I want to make changes in function module to test something in development environment. So, I would like to know how to copy exisitng function module but without attaching to any transport request. please note that function module may be under same function group. Also i should be able to delete the same later.
Thanks for ur advice in advance.
Yogi
‎2008 Nov 01 4:07 PM
Hi Yogesh,
If you copy the Function Group and acop the FM and assigned all FM to the copied FG.
You can create a Transport Request for the FG. Once your analysis finishes you can delete the same copied Function Group and assign it to the Same transport request.
Now delete the Transport Request in Developement server.
Hope I could understand you....
Thanks,
Chidanand
‎2008 Nov 01 3:46 PM
1.To copy a fm
Create function group with $tmp dev class.
now copy the fm to anothother fm and assign to ur function group.
this will give u a lot of error as top include is not copied
so also copy the top include to ur top include.
Also u can go for coping the whole function group if not too big.
‎2008 Nov 01 3:51 PM
Hi Yogesh,
Goto SE37->give one Fm name which you want to copy and then click on copy(ctrl+F5) and then give the function module name that you want to create and start doing the changes and test.
Cheers!!
VEnk@
‎2008 Nov 01 4:01 PM
if your original Function group belongs to a development package, it is not possible to copy the Function Module into the same group w/o specifying a transprot request.If you dotn want to specify a transprot request you need to create a new FUnction Group as Local object first.
‎2008 Nov 01 4:07 PM
Hi Yogesh,
If you copy the Function Group and acop the FM and assigned all FM to the copied FG.
You can create a Transport Request for the FG. Once your analysis finishes you can delete the same copied Function Group and assign it to the Same transport request.
Now delete the Transport Request in Developement server.
Hope I could understand you....
Thanks,
Chidanand