‎2008 Jul 26 7:56 AM
Hi,
What r the function modules to be used to save the pdf file stored in application server directory to desktop.
I think I can't use Gui_download.
Using open dataset for input , I could display the output in the zunk character form , but I need the pdf file should be saved on desktop i.e., presentation server. So what fm can I use?
Rgds,
khadeer.
‎2008 Jul 26 8:06 AM
You can use GUI_DOWNLOAD
and the File type you should mention as 'BIN'.
First get the Content from Applserver and move to Internal table of type TLINE
and then use GUI_DOWNLOAD with the intenal table , file type as 'BIN'. give the file name *.pdf
‎2008 Jul 26 8:06 AM
You can use GUI_DOWNLOAD
and the File type you should mention as 'BIN'.
First get the Content from Applserver and move to Internal table of type TLINE
and then use GUI_DOWNLOAD with the intenal table , file type as 'BIN'. give the file name *.pdf
‎2008 Jul 26 8:23 AM
Hi Khadeer.
I would like to suggest,
Transaction CG3Y - For transfering your file from Application Server to Presentation.
Or
Function Module -
SALV_WD_EXPORT_PDF
Hope that's usefull.
Good Luck & Regards.
Harsh Dave
‎2008 Jul 26 8:35 AM
‎2008 Jul 26 9:18 AM
hi check this...
use function module CG3Y it is the best i hope