Block materila after inventory

Hello,
I have a little problem with stock after inventory.
Material is blocked during inventory process and it is unblocked after counting and it is problem for me.
for better explanation:
     There is 10kg as inventory difference to 25.1.2012 ( for some material in some stock)
      After 2 days later - 27.1.2012 I open MIGO and  consume 20kg some material, but with date posting 24.1.2012 ( all in one material/ stock...)
It means I changed value of stock to 25.1.2012 and inventory difference is not correct. Therefore I would like to block materil/stock  after inventory ( it mean block materiial/stock untill 25.1.2012 all year)
Is it possible?

this is not possible.
When doing goods issue SAP is only checking whether you have enough stock in the current period, it does not calculate the stock situation on a certain day, and does not use a counting date as a hard stop for back posting.
In general you have to organize (outside SAP) a physical inventory, this includes to communicate to all parties who post movements that they have to post all movements that happened before inventory date before starting with your count.
And everything what was forgotten to post has to be reported to the head of physical inventory activity, as it needs special attention.

Similar Messages

  • Firefox is blocking (crushing) after the last update.

    Hello there.
    My Firefox is blocking (crushing) after the last update, which happened few days ago i think or maybe sooner. Ive noticed that happens every time i send a mail from Hotmail's web mail, and several times while i was doing really nothing (while i was afk). Is there any way that i can fix this? Can you tell me how to undo the last update just to try if its really the cause?
    Thanks in advance and best wishes.

    Were you running Firefox 23.0 (released Tuesday, August 6th) before upgrading to Firefox 23.0.1 (released Friday, August 16th)?
    To get feedback on possible causes of crashing, you can post some crash IDs here. This article describes how to get those IDs: [[Firefox crashes - Troubleshoot, prevent and get help fixing crashes]].

  • Data block information after deletion of data

    Hi , If I have deleted a row in a particular table then which meta data table in oracle will record that the no of bytes got deducted.
    I have checked in this table for perticular table before deletion and after deletion but there is no difference in number...DBA_SEGMENTS
    Edited by: 883279 on Jan 28, 2013 4:56 AM

    883279 wrote:
    Hi , If I have deleted a row in a particular table then which meta data table in oracle will record that the no of bytes got deducted.
    I have checked in this table for perticular table before deletion and after deletion but there is no difference in number...DBA_SEGMENTS
    Edited by: 883279 on Jan 28, 2013 4:56 AM When you delete a row in a table, oracle marks the block as free block and it does not actually frees the block. The subsequent insert statement uses this information and overwrites the block with new data.
    cehck this out, I have a table
    SQL> create table t
      2  as
      3  select *
      4    from all_objects;
    Table created.Now i run this
    SQL> set autotrace on
    SQL>
    SQL> select count(*) from t;
      COUNT(*)
        213321
    Statistics
             28  recursive calls
              0  db block gets
           2960  consistent gets
           2879  physical reads
              0  redo size
            517  bytes sent via SQL*Net to client
            488  bytes received via SQL*Net from client
              4  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
              1  rows processed
    SQL> select count(*) from t;
      COUNT(*)
        213321
    Statistics
              0  recursive calls
              0  db block gets
           2884  consistent gets
              0  physical reads
              0  redo size
            517  bytes sent via SQL*Net to client
            488  bytes received via SQL*Net from client
              4  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
              1  rows processedCheck the consistent gets in the second qyery its 2884.
    Now i delete all the rows from table
    SQL> delete from t;
    213321 rows deleted.Now i again run the query
    SQL> select count(*) from t;
      COUNT(*)
             0
    Statistics
              0  recursive calls
              0  db block gets
           2884  consistent gets
            306  physical reads
              0  redo size
            514  bytes sent via SQL*Net to client
            488  bytes received via SQL*Net from client
              4  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
              1  rows processedYou can see the consistent gets is same 2884, so oracle goes through all the data blocks even after
    we delete them.
    Now i truncate the table
    SQL> truncate table t;
    Table truncated.
    SQL> select count(*) from t;
      COUNT(*)
             0
    Statistics
              1  recursive calls
              1  db block gets
              6  consistent gets
              0  physical reads
             52  redo size
            514  bytes sent via SQL*Net to client
            488  bytes received via SQL*Net from client
              4  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
              1  rows processedNow the HWM is reset and the blocks are released.

  • How to Block GR after Rejection in Source Inspection - SAP QM

    Hi All,
    How to Block GR after Rejection in Source Inspection ? I have done a source inspection and rejected the inspection lot - but still I am able to do a GR for that PO.

    Dear,
    As per my view, It is not possible in partly quantity of purchase order.
    But when your Good receipt is done for your purchase order total quantity it set default delivery complete indicator in purchase order.
    But it is not match with your requirement.
    Please contact your ABAP team for your requirement.
    Regards,
    Mahesh Wagh

  • Number blocks discrepancy after import

    To elminate fragmentation in our database, I exported all blocks, cleared all data and then re-imported the export text file. It corrected the fragmentation problem but I noticed that the number of blocks was significantly reduced both at level-0 and upper level. Should I be worried or is it normal for a heavily fragmented database and it was just "phantom" blocks being removed?

    It's typically not a problem if your data is correct. If you had run calculations that caused some blocks to contain only #missing, before the export thay would exist. Importing will not bring in empty blocks, so after the import, your count could be lower

  • Posting block & Freeze book inventory

    What is the difference between the posting block and Freeze book inventory.
    Both does the same thing rite? by not allowing the user to post the stock till the physical check is completed.
    Note : Subject is frequently asked question,please search forum/various sap resources
    before posting.
    Edited by: Jeyakanthan A on Nov 29, 2011 12:27 AM

    Hi,
    Both are different.
    Posting Block allows you to set a block indicator so that system wont allow to make any stock postings during the Physical inventory period.
    Where as Freeze inventory will Freeze the book inventory i.e. it makes a note of the total inventory of a material and freezes it. so that you can still make stock postings even after creating physical inventory documents.
    For ex:
    Suppose you have set Freeze book inventory for a SL and you are creating a physical inventory document today and currently your total stock in un-res use for a material is 100 in that particular SL.
    After sometime you are entering a GR of say 100 qtys.
    Now as per the physical count - total stock available physically was 90 only then in this case when you do a physical inventory posting - system will do a adjustment of 10 Quantities only and not 110 Quantities.
    i,e. it will consider the freeze stock qty 100 rather than the total stock 200 Qty after the latest GRN.
    Hope its clear.
    Thanks & Regards,

  • Zonelarm on windows XP pro blocks firefox after update to 3.6.8. Is zonealarm or firefox at fault?

    I've used firefox on windows XP (4 users) pro since version 2.x. I was happily applying every update until 3.6.7+(?). After installing update 3.6.8 my internet browser access stopped working (I'm using Opera for the first time to write this). I've downgraded successfully three times (wating for zonealarm and Microsoft updates to resolve the issue inbetween) . I've downgraded to Firefox 3.6 but today I upgraded again to version 3.6.8 and again I had zonelarm reporting that it is blocking firefox (WHY, I allow access for firefox!?)

    Be sure in Program List that Firefox is set on "Auto", and that Trusted and Internet Access both have green check marks. Some older versions of ZA required a green check in Trusted Server; current versions do not. Do not allow Internet Server.
    If you continue to have problems, I suggest you register and post on the Zone Alarm User Forum: http://forums.zonelabs.com/index.php When posting there, be sure to include
    *your ZA product and version number (right-click the ZA icon in the system tray, click About, click "Copy to Clipboard" and paste in your question)
    *your OS

  • How to block PO after goods-receipt is done?

    Hi experts
    I need to know if there's any way to block a purchase order after a goods receipt has been made, i. e. that once that a material entry is registered, no one can modify the price nor add item lines to the PO.
    Best Regards
    Eloy

    Hi,
    U can try with release streatgy with setting release indicator as 1
    Regards,
    Pardeep Malik

  • Exit or Badi to block document after Reset Cleared Items in FF.5

    Hi,
    When you run FF.5 and some rejected documents are returned by the bank, I have to block the document after reset cleared items with a especific payment block key.
    Anyone already done something similar?
    Tks!

    Hi Rao,
    <b>Userexits</b>
    VMDE0004     Shipping Interface: Message SDPACK (Packing, Inbound)
    VMDE0003     Shipping Interface: Message SDPICK (Picking, Inbound)
    VMDE0002     Shipping Interface: Message PICKSD (Picking, Outbound)
    VMDE0001     Shipping Interface: Error Handling - Inbound IDoc
    V53W0001     User exits for creating picking waves
    V53C0002     W&S: RWE enhancement - shipping material type/time slot
    V53C0001     Rough workload calculation in time per item
    V50S0001     User Exits for Delivery Processing
    V50R0004     Calculation of Stock for POs for Shipping Due Date List
    V50R0002     Collective processing for delivery creation
    V50R0001     Collective processing for delivery creation
    V50Q0001     Delivery Monitor: User Exits for Filling Display Fields
    V50PSTAT     Delivery: Item Status Calculation
    V02V0004     User Exit for Staging Area Determination (Item)
    V02V0003     User exit for gate + matl staging area determination (headr)
    V02V0002     User exit for storage location determination
    V02V0001     Sales area determination for stock transport order
    <b>Business Add-in</b>     
    DELIVERY_ADDR_SAP     Address Change in Delivery Processing
    DELIVERY_PUBLISH     Announcement of delivery data during database update
    Reward pts if found usefull
    Regards
    Sathish

  • Stock posting in block stock after grn for source inspection

    Hi All,
    I have following scenario
    I am doing source inspection at vendor site i have maintained control key 0005 in material master & necessary certificate with certificate check required at GRN & UD stage
    i am creating a source inspection lot for a release po through t.code qi07 & then processing that lot before GRN
    Now when i am doing GRN for same PO it is giving me the following message  stage
    <b>A category ZC01(user sp. category) inspected certificate is required</b>
    Message no. QA312
    Diagnosis
    An inspected certificate must exist at the first goods receipt for a purchase order item.
    Procedure
    Check whether a suitable certificate exists for the purchase order and delivery, and create a certificate record with the status "Certificate checked and stored".
    If there is no certificate or no suitable certificate, this does not comply with the requirements in the material master record. If there is no inspection lot for this goods movement, the system posts the quantity to blocked stock or does not post the goods receipt.
    If you have created an inspection lot, the system marks the certificate check with the status "In lot". You must confirm the availability of an inspected certificate by the time you make the usage decision.
    after doing the GRN stock is being posted to block stock
    if i do not process the source inspection lot then the stock is posted to quality stock but this does fulfill the requirement of source inspection
    plz suggest soultion
    It's urgent
    Regards
    Ashutosh Shende
    9860681314

    Hello Ashutosh,
    In the material master you have defined certificate type with the customizing setting indicator for  'Enhanced Certificate Processing' active.
    If you set this indicator, extended certificate processing is active for
    this certificate type. You can then manage the inbox for quality        
    certificates independent of the goods receipt.                          
    The electronic inbox of certificates for the purchase order is only     
    possible if this indicator is set.                                                                               
    This means you have to create a certificate in QM (Transaction QC51),   
    before you can update your PO with cert. enclosed.  
    If you do not want the enhanced certificate processing you have change  
    the indicator into inactive.    
    Another problem known here is if you have activated the 05 Inspection type in the material master, that it is not activated in all plants relevant although QM in Procurement is set in all plants.                                        
    I hope that this resolves the described issue.
    Regards,
    Isabelle

  • How to reenable blocked extensions after Firefox update?

    After updating to Firefox 27 some extensions are apparently blacklisted by Firefox, which makes it impossible to run rather vital components, which makes Firefox near to unusable for some pages, especially FDM. While it is probably useful to disable extensions without consent of the users, it is quite annoying that this is not reversible.
    If there is some super-secret method to renable extensions, it is not easy to find, at least my Google search didn't turn anything up.

    That is a risk you take when you switch to the beta update channel.<br />
    Not all extensions are already compatible with the beta version and in such a case Firefox will disable the extension.
    You can try to reinstall the extension via its Add-ons page and override this block via the Add to Firefox button (install anyway).<br />
    Note that installing an extension doesn't guarantee that the extension will work properly, so use with caution.
    Otherwise you would have to edit the install.rdf file in the extension's xpi (zip) archive to bump the max-version.
    *http://kb.mozillazine.org/Editing_an_add-on_to_change_its_compatibility

  • Need to Block ME47 After the Quotation Deadline Corssed

    Hi,
    I have a user requirement to block the user for maintaining quotation after the deadline is crossed.
    currently everyone can able to edit the quotation evenif deadline is crossed.
    Say :  30/09/2011 is the quotation deadline,now on that day user will able to maintain the Quotation received from
               all the vendors, say user forgot to maintain the vendor quote on that day 30/09/2011 then after that this user
               will not be authorized to maintain thin in ME47..instead anyupper level  user will have only authority to  
               maintain this quote after deadline..
    Is this possible in standard setting or I need to go for development for the same,
    if yes then any user Exit for this development will be helpfull.
    Please share your views ..
    Thank you

    Hi,
    This can be acheived by giving authorizations to ME47. G  o to SE80 and find authorization object for quotation and in PFCG transaction create a role by giving this authorization  object. Assign this role containing authorization object to the respective user in SU01. Hence the respective person only can do changes. Hope it works. Thanking you.

  • After inventory transfer why we post excise document ?

    Hi all
    Dear friends I have a small doubt ....after posting the inventory transfer for excisable goods from one WH to another WH the system asking to post respective Excise invoice ....... why we post the excise incoming or out going invoice (by selecting WH at BP level radio button) what is the use of this entry.......can any body clarify it.
    Thanks & Regards
    Komanduri

    Hi Komanduri.......
    It is an Excise rule that if you are moving inventory from any excisable warehouse you must have to raise Excise Invoice.
    And you may or may not punch this invoice as per situation.
    For example if you have two branches and for that you created them as two separate warehouses. And both branches are excisable unit. So if you are transferring your inventory from one branch to other which are excisable so you have to raise Excise invoice based on Inventory Transfer......
    This is the main reason why SAP has given this facility..........
    Hope you are clear now......
    Regards,
    Rahul

  • Skype blocks Account after sign into Skype Manager

    After years of using skype without a problem and being happy with it, following happened:
    1) my account "kpaessler" was blocked a few hours after I signed into Skype manager. Both the skype account and the Manager was blocked. The answer to my inquiry was that Skype suspects incorrect use of the account.
    So far no refund on credits (about 60EUR) and dial in number.
    2) To get things going, I used another Skype account of mine "nuessering"  to sign into Manager again. Could purchase a 3 months dial in number. Some hours later the Manager was blocked. The Skype account seems to work for skype to skype but Skype blocked the possibility to purchase a Skype in number or to by credit. 
    The purchase of the dial in number of the second account was refunded.
    Both accounts are connected with same e-mail adress of mine.
    What is going on? Has Manager a big problem?
    My "kpaessler" acount has all my adresses and the dial and most important the call forwarding. This is very important to me.
    How to get my this account back to be unblocked?
    Thank you for any help.

    Please contact customer service, they will help you sort this out: https://support.skype.com/en/faq/FA1170/How-can-I-​contact-Skype-Customer-Service
    Andre
    If answer was helpful please mark it with Kudos and if issue is resolved mark it with solution. This will help other users find this answer more easily. Thanks in advance!

  • Block again after InputStream.read() return -1

    Hello,
    I've got the following problem: I call read() on my InputStream object until the function return -1. The read() call is done in a loop. After that i start processing the received data. The socket is not closed and i want to start a blocking read() call again. But this doesn't work. Instead the read() return -1 again and again..... This make sense to me because there are actually no data, but i expected that read() is blocking again.
    Does anyone know this problem?
    By the way: Can i change my screen name. I typed in some stupid stuff as I think i could change is later.
    Thanks
    Christian

    read() returning -1 means that the other end has closed the connection. All you can do is close yours. There will never be any more data so there is nothing for it to block for.

