By
Published: 22 Feb 2007
How can we allow users to choose which network printer to send Smart Form output to from an ABAP report program?
Add a parameter to the selection-screen based on type NAST-LDEST (Printer ID). If you do this correctly, it should appear as a drop-down box with all defined printers in your system.
In your code, pass this parameter value into NAST-LDEST itself and into CONTROL_PARAM-DEVICE (or whatever variant thereof you are using to call the form). Make sure this value transfer takes place before you call the Smart Form itself.
Dig Deeper on SAPscript and Smart Forms
An SAP user is working with an SAPscript form to create the form development for an Invoice List, and wants to know if it's possible to migrate the ...
Continue Reading
An SAP user is looking to fix an error with a packing slip print-out in an SAP Smart Form.
Continue Reading
An SAP user is trying to align a barcode in the center of a defined window on an SAP Smart Form.
Continue Reading