Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Driver Program for LT42

reachdebopriya
Active Participant
0 Likes
977

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
851

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

3 REPLIES 3
Read only

Former Member
0 Likes
852

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

Read only

0 Likes
851

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

Read only

0 Likes
851

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