Consumption (261) in HU managed stor. location

Hi gurus,
We have this scenario in our system:
- RAW: WM storage location (HU + SU)
- PRD: Storage location NOT WM neither HU managed
I would like that consuptions in PRD (261 movements) would be posted in RAW, but I get the next message:
Storage location RAW in plant P17 is subject to HU management
Is there any way to do it?? I have tried to implement PP-WM interfase, but that is not exactly what we need.
Regards!

Hi,
Consumption in a HU Managed Storage Location is possible only when you are consuming Handling Units. For consuming a normal material, either you need to maintain RAW as non-HU managed or define a Partner Storage Location for the HU Managed Sto. Loc RAW which can be used for posting consumption of normal materials. But then you would not be able to post the consumption to RAW.
All you can do is, make the RAW Sto. Loc. Non-HU managed and make some other Sto. loc as HU Managed.
Thanks,
Ankur

Similar Messages

  • Transfer:WM-managed non-HU managed stor location to WM and HU managed sloc

    Dear All,
    I have one storage location that is Warehouse managed and non-HU managed. I have another sloc that is warehouse managed and also HU managed. I want to move stock from the first to the second. I use HU04 and specify the destination storage type and bin. The movement is executed and I can see the stock in the final storage location and  bin. But stock is still visible in the original storage location and bin. Also a negative quant is generated in the final storage type/bin.Moreover, there is no posting chnage notice created.
    Is there a way I can get this posting change notice created?

    Hi Vijay ,
    Facing similar problem , any soln for that ?
    regards
    Shrey

  • Report for showing pending (ageing) quantity according to store location w

    dear ABAP Gurus,
    I have made a roport for showing pending (ageiing) quantity acc to location wise.
    and i m sending here the code i made for same.Tell me if sme amendments required.
    Report for showing pending (ageing) quantity according to store location wise:   
    1.     Fields on selection screen (input screen) : Plant code From to , Material code From to , Current date, Numbers of days(for display the ageing(pending) balance for a given period,Storage locations from to.
    2.     Field in the output List : Material code , Material descriptions, Balance quantiy,Balance value ,Consumptions date. 
    the code is:
    REPORT  ZAGEIN_SUDHA.
    TABLES: mara,mseg,makt.
    TYPES: BEGIN OF t_mara,
    matnr LIKE mara-matnr,           "material number
    maktx LIKE makt-maktx,           "material description
    ersda LIKE mara-ersda,           "material creation date
    lgort like mseg-lgort,           "storage location
    bwart like mseg-bwart,           "goods received or issued
    menge like mseg-menge,           "value at movement type
    werks like mseg-werks,           "plant
    END OF t_mara.
    DATA: i_mara TYPE STANDARD TABLE OF t_mara with header line,
          itab type standard table of mara with header line,
    *wa_mara TYPE t_mara,
    v_date TYPE i,                      "age in days
    GI type mseg-menge,                 "goods issued
    GR type mseg-menge,                 "goods received
    bal type mseg-menge,                "balance
    total type i,
    grace type i,
    g_quan type mseg-menge.
    SELECTION-SCREEN BEGIN OF BLOCK b1.
    SELECT-OPTIONS: p_matnr FOR mara-matnr.
    select-options: p_werks for mseg-werks.
    select-options: p_lgort for mseg-lgort.
    SELECTION-SCREEN END OF BLOCK b1.
    START-OF-SELECTION.
    REFRESH i_mara.
    SELECT mr~matnr                        "mara-matnr
    mk~maktx                               "makt-maktx
    mr~ersda                               "mara-ersda
    mg~lgort                               "mseg-lgort
    mg~bwart                               "mseg-bwart
    mg~menge                               "mseg-menge
    INTO corresponding fields of table i_mara
    FROM mara AS mr INNER JOIN
    makt AS mk
    ON mrmatnr = mkmatnr INNER JOIN mseg AS mg on mkmatnr = mgmatnr
    WHERE mrmatnr IN p_matnr and mgwerks IN p_werks and mg~lgort IN
    p_lgort.
    total = 0.
    IF sy-subrc = 0.
    *CLEAR wa_mara.
    LOOP AT i_mara.
    if i_mara-bwart = '101' .
    GR = total + i_mara-menge.
    total = GR.
    elseif
    i_mara-bwart = '102' or i_mara-bwart = '122'.
    GR = GR - i_mara-menge.
    endif.
    if i_mara-bwart = '261'.
    GI = total + i_mara-menge.
    elseif i_mara-bwart = '262'.
    GR = GR + i_mara-menge.
    endif.
    bal = GR - GI.
    if bal GE  GR.
    grace = 30.
    else.
    grace = 10.
    endif.
    g_quan = bal - GR.
    v_date = sy-datum - i_mara-ersda.
    endloop.
    WRITE: / i_mara-matnr ,i_mara-maktx,' is ',v_date,' ,days old  and
    stored at' ,i_mara-lgort ,   ' with balance =', bal ,'the grace time is
    ', grace, 'and' ,'grace quantity is ' ,g_quan.
    *ENDLOOP.

    Hi,
    That sounds like a nice report.  What about it?!
    Gareth.

  • Report for showing pending (ageing) quantity according to store location wi

    Report for showing pending (ageing) quantity according to store location wise:   
    Fields on selection screen (input screen) : Plant code From to , Material code From to , Current date, Numbers of days(for display the ageing(pending) balance for a given period,Storage locations from to.
    Field in the output List : Material code , Material descriptions, Balance quantiy,Balance value ,Consumptions date.

    Hi,
    That sounds like a nice report.  What about it?!
    Gareth.

  • 0IC_C03 - some key figures have unassigned Store location

    Hi,
    I try to implement Inventory managment scenario in BW.I follow the How to document How to handle inventory management scenarios in Bw.
    Now I uploaded data to BW, the sume of key figures as general look good but I have problem with key figures,which work with value in currency, this key figures(e.g 0ISSVS_VAL, 0VALSTCKVAL) are not assigned to Store location 0STOR_LOC, values of these key figures have this characteristics Unassigned (#), unlike key figures with amount value e.g. kg etc are assigned to store location. So there is problem that is no possibility to compare material stock in currency and amount.
    Do you have any experience how to solve this issue?
    I work with BI 7.0 version and use standard object from BI content without modification.
    Thanks
    Petr
    Edited by: Petr Jedlicka on Aug 12, 2011 2:30 PM
    Edited by: Petr Jedlicka on Aug 12, 2011 2:31 PM

    Hi,
    Inventory values are captured at site/plant levels not the storage locations. These values are caputured using 2lis_03_um datasource. When you create a material, materials are created as per site. 0MAT_PLANT.
    when there are movements of sales in the inventory, sales take place thru site not storage location. So sloc will not get updated in the transaction. where as when you move stock from one site to other site, there may be on storage location for all site or one sloc for one site. So for qtys you will have sloc.
    Thanks
    srikanth

  • How can I change the app store location?Want to buy in us and it keeps saying I'm in the australia app store

    How can I change a app store location? I'm in US trying to dowload an app and it says my account is not valid in the Australian store. I have nothing to do with Australia.

    Go to the iTunes Store. Scroll down to the very bottom and click the flag that is on the bottom right. Then you can select what store you want.

  • How do I stop ipad from changing my settings such as store location while I am temporarily in another country?

    QUESTION ONE:  For example - the calendars were automatically changed to Bahasa.  I changed them back - but they returned to Bahasa.  The second time only some of the screens changed to Bahasa.
    More seriously I can't download apps anymore because it tells me my store location is Indonesia and I registered in Australia store.  I didn't change my store location - iPad did.  How do I change it back?
    QUESTION TWO
    Another question - sometimes the screen goes large by itself and and won't reduce or zoom out again.  The only way to fix it is to switch the ipad off and power on again.  This does not work all the time.  Any ideas?  Fingers coming together do not work.
    QUESTION THREE
    Another question - I purchased a sd card and usb jack for photo import - as essential part of my use.  The sd jack does not appear to work as it does not show any photos on the ipad - nor any 'way' to import or to view the files on sd.  There is no little light to say its working or not - but I read the manual and it says that you insert the sd cardreader jack, turn on ipad and then insert the sd card without forcing - only one way fits.  After doing this I select the photo icon as an obvious choice on ipad but there are no photos or dialogue. 
    QUESTION FOUR
    Another question - In the same purchase I bought a usb jack for camera and photo connection.  This seems to work as a dialogue message pops up when I insert a camera connected usb into it.  But the dialogue says - 'the device uses too much electricity to import photos".  Is this because the device is an android phone and not an iphone?  Or is there another magic trick I need to learn?

    The site file is a database that keeps track of all your assets (and much more), including the scriptLib file. As soon as the page is saved (when you use the site file and it's open) the link will be change to the correct path that will work on the server.
    If you're not using the site file you might as well use a text editor, since most of GL functionality is gone.

  • Purpose of certificate in the Operation manager store - ADCS server.

    Hello,
    I do have win 2003 ADCS server. When I do mmc snap in for local computer, I can see one of the certificate under operation manager expiring soon.
    Can anyone please tell me the purpose of operation manager store - ADCS server.
    Thanks

    Hi,
    The Operations Manager store is used to contain certificates which are used for securing communication between Operations Manager servers across untrusted domains.
    For more detailed information, please refer to this blog below:
    Operations Manager - Certificates from Concept to Deployment
    http://blogs.technet.com/b/denisrougeau/archive/2014/09/02/operations-manager-certificates-demystified.aspx
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • Issue store location is not picking up automatically

    Dear Sir,
    I am in the process of backflushing.
    I have maintained Issue store location in production version of Header material.
    when components are backflushed with respect to production version It should have to pick up the store location automatically from production version.
    But it is found that each time backflushing ,manually we have to enter the store location on screen Goods movement in MFBF.

    Hi,
    If you are using MRP Group - then pls check in OPPR - Det Prod Stor Locn strategy.
    Set this to 2 and try MFBF again.
    Or else you can define for the component in BOM item details.By priority , system will look for this first and then only the strategy ......
    Issue Storage Location Selection
    Determines how the system finds the issue storage location (the production storage location from which the components are taken to produce an assembly)  for the component if no issue storage location is defined for the component in the BOM of the assembly. You have the following options:
    Strategy 2The system uses the default issue storage location specified in the material master record of the assembly in the production version. If no default issue storage location is specified in the production version, then the system uses the receiving storage location for the assembly as issue storage location for components.

  • Cycle count error "HU 100201 not in an HU-managed storage location" in LX26

    Hi,
    I get the following error message "Handling unit 1000020118 is not in an HU-managed storage location" When i try to initiate a cycle count for a bin through LX26 Tcode. Kindly advice about the cause of the problem and how I can fix it.
    Thank you for reading

    I am not sure but it probably is not, sorry looks like i posted this on the wrong forum

  • Serial Numbers in Inventory Management – Warehouse Managed storage location

    Serial Numbers in Inventory Management u2013 Warehouse managed storage locations
    We want to run inventory cycle at the warehouse for materials. These materials are u2018serial numberedu2019 in the material master. During the initial entry (say GR) of the materials, systems prompt for the serial numbers. At this point, system offers option of assignments of serial numbers automatically.
    While running an inventory cycle for warehouse u2013 and posting difference at WM level (LI01), system is throwing error as u201Cmaintain serial number for totol quantityu201D. System does not promt me to enter the serial number for the materials (count) which are found excess/shortage duing the inventory cycle.
    Is there any configuration where this scenario can be managed; system should prompt us to enter serial number while posting differenes at WM level (LI20).
    The inventory cycle is -
    1.     Create Physical Inventory Documents - LI01N
    2.     Activate Physical Inventory Document -      LI02N
    3.     Enter Count -     LI11N
    4.     Post Differences at WM level -     LI20
    5.     Post Differences at IM level(If Differences are posted at WM ) -     LI21

    Curious to know: The WM Inventory transaction - LI11N - (where we enter physical count. )
    1. Compared to MI04 - IM Inventory Transaction: where a pop-up window asks for serial number of the material.
    2. We expect a similar pop-up at LI11N transaction- where the system should ask serial numbers.
    Q.1 How can we achieve this?
    Q.2 Will this be a standard SAP practice?  (if we do customizing to get serial nos. pop-up window at LI11N)
    thanks,

  • Prod. stor. location usage Material master

    Dear PP expert
    Who can help to explain what meaning for this feild Prod. stor. location in MM01 transcation? what is its usage?>
    Thanks

    Hi Benny,
    The Prod. sloc maintained in mtl master serves dual purpose, first when a production order is created for that material, it acts as the receiving location i.e. when you post a GR for the prodn order via MB31 the stock gets posted into this sloc. The other purpose is when this material is a component in a production order, then stock gets issued from this sloc.
    This field can be maintained at material master level or at BOM level. The one maintained at BOM level has a higher precedence over the one in material master. If you might ask why 2 places to maintain the same data, there might be instances where the component is stored at different slocs depending on the BOM, then it makes sense to maintain at BOM level, but if the component is always maintained at a single sloc, then maintain in mtl master level.
    Hope the above answers your query.
    Regards,
    Vivek

  • Zip Code Locator / Store Locator

    Guys,
    I want to write a simple store-locator functionality in my website (Using a Mysql db with JSP-java etc.,)
    I am not sure of the tools I need and how to approach the problem (once I get a Map of all the zip codes)... Please throw in some ideas that can help me on this...
    Thanks a ton!

    The earth is ~ 40,000 km equatorial circumference
    Mapped as rectangular projection ignoring poles is 40,000 km x 16,000 km = 640,000,000 1km x 1km cells
    so 1 byte/km2 = 640 MB
    or 1 word/(250m x 250m) = 4*4*4*640MB = 40GB
    So a reasonable brute force method for the planet (and a few big memory servers or a not very big fast disk) would work in most cases.
    Obviously, if you're only interested in one part of the globe you scale down.
    The USA is something like 10,000 km square so a �60 520GB disk would give you a 1/sqrt(500E9/4/(10E6m^2)) = 28m resolution lookup at < 10ms time per request.
    A second lookup of the id returned from the big bitmap using the nearest neighbour approach for a few points would take you further, if required.
    How much is your time worth to develop an efficient solution, if throwing �60 of hardware at it would be good enough?
    Short of buying an awful lot of memory, any solution will hit the disk at least once (though you may be able to optimise away seeking, it's a query and won't be streaming whatever you do), so the overall time isn't likely to get much better without a lot of effort.
    You can always trade off between the bitmap/localised query for space and speed.
    Pete

  • Management Store Replication to Edge Servers

    I have an issue with replication of the Management Store to Edge Servers.
    In four separate countries I have a Enterprise FE pool and an Edge Pool segregated by a firewall in each country. Only in one country does the Management Store replicate to the Edge Server successfully (see below).
    The bottom two entries with a status of "True" are for the FE and Edge that replicate OK.
    From all the FE servers I can telnet to to their partner Edge server on port 4443 and I can browse to the replication service on https://servername.fqdn:4443/replicationwebservice. The certificates look fine too.
    If I run the Lync Server logging tool on the failing Edge servers and force replication from a FE server with Invoke-CsManagementStoreReplication there is nothing showing up in the XDS_Replica_Replicator log at all. If I do the same on the good Edge server
    I get a whole bunch of stuff in the log.
    I thought maybe it was a firewall issue but I have subsequently opened up the source IP range on my firewall rules to allow all to speak to the Edge servers' internal interface on 4443. Still nothing.
    From the timestamps in the above screenshot you can see that the Edge severs have at least once reported back to the FE servers as the LastStatusReport value is not null but you can also see that that was a long time ago.
    Any ideas?

    By any chance you see SHENNEL errors in Eventviewer of the Edge server?. I've see the exact thing happening when the edge internal certificate is not trusted by the Front End server.
    http://thamaraw.com
    I get a couple of Schannel errors regarding TLS 1.2 but then I get the exact same errors on the Edge server that replicates OK so I don't think that's an issue. Also if the FE didn't trust the cert of the Edge surely I wouldn't be able to browse to the replication
    web service on the Edge, which I can?

  • I am trying to manage my "Location Services" on my iTouch but the device does not allow me to make changes. The screen is muted indicating that changes cannot be made. Anyone experience something similar?

    I am trying to manage my "Location Services" on my iTouch but the device does not allow me to make changes. The screen is grayed-out indicating that changes cannot be made. Anyone experience something similar?

    Do you have any Restictions set? (Settings>General>Restrictions)

Maybe you are looking for

  • Overclocking my i7-860 with an "old" H55-GD65

    Well, it was new to me but I understand by todays standards it is "Old"... forgive me for my budget constrainsts at the moment, but atleast I did buy an MSI, right? OK, that being said, I would like to be a little more educated on the overclocking fu

  • Lookup in Stored Procedure

    Hi Guys, I'm facing the following problem. I would like to write a stored procedure which insert into a table. What I want is that if I run again the procedure I'd like to write only the new records and update the existing records. Does anyone has an

  • Direct Path Read waits are not showing in Elapsed time

    Hi, I'm having a question regarding interpretation of a SQL trace file. I'm on Oracle 11.2.0.1 HP/UX 64 bit. Following is only the overall result of the trace (it is quite big). My question is about the Direct Path Read waits which are totallizing 26

  • Creating entries in a database table

    I have created a database table and want to insert new records in it thru this path - Utilities --> Table contents - > Create entries. But the create entries is not highlighted i.e. the system is not allowing me post entry in this way. Any idea why i

  • Transformationstep and error handling

    Hello, SAP library says: Transformationstep -> exception exists for system error -> generated for permanent system error. My idea was: If I have an error in a mapping embedded in a transofrmation step, this should generate a system error which I can