Class charactarastic and result recording

Dear experts
Please tell me the advantages of using class charactarestic in result recording
Normally we are doing as per quality plan and MIC assigned to quality plan
So when we use Class characterestic in MIC what will be the advantages
Please explin me by help of an example for better understanding
Abu Fathima
Edited by: Abu Fathima on Jan 24, 2012 12:32 PM

Thanks for the fast reply
i have done some R&D on this subject please see the step i followed
Create a characteristic CT04
Create a class  CL04
Assign characteristic to class
Assign this class to material master
(while assigning the class system asking some value under general tab ..What it mean)????
Now i done RR and UD
Now i didnt understand any difference of the process after assigning Class characteristic
Please tell me how we can get a report of batch wise RR
Thanks in advance

Similar Messages

  • Mass UD and result recording in QM

    Hi,
    please suggest a method how mass result recording and usage decisions can be given in QM, also
    kindly advice the table for UD and RR.
    thanx,

    Hi,
    You can do the result recording on one screen through T code -QE51N.Here select Inspection Lot Number page,give the required input & execute.
    On next screen you will find the list of Inspection lots select one by one,put the results & do UD.
    You can also do Result recording forcefully by selecting all characteristics & click on force.
    Hope it will help you.
    Regards,
    Mukesh

  • Timing of usage decision and results recording

    Hi Gurus,
    The business have different testings that require some time to get the results. They need to sell the products even before the results are out. So they need to UD the ilot even if the tests are not yet done. How can we record the results if the ilot is already done with UD and the product is already sold?
    Thanks for  the help.
    Eva

    Its not recommanded to do the Result recording after material is sold but still you can try to use the concept of "Long term Inspection "
    While creating a MIC ,check a control indicator ,tick on  "Long term Inspection "
    This will allow you to do result recording after UD
    In a long-term inspection:
    There can already be a usage decision for the inspected material during the long-term inspection
    You can still record inspection results for long-term characteristics, once you have made the usage decision
    The system sets a separate status in the inspection lot to identify the long-term inspection and it provides special worklists and workflow tasks for this purpose

  • Activating defect class during result recording.

    Hello Friends
    I have created Defect class with few codes, during result recording defect class is 'GREY' not allowing to select code (only display).
    I want it's should be available so that one can choose the relevant code from defect class whille doing result recording.
    Kindly provide your expertise comments to do the same.
    Regards
    Swanad

    Dear Swanad
    Please do the following setting
    In Result recording screen  > Go to Setting (Menu button ) > Defect Class on
    By doing this when you do result recording and the reading is out of spec then after the valuation pop up defect class will get popped up. You can select any one of the defect class
    Regards
    Gajesh

  • Usage decision before results recording

    Hi Sap Experts
    I have a requirement from my client where in quality managment, they want to go for usage decision and then records the results. When they make up a usage decision, materials are dispatched out from the plant and by the time it is received by the customer, results are recorded and certificate is issued.
    Can I use long term characteristics over here.
    Plesae help me out.

    Hi,
    Yes you can use the long term characteristics but it is not recommended to do result recording once it is at clients place.
    You can also check many others threads like this:
    Timing of usage decision and results recording
    Regards,
    Alok Tiwari

  • Results Recording and defect class

    Dear Gurus
    While doing the results recording  defect class is coming automatically when the value recorded, is greater or less than the upper limit or the lower limit , as well as the  valuation tick or cross according to the values recorded is coming properly but where is the setting  so that  we can choose our own defect class  to appear while doing the  RR
    Regards
    Sandip Sarkar

    The defect that is used is determined by the characteristic.  In the control indicators there is an indicator to record defects.  If this is set on for the characteristic, than defects will be recorded anytime the valuation type being used for the characteristic determines that the valuation is reject.   In the characteristic, under catalogs, you define the defect catalog to be used and if you are using automatic defects recording, you also define here the specific code to used when the characteristic is rejected.
    I hope that all makes sense.
    FF

  • Default defect class during results recording

    Hi all,
    In the inspection plan I have maintained target value 20, lower limit 19 and upper limit 21 for one MIC which has single recording. When I do results recording for the MIC, I entered value 18, 20, 20, 20, 21, 18 was rejected automatically with a defect class Major defect A. Where is the default defect class from? If I want to enter a different one, how to change it?
    The only place I can imagine is the configuration of Catalog 9 Defect Class in which defect class is assigned to each Code, but in my case no Code was selected.
    Please help.
    Thanks.
    Danny

    Hi,
    Follow the path QCC0> Quality planning> Basic Data> Catalog> Define defect class.
    In this field, you can customize the details as per your need.
    Once done, you need to assign it to Plant level setting as told by Rohit.
    ntn

  • SAP QM: Copy Results recording error - Problem class medium

    Hi,
    Can anyone help me to resolve one error message u201CProblem class mediumu201D Number 1 during copying of Results recording from one IL to another IL as explained below.
    Origin IL and Target IL has same sample size qty:
    Origin IL - MIC's are valuated successfully in RR
    Please let me know if any other details required to resolve the error.
    Regards,
    Udaya Kumar

    Hi,
    Thanks for your response.
    Characteristics and MICs are properly assigned for  both Target and Origin Inspection lot materials, only thing is MICs are not in same order in both the inspection plans.. is this the reason for the error message.
    Regards,
    Udaya Kumar

  • Select first and last records in grouped results - Oracle 11g

    Say I have the following information in an Oracle 11g table:
    Qty
    Production order
    Date and time
    20
    00000000000000001
    12-JAN-14 00:02
    20
    00000000000000001
    12-JAN-14 00:05
    20
    00000000000000001
    12-JAN-14 00:07
    20
    00000000000000001
    13-JAN-14 00:09
    30
    00000000000000002
    12-JAN-14 00:11
    30
    00000000000000002
    12-JAN-14 00:15
    30
    00000000000000002
    12-JAN-14 00:20
    30
    00000000000000002
    14-JAN-14 00:29
    I would like to write a query that would return the following:
    Qty
    Production order
    First
    Last
    80
    00000000000000001
    12-JAN-14 00:02
    13-JAN-14 00:09
    120
    00000000000000002
    12-JAN-14 00:11
    14-JAN-14 00:29
    That is, the sum of the Qty column grouped by Production order, and the date/time of the first and last records for each Production order.
    I came up with a query that yielded this result:
    Qty
    Production order
    First
    Last
    80
    00000000000000001
    12-JAN-14 00:02
    14-JAN-14 00:29
    120
    00000000000000002
    12-JAN-14 00:02
    14-JAN-14 00:29
    Which means that the First and Last columns show the overall first and last date / time of the whole table. Please note that this is a dummy table. Sorry I am now allowed to write the actual query
    I came up with since work policies do not allow me to share it. Also, I tried with windowing functions such as rank()and row_number() but my user does not have enough privileges to do so.
    Any help or hints will be greatly appreciated.

    Due to the fact that Oracle does not record the rows in any particular order, it would be wrong that the "first date" would be the first row processed by the query.
    Therefore you would have to supply some other column if you do not want to consider the table as ordered by date.
    Also, any analytical functions will need you to supply the "order by" and if its the date, then just a simple query will do:
    SQL>WITH Tab1 (Qty, Production_Order, Pdate)
      2       AS (SELECT 20, '00000000000000001', TO_DATE ( '12-JAN-14 00:02', 'DD-MON-YY HH24:MI') FROM DUAL UNION ALL
      3           SELECT 20, '00000000000000001', TO_DATE ( '12-JAN-14 00:05', 'DD-MON-YY HH24:MI') FROM DUAL UNION ALL
      4           SELECT 20, '00000000000000001', TO_DATE ( '12-JAN-14 00:07', 'DD-MON-YY HH24:MI') FROM DUAL UNION ALL
      5           SELECT 20, '00000000000000001', TO_DATE ( '13-JAN-14 00:09', 'DD-MON-YY HH24:MI') FROM DUAL UNION ALL
      6           SELECT 30, '00000000000000002', TO_DATE ( '12-JAN-14 00:11', 'DD-MON-YY HH24:MI') FROM DUAL UNION ALL
      7           SELECT 30, '00000000000000002', TO_DATE ( '12-JAN-14 00:15', 'DD-MON-YY HH24:MI') FROM DUAL UNION ALL
      8           SELECT 30, '00000000000000002', TO_DATE ( '12-JAN-14 00:20', 'DD-MON-YY HH24:MI') FROM DUAL UNION ALL
      9           SELECT 30, '00000000000000002', TO_DATE ( '14-JAN-14 00:29', 'DD-MON-YY HH24:MI') FROM DUAL)
    10  SELECT   SUM ( Qty), Production_Order, MIN ( Pdate), MAX ( Pdate)
    11      FROM Tab1
    12  GROUP BY Production_Order
    13* ORDER BY Production_Order
    SQL> /
      SUM(QTY) PRODUCTION_ORDER     MIN(PDATE)                    MAX(PDATE)
            80 00000000000000001    12-Jan-2014 00:02:00          13-Jan-2014 00:09:00
           120 00000000000000002    12-Jan-2014 00:11:00          14-Jan-2014 00:29:00

  • Format first and last record of result query

    Hello
    I have the following query
    <tt>select 1 seq, 'This is First record' data from dual union all
    select 2, 'Data ' || tname from tab union all
    select 3, 'This was last record Last record' from dual
    order by 1</tt>
    When i spool this statement to a listfile with col seq noprint option i get:
    This is First record
    Data MLA_ACCESS_LIST
    Data MLA_APPLICATIONS
    Data MLA_VPD_PCK
    Data MLA_VPD_TABLES
    This was last record Last record
    But i want:
    This is First record MLA_ACCESS_LIST
    Data MLA_APPLICATIONS
    Data MLA_VPD_PCK
    MLA_VPD_TABLES This was last record Last record
    I tried it with 1 statement with usage of lead and lag, because first and last record have to differ from the other result records. But i get ORA-30484: missing window specification for this function
    Is this possible with 1 statement or am i doomed to edit the results by myself?
    Thanks Auke

    select case row_number() over (order by tname)
    when 1 then 'This is the First record '
    end || tname ||
    case row_number() over (order by tname desc)
    when 1 then ' This was the last record'
    end
    from tab
    order by tname
    hth

  • Exits for Results recording and UD

    Hi,
    I added few Zfields in QA01 screen using exit QPL10004 and they are not mandatory in create mode.
    now my requirement is when from QA32 user selects that lot and click on UD or Results recording.
    system should throw error message if Zfields are not maintained in QA01.
    What are the exits that trigger ???
    Regards.

    Hi,
      Check the below  exits.
    Enhancement
    QLCO0001                                QM: Call alternative costs report from UD
    QEVA0010                                UD: Usage decision check
    QEVA0009                                UD: Predefinition of quantity to be posted to sample stock
    QEVA0008                                Usage decision: Customer function key (e.g. to cancel UD)
    QEVA0007                                UD: Control of compulsory comment or long text presetting
    QEVA0006                                Entry to usage decision transactions
    QEVA0005                                User subscreen for displaying add. data for usage decision
    QEVA0004                                Exit for changing information line in usage decision header
    Regards,
    Srini.

  • Results Recording-general and summarized views

    Hi all,
    I found in the Results Recording screen there are different views existing, basically "General", "Summarized", "Indicator", and for qualitative MIC there is "Unit to be Inspected" view. Can anyone explain me in detail what are they used for? In which view should the results be entered?
    Thanks
    Danny 

    Hello
    As far as recording is concern, you can enter results in General and Unit to be inspected in both views. while summarized wil give you the detials of results you have entered against inspection lot and Indicator will demonstrate which actions you have taken against your results in inpection lot.
    Regards

  • QM-result recording after doing usage dcision and stock posting.

    HI gurus,
    My client is steel manufacturing industry.The requirement of client is that, after doing usage decision and stock posting they want to do result recording.Thy want it like this because in case of urgency they pass the material and afterward they do the result recording.Is such a scenario is possible in standard sap.If yes pls. provide me the solution.
    Thanks in advance.

    I wouls suggest you look at Jan's suggestion.  Setting everything as LT characteristics is
    1) not a good quality practice
    2) you would still have to manually to the UD I believe, auto UD won't work.  So if you have to manually process the lot anyway, you may as well just make the sotck posting and leave the lot open for results recording.
    Craig

  • An MIC is accept and reject at the same during result recording

    Hi,
    If I have a checked sign on both of the Acceptance checkbox and Rejection checkbox (status:2, and valuation: yellow thunder sign icon) during QE51N, what does it mean in term of result recording, defect, and notification, and usage decision?
    I am stuck as I don't know how to treat this MIC.
    thanks
    YY

    Hi Herment,
    There is no such message you mention and the system allow me to save with status 2. However, the valuation field display a Yellow Lightning icon.
    Now that I press the lock button (i.e. close) and clicked the save button, the system does not allow me to make any changes to this MIC, and which means there are two check sign on the Accept and Reject checkboxes now.
    How to deal with it?
    Thanks
    YY

  • Changing result Recorded after UD and Insp Stock posted.

    Hi,
    Is it possible to revoke or change the result recorded after UD is given and also stock posted for material.
    In inspection plan i have activated the  long term inspection check box for that particular MIC for which i want to change the results.
    I have done UD reversal, stock reversal etc.
    Then
    I hv tried through QE02 but its showing:
    Short term Inspection Completed.
    All Insp.Completed.
    UD has been Made.
    pls suggest the possible solution on this.
    Rgds,
    Yogesh

    Dear sujit,
    We have Ztcode developed for Stock posting reversal not for UD reversal.
    Just want to know inspite of checking box for Long term planning in MIC also in Inspection plan.
    Is there any provision for reentering results for already closed MICs.
    User has made wong input entry while recording results.
    Rgds,
    Yogesh

Maybe you are looking for