GUI - Download PDF - SAP Q&A
GUI - Download PDF - SAP Q&A
(http://www.sap.com/)
(https://community.sap.com)
(/users/login.html?
redirect_to=%2Fquestions%2F6091197%2Fguidownload-
pdf.html)
Ask a Question (https://answers.sap.com/questions/ask.html) Write a Blog Post (https://blogs.sap.com/wp-admin/post-new.php) Login (/users
Former Member
GUI_Download PDF
Jun 11, 2009 at 09:00 AM | 2.2k Views
=%2Fquestions%2F6091197%2Fguidownload-
a%3D6091197%26s_csrf%3D1607326632323.6418)
1
=%2Fquestions%2F6091197%2Fguidownload-
ata%3D6091197%26s_csrf%3D1607326632323.6418)
(/users/login.html?redirect_to=%2Fquestions%2F6091197%2Fguidownload-pdf.html%3Fs_action%3Dfollow%26s_csrf%3D1607326632323.6418)
Follow RSS Feed
Dear all
I use
EXPORTING
format = 'PDF'
IMPORTING
bin_ le = w_bin le
TABLES
otf = t_ofdata
lines = t_lines.
Which is the data_tab I have to save? When I use t_ofdata, Acrobat Reader can't open the le. T_lines is empty.
Herbert
Assigned Tags
Related questions
2 Answers
/
Sort by: Votes | Newest | Oldest
Best Answer
2 Comments
Like (/users/login.html?redirect_to=%2Fquestions%2F6091197%2Fguidownload-pdf.html%3FchildToView%3D6091660%23comment-
6091660%26s_action%3Dlike_comment%26s_data%3D6091660%26s_csrf%3D1607326632323.6418) 0 |
Share
|
Show all
Former Member
Hi!
o=%2Fquestions%2F6091197%2Fguidownload-
oView%3D6091332%23answer-
ata%3D6091332%26s_csrf%3D1607326632323.6418)
1
Write the code as this....
o=%2Fquestions%2F6091197%2Fguidownload-
_data%3D6091332%26s_csrf%3D1607326632323.6418)
oView%3D6091332%23answer-
DATA :
itab_otf type table of itcoo,
itab_tline type table of tline,
/
call function 'CONVERT_OTF'
exporting
format = 'PDF'
max_linewidth = 132
tables
otf = itab_otf
lines = itab_tline
exceptions
err_max_linewidth = 1
err_format = 2
err_conv_not_possible = 3
err_bad_otf = 4
.
Regards.
Add a Comment (/users/login.html?redirect_to=%2Fquestions%2F6091197%2Fguidownload-
pdf.html%3Fs_action%3Dcomment%26s_data%3D6091332%26s_csrf%3D1607326632323.6418) |
Alert Moderator (/users/login.html?redirect_to=%2Fquestions%2F6091197%2Fguidownload-pdf.html%3Fs_action%3Dreport%26s_data%3D6091332%26s_csrf%3D1607326632323.6418)
|
Share
Before answering
You should only submit an answer when you are proposing a solution to the poster's problem. If you want the poster to clarify the question or provide more information, please
leave a comment instead, requesting additional details. When answering, please include speci cs, such as step-by-step instructions, context for the solution, and links to
useful resources. Also, please make sure that you answer complies with our Rules of Engagement.
Please provide a distinct answer and use the comment option for clarifying purposes.
Find us on