‎2013 Aug 13 6:44 AM
In OMLV,
In Multiple Processing.
The Driver Program is 'RLKOMM40'.
I put a break point in the Driver Program.
This shipment number will be used as part of the pick/pack operation. The Despatch labels will be printed when the warehouse transfer order for picking is created. When am running the Transaction LT42. It is not stopping at the break-point.
Kindly Help !!!!
Regards,
Debopriya Ghosh
‎2013 Aug 13 8:55 AM
Hi,
The print program is probably not running in the same dialog process as you run LT42.
You will notice program RLKOMM40 is executable and has a selection screen, so provided you have some suitable data you can probably run it directly to debug it.
regards,
Nick
‎2013 Aug 13 8:55 AM
Hi,
The print program is probably not running in the same dialog process as you run LT42.
You will notice program RLKOMM40 is executable and has a selection screen, so provided you have some suitable data you can probably run it directly to debug it.
regards,
Nick
‎2013 Aug 13 9:09 AM
Hi Nick,
Thanks a lot for your answer.
Let me know one thing do you mean to say, that i need to configure different Driver Program in OMLV Transaction to execute LT42 ?
Regards,
Debopriya Ghosh
‎2013 Aug 13 9:15 AM
Hi,
No, that's not what I'm meaning. The driver program you specify in config is running when you use LT42, but it is being triggered to run in another process, so does not go into debug when it hits your break point.
If you want to debug RLKOMM40 you can call it directly from SE38.
Regards,
Nick