Application Development 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: 

SAP printer problems : slow

Former Member
0 Kudos

Hi all,

I want to print barcode using smartforms from RFC .

Printer Device type LZEB2 and Host Spool Access Method is C:Direct Operating System Call. But problems are print slowly. Are there any settings that i have to do? Please help.

Best regard.

Munur

1 REPLY 1

Jelena
Active Contributor
0 Kudos

1. Check the ABAP code in the Smartform. If there are any non-optimized SELECT statements, it will slow down the printout. You should be able to use SQL Trace (ST05) for that (don't run it for just one program, use user ID or another filter).

2. If Smartform is fine, check with your Basis and network administrator. Maybe you should use a different option instead of C. Also maybe there is something on SAP spool or network (if using network printer) side.