Automatic creation of inspection lot for Expired Batches

Hi All,
I am in one trouble and need some help in above scenario.
I am able to create inspection lot for batches about to expire, but how to create inspection lots for batches which were already expired or which next inspection date already missed?
Master data like '09' inspection type, inspection plan is already maintained.
Second question, is QA07 also affect on special stocks like vendor stock or project stock etc?
Immediate response will be appreciated.
Thanks

Hi
To meet you above mentioned requirement you have to modify the program RQAAAS10 as per your logic both to create lot for Expired Material and to consider project stock or vendor stock as In standard SAP these stock are not considered.
regards
Manish

Similar Messages

  • Stop Automatic Creation of Inspection Lot for a condition

    Dear Gurus,
    While Creating a Delivery through a Sales Order, Config is maintained such that "Inspection Lot" will be automatically Generated.
    Now Business wants to Stop this Automatic Creation of Inspection Lot only for a Particular Delivery Type and for a particular mode of Transport.
    Do we have any User Exits / BADIs to achieve this requirement.
    Please let us know.
    Thanks in advance.
    Regards,
    Vinay Mutt

    Hi
    To meet you above mentioned requirement you have to modify the program RQAAAS10 as per your logic both to create lot for Expired Material and to consider project stock or vendor stock as In standard SAP these stock are not considered.
    regards
    Manish

  • Automatic creation of inspection Lot upon GR

    Hello all,
    i have a problem with QM module. I want that when QI is active in material master the system automaticcaly create an inspection lot. At the moment when i post the GR the system doesn't create it.
    The GR is posted in a storage location manage by WM, so i have customize also the interface WM-WM.
    Can you help me, please?
    Thanks
    Matteo

    Hi Matteo,
    The settings required for automatic creation of inspection lot are as follows:
    1. Tick the procurement active tick on the material master and assign a QM control key.
    2. Assign inspection type 01 and set this to active.
    3. Create the q-info record for the material, plant and vendor combination.
    4. Set the inspection control to inspection active in the q-info record (no need for the status profile unless you controlling which inspection type to create depending on the specific status).
    5. Also ensure for the PO you receiving that the stock type is set to quality inspection and the QM control key is specified.
    This should create the inspection lot automatically without the need of a status profile.
    Regards,
    Roderick

  • Automatic creation of Inspection Lot

    Hi ppl,
    We are implementing QM module for our client, and we have built a custom program to create the Inspection Lot automatically after the GR is posted.
    But when there are multiple Inspection Plans existing for the material, then the system fails to create the Inspection Lot automatically as it is not able to decide which Inspection Plan is to be used.
    I couldn't find any userexit or BADI to achieve the requirement.
    Please let me know if there is a way to automatically tell the Inspection Lot creation transaction that which Inspection Plan & which task from the Inspection Plan is to be used.
    Inspection Lots are created using transaction QA01.
    Regards,
    Dawood

    Hi
    To meet you above mentioned requirement you have to modify the program RQAAAS10 as per your logic both to create lot for Expired Material and to consider project stock or vendor stock as In standard SAP these stock are not considered.
    regards
    Manish

  • Creation of inspection lots for vendors

    Hello friends,
    How can we create inspection lots for all vendors at a time? I want to record results for my vendors(near about 2000 no.) by inspecting their raw matwrials in a lab.

    Hi Kiran,
    Why you are going for manual lot creation if the scenario is like above?
    1.     Assign inspection type 01 to material master
    2.     Prepare an inspection plan through QP01 with usage 5
    3.     Inspection lots will get generated with lot origin 01 whenever you do good receipt through
    migo with 101 movement type
    Conclusion: Inspection lots will get generated automatically whenever you do good receipt with vendor material combination.
    Best Regards,
    Anand Rao

  • Restrict creation of inspection lot for certain work centers

    Hi
    My client needs to restrict the creation of inspection lot at certain work centers although QM is active for all material processed in these work centers.
    I am using the  function module 'EXIT_SAPLQAAT_002' of QAAT0001 for this purpose. Z04 inspection type ( with Post to insp stock) is maintained for all these material.
    A different Z table is there , where material-work center combination is maintained for which no inspection lot is required.
    Logic provided so that system searches Material-Work center from production order then compares it with the Material-Work center combination with the maintained Z Table.If both found same then no inspection lot will be generated.
    But an error message (Change the inspection stock of material XXXXXX in QM only) appears for all those material while doing confirmation in CO11N . Hence system does not allow to complete confirmation for those material where QM is active.
    Please suggest if i am using the correct Exit or any further improvement is required.
    Thanks and regards
    D Mohanty

    Hi
    Actually the issue is resolved now.The problem was with coding where we were using Table-AFRU for reading prod order details.But AFRU does not consider fresh orders for which it was replaced with AFKO.
    Also the Z table must be maintained as Plant-Material-Work center combination prior to go for any order confirmation.
    Thank you all who have gone through the post , hope this will help those who have to map the same scenario at their end.
    Regards
    D Mohanty

  • Avoiding creation of inspection lot for certain vendors.

    Hi,
    There is one requirement from my client side , that Inspection lot should not be created for certain vendors ( Issuing plant also consider as vendor here).
    The correct requirement is if it is transfered from other plants it should not create the lot and on the other vendors it should create.
    We have a have a option through maintaining the QM info record but it was not maintained earlier and newly creation is too difficult.
    I remember there is some exit is available to overcome this. Any one having the earlier experince on this...Provide the exit and FM name... High priority one.
    Regards
    Pragash

    Dear Pragash
    1) You can maintain Quality info Record in enmass using QI06. Only maintain for the vendor you need to skip.
    2) This exit can help you in controling the inspection lot
    QAAT0002 Control of acceptance lots/goods receipt  
    QBCK0003 Extended QM check for goods receipt                                         
    Regards
    Gajesh

  • Latest inspection lot for a batch

    I need to extract the latest inspection lot from QALS using charg matnr werks and insert into i_qals

    you can write simple logic to get latest record from QALS based on creation date ERSTELDAT
    See the example one :
    REPORT ZJOINS .
    data i_qals like qals occurs 0 with header line.
    start-of-selection.
    select * from qals into i_qals up to 1 rows order by ERSTELDAT
    descending .
    if sy-subrc eq 0.
    exit.
    endif.
    endselect.
    Thanks
    Seshu
    loop at i_qals.
    endloop.

  • BAPI for Creation of inspection lot

    I have two scenario:-
    1.Can any body help to find BAPI for creation of Inspection lot for the material under PO envisaged for PDI.
    2. Can any body find me a BAPI or FM which can creates inspection lot in QALS table without inspection lot origin under 01 i.e. 0101 or Z01SI01.
    My objective is to creation inspection lot without assigning Inspection type of Z01SI01 or Z01SI02 and so on in the material code under a respective Plant 1004 or 1005 0r 1006 so on.
    In my Z Development for creation of inspection lot BDC is run for QA01 as this code created inspection lot on when material code has inspection type Z01SI01 i.e. location of source inspection and vendr code particular classification under 010 vendor class inspection type Z01SI01. System search both the inspection type for both material and vendor then create inspection lot in QALS table by assiging inspection matching inspection on the lot.
    I want to get rid of assignment of inspection on the materilal. If any BAPI or FM is avalable for creation of inspection without assigning inspection type on material code. I want to create inspection lot in which Inpsection type assignment can be done based on vendor class only.
    YPB

    2. Can any body find me a BAPI or FM which can creates inspection lot in QALS table without inspection lot origin under 01 i.e. 0101 or Z01SI01.
    I am very sure that this is not possible.You can not create inspection lot without inspection lot origin or inspection type.
    Regards
    Sujit

  • Scenarios for "manual creation of inspection lot"

    Hi QM gurus!!
       I would just like to ask the main function of QA01 or "<b>Manual creation of inspection lot</b>"
    What are the cases/scenarios where this tcode is used? I would really appreciate if you could help me.. Thank you.
    Regards,
    Heinrick Palad

    HI,
    The table below provides a brief overview of the functions you can use to process inspection lots. Appropriate cross references are included for the more extensive tasks or for those for which additional information is available.
    Prerequisites
    The inspection lot processing functions can be linked to various authorizations that are checked by the system whenever you try to process an inspection lot. The following types authorizations are relevant to inspection lot processing:
    Material authorizations
    The material authorization for QM is stored in the material master. For more information, see  Creating and Changing QM-Specific Data for a Material.
    Inspection type authorizations
    This authorization controls which inspection type the user can access in order to create an inspection lot. The inspection type authorization is plant-specific.
    No authorization checks are executed in QM when an inspection lot is created automatically.
    Features
    Function
    Pushbutton / Menu path
    What you should know
    Accessing the initial screen for the inspection lot processing functions
    Logistics ® Quality management ® Quality inspection ® Inspection lot processing ® Inspection lot
    Creating an inspection lot manually
    See Creating an Inspection Lot Manually
    Changing an inspection lot
    Choose Change
    Enter the number of the inspection lot you want to change and then choose Enter.
    Displaying an inspection lot
    Choose Display
    Enter the number of the inspection lot you want to display and then choose Enter.
    Creating a new batch in an inspection lot
    See Batch Creation in Inspection Lots
    Cancelling an inspection lot
    Call up an inspection lot in the change mode and choose Inspection lot ® Functions ® Cancel lot.
    See Cancellation of an Inspection Lot
    Blocking/unblocking an inspection lot
    Call up an inspection lot in the change mode and choose Inspection lot ® Functions ® Block lot.
    To unblock an inspection lot, choose Inspection lot ® Functions ® Unblock lot.
    When you block an inspection lot, you cannot process the lot further. You must unblock the lot if you want to perform any additional operations.
    Transferring stock in an inspection lot
    See Stock Transfers
    Making corrections to inspection lot quantities
    See Corrections to Inspection Lot Quantities
    Creating a QM order
    Call up an inspection lot in the create or change mode and choose Goto ® Insp. lot acc. assgnmt.
    See QM Order Creation
    Resetting the sample calculation
    See Resetting the Sample Calculation
    Printing inspection instruction/sample-drawing instruction
    See Printout of Instructions
    Approving a task list
    Call up an inspection lot in the create or change mode and choose Inspection lot ® Functions ® Give approval
    If the task lists in your company must be approved before they can be used, you should make sure that only approved task lists are assigned to an inspection lot. If the system selects a task list that has not yet been approved, you can use this function to approve the task list (provided you have the necessary material authorization).
    this link help u.
    http://help.sap.com/saphelp_erp2004/helpdata/EN/be/00bbe7ca5311d2961800a0c930e04c/frameset.htm
    reward is usefull.
    tahnks.

  • GRN With 2line items(material,batch same)one inspection lot for 2line items

    Dear Experts
    As and when we make a GRN with 2 line items and same batch number we enter no. of containers differently but only the number from the first line item is flowing into the Inspection lot origin.We are creating only one inspection lot for 2 line items as the batch number is same for the items.
    1. In material master i have given 01 inspection type ( with control inslot.. Each material document,batch, storage location) :---
    this is the reason system is creating only one inspection lot.
    i am entering manually same batch number for 2line items...
    Here my problem is ... while giving UD... SYSTEM IS PICKING ONLY FIRST LINE ITEM NO.OF CONTAINER... IT HAS TO BE BOTH LINE ITEMS CONTAINERS.... IT IS PICKING BOTH LINE ITEMS QUANTITY... NO.CONTAINER ONLY IT IS NOT PICKING....
    Waitting for  experts reply

    Hi,
    As per your query if you put in MM forums then you will get the reply immly.
    Anil

  • Creation of one inspection lot for more than 1physical sample

    hello SAP,
    we have one common question.I have created 3 physical sample 20000006,2000007,2000008 and now i want to create one inspection lot for these 3 physical sample through QPR5 Transaction but system is generating each inspection lot for each physical sample which is wrong process. this is common scenario for most of the industry.SO please clarify and provide the solution

    Hi,
    I hope this solution gives some way out for you to solve your problem . I assume the sample is for  the same material , phy. sample type and category
    Create a new physical-sample drawing with refernce to :
    Using this function, you can create a new physical-sample drawing (with one or more physical samples) that references:
    An inspection lot
    A production order or process order
    A production version
    You use this function to create physical samples that have not been planned in a sample-drawing procedure and which you can draw from a production process according to your specific needs. In an inspection during production, for example, you can draw physical samples from the process on the basis of time or quantity (for example, a physical sample every three hours or for every 1000 liters of material produced). You can freely specify the inspection-relevant operations in which you want to inspect the physical samples for the new physical-sample drawing.
    please do let us know wether you were able to create one inspection lot .Or else please ellaborate the question step wise t-code and functions Will try to find a solution .
    cheers
    kp
    source of information : SAP

  • Manual creation of inspection lot

    on october 1st  i received the  material (QM is activated for this Material)  2000 qty from the vendor 100011
    system automatically created Inspection lot 2000 qty......in that i i have posted only 1000
    now in MMBE i am seeing 1000 in QI stock now today i have to move the stock from QI to unrestricted.....
    Manually i created inpection lot using QA01 for the Remaining 1000 qty......after that i am clueless how to proceed with pls guide me.............with the following steps.......

    Hi
    Creating Manual inspection lot for the remaining 1000 qty will not prompt for the stock posting. Here u can only record the results for the same.
    For the balance stock posting, u need to go to the same inspection lot( old one which was created for the 2000 qty against GR). To search for this lot, in QA32,
    select the radio button " select all inspection lots"
    Provide the date range. if u are not sure about the dates, keep blank
    provide material, batch etc.
    Now after execution, check the inspection lots for the status SPRQ or SPST
    Select the insp lot & click on Usage Decision. Post the balance stock to unrestricted.
    Thanks
    Sachin

  • PR Creation at Inspection lot creation

    Dear QM Experts
    can we generate Purchase requisition with the creation of Inspection lot, Automatically.
    in my case there are some inspection operation performed by external agency for which he charge some amount for services.
    for this i created a control key of external services and assign this in the inspection plan in a separate operation and enter all the required data like cost element, vendor, Purchasing oganization and material group but when i created the inspection lot , PR is not generated,
    should this requirement be cater by SAP?
    Regards

    Hi,
    Why do not you try here Source inspection.
    During crsation of purchase order lot will get generated .you can inspect material before its coming to your place..
    You have to activate 0101 inspection type active.
    Qinfo record you have activate source inspection.
    Even in procurrement key in custamizing you can have option if material get rejected.
    Once purchase order created to create lot you have run transaction QI07.where you can click on create lot.after saving this transaction you can get lot..Then you record result as per toyr requirement like from external services.
    Regards
    SANIL

  • Automatically creation of storage location for material, in MF60

    Hi all,
    my collegue of PP module uses MF60 transaction.
    When he puts XXXX as Replenishment storage location, the system tells him this error: To stge loc. XXXX does not exist for material M1010000182 in plant 0001.
    In MM i have activate the automatic creation of storage location for plant 0001 and for all movement types.
    Why MF60 does not respect this requirement?
    If I try to do movement type 311 with MIGO, manually, there's no problem to transfer the material from a storage location to , XXXX s.loc.
    Is there something more that I have to do?
    Thanks in advance!
    Best regards
    Alba

    Thanks a lot...
    the note says:
    Summary
    Symptom
    A material without storage location view exists.
    If within a single material document, this material is moved in such a way that no change in stock occurs in total, the system does not create a storage location automatically even if this is set in Customizing.
    Additional key words
    OMC3, XLAUT
    Cause and prerequisites
    All postings to a segment (for example, material, plant, storage location) are only executed if a change in stock occurs. Only in this case, storage locations are created automatically. This way it is made sure that no empty segments are created.
    Solution
    The system behaves correctly.
    Header Data
    Release Status:     
    Released on:     07.07.2000  22:00:00
    BUT why IF i do 311 in MIGO, system creates automatically storage location (also if no change in stock occurs in total).
    AND if doMF60  (that does mouvement 311), system does not create automatically the storage location?
    Best regards
    Alba

Maybe you are looking for

  • Firefox seems to mess around with URLs containing certain non-alphanumeric characters.

    When I try to access the URL http://www.the-dma.org/consumers/ [followed by anything - or nothing], I get a screen that says "Firefox can't find the server at www.dmaconsumers.org." - but, as you can see, that isn't the URL I was asking for. If I lea

  • Not Allow to Insert

    Hi : In My application there is table called baseline_effort where it contains Projects and Objects what i need is If project and object is already in the database if i try to reenter the same project it must show some message saying database already

  • Can't copy music to my brand new ipod nano...

    .....always shows message: attempting to copy to the disk ipod failed, disk could not be read from or written to will only copy a few songs, then gets stuck again....i retsrated, uploaded latest software version etc., nothing changed....any ideas?

  • Supplying Plant Assignment

    Dear Gurus, I am creating a stock transport order. When i create the Stock Transport Order (PO) against my PR generated from the MRP run, The supplying plant is not derived automatically. In material master special procurement is selected as 40 "Stoc

  • Upgrade Old Captivate Files

    Need to upgrade Captivate 4 files to open in Captivate 7.  Need download for trial version of Captivate 6.  Thank you.