Application Development 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: 

LT03 - Force storage bin assignment for bulk storage area

Former Member
0 Kudos

Hi experts,

I know... why use a bulk storage area if you want to manage storage bin?! I don't know!

But this is the problem, in LT03 I need to assign a value to the VLENR field (storage bin) but this value is lost in recap and in the flow.

I've try various exit but never able to export this value.

I've try with BADI WM_ENHANCMENT but is only provided for SAP internal use.

Could you help me please?

Anima

2 REPLIES 2

Former Member
0 Kudos

I've see that I'm not able to change the value before L_TO_PREPARE_ITEM_INT and I cannot run this function again.

Do you know the fm for "undo" this prepare or change it?

0 Kudos

VLENR is not a storage bin number but a storage unit number (SU), so it is meant to be used if your storage type (from which you pick) is SU-managed (see SPRO - storage types definitions, T331-LENVW = 'X').

If you want to influence the way the system chooses the storage bin to pick from, you can use customer-exit MWMTO004 ("Own stock removal strategy").

regards