‎2007 Mar 04 2:23 PM
HI,
I have 2 function groups A and B.
Now I need to move all the objects in function group B into function group A.
What is the safest and fastest way to do so?
Thanks
‎2007 Mar 04 2:34 PM
Hi,
If you primarily want to move the function modules (and not table maitntenances) then just use the Reassign button the application toolbar in SE37. this is the safest way for function modules.
Rgds,
Aditya
‎2007 Mar 04 2:34 PM
Hi,
If you primarily want to move the function modules (and not table maitntenances) then just use the Reassign button the application toolbar in SE37. this is the safest way for function modules.
Rgds,
Aditya
‎2007 Mar 05 4:32 PM
Hi Aditya,
What if i have screens in the function module? Thanks
‎2007 Mar 06 8:15 AM
Hi,
A screen would come into the picture if the function group holds any table maintenances. To transfer this I think a cumbersome but full proof method is to delete the table maintenance (by which it removes all associated entries from the current function group) and re-generate the table maintenance under the new function group you want to save under.
Hope this helps.
Regards,
Aditya
‎2007 Mar 06 8:23 AM
The best way that eliminates the possibilities of in consistencies is to use SE80.
Chose Function Group from the list box.
Give the name of the function group.
Right Click on the Root node and Press Copy.
Regards,
Ravi
‎2007 Mar 06 8:35 AM
Hi Ravi,
Thanks for your reply. FYI, the Destination F.Group currently having objects.
So, if click COPY on Source F.Group, and paste to Destination Group, will the existing objects of destination group gone...?
Please comment.
Thanks in advance.