cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit MWMTO003 - Putaway Strategy

Former Member
0 Kudos

Hi,

If I want to create my own putaway strategy, to define the putaway strategy to search bins by the following sequence, how to code?

1. Firstly, search the storage bin that contains same material

2. if above search failed, then search another non-empty storage bin

3. if both above failed, then search empty bin.

Kindly please advise.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Use control break statement

if

elseif

endif. or case endcase statement. or tell your abaper he write the code.