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: 

function group copy

Former Member
0 Kudos

may any one suggest me how can i copy a function module from a client to another is there any download upload functionality or any std program for that

thanking you in advance

2 REPLIES 2

Former Member
0 Kudos

u can do the copy in SE37 itself..

give the Fm name and say copy ..

this will ask to copy to the target name (Fm)

now the function group u need to take take care as u want to create a new one then

from se37 itself

goto -> function groups -> create group .

this is tthe way to do it .

now before u transport the Fm u need to release it and then transport ..

in my opinion u cannot copy a function module from one server to another ..

but in the client u can use it ..opening the same ..

see here only scripts are to be copied from one client to another ..

if u have the Fm in the same server with different clients y u need to do the copy ..

i think it will be there ..

just check this ..im not in front of the system have a look at it ..

regarsd,

Vijay

suresh_datti
Active Contributor
0 Kudos

Function Group/Function modules are clinet-indepenedent.. just like any other ABAP Program.. if you need them on another system, you will have to either recreate them or tie them to a Transport Req in the source system & import that into the target system.. ( if they are on the same system landscape).

~Suresh