cancel
Showing results for 
Search instead for 
Did you mean: 

Seletion of output tray for production order lists

former_member217677
Participant
0 Kudos

Hello,

I have a following question for OUTPUT tray selection:

1. We have 3 different production order lists (OPK8 - > LG02, LV02,  LK01).

2. We have a printer with 7 different output trays.

3. We need to print LG02  in output tray Nr. 1, LV02 in output tray Nr. 2 and LK01  in output tray Nr. 3

4. SAP Script Form should be NOT changed, due to printing of shop floor papers on different printers.

Is there any way to select right output tray in SPAD depends on production order list?

Maybe there are another settings in OPK8, etc for right setup?

Many thanks in advance,

Evgenij

Accepted Solutions (1)

Accepted Solutions (1)

former_member217677
Participant

Hello all,

problem is solved now.

Solution:

  1. Copy one printer to 3 printers.
  2. Delete all print-controls from sapscript form.
  3. Create 3 device types in SPAD, as copy from original device type
  4. Link 3 device types to each printer
  5. Update formats for each device type -> DIN4 - >Printer initialization
  6. By the section Output Tray, remove hash tag, eg.  OTRY 3;

Issue closed.

Answers (2)

Answers (2)

former_member217677
Participant
0 Kudos

Hi,

I think I found the place for linking the production list and output tray.

Its in the sapscript form itself.

IF &PRINT_CO-LSTID& = 'LG02'

    PRINT-CONTROL ZBIN1

ELSEIF &PRINT_CO-LSTID& = 'LK01'

    PRINT-CONTROL ZBIN3

ELSEIF &PRINT_CO-LSTID& = 'LV02'

    PRINT-CONTROL ZBIN5

ENDIF

Using PRINT-CONTROL it calls new defined output type (ZBINX) for the printer with defined output trays.  But I still fighting with the right settings for driver, hex numbers in print control.

I'm geting still all papers in one tray. Dont know why.

former_member206498
Contributor
0 Kudos

Hi Evgenij,

I think you can create different output device with different output tray in SPAD, then you assign to each list in spool parameters for user settings in OPK8. Please let me know if you have any concern.


Regards,

Julian

former_member217677
Participant
0 Kudos

HI Julian,

you mean just to create a clone of a printer with a different name? It can be a solution, but If I see old settings in OPK8, it shows the same printer name for all three lists.

Maybe is there any user exit for printing where I could check?

former_member206498
Contributor
0 Kudos

Hi Evgenij,

Yes. I mean to have something like in the following screenshot for the spool parameters for users:

Regards,

Julian