‎2007 Aug 02 2:21 PM
i have a report which should create a pdf file (it may run in back ground r fore ground) i m geting msg in backgrong that pdf file is created but the pdf file is not getting created wat could be the problem....................
‎2007 Aug 02 2:23 PM
Hi,
PDF file will be create in the Forground and the background, but you can not Upload or Downlaod the PDF fiel in the background, you just send the PDF in a mail attachment in the background
Regards
Sudheer
‎2007 Aug 02 2:25 PM
if u run the program in background, a PDF file gets generated, but the thing is it can't be viewed or downloaded. For this purpose u need to trigger a mail with PDF attachment so that through the mail u can open the PDF attachement.
‎2007 Aug 02 2:40 PM
thanks suresh,
wer will this generated pdf located...is it in application server...
hw to get this file either to destop(presentation layer) r to mail
‎2007 Aug 02 2:44 PM
Hi,
In the background, you can store the Fiel in teh Application server, from there you can download the fiel to Presentation server
Look at the below link Upload Tab delimited file from application server into internal table, after that you can download that Internal table to Desktop using the GUI_DOWNLOAD function mdoule
http://www.sapdevelopment.co.uk/file/file_uptabsap.htm
Look at the below link to send the mail in the background
http://www.sap-img.com/abap/sending-mail-with-attachment-report-in-background.htm
Regards
Sudheer