cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI or Function module for Storage Bin Capacity

Former Member
0 Kudos

Hello Everybody...!!

Can anyone please tell me what is the BAPI or any Function Module for Putaway Strategy

Tonnes of Thanx if anyone can give me Storage Bin Capacity BAPI or Function Module....

Edited by: Hiren N. Panchal on Feb 1, 2011 2:00 PM

Edited by: Hiren N. Panchal on Feb 1, 2011 2:01 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Take a look to the program LL03AF0S for the Storage Bin Capacity

and to the program LL03AF1X for the for Putaway Strategies.

Regards.

Patricio Lopez

Former Member
0 Kudos

Hi,

The FM's to create TO's are:

L_TO_CREATE_2_STEP_PICKING

L_TO_CREATE_DN

L_TO_CREATE_DN_MULTIPLE

L_TO_CREATE_MOVE_SU

L_TO_CREATE_MULTIPLE

L_TO_CREATE_POSTING_CHANGE

L_TO_CREATE_SINGLE

L_TO_CREATE_TR

The user exits for the strategies are:

MWMTO001 Enhancements for end of transfer order generation

MWMTO002 Enhancements at end of transfer order confirmation

MWMTO003 Own stock placement strategy

MWMTO004 Own stock removal strategy

MWMTO005 Underdelivery

MWMTO006 Overdelivery and with restriction, also underdelivery

MWMTO007 Palletization and storage type search for stock placement

MWMTO008 Storage type search for stock removal

MWMTO009 Prevent the TA items being deleted

MWMTO010 Exit: Calculation of Total Planned TO Processing Time

MWMTO011 Correction of Planned Processing Time for TO Item

MWMTO012 Correction of Sorting and Split Transfer Order

MWMTO013 Stock Removal for Sev. Storage Types as in Stringent FIFO

Cheers,

Hein

Former Member
0 Kudos

Thank You Hein...!!!

But I need some Function Module for Storage Capacity Check Also Will you plz tell me how can use the User Exits in the function Module

Former Member
0 Kudos

Hi,

I'm not an abap'er, but here goes:

See program LL03AF0T and search for the following: "Freie Kapazität zu gering => Fehler senden"

The code there contains both message L3039 and L3068.

I couldn't find a FM for determining the capacity self. Maybe you must look on the ABAP forum?

To use the user exit, an abap'er must activated it and within this you can do your coding for your specific needs. Also you can use SAP std FM's / bapi's within the exit.

Decide what you want to do...Determine where it must be done (wich exit)...Spec the changes...Get abap'er to develop the strategy.

Cheers,

Hein