Maybe you are looking for

  • Mac Pro's (early 2008) Back up plan towards a possible OS upgrade to Yosemite

    Hello All. Here’re some of the details/background info…hopefully all this won’t be so annoying. Your feedback is highly appreciated. Thanks a bunch! I have 2 Mac Pro’s (Early 2008) 3,1 both running SL (10.6.8). One I have been using non-stop througho

  • Laptop error message need help

    the instruction at 0x606f031e referenced memory at 0x606f031e. the required data was not placed into memory because of an I/O error status of 0xc000009c that is the message i am getting it is an older laptop with windows pro i cant access the admin o

  • Multiple logins/passwords possible for one site under one profile?

    I have three user log-ins at one site (personal, work, and volunteer group). Is it possible to get FF to remember all three pairs of log-ins/passwords under one profile? When I try to set the password for the second log-in, it changes the stored pass

  • PLEASE HELP! STP changes not updated in FCP

    I've watched tutorials for STP and I can't get a simple process to work. I have original footage in FCP opened and I am working on resyncing VO over audio in STP. In FCP, I select all and "send to Soundtrack PRO Multitrack" The project opens in STP,

  • My i Pod touch still works but it has a dead screen! How can i fix this??!!

    I just got the iPod for Christmas last year but recently my little brother dropped it and it became a dead screen! How can i fix this problem?! HELP!!!!!!!!