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: 

How to download and upload FM?

Former Member
0 Kudos

Hello,

I want to copy a function module from one system to another. So i tried Upload/Download i.e. Utilities->More Utilities->Upload/Download.

But while uploading the source code is only uploaded and not the tables, import/export parameters, etc.

So what can be done to copy the complete FM.

Thanks & Regards,

Rahul.

5 REPLIES 5

Former Member
0 Kudos

Hi Rahul,

The easiest way would be to include your FM into a WB-request and transport this request to the other system. Or isn't that possible?

Regards,

John.

0 Kudos

Hi,

Actually transport the request is not possible. Is there any other method.

Pls help.

Thanks & Regards.

Rahul

0 Kudos

Hi,

Try choosing each tab and download, u might have downloaded when u r in source code tab.

Try to <b>choose different tab and download individually</b>, hope this help.

0 Kudos

1) best way is to create transport request and move the fm to another system.

2) otherwsie u have to create a new FM in the target system and define all the import,export,tables,exception etc parameters and then u can upload the downloaded code of the FM from other system.

i hope its not a big deal to specify parameters of the FM in target system

amit

0 Kudos

Hi Rahul,

Up/Download will not do the job. Even when transport is not possible because there is no connection between the 2 systems I would still use this mechanism.

Create a WB-request, add the FM to the request and release the transport request. Pickup the co-file and data file from your server and use transaction STMS on the receiving system to add the request to this system.

Regards,

John.