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

printing function module

Former Member
0 Likes
335

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.....

1 REPLY 1
Read only

Former Member
0 Likes
288

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