Recurring inspection and blocked stock

Hi
- I have activated inspection type 09
- Batch management is active
- Next inspection interval is maintained in material master
- Inspection lots are generated in QA07
- Batch stock is moved to blocked stock
Issue:
When I record the usage decision I want the batch stock to be automatically transferred from blocked stock to unrestricted stock.
How is this achievable?
I have searched for function module but I am not sure whether this is correct?
Please advise!
Eva Ahrens

Hi Amol,
the inspection lot quantity is moved to blocked stock.
If I run the process with move to QI stock, then the stock posting is working with transfer of inspection lot quantity from QI stock to unrestricted stock.
The strange thing is also that when using blocked stock during the inspection there is no tab page for stock quantities in the inspection lot.
But then it seems strange that this option exist - I seem to remember when testing appr. 10 years ago that it was working - perhaps a function module needs to be assigned to the usage decision code? I have looked but not found any suitable one yet.
I appreciate your help!
Eva

Similar Messages

  • Recurring inspection for blocked stock

    Hi all
    I am trying to create an inspection lot for recurring inspection for my material. Now the stock for this material is currently blocked. What I want to know is if its possible to have blocked stock moved into quality inspection for recurring inspection.
    Regards
    Obie

    Hi Obie,
    I am not sure but it may not be feasible to move the batch stock from block stock to quality inspection with recurring inspection. As I checked in OMJJ, I did not find QA07 transaction code as allowable for 349 movement.
    On the contrary, once the batch reaches to its expiry, stock can be posted to QI or block from unrestricted.
    I would suggest to use 08 inspection type for transferring material from block to quality inspection.
    Regards,
    Anand Rao

  • Difference GR blocked and blocked stock

    Hi Experts
    can u please tell me the difference between gr blocked stock and blocked stock.

    hi
    >block stock
    the block stock means the stock is in ur inventory and block for some special reason like reservation or any other reson
    >gr block stock
    gr block stock is the stock came and blocked for QM inspection before doing actual GR
    means the stock will be in our premises but not of our liability
    When we have some issues in the received stock and we do not want the quantity to be considered in the inventory the we can maintain the stock as GR Blocked stock.
    It is only recorded in the purchase order history. This stock is NOT valuated.You can display goods receipt blocked stock from two viewpoints:
    1.Goods receipt blocked stock for a material (at plant
    level)
    2.Goods receipt blocked stock for a purchase order item
    hope it clears
    regards
    KI

  • Diffrence between GR Blocked stock and Blocked stock

    Dear Seniors,
        Kindly tell me the difference between GR Blocked stock and Blocked stock ? in which case, we will move stock to GR blocked stock and blocked stock ??? kindly explain me please.
    Regards,
    JanaMM

    Hi
    Material can flow directly from goods receipt into consumption/usage or into the warehouse. However, It may also be placed into a blocked stock area first.
    Using the stock type, you can post the material into quality inspection stock or into blocked stock. In both cases, the material is already managed in the stock. Alternatively, the material can be conditionally accepted. Conditionally accepted deliveries for a purchase order are recorded in goods receipt blocked stock (GR blocked stock).
    The quantity posted into goods receipt blocked stock is not added to the inventory or managed as part of the inventory. It is only recorded in the purchase order history.
    You would use goods receipt blocked stock, for example, if the vendor's certificate for the delivered quantity were missing, or if you wanted to inspect a small quantity of the material before posting the actual goods receipt.
    When the conditions for acceptance are met, the material can be accepted into stock (for example, into unrestricted-use stock). The goods receipt is not valuated until this point.
    If the goods are to be returned to the vendor, instead, they can be taken directly from goods receipt blocked stock. Note, however, that a return delivery is possible even if the material was already posted into stock
    Blocked Stock is Valuated Stock. it is blocked for Certain reason.
    Blocked stock (not usually available from an MRP perspective and no withdrawals are possible for consumption)
    From blocked stock, you can withdraw only one sample, scrap a quantity, or post an inventory difference.
    If you want to withdraw goods from blocked stock for consumption, you first have to carry out a transfer posting to unrestricted-use stock.
    Thanks
    Dipak
    Edited by: Dipak J k on Sep 29, 2009 2:24 PM

  • GR blocked Stock and Blocked Stock

    Dear Experts,
    In standard way in T.code MMBE which stock in Gr blocked and Blocked stock how can I see this stock document no. ( 103 and quality 321 etc. ) in which document no they come in same stock.
    Pooja

    Hi,
    For your require ment go to the T.Code MB51 and give the Mov type  , you get the documents relataed to as per Mov no.
    In MMBe itself the option is there for GR blocked stock and blocked stock.
    Regards,
    Andra

  • Restricted and blocked stock

    Can any one tell
    What is Restricted use stock,Blocked stock??
    in which situation we will post the stock into blocked stock and Restricted stock??
    Locked - failed to search properly
    Edited by: Csaba Szommer on Mar 31, 2011 8:11 AM

    Hi
    Stock other than Un-restricted is restricted stock  eg. quality, blocked, reserved etc.  You can consume the material stock in restricted use .
    Blocked Stock is a kind of Dead stock . You cant use it without changing its status .
    More details Check out the link
    http://www.sap-img.com/materials/differences-between-restricted-vs-blocked-stock.htm
    Regards
    Anand

  • Ip inspect and blocking

    Hello
    My config:
    ip inspect name CBAC tcp timeout 10
    ip inspect max-incomplete high 100
    int fa0/1
    ip access_group permit_all in
    int fa 0/2
    ip access_group permit_all in
    ip inspect CBAC in
    Access-list on both interfaces accept all ip traffic.
    What happens when:
    1. Incoming TCP SYN packet arrives on fa0/1 and TCP session is built. I assume that this session will not be inspected ?
    2. TCP session is initiated from fa0/2 interface. Such session will be inspected - and after 10 seconds of idle:
    a) when  packet within this session will be received on fa0/1 it will be accepted ?
    b) when  packet within this session will be received on fa0/2 it will be dropped ?
    3.  When TCP ACK packet is received on fa0/2 - but there is no session which matches this packet - will it be dropped ?
    4. Only 100 half-opened session are accepted but only when initiated from fa0/2, when initiated from fa0/1 - there is no limit ?
    Thanx

    Here are the answers to your questions.
    1. Incoming TCP SYN packet arrives on fa0/1 and TCP session is built. I assume that this session will not be inspected ?
    2. TCP session is initiated from fa0/2 interface. Such session will be inspected - and after 10 seconds of idle:
    a) when packet within this session will be received on fa0/1 it will be accepted ?
    b) when packet within this session will be received on fa0/2 it will be dropped ?
    3. When TCP ACK packet is received on fa0/2 - but there is no session which matches this packet - will it be dropped ?
    4. Only 100 half-opened session are accepted but only when initiated from fa0/2, when initiated from fa0/1 - there is no limit ?
    1. Yes this session will not be inspected.
    2. a) No, after the session has gone idle. it will be removed and the next packet should have the Syn Flag not ACK.
        b) Yes, they will not be dropped.
    3. Yes.
    4. This value is defined globally , not interface wise.
    Puneet

  • How to remove GR blocked Stock

    Dear experts,
    We found there is some stock in GR.Blocked stock, which we can can not release into unrestricted now as we have no pending
    103 documents,how to make the stock into unrestricted.please suggest me.
    Thanks in advance.
    Varun
    Moderator message:
    Locked. Reason: basic question.
    Please search before asking.
    Edited by: Csaba Szommer on Dec 23, 2011 6:48 AM

    Hi,
    Please refer the below links hope it may help you
    http://help.sap.com/saphelp_46c/helpdata/en/a5/6334ef43a211d189410000e829fbbd/content.htm
    diffrence between GR Blocked stock and Blocked stock
    Did you check MMBE to see the stock...
    whether its showing there...
    If its showing there...
    Remove the stock from GR blocked stock...either via referencing the material document through which you post it to GR blk stock or via referencing the PO...
    and release it to stock or consumption...
    and then check ....
    You can do above from MIGO itself...
    Regards,
    Udaya.

  • Restricted vs blocked stock

    What is restricted use stock and when would you use this stock type?  What is the difference between restricted use and blocked stock?
    Also, what is the difference between "stock in transit" and "transit/transfer" (in MB52)?
    Edited by: SDW on Apr 7, 2008 9:09 AM

    Report MB52 showing Restricted-Use stock which restricted in the batch master record using the status key.
    I found following help document for this,
    Batch in Restricted-Use Stock
    Specifies that the batch is included in restricted-use stock.
    Use
    If, though a batch has the status "restricted", you want to use a goods movement to post a quantity to unrestricted-use stock, the quantity is posted to restricted-use stock and not to unrestricted-use stock.
    If the status of a batch is set to restricted, the total unrestricted-use stock is transferred to restricted-use stock by means of a transfer posting. A material document is created.
    You cannot change the status of a batch (unrestricted/restricted) in a goods movement, only with the following functions:
    by maintaining the batch master record manually
    using the control function provided in the QM system
    Configurations for Restricted-Use Stock
    For planning purposes, restricted-use stock is treated like blocked stock, that is, it is either available or not available, depending on your system configuration.
    Withdrawals from restricted-use stock are either possible or not possible, depending on your system configuration.
    The status of a batch can be considered in batch determination, that is, you can search for unrestricted or for restricted batches.

  • GR-blocked stock VS Blocked stock

    Dear all,
    I still have some confuse with the concept and use of GR-blocked stock and blocked stock.
    As far as I know, GR-blocked stock is usually triggered at the point of goods receipt with ref to PO. If the goods are not satisfy with the requirement, then post the goods to GR-blocked stock via 103.
    However, under what circumstances we need to post the goods to blocked stock?
    Thanks in advance for the guidance.
    Thanks.
    Best Regards,
    Edwin

    Hi,
    Good receipts is done in Unrestricted stock (or) Qualtiy Stock (or) BLOCKED stock
    Movement type - 101 Unrestricted stock (or) Quality Stock
    what circumstances we need to post the goods to blocked stock?
    during inwarding if you found that the lot will having problem where the value is more and qty is more
    you will inward in Blocked stock
    Movement type -- 103 - For blocked stock in this you are moving to block stock if  you see the P.O history of the p.o. there will be qty updation and value updation is not there
    when u move from block stock to unrestricted stock using movement type 105
    stock will be getting updated and valu also
    You have totally confused
    G.Ganesh Kumar

  • Inpect and block outgoing emails.

    Hello, I am new in Exchange Server Development. My task is to create TransportAgent that can inspect and sometimes block outgoing emails. It is important for me to inspect and block internal emails too(not only emails going out of organization). I need to
    support Exchange 2010, 2013.
    Thanks in advance,
    Vitaly

    As others have mentioned probably what you want can be done via Transport Rules.
    However if you have some form of content that can't be caught with Rules and you want to use a Transport Agent then.
    >> It is important for me to inspect and block internal emails too(not only emails going out of organization). I need to support Exchange 2010, 2013.
      Then using a routing agent
    http://msdn.microsoft.com/en-us/library/office/aa563310(v=exchg.150).aspx (the OnSubmittedMessage is probably the most appropriate) and
    http://msdn.microsoft.com/en-us/library/office/aa579261(v=exchg.150).aspx#Namespaces is the way to go as this will catch both Internal and External email. If you want to write one agent that will work on both 2010 and 2013 then you want compile with the
    2010 binaries and then use the
    http://technet.microsoft.com/en-us/library/jj591524(v=exchg.150).aspx on 2013 (or just compile a different version for 2010 and 2013).
    Cheers
    Glen

  • Block stock calculation from mseg table for any given date.

    I am calculating stock from mseg table for any given date. Not just month end stock or current stock. It could be back date also. It is tallying also with MB5B stock report of that date. Now I have to bifurcate that stock into unrestricted stock, quality stock and block stock.
    I have checked INSMK and ZUSTD field in mseg table, but could not concluded. Should I check movement type wise? Block/ Quality stock could be transferred into unrestricted stock also. That also I have to take care.
    Can anyone clearly explain how the stock type posting takes place in mseg table when goods receipt as block / quality stock and when the same goods transferred in unrestricted stock, what are the reference indication.

    DATA : LIST_TAB TYPE TABLE OF ABAPLIST.
    DATA: BEGIN OF VLIST OCCURS 0,
          FIELD1(5)  TYPE C,
          FIELD2(19) TYPE C,
          FIELD3(16) TYPE C,
          FIELD4(17) TYPE C,
          FIELD5(25) TYPE C,
          FIELD6(24) TYPE C,
          FIELD7(25) TYPE C,
          FIELD8(25) TYPE C,
          END OF VLIST.
    TYPES : BEGIN OF ITAB,
           MATNR(18) TYPE C,
           WERKS(5) TYPE C,
           END_MENGE(20) TYPE C,
           END OF ITAB.
    DATA : ITAB TYPE STANDARD TABLE OF ITAB WITH HEADER LINE,
            WA_TAB TYPE ITAB.
    ----submit command to run mb5b in the background and -
    ----push the data into an internal table -
    " Calling MB5B for displaying the Closing Stock
    SUBMIT RM07MLBD USING SELECTION-SCREEN  '1000'
                    WITH DATUM BETWEEN S_DATE-LOW AND S_DATE-HIGH
                    WITH MATNR IN S_MATNR WITH WERKS IN S_WERKS
                    WITH BWART-LOW = '601' EXPORTING LIST TO  MEMORY
                    AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
      TABLES
        LISTOBJECT = LIST_TAB
      EXCEPTIONS
        NOT_FOUND  = 1
        OTHERS     = 2.
    CALL FUNCTION 'LIST_TO_ASCI'
      EXPORTING
        LIST_INDEX         = -1
      TABLES
        LISTASCI           = VLIST
        LISTOBJECT         = LIST_TAB
      EXCEPTIONS
        EMPTY_LIST         = 1
        LIST_INDEX_INVALID = 2
        OTHERS             = 3.
    LOOP AT VLIST WHERE FIELD1 CS '|'.
    CHECK SY-TABIX GE 4.
    MOVE :  VLIST-FIELD1+1(4) TO ITAB-WERKS,
            VLIST-FIELD2+1(18) TO ITAB-MATNR,
            VLIST-FIELD8 TO ITAB-END_MENGE.
    APPEND ITAB.
    ENDLOOP.
    This is the program to call MB5B and the standard program and use the following settings for the closing stock opening stock and block stock

  • Goods receipts blocked stock and quality inspection

    Hi,
    we want to create an inspection lot for an initial sample automatically as the goods receipts is posted. At the same time we don't want the amount to appear in the normal quality inspection stock or in the normal blocked stock but instead it should be posted in the goods receipt blocked stock.
    Is it possible to post it automatically to the goods receipts blocked stock?
    Is it possible to create an inspection lot automatically for this?
    Thanks,
    Marcus.

    This isn't something that is straight forward, like just running a report.
    You have to look at the field QALS-LMENGEZUB which is the quantity to be posted of he inspection lot.  Keeping in mind that you can have multiple inspection lots for the same batch, you'd have to get all qals records for the batch you are interested in.
    You then have to compare all the related MCHB records for the material and ln that table sum all the values in field CINSM.
    That should show you any inconsistencies between the MM and QM.
    I am assuming this is for batch managed, non-HU managed materials.
    If not, let me know and we'll take another crack at it.
    FF

  • Stock posting during Recurring inspection.

    Hello Folks,
    We are currently in the process of implementing the Recurring inspection process for Batch managed materials. If a Batch of material is available in multiple Storage Locations (for example two), the Job 'Deadline Monitoring of Batches' triggers two transfer postings (to Restricted stock in respective storage locations) and two Inspection Lots.
    When the Usage Decision is being taken for the Lot in the first Storage Location, it triggers the Stock Postings in both the Storage Locations from Restricted stock to Unrestricted (though the second inspection lot still has the status 'REL CALC SPRQ') and this stock is available for consumption in the second storage location as well.
    Looks like we are missing something here - appreciate any inputs.
    Thank you.
    SK.

    Unfortunately no.  It has nothing to do with wether it is a user or a program like QA07 or UD.  The indicator or restricited batch is simply a single "X" in the MCH1 table.  (MCHA table if at plant level batch).  So without a significant rewrite of the software, there isn't a way around it.
    You have to look at it this way.  If you had the same batch in two WH and one expired and was restricted, you'd want all the other portions of the material restrcited as well.  In addition, once released, the entire batch is released.
    I'm a bit confused in your case.  You seem to indicate you are running the QA07 with the "Block batch" indicator and not the "inspection lot" indicator. But you refer to making a UD.  If you are running with block batch in QA07 how are you creating the inspection lots? 
    If QA07 created the two inspection lots, you should be required to do two stock postings to clear both portions of stock out of QI.  So you have me a bit confused when you say you have two lots and the system posts both to unrestricted. 
    Are you manually creating these?  In that case, they are not stock relevant and making a UD to unrestricted can release the batch every where from either lot.
    I get the feeling I missed a step in your process.
    Craig

  • GR Purchase Order to Blocked Stock / Inspection Type 01

    Hi all,
    I want to receive 100 KG of Material X from a purchase order:  95 KG to Quality Inspection Area and 5 KG to Blocked (Stock Category S)
    For the 5 KG to be received to the Blocked Stock, I used movement type 103, the material was received to "GR Blcoked Stock".
    Then I used movement type 105 to release it. I chose Stock Type "Blocked".
    After posting, the material was received to "Quality Inspection Area" and NOT to Blocked Stock. I think the reason was the Inspection Type 01 was activated, so the material was received by default to Quality Inspection Area.
    How can I receive a material directly to "Blocked Stock"?
    Regards,
    Kifah Yacoub

    thank you, but it seems you misunderstood my question.
    What i want is: How to receive from purchase order to Blocked Stock (Stock Category S).
    I tried movement type 103, but it's not exactly what i want.
    Thank you

