cancel
Showing results for 
Search instead for 
Did you mean: 

WM: Complete Pallette Removal Strategy

Former Member
0 Kudos

Hi All,

We are using the FEFO strategy for Stock Removal. In case of PGI against the Deliveries , we want systemm should first check with FEFO. If for the same material , same batch numbers(having same SLED) found in different palletes then System should first check the pallet quantity accordingly Delivery quantity & picking shall be done .

Now when we are creating TO in foreground , we can manually select the pallete , but if the TO is creating in background, we want the functionality to search for the full quantity pallet & pick that one instead of using broken pallets .

Awaiting your valuable comments

Regards,

Satpal

Accepted Solutions (0)

Answers (2)

Answers (2)

JuergenPitz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

"System should first check the pallet quantity accordingly Delivery quantity & picking shall be done"

So you want a best fit? According the delivery find a pallet? No standard strategy supports this. If you build it, they will come...

Best regards

Juergen

Former Member
0 Kudos

Hi Satpal,

You can enter only one stock removal strategy for a particular storage type. You mentioned that FEFO ( SLED based) stock removal strategy is being used.

You must work with ABAP to find user exits to enhance the stock removal strategy FEFO to include the feature of checking for full pallets first and then look for broken pallets.

Pls find below SAP help on SPRO

Develop Extensions for Picking Strategies

In the Warehouse Management system you can develop your own stock removal strategy using an SAP user exit.
You can also use the existing checks and updates from the stock removal strategy FIFO by combining the standard strategy with your own stock removal strategy.

Standard settings

For the area of Warehouse Management (stock removal strategy), the following user exits are available:

MWMTO004 "Own stock removal strategy" (FIFO strategy)

MWMTO013 "Own stock removal strategy" (stringent FIFO strategy)

Further user exits of the Warehouse Management system are listed in the chapter "Tools - Develop user exits for Warehouse Management".

Activities

    1. Create the user exit
    For this purpose, either create a new project or use an existing project.
    2. Activate the project
    The user exit only becomes effective if you activate it.
    3. Activate the SAP user exit in the stock removal control parameters of the respective storage type (field user_exit_active).

Further notes

User exits, in contrast to modifications, are not affected by SAP releases because they are not written in SAP original code but in a name area that is reserved for customers.

The general procedure for creating user exits is described in the user exit transaction under the menu path "Utilities - Online manual".

Each user exit is documented.  You will find additional documentation by pressing the pushbutton "SAP doc." in the user exit transaction.

Re

SRI