Bin capactiy for SUT strategy

Hi experts,
My question is How system calculate the capacity for putaway for SUT strategy and we are not maintaining any capcity in bin master data.
Scenario:
We are using SUT strategy and I  have divided my bin into two sections A and B and some bins I have divided like 10 also.
Now I have added storage bin type to storage bin and for that bin type I have assigned possible SUTS.
I have allowed mixed storage A(allow homogenious SUT) and addition to existing stock.
In material master I have mentioned like 10 E1 and 20 E2 as LE quantity.Now in one storage bin I kept only 5 E1 and after that I
want to put 15 E1. Then how system behaves here, for eg. if system put that 15 in another bin then how what about the free
space in bin and how system select the storage bin section.
Your help is greatly appriciated
Thank
Raghu

Hello,
Not sure if I understand the question but:
System simply picks the lowest bin and selects next lowest bin after bin is ocupied by single SU.
I don't think bin selection by open capacity (after SU is moved into it) is standard SAP.
In my opinion if you need the remaining space filled the moves will need to be done manualy.
If any one reads this and knows better please post to correct me.

Similar Messages

  • Addn to stock flag for putaway strategy not working

    Hi
    It seems that the flag “Addn to stock” for putaway strategy “ “  in the storage type 103 configuration is not working fine as the quantities of the same material with the same batch sent to the same stype 103, and destination bin are not being added. So by running stock report in WM we see several lines with partial quantities instead of only one line with the total quantity in place. Do anybody know how can that be solved? Or what can be the route cause of the issue? Is there any OSS known applicable to fix the problem?
    Thx for your help
    Alba

    Hi Guys
    Unfortunately I do not think that you will get an answer now. Either your question is not simple or we do not know.
    So in the interest of keeping the Forum tidy and easier to surf through could you please close your thread and wither try one of the other forums or try another post. I do not think that mosy people will bother to look this far back anymore.
    Sorry I cannot help as I would if I could.
    Regards
    Frenchy.

  • U0093Addn to stocku0094 for putaway strategy u0093 u0093  in storage type not working

    Hi
    It seems that the flag “Addn to stock” for putaway strategy “ “  in the storage type 103 configuration is not working fine as the quantities of the same material with the same batch sent to the same stype 103, and destination bin are not being added. So by running stock report in WM we see several lines with partial quantities instead of only one line with the total quantity in place. Do anybody know how can that be solved? Or what can be the route cause of the issue? Is there any OSS known applicable to fix the problem?
    Thx for your help

    Hi Alba,
    Please check the WM views in MM.
    I've checked:
    (SAP help pushing F1 when the cursor is set on this thick box)
    <i>Indicator: Allow addition to existing stock
    Indicator determining whether a material with particular characteristics may be added to existing stock of the same material with the same characteristics in one storage bin.
    Dependencies
    If the storage type control table does not allow additions to existing stock for this storage type, the indicator set in the material master record is ineffective.</i>
    +
    (SAP help)
    http://help.sap.com/saphelp_46c/helpdata/en/c6/f8449d4afa11d182b90000e829fbfe/frameset.htm
    I think you have to set this indicator!
    BR
    Csbaa

  • Bin search for putaway

    Hello, experts!
    Could someone give advice on following situation:
    1) the storage type (high rack) has put away strategy P- storage unit type, mixed storage is set A- Several homogeneous storage units per bin, the mixed storage has value X - Addition to existing stock permitted.
    2) material master has mark Addition to existing stock allowed.
    When creating TO to move some returned quantities to stock, system is not searching for bin with existing stock. It adds the quantity to first available bin, where storage unit is allowed.
    Is it possible to set system first add to existing stock without using strategy " I ", since mixed storage is not allowed for this strategy?
    Thanx in advance!
    WBR,
    Brucke

    Hi Brucke,
    It is hard to diagnose without full information however you can try to find out which strategy it is executing by setting a
    break point in the include LL03AF0B in the line PERFORM STRATEGIEN. Then try to trace LTAP-VLPLA: Source storage bin when you get into LL03AF1F you will see then the bin search strategy and why was that.
    I hope to have helped you.
    Best Regards,
    Christian Rosa

  • BAPI for release strategy

    Hi Guys
    I need know one bapi for release strategy.
    Anybody can help me?
    Thanks Comunitty.

    Hi Ronaldo,
    Could you be more specific? Do you need to Release a PR, or you need to read/check the strategy or what?
    If you need to release a PR, check this ones (and others in FuGr MEWF):
    BAPI_REQUISITION_RELEASE       Release Purchase Requisition Item by Item
    BAPI_REQUISITION_RELEASE_GEN   Release Entire Purchase Requisition
    Cheers,
    Custodio

  • Subitems for manual strategy are not supported

    Hi Experts,
    Need help from you,
    While configuring material substitution reasons  with inputs substititution strategy as A(Substitute products or display for selection) and in the outcome i am trying to use A (Substution Products are displayed as subitems), system throughing error message "subitems for manual strategy are not supported".
    My requirement is like this - In sales order i enter material, system should pop up with substitutions and after selecting the substitute material, i would like to have the sub item for the original mateiral along with the substitute material.
    I know it is supporting automatic substitution strategy, but i need for manual substitution strategy.
    - Prem

    Hi,
    maintain Stragegy "A" and  then u need to  keep Outcome as "  "( Blank:-Item will be replaced) :-
    Becasue,Strategy Determines Alternate of material Ex:- for X Mat Repalce with Y. where as Outcome control :-
    product selection should replace the original entry or whether it should be recorded as a subitem.Both will not be possible one at time.

  • EXIT_SAPLEBND_002 -- user exit for release strategy

    Hi,
    This is regarding help on user exit for release strategy, ref: note no. 365604, however after going through all the config part given in the given note we activate the fm in cmod.... but after activating the release tab goes off from  me29n.
    That is after you activate in cmod and then if u create po and go to me29n the relese tab is not there.
    if u deactivate and create po and then relese the release tab in me29 would appear.
    All we are trying is that the po in me29n should be open to release again if we change the delivery date. However what coding and how is still a second step , first is as soon as the exit is active the tab goes off.
    New to user exit . plz help.

    Hi Again,
    I guess I have solved the issue temporarily, however Am not sure if this is the best which cld be doen to the issue.
    I didnt make any new characteristics in ct04, for the delivery dats since i didn't want to restrict the delivery date. All I did i yje coding below in the exit :
      DATA wa_eket TYPE LINE OF mmpur_beket.
      DATA wa_eket1 TYPE LINE OF mmpur_beket.
      data: c type i.
       data: p type i.
      break1.
      break2.
      e_cekko   = i_cekko.
    loop at it_beket into wa_eket . " for comparing previous and the current del date
      e_cekko-usrc1 = wa_eket-eindt.
      SELECT SINGLE * FROM eket INTO wa_eket1 WHERE ebeln = wa_eket-ebeln
      AND ebelp = wa_eket-ebelp.
      if wa_eket1-eindt <> wa_eket-eindt.
      import c from memory id 'CID'.
      c = c + 1.
      clear p.
      p = c mod 2.
      if p is not initial.             " adding 0.01 to the characteristic value for p.o amt.
      e_cekko-GNETW = e_cekko-GNETW + '0.01'.
      else.
      e_cekko-GNETW = e_cekko-GNETW - '0.01'.
      export c to memory id 'CID'.
      endif.
      endif.
      endloop.
    The logic I tried using is since the relese gets reset incase of p.o amnt and hence indirectly po amnt so i changed the value of p.o value by 0.01 incase of change in delivery date. cekok-gnetw doesnt reflect anywhere in the p.o as amnt, I guess its for defing range for relese stragey's amont in ct04 characteristics.
    However anything better incase u know plz let me know, or do u think this can cause any problems later....new to exits.
    Rgds,
    Anu.

  • Work flow for release strategy for PO & PR

    Hi Gurus
    Can anybody explain workflow for release strategy for PO and PR
    Thanks in advance.
    Atul Kulkarni

    Hi,
    First you set your all required configuration fro release strategy(Class,Char,Rel.Group,Release Strategy ,Release Indicator )
    For Work flow settings,You have to do follwoing configuration:
    MM - purchasing - purchase order - release procedure - Define Release Procedure for Purchase Orders - Work flow - Enter release code, group, user ID, object type as user.
    Creation of work flow object,activation of workflow and other related settings will be done by Techinical  work flow consulant.
    Thanks,
    AMIT

  • Bin Number for the First Time Putaway

    Hi,
    At the time of warehouse management go-live, we move tne stock from non-wm stock to wm-stock via tcode MB1B/311, then the system create transfer orders with proposed bin number according to the settings and material master data.
    The problem is, for some materials which are not set as "Fix Bin" in the material master, the bin number proposed by the system  are not as same as actual ones when we put away the materials at the first time.
    So, after WM go-live, what's the best way to keep the actual bin number for each material consistent with actual ones, is there any good ways except stocktaking?
    Kindly please advise.
    Thanks.

    Hi, Jürgen,
    Thanks a lot.
    If so, is it OK to do as follows?
    suppose I will acticate warehouse management for the following storage location:
    Plant: P001
    Storage location: SL01
    1) to keep the original stock in the storage location SL01, do not move the stock out to non-WM managed storage location before go alive.
    2) transport the WM settings to production system
    3) because the warehouse was managed via an external (third-party) warehouse management system before, so I have a detailed  list including  material, exact bin number and quantity.
    So I create transfer orders  with movement type 561 according to above list, and this can make the WM stock consistent with IM stock. is it OK to do like this?
    Kindly please advise again.
    Thanks.

  • USRC1, USRC2 in CEKKO table for Release Strategy.

    Hi all,
    Can anybody shed some light on how i can make use of USRC1 and USRC2 in CEKKO table for Release Strategy?
    I see it in the table but i have no idea on how to use them.
    Thanks all.

    Hi,
    SAP has given user defined fileds in CEKKO communication structure which you can use by using user exits to fill in CEKKO.
    These fileds you can use as characteristics for release strategy.
    Details of user exit:
    M06E0004  Changes to communication structure for release purch. doc.
    EXIT_SAPLEBND_002, Changes to Communication Structure for Release of Purchasing Documents
    Description: User exit that control the values in CEKKO for the Release Strategy.        
    Regards,
    Shailesh Mackwan

  • Can't exec /bin/sh for single user

    Hi,
    When I boot up my iMac G5 it sits on the gray screen with the apple and spinning "doing something" icon, and then goes to a terminal window telling me:
    "can't exec /bin/sh for single user: Input/output error"
    It started doing this last night after multiple beachball of death situations. Anyone have any ideas? Or is it time for this old machine to be put out to pasture?
    Thanks
    Mungo

    Hi Mungo,
    invalid key length is a serious issue that can sometimes be fixed by "heavy duty" utilites like DiskWarrior and Drive Genius.
    If you don't have enough room to re-install the OS, though, you have seriously overfilled it and they may not be able to deal with the problem either.
    You should always aim to keep at least 15% free space on the drive, preferably more. On my 250 Gig internal drive, for example, I see the beginning of stability and speed problems when I get down to below around 30 gigs of free space. It varies a bit depending on what you use your Mac for, but my own preference is to always aim for 50 Gigs free on this 250 Gig drive.
    You have to fix the "keys out of order" problem before you even think of re-installing the OS.
    The best solution is to reformat the drive. It is unlikely that it actually needs replacing. However I still think you should buy another drive, but an external one, if you don't have one already.
    My approach to your problem would be:
    1) Go and buy a nice big external firewire drive if you don't have one already (ideally at least twice the size of your internal).
    2) Install OSX on the external drive (You may want to partition it into two volumes first, keeping one partition to store a "cloned backup" of your internal and one for general usage, overflow storage, etc)
    3) Boot from the external HD and copy across your precious stuff from the internal drive to the external. (If you have created two partitions on the external you could use the excellent utility "SuperDuper" to "clone" the internal to the second partition - the one witout the OS installed on it)
    4) Reformat the internal drive, preferably using the single "zeroing" option.
    5) Re-install the OS and software on your internal drive
    6) Copy back your data (documents, music, movies etc) to your internal but make sure you leave plenty of free space on it. If you have a large music library , or lots of movies, for example, you might want to keep them on the external, rather than putting them back)
    7) From now on use one partition of your external drive for regular "cloned" backups of the internal and the other for general storage overflow etc.
    Cheers
    Rod

  • Init: can't exec /bin/sh for single user.....

    Has anyone come across this gem during start-up? it's outputting
    init: can't exec /bin/sh for single user: No such file or directory
    init: can't exec /bin/sh for single user: No such file or directory
    init: can't exec /bin/sh for etc/rc: No such file or directory
    This shows up after the apple logo on start-up. Any ideas?

    That message suggests that Mac OS X isn't able to open a shell or run the startup scripts because one of the items it needs is missing. Fixing this issue will require reinstalling Mac OS X.
    (11150)

  • Workflow for release strategy

    Dear All,
    PLz let us know the step by step procedure for worflow for release strategy.
    Regards,
    Arati.

    Hello Arati,
    Please see that you have maintained the release strategy and the same is getting affected in the PO.
    In PO -> Header Data -> Release Strategy (Last Tab) please check the Release Strategy and Release Grp.
    Now go to T - Code /nPFAC .. and enter the ID as 90100005 (PO Approver) and click on display.
    After this on the new screen there are different tabs.. in that click on last (fourth) tab: Responsibilities.
    There you will find responsibilities IDs assigned to each release strategy and Release grp.. of you cant see the same please adjust the layout.
    once you get the responsisbilities ID there for the referenced Release Strategy and Release Grp then go to T - Code /nPP01.
    There you need to do the maping. in the first field it please enter Responsibility and second tab you can put the same responsibility ID whihc u obtained from /nPFAC.
    Then select on applications and then click on new.. n there you can assign the user as a approver. Please check that proper authorization si also given to a user who is mapped for the release strategy...
    Let me know if any confusion ...
    Thanks And Regards,
    Krupesh Kothari.

  • Workflow for release strategy of Po's

    Dear Experts,
    We want to have Workflow for release strategy of Po's please let me know what settings are to be done from MM side. & form Abap what developments are required.

    Hi
    Pl check the below link
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/bpx-community/enterprise-resource-planning/sap%20mm%3a%20purchase%20requisition%20with%20classification%20and%20workflow%20approval.pdf
    SAS

  • Workflow for release strategy in PO

    Dear All,
    Will anybody tell me how to configure the workflow for release strategy for PO.
    Regards
    R Panda

    Dear Manish,
    I have done all the configuration as per your guidance.
    But I am not getting the mail in mail box. I have done the following config
    Gr                 Cd                WF                            Descrip
    02     I6     1     HOD Logistics-JSR
    02     I7     1     GM Logistics-JSR
    Gr                 Cd                         Descrip                      OT                  Agent it
    02     I6     HOD Logistics-JSR     US     RP
    02     I7     GM Logistics-JSR     US     DD
    OOCU---
    MM-PUR
    1) Activate event linking- WS 20000075---BUS2012-RELEASESTEPCREATED-ACTIVATED (I ticked both the check boxes)
                                                   Linkage status-no errors      error feedback---system defaults
    2) Assign agents----WS 20000075Create agent assignments-I assigned above two user ids against user......
                                            In attributes it was no general task & not classified.
    In trxn code SWETYPV both the check boxes are ticked with no error.
    Please reply.
    Regards
    R Panda

