cancel
Showing results for 
Search instead for 
Did you mean: 

Spool request number is not generated.

Former Member
0 Kudos

Hi friends,

I wanna print doc. through VL32N ( using a Smartform ) .I have used a custom output type (zpre).

when I click on the print button, It is showing a success msg, saying ' Output was successfully issued'.

But the spool request number is not generated in SP01. Also the print is not coming!!

Please let me know what would be the problem?

Thanks

Sagar.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

solved

Former Member
0 Kudos

Hi ,

In the print dialog under spool control , if u check

Delete After Output

then it will not show after u execute ...

or else u might be passing 'X' to TDDELETE... this is also same as above ...

plz write the code given bellow ...


clear OUTPUT_OPTIONS-TDDELETE .

hope it helps ...

Former Member
0 Kudos

hi,

check the driver program and see the fm call and what parameters are being passed to it.

the control parameters and composer parameters ahud be like this.

cs_control_param-device = 'LOCL'. <----


Ur printer

cs_control_param-no_dialog = 'X'.

cs_control_param-preview = xscreen.

  • cs_control_param-preview = space.

cs_control_param-getotf = ls_itcpo-tdgetotf.

  • cs_control_param-getotf = 'X'.

cs_control_param-langu = nast-spras.

  • CS_CONTROL_PARAM-REPLANGU1

  • CS_CONTROL_PARAM-REPLANGU2

  • CS_CONTROL_PARAM-REPLANGU3

  • CS_CONTROL_PARAM-STARTPAGE

endif.

specifically check these

cs_composer_param-tdnewid = 'X'.

cs_composer_param-tdimmed = 'X'.

cs_composer_param-tddelete = 'X'.

cs_composer_param-tdfinal = 'X'.

cs_composer_param-tdnoprev = 'X'.

cs_composer_param-tddest = 'LOCL'.

кu03B1ятu03B9к