Maybe you are looking for

  • Macbook won't print grayscale or doubled-sided to HP printer

    I'm printing to an HP Officejet Pro 8600 Plus, and in the dialogue box I mark long-edge binding under two-sided printing, and grayscale as an "other profile" of colorsync. But my documents only print in color and single-sided. I also notice that afte

  • Acrobat 5.0 - Excel conversion

    I'm having trouble printing Excel forms in Acrobat 5.0   I can only get 2/3 of the document and Acrobat stops.  I've reset the print range in Exce and that doesn't help.  Any suggestions?

  • How can I see if there are files present in this sourcing staging ftp folder:

    Hi All, How can i see if there are files present in the below parth in SAP Sourcing staging dtp folde. Upload Directory:usr/fciintegration/abce/materials/upload Please help me . Thanks Peeysuh Ranjan

  • Binding variable to custom object.

    Is there something different about doing this in the main, base application then in a custom control files? This code works just fine in my custom logDetails.mxml file. import Model.troubleLog; [Bindable] public var troubleEntry:troubleLog = new trou

  • Using Previous Recipients to Send New Email

    Im wondering...I have a very long list of previous recipients. I am now working on a mass email that I would like to send (bcc'd, of course!) to about half of them. I tried to highlight the names/emails that I want to use and drag them to the bcc fie