2006 Jan 19 7:00 AM
hi all
please let me know possible ways to transfer of function module (user created FM) from testing server to developement server.
these function modules are running in transaction MASS.
thanx
hi all
please let me know possible ways to transfer of function module (user created FM) from testing server to developement server.
these function modules are running in transaction MASS.
thanx
2006 Jan 19 7:05 AM
Hi,
attach the Tranport request.
and transport from testing to developemnt.
regards
vijay
2006 Jan 19 2:39 PM
You will have to check with your basis people to see if the transport system is set up to be able to do this. It probably isn't. So, you'll probably have to re-create it in the development system. But at least you should be able to download and upload the source code.
Rob
2006 Jan 19 2:50 PM
Hi Raj,
It depends upon your system landsscape.
better you download and upload data in
your development server.
contact your basis people .
Regards,
Amole
2006 Jan 19 3:02 PM
But how did you transport it to testing. Didn't you create in development? If so then why do you have to transport it to dev now.
I suppose that you shouldnt be able to and also shouldnt do any modifications in testing. All modifications done to a dev object must be done in dev and then be transported to Testing.
Regards,
Srikanth
2006 Jan 19 3:18 PM
hi again
i said two servers just to make u understand, but in reality the names of servers are completely different which u guys will not understand. we have 25 servers and i have to transfer two FM from DB server to DE server.
2006 Jan 19 3:24 PM
Hi Raj,
The server could be any, but we should transport it through the request using SE09/SE10 by assigning the dev.class.
Thanks
Eswar
2006 Jan 19 3:28 PM
hi again
these two function modules are running in transaction mass, then how will i know the request number of these function modules.
2006 Jan 19 3:44 PM
Go to SE37, enter the FM name and then:
Utilities->versions->version management
If they were created there and are not local objects, you'll see the request number.
Rob
2006 Jan 19 3:41 PM
Hi,
Try to use RFC call to connect to your destination.
Regards
Amole