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

Smartform using SSFCOMP_PDF_PREVIEW doesn't print using Ctrl +P

Former Member
0 Likes
894

Hello Experts,

I am facing a very strange issue.I am using the Function module SSFCOMP_PDF_PREVIEW to display the o/p of the smartform. The smartform output displays as a PDF file.

Now, when I use Ctrl + P no print is generated, however when I click on the printer icon on the O/p pdf the print gets generated.Now, everytime the print gets generated even if I press Ctrl + p if after I click the print button.

This means in order to initialise the print I need to click the print icon once then only command Ctrl + p works fine.

Kindly suggest.

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
695

Maybe it's a matter of what object is focused because keyboard action is handled only by one object/application. Maybe Ctrl+P was handled by SAP GUI, but it should be handled by Adobe Acrobat Reader, or vice versa.

Try to click the PDF or SAP GUI first, to put the focus on it, and then click Ctrl+P.