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

Need help for continuous smartform printing through dot matrix printer

Former Member
0 Likes
440

Dear Gurus,

I have written a code for continuous print of a single page smartform. It is to be printed through dot matrix printer.

The code is working very fine in Development Server, but not in Quality.

In Quality, it is giving all the garbage values.

I have used SSF_OPEN, SSF_CLOSE FMs with the following control parameters:

   CONTROL-NO_DIALOG = 'X'.

   CONTROL-PREVIEW   = 'X'.

   CONTROL-NO_OPEN   = 'X'.

   CONTROL-NO_CLOSE  = 'X'.

Please guide me if I am wrong somewhere.

Regards,

Dear Gurus,

I have written a code for continuous print of a single page smartform. It is to be printed through dot matrix printer.

The code is working very fine in Development Server, but not in Quality.

In Quality, it is giving all the garbage values.

I have used SSF_OPEN, SSF_CLOSE FMs with the following control parameters:

   CONTROL-NO_DIALOG = 'X'.

   CONTROL-PREVIEW   = 'X'.

   CONTROL-NO_OPEN   = 'X'.

   CONTROL-NO_CLOSE  = 'X'.

Please guide me if I am wrong somewhere.

Regards,

2 REPLIES 2
Read only

Former Member
0 Likes
405

Hi,

Are you able to view the preview of smartform in the quality system ?  If yes then probably you have check if the printer is properly configured & installed transaction (SPAD) in the quality system.

Thanks,

Tooshar Bendale

Read only

gouravkumar64
Active Contributor
0 Likes
405

Hi,

Try all this things,

1) Maintain Printer initialization, End of page and End of line for the device type with new page format.

2)In form, page settings,form attributes> try to set the page format.take the page SF same as printer ,

3)In printer (alt + setup) ,set the menu as per required.

lastly check this sap help ,

http://help.sap.com/saphelp_nw04/helpdata/en/ce/6f0f82ea6311d18e2f0000e83dd9fc/content.htm

Hope it helps.

Thanks

Gourav.