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 PRINT PREVIEW TAKING LONG TIME

former_member605939
Participant
0 Likes
2,311

Developed the SF .But when we click on print preview button it is too long time to give output.

Does it due to select query ? or some parameter setting ?

Developed the SF .But when we click on print preview button it is too long time to give output.

Does it due to select query ? or some parameter setting ?

5 REPLIES 5
Read only

Andreas-145
Explorer
0 Likes
1,897

The informations you gave are too small to give a perfect answer so:

Please start a SQL-Trace in Transaction ST05 and check database operations.

I think, you will find a slow query.

Read only

irfanjazz1
Participant
0 Likes
1,897

check Your Driver Program..

trace query with st05..

Read only

former_member605939
Participant
1,897

in addition to the post

SMARTFORMS PRINT PREVIEW TAKING LONG TIME

Checked that the CALL FUNCTION 'SSFCOMP_PROCESS_DOCUMENT'

is taking too much time.

Read only

Abinathsiva
Active Contributor
0 Likes
1,897

Hi,

If it's identified due to select query then share the code using code button.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,897

Run and analyze a trace of the execution

  • If it is already proven that the SQL query is the cause of the poor performance, perform a SQL trace (ST05)
  • Otherwise, perform an Abap trace (SAT, or ST12 if available).