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

Smartforms to Pdf preview

Former Member
0 Likes
1,179

Hi Experts,

I am converting a smartform to pdf. That is, if I press print button in smartform, I have to store the pdf file in presentation server.

This I have done. If I press preview button, pdf preview I should see. I used the FM "YSSFCOMP_PDF_PREVIEW". But preview window is small and font also becomes small. Is there any other FM to have pdf preview with bigger font. Here I should not change the font in smartform style.

Thanks and regards,

Venkat

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
763

you can download the PDF (gui_downlaod) and show it with GUI_RUN.

4 REPLIES 4
Read only

Former Member
0 Likes
764

you can download the PDF (gui_downlaod) and show it with GUI_RUN.

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
763

Hi,

Please refer the following link for Sending the Smart form in PDF format via Email.

https://wiki.sdn.sap.com/wiki/display/ABAP/SmartformSendvia+Email

Hope this helps you.

Thanks & Regards,

Tarun

Read only

Former Member
0 Likes
763

Hello

Use SSFCOMP_PDF_PREVIEW

It download PDF file into TEMP folder on local station and run Acrobat for preview.

Read only

Former Member
0 Likes
763

Hi

In u r FM YSSFCOMP_PDF_PREVIEW

change coordinates to u r requirement in the following statement

call screen 0300 starting at 1 1

it will display the preview in big font.

Regards,

Janakirama raju