Maybe you are looking for

  • Indesign and email???

        Hi there everyone! I was just wondering what the best way of creating a email marketing campaign. should i use a indesign template or what program should i use!? Nay help with this would be great! Thank you in advance! Sam

  • Re: WorkFlow Back Ground Process Running More Time

    Hi , I have a similar situation where Workflow Background Process is running for hours during peak business hours only for item type REQAPPRV. Can you please suggest the action plan taken in your case. Thanks,

  • System Management Delegation

    Hi I have 3 forest. (A, B,C)   - Forest A (1 Root domain)  - Forest B (1 root domain and 1 child) -  Forest C (1 Root domain) I install a new SCCM 2012 R2 CU3 i root domain (Forest B). - Forest A trust Forest B - Forest C no trust with forest B or C

  • Corrupt Source List

    It now takes at least a minute to load iTunes and once loaded, whilst music plays successfully, in Sources, there are normally 9 headings - Library / Party Shuffle / Radio etc. Each of these used to have one entry only. My Source column has duplicate

  • Regarding ALV Field Catalogue

    Hi , Checked in the forum for this issue. => Not a wise plan to hoodwink the Moderators. Could not find any.Guide me. SAY i have a table  CRICKET with 2 fields 1) PLAYER 2) SCORE Records are say:: PLAYER    SCORE SACHIN     50 RAHUL      40 SEHWAG  1