Source inspection - inspection lot skip for certified vendor

Hii,
I have a requirement in which during source inspection, the inspection lot should not be created if the Vendor is certifed. I have made the following settings:-
1. In Vendor Master, maintained the Actual QM system in control-reference data.(QM system marked for skip in customizing)
2. In Material Master-
    - Activated QM Proc- QM control Key -Delivery release
    - Target QM system
    - Inspection type for source inspection activated in inspection set up
3.In Quality Info Record for Vendor,Material,Plant combination-in Inspection Control tab-
    - Maintained the existing QM system & validity
    - Selected 'No Inspection' in Insp. control
    In Vendor source inspection tab maintained the inspection type & lead time.
Inspite of the above settings, I can see this PO (for vendor,material,plant) in the source inspection worklist(QI07).
Please suggest as to which setting I might be missing.
Thanks!!!
Regards,
SV

Hi,,
You have to go T code QI07
where give input Vendor ,Material plant,
Delivery dateopening peroid
Then execute the transaction .
Select line item click oninsp lot & save.
Where you have trigger lot for the same then only lot will get genarated.
Regards
SANIL
This confugaration required if you have option if lots get rejected.
Quality management-QM logistics-QM procurement -Control key
Define control key;
GR/Source inspection control;
GR for rejection; three option is available
1.source inspection has no effect on goods receipt
2.Creation of new inspection  lot
3.Goods receipt not allowed
Regards
SANIL
Edited by: Sanil Vadke on Mar 12, 2010 7:29 AM

