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

Former Member
0 Likes
733

How to store data on application server as PDF file?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
594

Refer the following links:

Regards,

Ravi

4 REPLIES 4
Read only

andreas_mann3
Active Contributor
0 Likes
594

hi,

create a spool-request and use fm CONVERT_OTFSPOOLJOB_2_PDF

A.

Read only

Former Member
0 Likes
595

Refer the following links:

Regards,

Ravi

Read only

Former Member
0 Likes
594

For converting to pdf use this fm

call function 'CONVERT_OTF'

EXPORTING

format = 'PDF'

max_linewidth = 132

IMPORTING

bin_filesize = v_len_in

TABLES

otf = i_otf

lines = i_tline

EXCEPTIONS

err_max_linewidth = 1

err_format = 2

err_conv_not_possible = 3

others = 4.

  • Fehlerhandling

if sy-subrc <> 0.

endif.

Regards

Read only

eddy_declercq
Active Contributor
0 Likes
594

Hi,

This web log covers all possibilities:

/people/sap.user72/blog/2004/11/10/bsphowto-generate-pdf-output-from-a-bsp

Eddy

PS.

Put yourself on the SDN world map (http://sdn.idizaai.be/sdn_world/sdn_world.html) and earn 25 points.

Spread the wor(l)d!