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

LT01 does not move partial quantities in our development.

Former Member
0 Likes
730

Hi all,

For warehouse management in a distribution center, we have developed a program to use in RF, through a call transaction we use LT01 to move articles from one bin to another. We have found that for some users, the program runs ok and moves partial quantities, but for some others, the program does not allow to move partial quantities, even when the user selects a partial quantity (user enters the desired quantity) in the program, SAP moves the total quantity that is in the bin. i.e.: if one bin has 10 pieces, and the user wants to move 3, the system does not take the specified pieces and takes the total quantity for the article. we are trying to debug the program but when program calls LT01, there is a point where we lose the track and program creates the TO. The problem here is that for some users work and for some others don't. The authorization objects are the same and we don´t know why the system is behaving in this way.

Any help?

We are running SAP ECC 6.0 and have SAP retail installed.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
573

To create a partial putaway, the warehouse number must be defined with ( TEILV ( Ind: partial picking allowed for (sales) delivery notes ) to u2018Xu2019

Use can see in T340D table with field TEILV this should have value 'X'.

2 REPLIES 2
Read only

Former Member
0 Likes
574

To create a partial putaway, the warehouse number must be defined with ( TEILV ( Ind: partial picking allowed for (sales) delivery notes ) to u2018Xu2019

Use can see in T340D table with field TEILV this should have value 'X'.

Read only

Former Member
0 Likes
573

Thanks for your help.

It was an authorization roll issue. First we had to test and discover which roll was the problem, then we changed the order of rolls and put it at the beginning of the list in the profile.

Problem solved.

Thanks again.