cancel
Showing results for 
Search instead for 
Did you mean: 

Printing Picking list from LT31

former_member187457
Active Contributor
0 Kudos

Hi all,

I have to print a picking list from the TO & WH as input...

i have created the smartform and a driver program with two input fields TO & WH.....

and it worked perfectly....

now user wants to use the tcode LT31 for printing ...now i want to know how to pass the values of TO & WH from screen of LT31 to my driver program...

thnx

RK

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member187457
Active Contributor
0 Kudos

I have solved it by calling my smartform's FM in a userexit for LT31.

Abhijit74
Active Contributor
0 Kudos

Hi,

Could you please let me know the name of the user exit.

Thnaks,

Abhijit

former_member187457
Active Contributor
0 Kudos

Hi Abhijit,

goto program RLVSDR40..

search for USER_EXIT...

inside it...double click on CUSTOMER-FUNCTION '001'..

there inside the INCLUDE ZXDRUU01 .....

call your smartform FM...

thnx

RK

Former Member
0 Kudos

Hi

I think no need to make settings in OMLV. Ask your functional consultant to configure your form to trigger via LT31. i have done this last week only.

Abhijit74
Active Contributor
0 Kudos

Hi,

There is a transaction called 'OMLV' . Here you have to configure your smartform as well as the print program. There is a program called RLVSDR40. You can use it of your own zprogram. This is a program for print control for warehouses with Storage Unit Management.

In the print code , Warehouse Number segment of OMLV you have give the 'Print program name' and Warehouse movement segment you have to pass your form name.

You can ask your functional owner to do the configuration.

Hope this will help u.

Thanks,

Abhijit

Edited by: Abhijit Mandal on Jan 22, 2010 8:04 PM

Former Member
0 Kudos

Hi,

Having looked at the code behind LT31 it seems the print program and form are defined in table T329F.

Regards,

Nick