Application Development 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: 

Append in same file using GUI_DOWNLOAD file type is pdf

Former Member
0 Kudos

Hi All

I have three internal tables and want to append in same pdf file using GUI_DOWNLOAD . My problem is this when i m using the same file it overwrites it i also mark APPEND = 'X' . Can anybody help me how can i append.

Thanks

Viki

7 REPLIES 7

Former Member
0 Kudos

HI

move these 3 internal table data into one final internal table and then use that FUNCTION MODULE

GUI_DOWNLOAD

<b>reward if usefull</b>

0 Kudos

Sir ,

I have also done this but thsi is also not working can u help me out.

0 Kudos

Hi Vikas,

Can you paste your code.

Regards,

Atish

0 Kudos

Hii Atish

In case of xls its work but in case of pdf it didn append

regards

viki

0 Kudos

Hi Vikas,

Thats what I was also thinking. This is because of PDF, as we can't change PDF file from ABAP program.

regards,

Atish

Former Member
0 Kudos

Hi Vikas,

have you tried the same program with some other file type like txt with APPEND option. It may be chance that this issue is related to PDF only.

Regards,

Atish