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

Send Error in smartform while printing labels

sriram_ramesh
Participant
0 Likes
7,232

Hi,

I get "send error" exception in smartform while i try to print labels.

It was working fine previously and i was getting proper labels. but now it says this exception.

I already searched all over through SCN, I couldnt find an answer.

Please someone know what could be the reason for that and how to resolve that?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

0 Likes
3,790

Hi,

here is the detail error code list for the exception SEND_ERROR from SmartForms include SSF_ERRORS.  Could be related to your output device/device type/page format?

* error class 01: send and convert output (spool, SAPconnect, archive)


* exception     : send_error


constants:


  ssf_err_dest_no_authority      type tdsfnumber value '010001',


  ssf_err_spool_error            type tdsfnumber value '010002',


  ssf_err_unknown_device         type tdsfnumber value '010003',


  ssf_err_unknown_archive_format type tdsfnumber value '010004',


  ssf_err_destination_not_exists type tdsfnumber value '010005',


  ssf_err_arcparam_error         type tdsfnumber value '010006',

* ssf_err_status_param_error     type tdsfnumber value '010007',


  ssf_err_sapconnect_devtype     type tdsfnumber value '010008',


  ssf_err_unknown_device_type    type tdsfnumber value '010009',


  ssf_err_faxdev_undefined       type tdsfnumber value '010010',


  ssf_err_sapconnect_mail_dev    type tdsfnumber value '010011',


  ssf_err_pageformat_no_support  type tdsfnumber value '010012',


  ssf_err_so_object_send         type tdsfnumber value '010013',


  ssf_err_convert_and_archive    type tdsfnumber value '010014',


  ssf_err_unknown_driver         type tdsfnumber value '010015',


  ssf_err_arcformat_no_pdf       type tdsfnumber value '010016',


  ssf_err_end_spool_job          type tdsfnumber value '010017',


  ssf_err_illegal_archive_mode   type tdsfnumber value '010018',

*                                type tdsfnumber value '010019',


  ssf_err_illegal_use_copymethod type tdsfnumber value '010020',


  ssf_err_attribute_value_change type tdsfnumber value '010021'.

Regards,

  Alex

Hi,

I get "send error" exception in smartform while i try to print labels.

It was working fine previously and i was getting proper labels. but now it says this exception.

I already searched all over through SCN, I couldnt find an answer.

Please someone know what could be the reason for that and how to resolve that?

Thanks in advance.

4 REPLIES 4
Read only

0 Likes
3,791

Hi,

here is the detail error code list for the exception SEND_ERROR from SmartForms include SSF_ERRORS.  Could be related to your output device/device type/page format?

* error class 01: send and convert output (spool, SAPconnect, archive)


* exception     : send_error


constants:


  ssf_err_dest_no_authority      type tdsfnumber value '010001',


  ssf_err_spool_error            type tdsfnumber value '010002',


  ssf_err_unknown_device         type tdsfnumber value '010003',


  ssf_err_unknown_archive_format type tdsfnumber value '010004',


  ssf_err_destination_not_exists type tdsfnumber value '010005',


  ssf_err_arcparam_error         type tdsfnumber value '010006',

* ssf_err_status_param_error     type tdsfnumber value '010007',


  ssf_err_sapconnect_devtype     type tdsfnumber value '010008',


  ssf_err_unknown_device_type    type tdsfnumber value '010009',


  ssf_err_faxdev_undefined       type tdsfnumber value '010010',


  ssf_err_sapconnect_mail_dev    type tdsfnumber value '010011',


  ssf_err_pageformat_no_support  type tdsfnumber value '010012',


  ssf_err_so_object_send         type tdsfnumber value '010013',


  ssf_err_convert_and_archive    type tdsfnumber value '010014',


  ssf_err_unknown_driver         type tdsfnumber value '010015',


  ssf_err_arcformat_no_pdf       type tdsfnumber value '010016',


  ssf_err_end_spool_job          type tdsfnumber value '010017',


  ssf_err_illegal_archive_mode   type tdsfnumber value '010018',

*                                type tdsfnumber value '010019',


  ssf_err_illegal_use_copymethod type tdsfnumber value '010020',


  ssf_err_attribute_value_change type tdsfnumber value '010021'.

Regards,

  Alex

Read only

0 Likes
3,790

this was due to the page format not defined to the device type.

Thanks for the reply

Read only

Former Member
0 Likes
3,790

If you move TR of smartforms with out defining the page format then this kind of error can come.

so define your page format first.

thanks

Read only

0 Likes
3,790

No this is not about defining page format in the smartform.. actually we are using label printer. so for that printer device type we have to attach this zpage format. that was the issue