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: 

HI ALL, transfer of function module from testing to developement server

Former Member
0 Kudos

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

9 REPLIES 9

former_member188685
Active Contributor
0 Kudos

Hi,

attach the Tranport request.

and transport from testing to developemnt.

regards

vijay

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi Raj,

It depends upon your system landsscape.

better you download and upload data in

your development server.

contact your basis people .

Regards,

Amole

Former Member
0 Kudos

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

0 Kudos

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.

0 Kudos

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

Former Member
0 Kudos

hi again

these two function modules are running in transaction mass, then how will i know the request number of these function modules.

0 Kudos

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

Former Member
0 Kudos

Hi,

Try to use RFC call to connect to your destination.

Regards

Amole