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

alignment problem in converting smartform printpreview into PDF

Former Member
0 Likes
434

Hi all,

I am getting some alignment problem in converting smartform printpreview into PDF format, i.e the format of PDF is different from printpreviw of smartform.

kindly suggest something so that alignment is not changed while converting to PDF.

Regards,

Sumalatha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
364

use below f.m to convert it into 255 characters....

CALL FUNCTION 'QCE1_CONVERT'

TABLES

t_source_tab = i_tline

t_target_tab = so_ali[]

EXCEPTIONS

convert_not_possible = 1

OTHERS = 2.

1 REPLY 1
Read only

Former Member
0 Likes
365

use below f.m to convert it into 255 characters....

CALL FUNCTION 'QCE1_CONVERT'

TABLES

t_source_tab = i_tline

t_target_tab = so_ali[]

EXCEPTIONS

convert_not_possible = 1

OTHERS = 2.