cancel
Showing results for 
Search instead for 
Did you mean: 

Create Transport Order for Pre-Allocated Sock

0 Kudos

Hello Expert,

my Task is to create transport order from transport requirement for pre-allocated stock .

for exemple i have pre-allocated stock for material "x" in storage bin "y" for production order "P" with Quantity "Q"

so i need a transport order will be created with the desired storage bin and quantity.

i use the bapi L_TO_CREATE_TR but i get the exception "Pre-allocated stock"

as i see it does not consider for pre-allocated stock . so which parameter should i add please?

i fill the following parameter:

Thanks a lot for answer

View Entire Topic
DominikTylczyn
Active Contributor
0 Kudos

Hello zeineb.mrabet

Preallocated stock processing is more of an interactive process - see SAP Help Processing Preallocated Stock

Whereas BAPI processing is inherently background and non-interactive. Therefore you can't expect the have a BAPI that handles preallocated stock.

I guess your only option is to call LT04 with CALL TRANSACTION as I've already suggested: https://answers.sap.com/questions/13313465/preallocated-stock-l-to-create-tr.html?childToView=133147...

Best regards

Dominik Tylczynski