‎2008 Jun 28 7:30 AM
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.
‎2008 Jun 28 7:46 AM
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
‎2008 Jun 28 7:46 AM
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
‎2008 Jun 28 8:02 AM
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
‎2008 Jun 28 10:21 AM
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
‎2008 Jun 28 10:32 AM
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
‎2008 Jun 28 10:34 AM
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