Application Development 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: 

Copying function module from one function group to another

Former Member
0 Kudos

What is the efficient way to copy a module from one group to other so that all its subroutines and any dependencies with in the FM can also be copied?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

you can just copy the FM using reassign function group option. All other dependencies you need to take care yourself

2 REPLIES 2

Former Member
0 Kudos

you can just copy the FM using reassign function group option. All other dependencies you need to take care yourself

former_member15255
Active Participant
0 Kudos

Hello,

Tcode:SE37

Menu: FunctionModule->OtherFunctions->Copy in that there are different option give a new name of the function group this should work

regards

suresh nair