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

printer control in rfc transaction

Former Member
0 Likes
564

Printer should have control to have two different o/p on two different printers.how can i do this

Printer should have control to have two different o/p on two different printers.how can i do this

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
526

I doubt if Printers are affective enough to decide which output it should give...

One idea that struck my mind... was to put a condition in ur print program by saying if the printer is LP01 output should Z009 and printer eq LP02 output Z998 etc...

generally this can be done in config where you can assign output types to transactions..

Read only

0 Likes
526

Thank u