Similar Messages

  • Approval Query to skip for one Vendor Group - Not working

    Dear All,
    I am trying to create an approval query wherein when a user creates a Purchase Order for a Particular Vendor Group then the approval check is not required and for other Vendor Group approval check is required. The query is as under :
    SELECT distinct 'true'  FROM OPOR T0  INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode INNER JOIN OCRG T2 ON T1.GroupCode = T2.GroupCode WHERE T2.GroupName <> 'Supplier Own Group'
    I don't want that which vendors are in Supplier Own Group check go for an approval process. Means all vendors in this group should get skipped for approval.
    How to achieve this because this query seems not to be working in the approval process because when a user creates a PO whose Vendor group is under Supplier Own Group then also the approval checking is happening.
    Please help how to resolve this issue.
    Regards,
    Depika

    Hi,
    Try this
    SELECT distinct 'true'  FROM OPOR T0  INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode INNER JOIN OCRG T2 ON T1.GroupCode = T2.GroupCode
    AND T2.GroupName <> 'Supplier Own Group' where T0.CardCode = $[$4.1.0]
    Hope this helps,
    Son.

  • Inspection lot should be created only for particular vendor

    Hi
    Can anyone please help in achieving the below scenario:
    *Material  has been assigned to the inspection type A (one time inspection) has been set as preffered and active  in the inspection set up in the material master.
    *Quality level has been created for material and vendor  such that inspection should be carried out when next stage is 1 and no inspection should carried out when next stage is 2.
    *Tasklist   has been assigned with material and vendor .
    Material can be supplied by different vendors,For this material,  inspection should be done only for one vendor  and for other vendors there should  not be any inspection to be done and no inspection lot should be created.i.e Inspection lot should be created only for one vendor say AA whereas now inspection lot is getting created when  goods receipt is done for the purchase order  with other vendor BB.
    My requirement is  the inspection lot should not be created when goods receipt is done with other vendors say BB  except AA.
    Is there any other way other than using quality info record to achieve this.
    I can try with DMR  but the thing is there should not be inspection lot created  while posting GR.
    can anyone suggest me any other way to achieve this requirement.

    There are user exits when you create an inspection lot.  One of those could be used to suppress the inspection lot.  Have you looked at these?  Have you researched any QM user exits yourself yet?  This isn't the first time this specific question has been asked over the years.
    It's not hard and there are lists of QM user exits available all over the internet.
    Please do some research.
    You can also assign vendors to inspection plans with a DMR that requires one inspection, and than after that creates all skip lot inspections which you automatically close by a batch job.  The first lot can be manually forced closed.  Thereaftter all receipts would be skipped.  Not 100% but pretty darn close.  This requires that you know which vendors to assign to which plan.  Probably as much data maintenance as maintaing the Q-info records.
    And yes.. your client needs to come up with better reasons than "I don't wanna..".  It's part of a consultants job to convince them.
    Craig

  • 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

  • No Inspection Lot required for Skipped Lot

    Hi Experts,
    I have used DMR to skip 10 lots from a particular vendor and inspect the 11th lot. But the client's requirement is even inspection lot should not be generated for the skipped lots.
    Also, if the material is procured from some other vendor, then the inspection lot should be generated everytime.
    How can I map this?
    Please advise.
    Regards,
    Rahul

    The only alternative I can think of would be to use a development.  Set up the inspections to happen .  No DMR.   You then would use a user exit, (I believe QAAT002, maybe QAAT001 would work). One of those allow you to set a flag in the user exit that supreses the creation of the inspectoin lot.
    You would have to have the user exit look up the GR's for the vendor/material/plant combination since the last inspection lot for this combination.  Then if the count is equal or greater than ten, you create the lot.  If less then 10, you suppress the creation of the lot.
    I would be careful how you code the user exit.  You'll probably only want this to apply to certain materials so you have to come up with a way that allows flexibability in what materials this is used for.  I might suggest using the QMin procuremnet control key.  If you have no procurement functions, you usually define a control key 0000 for this .  Copy that to 1001 for instance.  It will have no functions.  But your user exit would only run if the control key was 1001.  It would immediately exit for any other control key in use.  You might need additional control keys if you do use other features of the conrtol key such as COA receipt.  In that case you might have two control keys that trigger your user exit.  1001 and 1002.  1002 would require a cert.
    I hope this is clear.
    FF
    Edited by: FireFighter on Sep 22, 2011 2:50 PM

  • Setup of Inspection Lots for some vendors and not for all

    Hello,
    We do have a situation where in the business wants Inspection Lots to be set up for some vendors and not for some vendors - for the same material.
    What it means is, for Material XXXXX001, Vendor 00003 needs inspection during GR for Purchase Order and Vendor 00005 and 00006 should be set up for Non Inspection upon GR and stocks should be posted to Unrestricted.
    Any suggestions / options are welcome.
    Thanks
    Kris

    Hello,
    You can use vendor q-info records to handle this... deactivate the goods receipt inspection on the vendor(s) that do not require incoming inspection.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/c6/b9b3341a933f50e10000009b38f83b/frameset.htm
    Regards,
    John

  • Inspection type 01 - inspection lot creation based on vendor batch number

    Hi Guys,
    this topic has been discussed several times here, but I was not able to find a suitable answer for my question.
    I am facing the folowing requirement:
    I have activated inspection type 01 for a raw material.
    I am receiving a firs goods receipt from vendor A with vendor batch number 0001.
    The system creates its own goods receipt batch number 0546 based on internal numbering.
    A new inspection lot is created.
    I am posting a second goods receipt from vendor a with vendor batch 0001.
    The system creates a new batch number 0547 based on internal numbering.
    A new inspection lot is created.
    I do not want to get the second inspection lot, because I received vendor batch 0001 before and I am assuming it has been inspected or is in inspection.
    Option 1: Post the second goods receipt against the first internal batch number created.
    I am aware of this need at the moment, but a user is not always checking if there is an internal batch with the same vendor received before.
    Can I customize the system to create inspection lots based on the fact that the vendor batch number was received before?
    Or do I have to use an exit and some ABAP code to get the wanted result?
    Thanks for your advice in advance.

    You need to use one of the enhancements that Do-Wook has suggested.  There is no standard SAP way to suppress the inspection based on the vendor batch number.
    With the first enhancement you use the system to check for a previously received vendor batch and if one is found, then that batch number is proposed and not the next one from the numbering series.  In this case, the lot isn't created than due to the inspection lot control of the inspection type.
    With the second enhancement you check the vendor batch number and if it's been received you suppress the inspection lot creation and the stock goes right to unrestricted.
    You'll probably need to do one or the other.  Myself, I prefer the first enhancement.
    Craig

  • Inspection lot creation for inspection type 05

    Hi Gurus,
    We have finished material FERT & semifinished material HALB.We have assigned insp. type 02 & 05 in material master of matl. HALB.When we create production order for FERT & confirm the order , inspection lot is generated for matl.HALB of inspection type 02.
    Now we are reversing the goods issue by movement type mb1a, movement 262.In customizing for movement 262 inspection lot origin 05 is assigned.
    My problem is that when i reverse the goods issue with mvmt.262, inspection lot is not created for insp. type 05. What should be the reason behind this? or are any changes to be done to above setting?
    Regards
    Ram

    Hi Ram,
    Just check the SPRO setting SPRO---> Quality Management ->Quality Inspection->inspection lot creation--->inspection for goods movement --->deactivate quality inspection for a movt type.
    Here against movt type 262 uncheck the QM not active tick.
    It will solve your problem.
    Cheers,
    Tushar

  • Inspection Lot creation for the 103 movement type

    <<Don't ask for or offer points>>
    Dear Experts,
    we have the requirement of Creating the Inspection lot for the 103 movement type. we have done all the necessary settings for 103 movement type (in OMJJ and under the node   Quality Management --> Quality Inspection -->Inspection Lot Creation -->Inspection for Goods Movements) but still I am unable to achieve the results. Same is happening for 105 movements.
    Kindly let us know what settings need to be done in order to achieve the same.
    Full points will be awarded for the reply
    Regards.
    Edited by: Matt on Sep 18, 2011 4:44 PM

    Hi,
    If you have activated two inspection types (eg 01, 0101) of same inspection lot origin (01), in material master you should  have a preferred indicator set for the inspection type for which you want to be selected when you perform goods receipt.
    This check box is available in the inspection type set up in the Material master.
    Also check whether the post to inspection stock indicator is set for the material (in the inspection type), then only material will be posted to inspection stock.
    Please confirm, what happens to the stock after making MIGO. check in MMBE and confirm
    Go through the link and maintain the necessary settings. I think default settings for 01 type should work.
    http://help.sap.com/saphelp_470/helpdata/en/2d/350e4d448c11d189420000e829fbbd/content.htm
    Regards
    Hari

  • Inspection lot status MCAN - Lot marked for cancellation

    Hi QM Team,
    Once we cancel lot through QA02 or if we cancel document then system cancell lot accordingly & put the lot status as "LTCA".
    But in my system I have seen couple of lot with status "MCAN - Lot marked for cancellation".
    Can you suggest me how system has generated this lot with status MCAN?
    Thanks in advance.
    Eric.

    Inspection type is 01.
    System created lot during GRN with ref to PO document.
    Let me know if you need more infor to resolve this issue.

  • Quality inspection stock for a vendor

    Hi,
    When receiving material against PO for a vendor, stock should get posted always in quality inspection for this vendor. This requirement is only for particular vendor, not for all. If in material master, QM procurement key is active, then it will be for all vendor, which is not required.
    Please suggest.
    Regards
    parag

    please check the vendor purchase view, there would have been a check mark.or may be the check mark in the info record.

  • QM & MM : Trigering of Inspection lot creation for Inbound delivery

    Hi,
    Anybody can let me know how I can triger the creation inspection for the Inbound Delivery.
    With Regards,

    Hello Kamal
    I am 100% agree with Bhramankar.
    It is possible if there is some Good Receipt is happening there.
    As a further addition to it you will be in need to activate the Inspection type 05/06 for the material.
    The other way is trigger a QM-Notification with Inbound Delivery. And from The Notification, trigger the lot.
    Regards,
    Shyamal

  • Requirement: Insp lot of self Certified material should not get skipped

    Hi Gurus following is req  pls suggest me
    Requirement: Insp lot of self Certified material should not get skipped
    if there is a change in Material Revision. As of now Auto Usage Decision
    takes place on Self certified material Lots. This happens even after
    there is a material revision. This is undesirable as QC is Not able to
    ensure the implementation of design changes.
    Apps

    i have understood the following from ur reply
    new revision created by design- purchaser creates po- materials comes in quality - auto skip
    quality don't come into picture in ur scenario
    solution :
    new revision created by design - while creating po they will get error q info record for new revision not present- intimation to quality for creating q info record - decide whether to insp or skip it - normal process
    use of q info record
    in material master maintain control key for q info record.
    create q info record for material, rev, plant , vendor
    keep rest evertthing as it is - as a normal procedure material will be skipped
    when any new rev is created - while creating po they will get error q info record for new revision not present- QC will get intimation regarding this new rev. -after all approval u can create q info record for this new rev. and then only purchaser will be allowed to create po.
    make necesary chages in plan after every new revision

  • Quality Inspection Error in MIRO for Invoice Verfication

    Hi Every Body,
    Actually we are able to pass the invoice for UD quantities (except Rejected quantities) after final inspection .Its ok and standard but we face the problem where we have to return the rejected goods for the vendors separately
    And we mapped the process for return the goods with separate return PO and pass the credit memo for vendor billing so for return we pass separate entries that 's why intially we need to pass 100% invoice (not only for accepted quantites) but here system does not allow to pass whole , 100% quantities invoice , please suggest me some way how we pass for whole quantities  invoice verification and can remove here quallity inspection error..
    Thanks,
    Dharmveer

    Withdrawn

  • ME05 : Generate Source List only for regular vendor

    Dear guru ,
    I use ME05 for the mass generation of source list.
    For one material i have two info-records for different vendors.
    If i run ME05 the system send this message u201CSeveral sources MRP-relevant on one dateu201D
    and create two records in the source list for the same material.
    Can i automatically create the source list only for the regular vendor fill for one of the info-record ?
    Thanks in advance.

    not answered

