Application Development 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: 

Checking for storage location when picking

0 Kudos

Hi all,

I'm trying to put some code in the picking requirement to check whether user enters a storage location when they pick via program LV07A111.

the storage location is in table LIPS (item table), however, this table is not populated at all. Do you know why LIKP (header table) is populated, but not LIPS? If LIPS is not populated, do you know of another table where I can check for the storage location after picking?

Thanks for your help.

2 REPLIES 2

Former Member
0 Kudos

Pls check XLIPS internal table

Regards

MD

Edited by: Madhan Doraikannan on Sep 16, 2008 7:38 AM

0 Kudos

Thank you for your reply.

I tried XLIPS and this table is unknown in include LV07A111.

Is there another table? Again, I need to read the storage location in the item level when picking.

Thanks.