FORM frm_cover_file
.
t_otf[] = t_otfdata -otfdata[] .
CALL FUNCTION 'CONVERT_OTF'
EXPORTING
format = 'PDF'
max_linewidth = 132
IMPORTING
bin_filesize = w_bin_filesize
bin_file = bin_file
TABLES
otf = t_otf
t_otf[] = t_otfdata -otfdata[] .
CALL FUNCTION 'CONVERT_OTF'
EXPORTING
format = 'PDF'
max_linewidth = 132
IMPORTING
bin_filesize = w_bin_filesize
bin_file = bin_file
TABLES
otf = t_otf