Maybe you are looking for

  • Add playlist to ipod

    I just upgraded to the latest iTunes for Windows and am working my way through it.  I figured out how to make a playlist in iTunes, can I drag that onto my ipod as a play list or must I make an on the go playlist?  My wife thought you could create a

  • What Book for the new 1Z0-117 '11gR2 SQL Tuning' ? No OPC available yet.

    Since 1Z0-117 '11gR2 SQL Tuning' is a new exam on beta yet, except Mathew Morris's summary is there a comprehensive Exam Reference Guide like OPC Oracle Experts Exam Guide ? Is the +"*Oracle Press Database 11g Release 2 Performance Tuning Tips & Tech

  • *New to ABAP: what is Report*

    Hi Gurus, i am new to ABAP.If any body can explain about what is report and how many types are there to create internal tables. points will be reward. Thanks, Balakrishna.

  • Voice Overage.......Overcharges...FLEECING....Handing all of our Data to Obama Govt

       I've been a Verizon Wireless customer since the summer of 2005.Every once in a while over the years, I would notice that they would for no apparent reason, double and even at times....TRIPLE my bill.My latest bill is no exception.$142 this month,

  • Is there any way to have more than 200 messages in your inbox?

    My iPhone 3gs only allows 200 messages in my inbox per email account. On the contrary, my girlfriends blackberry will hold 1500+ emails. Does anyone know how to change the settings to allow more messages to be kept in the inbox or if the new iPhone 4