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

Selecting transfer order data from LTAP

Former Member
0 Likes
552

Hi all. I am recuperating a file which contains material numbers. I need to select transfer order items from LTAP. If i use only the material number as a selection criteria, the select statement will not be optimal since material is not a key in LTAP.Are there any other tables i can use to make it more performing?thx

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
497

Hi,

if all of your materials in the file are belonging to the same warehouse number LGNUM you can try to access table LTAP via index M with the fields warehouse number LGNUM, the PQUIT flag and the material number MATNR.

Regards,

Klaus

Hi,

if all of your materials in the file are belonging to the same warehouse number LGNUM you can try to access table LTAP via index M with the fields warehouse number LGNUM, the PQUIT flag and the material number MATNR.

Regards,

Klaus

1 REPLY 1
Read only

Former Member
0 Likes
498

Hi,

if all of your materials in the file are belonging to the same warehouse number LGNUM you can try to access table LTAP via index M with the fields warehouse number LGNUM, the PQUIT flag and the material number MATNR.

Regards,

Klaus