‎2006 Oct 13 1:14 PM
‎2006 Oct 13 1:18 PM
‎2006 Oct 13 1:16 PM
hi,
create a spool-request and use fm CONVERT_OTFSPOOLJOB_2_PDF
A.
‎2006 Oct 13 1:18 PM
‎2006 Oct 13 1:34 PM
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
‎2006 Oct 13 1:41 PM
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!