Automatic valuation of inspection point for physical samples.

Hi,
My requirement is after recording results (QE11) for each and every sample,  automatic valuation of inspection point to be done.
Inspection point valuation not done automatically even though I have created the required details in inspection Plan.
I have maintained the following details  in inspection plan
In Inspection plan header:
Inspection Point :  200 &  Sample Drawing Procedure
In Inspection Plan Operation Details:
Insp.Point Completion: Automatic valuation based on inspection point definition.
Is there any settings to be done in customiszation.
Please help me to solve this issue.
Thanks & Regards
V.Devaraj

Hello Sap-Guys.
I am facing the same problem, and I did several workarounds, to evalueate the inspection point by myself.
The problem is this :
We are using RFC-techniques to evaluate samples.
Shortly, there is an inspection , which is defined, to be per point, consisting of two user fields, date and time. There must be three things (characteristics )controlled, two manually, by the workers, and the third will be calculated internally by sap via formula.
The rfc-possibilities are provided by myself, building a rfc-enabled z-module, which calls some SAP-BAPIS, from which one is called
BAPI_INSPOPER_RECORDRESULTS
Until now I do not think, it behaves like tha sap-gui.
Am I doing something wrong, or does this module really not behave like the sap gui ???
If I evaluate the very first char , I check, whether this is the only one for this actual inspection point.
If so, I delete the code groups, if any, (only quantitative evaluation til now ) and the point stays grey, ok, because there are still two other char-evaluations missing.
If my char to evaluate is not the first, then I check, which are stil left, AND , if there are any left without evaluation, I also erase code and codegroups ( if any ) in the insppoint structure, so the char gets its evaluation and the point still stays grey.
But if there had been already any evaluations, I manually check , whether my actual value meets the tolerances, and then I manually tell the inspection-point structure, which code must be used, in order to set its own state correctly.
This means, if my actual sample meets the tolerances, and only one sample was rejected , I tell the inspection point, to stay red, by setting the approoriate code manually from qplak.
If all others were ok, but the actual evaluation ( calculated manually again, tolerances ... ) is not ok, then i tell the inspection point structure, to get "red".
I do this every time, a evaluation takes place, and it works nice for simple values.
And here is my big Problem :
My last characteristic of the three to be evaluated, must not be evaluated by the workers, but BY calculation inside sap, BECAUSE IT HAS A FORMULA.
Especially for this case I left a comment in my code, and now this case occurred.
So, what could be a better approach , to use this bapi, AND trigger automatic inspectionpoint evaluation WITHOUT MY ENTIRE WORKAROUND ( where I now see, that it cannot deal with formulas ) ???
( It could, if I debugged deep enough, to check, how it builds the formula ) , but bapis are there to use them.
Aren`t they???
Could anybody give me a hint ?
Thx and best regards
R.Dornfeld

Similar Messages

  • Is there any Bapi for Physical Sample creation

    Hi Folks,
    Is there any Bapi for physical sample creation. My scenario is like this I have the data in the table (material, plant, batch, type,vendor, vendorbatch ). For each material i have to create a  physical sample......
    Any ideas or suggestions would be appreciated..
    thanks
    chaithanya.

    HI Chaitanya,
    You can use : BAPI_BATCH_CREATE
    it has import paramaters like Material, Plant , batch , Batch Attributes ( Vendor No, Vendor Batch etc)... I guess this is what you are looking for.
    Regards,
    -Venkat.

  • Inspection lot characteristic not copying for Physical sample

    Hi,
    I'm trying to copy the result of one inspec lot to another thru a Z' program. I'm using 'BAPI_INSPOPER_RECORDRESULTS' for this. It's working fine for normal samples.
    But when it comes to physical sample, it's not copying.
    Any suggestions on this BAPI is highly appreciated
    Thanks in adv,
    Siva
    Edited by: Siva on Dec 2, 2008 4:58 AM

    hi Siva,
    try this:
    DATA: BEGIN OF ichar_results OCCURS 0.
    INCLUDE STRUCTURE BAPI2045D2.
    DATA: END OF ichar_results.
    DATA: BEGIN OF isingle_results OCCURS 0.
    INCLUDE STRUCTURE BAPI2045D4.
    DATA: END OF isingle_results.
    DATA: BEGIN OF bapireturn2 OCCURS 0.
    INCLUDE STRUCTURE bapiret2.
    DATA: END OF bapireturn2.
    DATA: BEGIN OF i_inspointdata .
    INCLUDE STRUCTURE BAPI2045L4.
    DATA: END OF i_inspointdata.
    DATA: BEGIN OF i_RETURNTABLE occurs 0.
    INCLUDE structure BAPIRET2.
    DATA: END of i_RETURNTABLE.
    i_inspointdata-USERC1 = '5'.
    i_inspointdata-USERD1 = SY-DATUM.
    i_inspointdata-USERT1 = SY-UZEIT.
    ichar_results-insplot = '890000000669'.
    ichar_results-inspoper = '0010'.
    ichar_results-inspchar = '0010'.
    ichar_results-closed = 'X'.
    ichar_results-evaluated = 'X'.
    ichar_results-evaluation = 'A'.
    ichar_results-MEAN_VALUE = '300'.
    APPEND ichar_results.
    CALL FUNCTION 'BAPI_INSPOPER_RECORDRESULTS'
    EXPORTING
    INSPLOT = '890000000669'
    INSPOPER = '0010'
    INSPPOINTDATA = i_inspointdata
    IMPORTING
    RETURN = bapireturn2
    TABLES
    CHAR_RESULTS = ichar_results
    RETURNTABLE = i_RETURNTABLE.
    *SINGLE_RESULTS = isingle_results.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
    WAIT = 'X'
    IMPORTING
    RETURN = bapireturn2.

  • Display of Qual Characteristics in QE03 for Physical Samples

    Hi All,
    I am using result recording with physical samples.
    I am able to record Qualitative characteristics through transaction QE01. When i want see these "qualitative characteristics" in QE03 screen, just an icon appears in the "results" coulmn in RR screen. (Code & Code Texts missing)
    Why is this so?? When I go back & see in QE01, I can see the Qual Values.
    Require some pointers to address this issue.
    Thank you a lot in advance
    Regards,
    Pradeep

    Hello,
    You may need to check QE13 to view the qualitative results for the inspection point.
    Regards,
    John

  • QM - Record Results for Physical Sample

    Hi Gurus!
    We are working with sample drawing procedure and when the inspection lot is generatee the physical samples are created too. So, when I record result for one of them and I try to UD the system shows me all characteristics like pending for other phisical samples that I didn´t record the results. I mean, I would like to record just one phisical sample of them. I was wondering if you could inform me there is any way to do it? I am working in release 5.0 from SAP
    In advance I would like to your attention,
    BR
    Valdevair

    If you only want to record values on one sample why are  you creating a sample drawing procedure that requires more?  If you don't use them but just collect them, set them up as reserve samples.
    FF

  • 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 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

  • Inspection Points for Inprocess Inspection

    Hi all,
    My client is doing In process Inspection during Production process.
    They are inspecting based on the Inspection Points (Shift wise).
    If I add Inspection point referrence at Header level in routing, after adding the MICs in the required operation, while saving it gives an error message stating that "Maintain Inspection Point referrence at Operation level".
    Task List contains error. You want to save or cancel.
    How can I achieve this with out error.
    Thnx in advance
    Sam

    Hi Sam,
    Go to Routing and select the operation, and double click the operation. Then system will popup the new screen here under Quality management Inspection point tab choose No relation. and save the routing.
    Check and give the feed back.
    Regards,
    S.Babusingh

  • Details for Physical Sample drawing against inspection lots

    Dear Gurus,
    Is there any report available to show when sample was created and when released(drawn).
    Regards,
    Varma

    You can use QPRS table.
    if you want T code then create Querry using SQVI  make a T code

  • Settings for inspection point user field

    Hai gurus,
    i want to know the settings for inspection point user field(150)
    1) Field combination = 150
    2 )Inspection type = ?
    3) Functional location- field active  = ?(predefined field)
    under user field
    1)Text length 18 - Field active = ?
    2)Text length 10 - Field active = ?
    3)Number  length 10 - Field active = ?
    4)Number length  3 - Field active = ?
    5) Date - Field active = ?
    6) Time - FIeld active = ?
    waiting for positive reply.
    regards,
    sekar chand

    dear Sekar
    1) 150 inspection point is maily used for production related inspection. 03 , 04 . it is a freely defined inspection point which means you want to carry out several inspections for each operation during the production process
    2) It is not Inspection type it is inspection point type- There are mainly 3 inspection point type
    Freely defined - explained
    Equipment related - You need this inspection point type if you want to carry out calibration inspections and record the results of test equipment inspections or inspections of functional locations
    Inspection points to identify samples-You need this inspection point type if you want to manage samples and record inspection results for physical samples
    3) Predefined field is for identification of the inspection point.
    Example for inspection point type  1
    For inspection point type 1 (inspection point for equipment) that is used, for example, in a calibration inspection, the equipment number must be entered. (To access the results recording function, however, you can use a different key word instead of 'equipment number', such as, 'test equipment').
    Example for point 3
    The sample-drawing procedure determines the number of samples to be taken. The system automatically creates an inspection point for each sample.
    4) User fields are again identification. You can add in key work text which will appear while result recording.
    5) Field Active  -This helps in sorting out the user fields.  An identification field is only active if you have made an entry in this field.Fields with numeric entries are required fields. The numbering sequence that you define for these fields uniquely identify an inspection point.
    a typical example can be User field/field active/keyword combination
    1)Text length 18 -1 -Inspector Name
    2)Text length 10 - 2- Location
    3)Number length 10 - 3- Shift No
    4)Number length 3 - 4- Section No
    5) Date - 5- Date
    6) Time - 6-  Time
    please Date and Time populates automaticaly. it is not mandatory that you use all the fields
    Hope this helps
    Regards
    gajesh

  • Inspection of physical samples

    Hi,
    I am trying to set up quality inspection of physical samples for a plant. Until now we don't use SAP QM for inspection in production really (neither inspection lot origin 03, nor 04) but that might change in near future. Nevertheless, we would like to start with inspection of physical samples.
    As far as I understand the SAP Help files there are "two" different inspection lots for which I can enter values. First, the lot from which a physical sample drawing was created by the system when I create the lot (in my case insp. lot origin 89 and inspection points for physical samples in inspection plan) and, second, the inspection lots I can create from the physical sample via QPR2 or QPR5 (in my case insp. lot origin 15). Although it's one step more for the users to create an inspection lot for each physical sample, I prefer the second option because a physical sample can be reworked in our plant if the results recorded are not acceptable and results have to be recorded again after rework. If I choose the second option I have an inspection lot (origin 89) I can use later on for results recording during production. The fact that irritates me is that's a lot with inspections points of type "physical sample" that I do not need necessarily in all operations.
    Why are there two lots in which results to physical samples can be recorded?
    Do you agree with my solution or are there other more reasonable ways?
    Cheers
    Marcus.

    Hi,
    I am trying to set up quality inspection of physical samples for a plant. Until now we don't use SAP QM for inspection in production really (neither inspection lot origin 03, nor 04) but that might change in near future. Nevertheless, we would like to start with inspection of physical samples.
    As far as I understand the SAP Help files there are "two" different inspection lots for which I can enter values. First, the lot from which a physical sample drawing was created by the system when I create the lot (in my case insp. lot origin 89 and inspection points for physical samples in inspection plan) and, second, the inspection lots I can create from the physical sample via QPR2 or QPR5 (in my case insp. lot origin 15). Although it's one step more for the users to create an inspection lot for each physical sample, I prefer the second option because a physical sample can be reworked in our plant if the results recorded are not acceptable and results have to be recorded again after rework. If I choose the second option I have an inspection lot (origin 89) I can use later on for results recording during production. The fact that irritates me is that's a lot with inspections points of type "physical sample" that I do not need necessarily in all operations.
    Why are there two lots in which results to physical samples can be recorded?
    Do you agree with my solution or are there other more reasonable ways?
    Cheers
    Marcus.

  • Physical samples in QM

    dear experts,
    i have query in physical sample drawing .
    i have created physical sample drawing procedure and i have assigned that to the insp.plan header with insp.points '210'  and i have gave  automatic valuation to operation level.my physical sample type is GR. now my query is insp.lot was created but how to change the status..
    Is the procedure what i followed is correct?
    or else tell the process step by step how to draw the physical samples and process that.
    thanks in advance
    regards
    prasad
    Edited by: prasad.k on Dec 21, 2007 11:46 AM
    plz anyone give reply  b'coz it is very urgent for me

    hi prasad
    i think you have not maintained the container while making the Good receipt.kindly check once again,
    for detailed process kinldy refer the following link where the entire procedure has been done
    http://help.sap.com/saphelp_46c/helpdata/en/fe/67f9979d6f11d189b60000e829fbbd/frameset.htm
    regards
    thyagarajan

  • Discussion: The usage of Inspection Points

    Hi Experts,
    Talking about the INSPECTION POINTS, what kind of usage could it be ?
    In some occasions,  it can be used as an sign that distinguish each delivery from the production line to the QM dept.
    How about any other way to use it?

    An inspection point is an identifiable record of inspection results that is assigned to a work or inspection operation. Several inspection points can be assigned to an inspection operation.
    With inspection points, you can have several inspections and can record multiple sets of characteristic results for an operation.
    Inspection Points for Inspections During Production
    If you inspect during production using routings, rate routings or master recipes and you want to record inspection results in specific intervals, choose the inspection point type Free inspection points in production. You can define your own field combinations for this inspection type in Customizing.
    Inspection Points in Goods Receipt
    If you carry out goods receipt inspections with inspection points, choose the inspection point type Free inspection points in production. You can create your own field combinations for this inspection type in Customizing.
    Inspection Points in Plant Maintenance
    If you carry out calibration inspections and want to record inspection results for equipment or functional locations, choose the inspection point type for Equipment or Functional location. You can create your own field combinations for these inspection types in Customizing. However, the field Equipment or Functional location must exist in the field combination.
    Inspection Points in Sample Management
    If you use the sample management functions in a goods receipt inspection, or inspection during production with planned physical samples, each sample number is uniquely identified by an inspection point. Choose the inspection point type Physical sample. You can create your own field combinations for this inspection type in Customizing. However, the field Sample must exist in the field combination.

  • Physical samples or reserve sampples

    Dear All,
    My requirement is that for a material when a inspection lot generated sample size should be 10 and pysical samples to be created as 50 and this samples are stored for future use till exipry for example if a market complaint comes for this batch then they will analyse this physical/reserve samples. Now when the UD is done for the inspection lot these two should be substracted from inspection lot qty means suppose inspection lot qty is 100 then UD to be done for 1000-(10+50) = 940.
    Now I know sample size can be configured with sampling procedure with fixed sample size as 10. But how to configue this physical samples qty. kindly guide me how to map this. is this can be mapped through sample drawing procedure ?
    then kindly tell me how to do.
    thanks
    vinamrath

    Hi Kumar,
    Yes, you have already answered ur question in the end.
    It can be easily met by SDP (Sample Drawing Procedure)
    Create one SDP (T code QPV2), in SDP there is be sample type "3" for Reserved Samples. Got to that Tab and assign the sample size 50 here.
    Assign ur SDP to ur inspection plan (QP01/QP02) Here you need to assign the inspection point 200 - physical sample.
    Then rest you know, assign sampling procedure at MIC level defined the sample size 10 to it.
    Try with fresh inspection lot. You will meet the requirement.
    Regards,
    Shyamal

  • Three Physical Samples withdraw from inspection lot 04  and then result record for all three

    Dear Gurus,
    We have 3 quality labs and each lab is sent a separate samples to inspect certain characteristics once we receive material from production. I have created an inspection plan and mapped these three labs as  work center in operation and then assigned MICs under each operation to inspect.
    Now my issue is how to map separate 3 samples to inspection lot generated from production  ( type-4) and also how to configure that to inspection plan.
    I have to result record for all these three physical sample as withdrawn from Lot based upon inspection plan as mentioned above.
    I can mention sample drawing procedure in inspection plan but how to map actual sample there.
    Any help will be greatly appreciated.
    Regards,
    Satish

    Hi Satish
    You are creating three operation for depicting three testing Labs.
    Against each lab (operation) you had assigned MICs as per your requirement.
    Now you have to assign a SDP along with inspection point type 200 for physical sample in task list.
    After prod confirmation system will create inspection lot along with a sample by default for 1st operation.
    For other operations you have to create samples manually referring the same inspection lot (QPR6).Remember to click ' Create Insp points' and mention operation.
    Release the samples in QPR4.
    Now when you go for result recording system would ask first for operation, so select the operation , then system will ask for insp point (sample no).There click on assign insp point , so system will provide the Sample no which were created in QPR6 for that particular operation.
    Please follow the steps and revert.
    Regards
    D Mohanty

Maybe you are looking for

  • G570 - Installed Suse 12.3 when rebooted had no display

     Installed Suse 12.3 64bit on my G570 as dual boot and all was well until asked to reboot and then had no display on screen, however trying remote display via PC cable or HDMI is okay. My G570 is a 4334 with a 2.30GHz i5, 4GB RAM & ATI Graphics. Any

  • Error 998 when calling dll

    Hello, I'm using LabView9 32-bit on 64-bit machine (Windows7) and I'm trying to call some functions from an external dll (32-bit). When configuring the call-library-function-node to use this dll I get an error message saying:  "error loading (filenam

  • CRM Interactive Reporting in BW System

    Hello, How to configure CRM Interactive Reporting using dedicated BI Server? Thanks. Fernanda.

  • Select dates that match from same table.

    I wish to update a selection of records where the order_date is the same, and the customer_id is the same. The update simply need to be to change the order date on both to the lowest date of the two(or how ever many there are for that date). e.g. Shi

  • CS3 PP and HDV recording/capture

    Good evening and thank you for the assistance as my school ventures into the world of HD!  I really appreciate the insight on this forum and am grateful for your responses! EQUIPMENT DETAIL I do not have the computer specs in front of me but they are