‎2008 Feb 29 1:56 PM
Hello Experts,
Pls help me on this...
CALL FUNCTION 'GET_PRINT_PARAMETERS'
EXPORTING
copies = p_lbl
layout = 'X_65_255'
line_count = 65
line_size = 255
immediately = 'X'
no_dialog = ' '
IMPORTING
out_archive_parameters = arcpar
out_parameters = pripar
valid = val.
Here am passing number of copies to this function module through paramter p_lbl , If suppose i enter 3 in the selection screen ,the same value is passing to fucntion module but it is not giving the prints based on my selection.It is giving only one print of the copy.....
‎2008 Feb 29 2:08 PM
Hi,
This might be due to how your printer is set up, rather than anything in your code. Typically this value is passed through the SAP spool to the SAP printer, the SAP printer then passes it (usually) to a network printer. Not all printers accept this parameter, and so just print one copy.
You can check this by manually printing something from SAP to this printer, and specify more than one copy.
Regards,
Nick