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

CO02 Print

Former Member
0 Likes
1,535

Hi Friends,

Pls help me figure this out .

I am trying to print the Production Orders. In the tcode OPK8 , I made these settings :

In the 'Spool Parameters for user' I created a user XYZ Printer 0909 . In the user master for XYZ the printer is 0921.

I go to tcode Co02 , and in the menu ORDER-SETTINGS-LISTCONTROL at the time of printing , I change the default 0909 to 0910. I print the order , Still it gets printed on User Master Printer.

In The printer Specification Setting , I specify the Output Device '02' ie 'output device from print control to user and in Output device name : LP01.

The issue is : IN CO02 , When i got to list control viA MENU : order-> settings->list control and change the name of the printer , still it always print on the user master printer. I dont know what I have missed , I tried every possible setting ?

Hi Friends,

Pls help me figure this out .

I am trying to print the Production Orders. In the tcode OPK8 , I made these settings :

In the 'Spool Parameters for user' I created a user XYZ Printer 0909 . In the user master for XYZ the printer is 0921.

I go to tcode Co02 , and in the menu ORDER-SETTINGS-LISTCONTROL at the time of printing , I change the default 0909 to 0910. I print the order , Still it gets printed on User Master Printer.

In The printer Specification Setting , I specify the Output Device '02' ie 'output device from print control to user and in Output device name : LP01.

The issue is : IN CO02 , When i got to list control viA MENU : order-> settings->list control and change the name of the printer , still it always print on the user master printer. I dont know what I have missed , I tried every possible setting ?

1 REPLY 1
Read only

Former Member
0 Likes
818

Hi ,

could solve this issue , there is a Zprogram used for this specifuc list type , which was missing the code to populate the structure for print control . Added the code and it works fine now

Thanks.