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

regarding table LTAP

Former Member
0 Likes
1,277

whenever we create a transfer order then it creates two line items in table ltap.

can nayoen tell me any field by which i can identify that this line is for source and this line is for destination

earlier i was working with field mbpos which i saw in most of the cases has value 1 for source and 2 for destination

but now we are getting some cases where the values is 1 as well 3 so our logic is not working properly.

PLease help.

Thanks in advance

4 REPLIES 4
Read only

Former Member
0 Likes
1,074

hi ,

for source

VLTYP Source storage type

VLBER Source storage section

VLPLA Source Storage Bin

VSOLM Source target quantity in stockkeeping unit

for destination

NLTYP Destination storage type

NLBER Destination storage section

NLPLA Destination Storage Bin

Read only

0 Likes
1,074

bro these fields contain the values of source and destination

i know this

but i want to know that how can i differentioate betwen two lines ofa particular order that which line is for source and which line is for destination.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,074

What about tables LDK01 and LDK02

Read only

0 Likes
1,074

thanx a lot buddies for your help

i got the answer