cancel
Showing results for 
Search instead for 
Did you mean: 

time lag to print labels

Former Member
0 Kudos

Hi,

I am getting time lag when trying to print labels.When I tried to take print out of some labels they are not coming out immediately.And When I saw in the spooler it showed the status as 'Waiting.After some time I didnot understand what happened and they printed out.Initially I thought there was no communication between my system and printer at that time.But that is not true.Can any one suggest me why it happens like that.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Pratik,

I checked the box " Print immediately " . Even then some times it is taking couple of minutes like 2-5 mins before it prints. It is showing in the spooler as waiting for that 2-5 minutes.

Former Member
0 Kudos

when the print options dialog box pops up at the time of printing, check the chek box 'print immediately'.

if u want to handle it progmatically then do this:

SSFCOMPOP-tdimmed = 'X'.

CALL FUNCTION v_form_fm

EXPORTING

p_compensation = p_comp <--parameter list

p_skill = p_skill

p_deci_auhtority = p_da

OUTPUT_OPTIONS = SSFCOMPOP

USER_SETTINGS = space

TABLES

s_job = s_job <--select option list

s_level = s_level

s_date = s_date

EXCEPTIONS

formatting_error = 1

internal_error = 2

send_error = 3

user_canceled = 4

OTHERS = 5.

Former Member
0 Kudos

Hi,

When I went into the spooler to see any additional information I found two different times there.One is shown as Created Time and other one is shown as Modified time.Print outs are coming at the time they were modified.But no one modified it at that time.

Edited by: ravi boppana on Jul 30, 2008 9:38 PM