cancel
Showing results for 
Search instead for 
Did you mean: 

Print Control in WM

Former Member
0 Kudos

Hi all!

I have a request from my client regarding print control for the labels (from RF) in picking area. My client has defined one Storage Type for 2 printers. One section of the storage type is located apart from the other section and each section has its respective printer. But as far as I know, the OMLV (print control) only permits that one printer is assigned to one storage type. Is there an alternative for this request?

We are configuring in SAP ECC 6.0

Thanks for any help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please read the following documentation. Hope it helps.

==============================================Two user exits are available for the printing of transfer orders:

1. in RLVSDR40 -> MWMD0001 : EXIT_RLVSDR40_001

Print transfer orders (TOs)

2. in RLKOMM40 -> MWMD0002 : EXIT_RLKOMM40_001

Print TOs using the multiple processing task

Both user exits allow you to control the process of printing transfer orders. The two user exits also have the same transfer parameters. If you want a modification to become effective in both print reports, you must activate both user exits and include the code you have written in shared routine. This is possible since both user exit function modules are contained in the same function group.

Answers (0)