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

Changing function group

Former Member
0 Likes
634

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
614

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

5 REPLIES 5
Read only

Former Member
0 Likes
615

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

Read only

0 Likes
614

Hi Aditya,

What if i have screens in the function module? Thanks

Read only

0 Likes
614

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

Read only

Former Member
0 Likes
614

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

Read only

0 Likes
614

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.