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

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

Former Member
0 Likes
1,360

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
Read only

Former Member
0 Likes
1,335

Hi,

attach the Tranport request.

and transport from testing to developemnt.

regards

vijay

Read only

Former Member
0 Likes
1,335

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

Read only

Former Member
0 Likes
1,335

Hi Raj,

It depends upon your system landsscape.

better you download and upload data in

your development server.

contact your basis people .

Regards,

Amole

Read only

Former Member
0 Likes
1,335

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

Read only

0 Likes
1,335

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.

Read only

0 Likes
1,335

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

Read only

Former Member
0 Likes
1,335

hi again

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

Read only

0 Likes
1,335

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

Read only

Former Member
0 Likes
1,335

Hi,

Try to use RFC call to connect to your destination.

Regards

Amole