cancel
Showing results for 
Search instead for 
Did you mean: 

assigning printer to multiple storage types

Former Member
0 Kudos

Dear gurus,

we have requirement of assigning printers on the basis of storage types in OMLV.

But, there are around 150 combinations of receiving and supplying storage types for which the printers are to be assigned.

Please suggest is there any alternate configuration through which this can be achieved.

Sampada

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can maintain a Z table with all the comninations and write a piece of code for it.

JL23
Active Contributor
0 Kudos

you can mask the storage types with *** 

so you can define  from storage type 123  to storage any other storage type *** prints on printer P01

or from any storage type *** to a certain storage type 456 will print on printer P02.

so you do not necessarily need to define individual combinations of storage type 123 to 456 and 124 to 456 etc.

Former Member
0 Kudos

Thank you Jurgen,

But,In my business scenario, printers are different for all the plants.

Also, different printers are to be triggered based on supplying and receiving storage type combination.

No two supplying and receiving storage types are to be assigned to same printer.

how this can be done?

Sampada

JL23
Active Contributor
0 Kudos

if it is so complex, then you have to setup it that way with that many combinations