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

pdf file not creating

Former Member
0 Likes
782

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....................

4 REPLIES 4
Read only

Former Member
0 Likes
569

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

Read only

Former Member
0 Likes
569

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.

Read only

0 Likes
569

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

Read only

Former Member
0 Likes
569

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