2007 Jun 20 3:30 PM
Hi all!
I have a BSP application and, in the application class, I have a method named TXT_FACTURA.
Inside of it, I need to save a txt file to local machine, so I tried to use the FM:
GUI_DOWNLOAD
or
WS_DOWNLOAD
but when the BSP arrives to execute this FM, a HTTP 500 error raise me... anybody knows why???
I tested this FM with the same data in a separated report, and all is ok!
Thanks!
2007 Jun 20 3:37 PM
Hi all!
I have a BSP application and, in the application class, I have a method named TXT_FACTURA.
Inside of it, I need to save a txt file to local machine, so I tried to use the FM:
GUI_DOWNLOAD
or
WS_DOWNLOAD
but when the BSP arrives to execute this FM, a HTTP 500 error raise me... anybody knows why???
I tested this FM with the same data in a separated report, and all is ok!
Thanks!
2007 Jun 20 3:37 PM
2007 Jun 20 3:39 PM
... ok... so, how can I save a txt file in the local machine with a BSP?? Is not possible??
Thanks!
2007 Jun 20 4:07 PM