cancel
Showing results for 
Search instead for 
Did you mean: 

Bulk LT01 movement type 999

Former Member
0 Kudos

Good morning everyone,

I have been looking everywhere to find a way to do this.

What i want to do is to move "Multiples" item from a location X to their fixes pick location. Without having to move them 1 by 1.

Can you guys help me out with this one ?

Thank you,

Accepted Solutions (1)

Accepted Solutions (1)

MANIS
Active Contributor
0 Kudos

Standard SAP t-code LT01 calls function module L_TO_CREATE_SINGLE which allows to transfer only one material at a time, If you are looking for multiple then you can explore function module L_TO_CREATE_MULTIPLE with custom transaction

Answers (1)

Answers (1)

Former Member
0 Kudos

I am pretty much a newbie in SAP, do you know a transaction code or something, or how can i get my IT guy to understand what to order ?

JL23
Active Contributor
0 Kudos

The closest  you can get in SAP is the LT10 transaction.

MANIS
Active Contributor
0 Kudos

in the standard SAP either you can use LT01 to transfer single material from one bin to another or you can use LT10 to transfer multiple Quant / Storage unit from one or more then one source bin to one or more then one Destination bin

or

my earlier suggestion for L_TO_CREATE_MULTIPLE , you can develop a custom transaction and call this  function module (take the help from your development team who can write the code based on your requirement)