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

Unable to upload function moudle

former_member185875
Contributor
0 Likes
766

i am new to abap.

i download/upload the Report program in ABAP editor using this menu operations sucessfully

Utilities-->More Utilities->Upload/dowload option.

i am sucessfully dowload the function module.

But i am unable to upload function module.

using the same options in the Function Builder(se37).

plz hlep me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
676

Hi,

Actually this upload and Download are used with flat file when

we want to save our program in a text file or any flat file

we use this download option to save our program on local system

i.e Presenatation Server and upload will work only if there is a file on local system i.e to open a file for reading or diplaying

purpose.Here these are mainly used for BDC And BAPI ,LSMW

i.e Data tranfer mechanism. try to Create create text file on Desktop with some text and then select this fiel using

Download option or the GUI_DOWNLOAD funtion Module.

these are mainly used for open a file or load a file into Presenatation Server.

Regards,

Sujit

5 REPLIES 5
Read only

Former Member
0 Likes
677

Hi,

Actually this upload and Download are used with flat file when

we want to save our program in a text file or any flat file

we use this download option to save our program on local system

i.e Presenatation Server and upload will work only if there is a file on local system i.e to open a file for reading or diplaying

purpose.Here these are mainly used for BDC And BAPI ,LSMW

i.e Data tranfer mechanism. try to Create create text file on Desktop with some text and then select this fiel using

Download option or the GUI_DOWNLOAD funtion Module.

these are mainly used for open a file or load a file into Presenatation Server.

Regards,

Sujit

Read only

Former Member
0 Likes
676

Hi Lucky,

There are no options is SE37 for upload or download the function modules.

If you want to download any function module, you need to go for PATTERN in your report editor , select

CALL FUNCTION and give your function module name and click OK.

The fucntion module will be auotmatically downloaded.

Hope this helpsyou. If so, reward points.

Any queries, get back to me.

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
676

hi,

The Upload/Download Option in Report Editor will be used to upload and download some data to the report program.

But there is no such option in the SE37.

We generally used PATTERN option in report editor to include FM in our program.

On Broad classification UPLOAD/DOWNLOAD will be used to send and receive the file from the server to client and vice versa.

Hope this will help.

Reward if useful.

Regards

Sumit Agarwal

Read only

Former Member
0 Likes
676

hi check this ...

the option is for downloading code into your defined folder or presentation server....not to upload some code into the function module...... the same thing is done with the button...save as local file

Read only

Former Member
0 Likes
676

using Utilities-->More Utilities->Upload/dowload option path we can download whole program to txt file or any other format. If u want to upload some program, that program must be in change mode. U just click on display <-> change icon or press ctrl+F1. then try to upload.

Regards

Prajwal