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.