Inspection characteristics wrt the operation

hi friends,
my clent uses 10 operations for the production of the finished product. in 4 th 7th and 10 th operation the material passes through Quality insp stages. how can i configure it in routing.?i do not have qm module implemented in my clients company?it is in MTS Scenario for a tool manufacturing company, where quality plays a major role.  please suggest ,
Regards
omkar

Dear,
If QM is implimented then proceed as below
Activate type insp type 03 in material master
Create inspection char  i.e. MIC in QS21 and other master data like sampling
Create a routing with 4th, 7th and 11 operation with cotrol key having insp char tick
Assign the MIC created to differnt operation as required by QA dept
create Prod order and release. System will create INSP lot with differnt MIC
Do the inspection and proceed.

Similar Messages

  • Unplanned Inspection Characteristics in Routing - Operation

    Hi experts,
    What is the use of  the function Unplanned Inspection Characteristics in Routing - Operation ? Its normally grayed off.
    I am aware of the same in RR of the Inspection Lot.
    Thanx
    George

    Hello Jomy,
    Ok so you were asking the same for Production order. You wrote routing operation and my mind stuck there since I read it. I was searching for it. You make good exercised to me. LOL!!!
    Anyways, in the production or process order the unplanned MIC does the same task of job what it used to de in QE51N or any other RR work sheet. And you can assign the Unplanned MIC to Pro. Order itself to the relevant operation. Let it be gray there, you just follow the steps to attach an unplanned MIC to Operation in the Order, and the same will be reflated to RR screen also.
    - Select the operation line item.
    - Now follow the path,,, Operation->Function for phase / for operation->Unplanned Inspection characteristics.
    - Now it will lead you to the same screen for unplanned characteristic as you can have in other RR work lists.
    Pls revert if there is any query.
    Regards,
    Shyamal

  • Defect notification based on the operation

    Hi,
    We have task list operations and inspection characteristics attached to different operation. We are creating the inspection lot from the PM order release which has got task lists attached. We are doing the result recording through QE51N and recording the results as well as defects.
    We want one defect notification to be for all the defects recorded for the inspection characteristics of one operation. If defects are recorded for the inspection characteristics attached to the second operation, system should create second (another) notification. Please hep.
    BR
    Manoj

    Eduardo, thanks for your response!
    After spending a few more hours wrestling with the bus, I came up with a solution! :)
    So, I implemented dynamic routing as described here: http://edocs.bea.com/alsb/docs25/userguide/modelingmessageflow.html#wp1081507
    I used the following XQuery expression to extract operation name from the message: fn:local-name($body/*)
    Here is the expression for extracting routing address from the routing table:
    <ctx:route><ctx:service>{$routingtable/row[logical/text()=fn:local-name($body/*)]/physical/text()}</ctx:service></ctx:route>
    I am happy with this approach. But I wonder if there is a simpler way. Is XQuery the only way one can extract the operation name from the message in this case?

  • How to progammatically get Inspection Characteristics from Inspection Plan

    How do I programmatically get Inspection Characteristics from an inspection plan? I am currently getting inspection characteristics from inspection lots via a QM-IDI RFC call (QIRF_SEND_REQUIREMENTS_GET_DAT2), but if the Inspection Characteristic is not in an inspection lot, I don't get it via the RFC call. What BAPI/RFC/IDOCS mechanism can I use from an external subsystem (VB.NET app) to get inspection characteristics (Spec Limits, Target, Operation, Activity) associated with a material in an inspection plan?
    Thanks,
    Ed

    The problem is the SAP system that my external subsystem (VB.NET application using QM-IDI) is interfacing with does not have inspection lots (and the customer is not willing to add inspection lots), so the QM-IDI RFC that I'm using (QIRF_SEND_REQUIREMENTS_GET_DAT2) does not return the inspection characteristics (spec limits, etc) that I require. My customer creates a reference (QP11) with inspection characteristics, then attaches the reference to a Material (QP01). When I try to get the inspection characteristics for the material via QIRF_SEND_REQUIREMENTS_GET_DAT2, I don't get the inspection characteristics because there is no inspection lot associated with the material and inspection characteristics.
    The design is for my external subsystem to do the Material Inspection Characteristic valuation, and then send the valuation results back to SAP. Is there a way to get Material Inspection Characteristics and then send the results back given the SAP setup I described above?
    Thanks,
    Ed

  • How to assign Inspection characteristic to the Phases in Process order

    Hi PP/QM  experts,
    There is business requirement to assign Master Inspection
    Characteristics to the Phases in the process order. But there is no
    functionality to assign MIC's in process order. So this is stopping me to map the scenario for Rework execution.
    Requirement is results recording is required for additional added phases (Phases added to the process order to perform Rework) in the process order.
    Expecting to provide a possitive solution to resolve this issue.
    thanks®ards,
    Hima

    hi hima
    there may be one solution that if you maintained separate master recipe for rework and maintained inspection characteristics there.and while creating rework order assign that master recipe. that would help you to result record.
    and one more solution is that you have to maintained inspection characteristics for your rework phase in the master recipe.
    if any query please come back
    Regards
    Pravin
    Edited by: pravin dhokey on Jan 15, 2009 10:01 AM

  • LSMW to Load - Equipment Task List/Operations/Inspection Characteristics

    Hello Experts,
      Any suggestions on standard LSMW load program for this. The Standard batch Input - 0470/IBIP program does not have the option to load Maintenance Package and Inspection characteristics.
    Any other suggestions please.
    Thanks

    Hi Ananthram,
    instead of using the standard batch input program, you could also create a new recording that performs exactly the tasks you need. Mark "Batch-input-recording" and click on Overview. From there, you can start recording your transactions.
    I hope this helps and solves your issue.
    Marc

  • How to find the corresponding characteristics of a operations in ABAP?

    I want to filter the existing characteristic in my report according to operation. That is, if I choose operation 0010, only some characteriistics of 0010 will be displayed on screen. So I need to fetch the all the corresponding characteristers of a operations, just like the TCODE QP02. Can anyone provide me with the logic, tables? I want to know how to identify their relationship between them. thanks a lot.

    I found the solutions.
    use FM BAPI_INSPOPER_GETDETAIL
    and pass inspection lot no and operation no and check read_char_requirement
    we can find the content in the result table.

  • Inspection RR should be allowed for the operation confirmed qty only

    Hi  Friends
    I have one requirement , Inspection results recording should be allowed for the operation confirmed qty only
    i.e
        1. Release Production Order for 100 qty
        2. Inspection Lot created for 100 qty
        3. Production Confirmation done for 1st operation for 50 qty
        4. Next operation is testing or Quality inspection
        5. Used 03 insp type(WIP inspection)
        6. Result Recording should be allowed only for 50 Qty
        7. If i go for 51, system should give message(i.e confirmation not done for 51)
        8. Usage decision saved for 50 qty, Remaining 50 qty,we have to do separate RR & UD once confirmation done
    Please let me know the settings,
    Thanks & Regards
    Gajendranath

    Hello Gajendra
    Please find my inputs
    1) PLease activate in OPK4 for the production order type these 3 setting
    a) Operation sequence :  Error when operation sequence is not followed
    b) Overdelivery : Error when overdelivery tolerance is exceeded
    c) Results Rec. (QM) : Error message if no insp. result exists
    by doing this a) you make the sequence of operation mandatory. no body can confirm operation no 30 without confirming 10 & 20
    b) if you have confirmed 50 in the first operation, you cannot confirm more than 50 in second operation
    c) it will not allow you to confirm through C011n if the result recording is not done
    2) Kindly understand for 03 inspection the lot quantity will be of 100 (PO quantity as in your case). so it is impossible to give UD for 50 quantity and then do the UD for the rest of the quantity.
    UD is for the lot and not for the confirmed quantity. And please note for 03 inspection confirmation holds the importance rather than the UD
    So use 03 for intend of its use
    Regards
    Gajesh

  • Can anybody send the function module to read inspection characteristics ?

    Hi friends
    can anybody send the function module to read inspection characteristics ?
    (rate routings).
    thanks in advance

    Hi,
    Use the BAPI,
    <b>BAPI_INSPCHAR_GETRESULT</b> to get the deatils.
    also look at this BAPI <b>BAPI_INSPOPER_GETCHAR</b>
    Regards
    Sudheer
    Message was edited by:
            Sudheer Junnuthula

  • Can we create 2 inspection lots at the time of goods receipt.

    Hi experts,
         Can we create two inspection lots at the time of goods receipt from vendor.I will assign two inspection types in material master
    suppose 01,02.Both are releated to goods receipt.For one inspection lot when we take usage decision stock should not post into usage decision.for other inspection lot stock has to be posted.Is this possible?if possible how to do configuration?

    I think I made this recommendation in a previous post concerning this but this is exactly what reference operation sets are created for.
    Create the reference operation set for the characteristics that are used for all the materials.  You create this once.
    When you create the sepcific plan for the individual materials, you include the reference operation as one of the operations, (probably the first one in your case).  You don't have to add characteristics, modify or change it.  All the characeristics and settings come from the reference operation.  If you need to make a change you edit the reference operation and make the change once.   The change is immediately seen in all newly created inspection lots.
    In a second operation of the plan, you add the characteristics specific to the material.
    You can add different workcenters to the operations if you want.  That way you can set up security on the workcenters and control who can record results against which operations.
    Aside from creating lots manually, you can't create two lots at the same time from the same GR.
    Craig

  • Add inspection characteristics to production order created via CO07

    Hi, all.
    We're creating production orders to perform production rework on assemblies using transaction CO07. 
    We have a requirement to inspect and make a usage decision on the reworked assembly.
    Since there is no material at the header level for CO07 orders, the system isn't allowing us to do an inspection because it has no material master QA view to reference.  Although the control key is marked for in-process inspection, the production order still won't allow it.
    I can't add "unplanned inspection characteristics", not can I manually create an inspection lot using QA01. 
    Is there a way to manually force in an inspection for an operation on a CO07 order?
    Thanks.
    Sarah

    Hi,
    We cannot do a inspection for a production order unless it has material assigned to it and the material got QM inspection type relevant to that.
    regards,
    Lenin. A

  • QM Inspection Characteristics table

    Hi,
    I am designing Inspection Report for QM Module, the thing is i am unable to find the tables for the data
    1. Characteristic Specifications
    2. Characteristic Results 
    like Characteristic Related complete data. And also can any one tell me what is the relation between Operation & Charaterisitics in the Inspection Processing?
    Like the table used for that !!
    Waiting for ur reply....
    Regards,
    Srinath

    Hi,
    Following is the list of related tables.
    QALS - Inspection lot record : This is the table where you can get all the inspection lot numbers
    QAMV - Characteristic specifications for inspection processing
    QAMR - Characteristic results during inspection processing
    QASR - Sample results for inspection characteristics
    QASE - Results table for the sample unit
    QASE and QASR give the results for individual samples and partial samples
    To get the operation for the particular characteristic, call function module QEEA_READ_SINGLE_OPERATION
    Pass AUFPL from QALS, VORGLFNR from QAMR and PRUEFLOS from QAMR to the function module as shown below.
    The FM returns the value of operation VORNR in structure e_qapo.
    call function 'QEEA_READ_SINGLE_OPERATION'
         exporting
              i_aufpl            = <fs_qals>-aufpl
              i_plnkn            = <fs_qamr>-vorglfnr
              i_prueflos       = <fs_qamr>-prueflos
         importing
              e_qapo_wa    = e_qapo
         exceptions
              not_found       = 1
              others             = 2
    Hope you'll find this useful.
    Regards
    Radhika

  • Related to Inspection Characteristics load issue

    Hi All,
    I am trying to load inspection charatceristics - please see my requirement below
    Can we use the standard SAP program for Equipment Task lists to load the Inspection Characteristics associated with the Operations?
    Transaction (IA01)
    The program works fine for Header and Operations (One to Many, PLKO to PLPO) but does not have a separate structure for PLMK (Inspection Characteristics) but has a structure IBIPBDCD to use.
    What we're trying to achieve basically is One Header, Many Operations each having many Inspection Characteristics
    Also,
    In the current state the program can add one Inspection Characteristic to the First operation, is it possible to add "BDC Commands" to the file in such a way to
    1. "Position on particular" operation (i.e. Position Cursor and select line on screen SAPLCPDI 3400 where PLPOD-VORNR = 'xxxx')?
    2. Go back to the operations screen (i.e. SAPLCPDI 3400) at the end of each Inspection Characteristic entry in order to be able to position on either the same operation to add an Inspection characteristic or to position on a different operation (not necessarily the next one)
    Could you please help me with this issue?

    It is possible, Get help from ABAP.
    Thanks & Rgards
    Rajendran

  • Manually Installed Agent is not showing up in the Operations Manager Console Under Pending Management.

    Hi Community,
    I submitted this question because I'm a bit stuck with SCOM 2012 R2, I'll try to explain briefly what is happening right now in my environment,  we have a DEV SCOM Deployment in which all the roles are installed in a single server, this servers is a
    VMware machine running Windows Server 2008R2.
    The Initial installation of the SCOM Operations Manager and all the other components was not performed by me but by a co-worker, unfortunately he doesn't remember much about the initial configuration. So i had to pickup where he left things about a year
    ago, neither of us are SCOM experts, and we have almost no previous experience with previous versions of this application.
    Now the problem that I'm facing is the following, all the DEV Servers are Domain Controllers and one of the indication within the "Guide for System Center Management Pack for Active Directory for Operations Manager 2012" states the following
    Configuration
    Supported?
    Agent-less monitoring
    No
    After my first review I notice that our servers were being monitor by agent-less mode and given the above statement from the Operations Guide the only way that we could ever get those domain controllers monitor by SCOM would be by installing the agent on
    each server, so I read somewhere (Can't remember where) that in order to install the agents in all the servers I should first remove them from the Agent-less node, which I did. Then I tried to use the discovery wizard to get the agent install in all of them
    but it didn't matter how many times I try the servers never show up.
    I read in a Tech Net Article that you had to modify the security settings so SCOM would let me decide if I wanted to approve it or not.
    --> http://technet.microsoft.com/en-us/library/hh212853.aspx
    I performed the suggested steps from the article but still the servers were not showing up, not even if I run the Discovery wizard, so I decided to go and perform the installation manually in a couple of servers I was able to install the agent in one of
    the Domain Controllers, I configured the agent to use a service account that has Domain Admin rights. An hour after I installed the agent I went back to the Operations Console Manager and I check under Pending Action but the Server was not showing up. So i
    went back to the Internet to try to find out if someone else had experience the same problem, and in one website some mentioned that if the servers were not showing up it was probably because they were still register in the SCOM Database, now I have no idea
    of how i can check that or How can i remove them from there to have them available again, but what troubles me the most is that even after i installed the agent manually the server were not being recognize.
    I went to the Event Viewer and I found one particular event that caught my attention, see below :
    Log Name:      Operations Manager
    Source:        Health Service Modules
    Date:          6/12/2014 12:48:19 PM
    Event ID:      11551
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      MyManagementServer
    Description:
    Computer verification failure for Machine Name: MyManagementServe is 0x800706BA. The RPC server is unavailable.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Health Service Modules" />
        <EventID Qualifiers="49152">11551</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-06-12T16:48:19.000000000Z" />
        <EventRecordID>1945680</EventRecordID>
        <Channel>Operations Manager</Channel>
        <Computer>MyManagementServer</Computer>
        <Security />
      </System>
      <EventData>
        <Data>MyManagementServe</Data>
        <Data>0x800706BA</Data>
        <Data>The RPC server is unavailable.</Data>
      </EventData>
    </Event>
    Not sure if this is related to the problem that I'm facing right now, but , I make sure that the RPC Services were running and also the related dependencies too. There's no Firewall enable in any of the servers and DNS seems to be working properly.
    Ports 135 / 5723 are open and listening so since I ran out of ideas, I would like to know if some of the experts in this field could perhaps give me some guidelines.
    There's one caveat that I haven't mention yet and that is related to SQL, I checked and my user just has read access to SQL i'm not sure if that could affect this but i think is worth mentioning.
    My main goal is to have all the servers showing up in the Operations Manager Console.
    So thanks all in advance !
    Oscar Loria

    So you can ping and nslookup from your ms to these agents and vice versa right?  I wouldn't do a manual install, I would push the agent from the management server.  You can uninstall the agent manually, or use cleanmom to get rid of them.  Then
    do an install from the console.  When you initiate the install from the console (management server), should it run into any issues it will dump out an error which will give you an idea of where the problem may be.
    From Holmans post on this:
    e MOM Server could not execute WMI Query "Select * from Win32_OperatingSystem" on 
    computer “servername.domain.com” 
    Operation: Agent Install 
    Install account: DOMAIN\account 
    Error Code: 800706BA 
    Error Description: The RPC server is unavailable.
    The MOM Server could not execute WMI Query "(null)” on 
    computer “servername.domain.com” 
    Operation: Agent Install 
    Install account: DOMAIN\account 
    Error Code: 800706BA 
    Error Description: The RPC server is unavailable.
    8004100A 
    800706BA
    1.  Ensure agent push account has local admin rights 
    2.  Firewall is blocking NetBIOS access.  If Windows 2008 firewall is enabled, ensure “Remote Administration (RPC)” rule is enabled/allowed.  We need port 135 (RPC) and the DCOM port range opened for console push through a firewall.  
    3.  Inspect WMI service, health, and rebuild repository if necessary 
    4.  Firewall is blocking ICMP  (Live OneCare) 
    5.  DNS incorrect 
    http://blogs.technet.com/b/kevinholman/archive/2009/01/27/console-based-agent-deployment-troubleshooting-table.aspx
    Regards, Blake Email: mengotto<at>hotmail.com Blog: http://discussitnow.wordpress.com/ If my response was helpful, please mark it as so, if it answered your question, then please also mark it accordingly. Thank you.

  • Inspection characteristics based on material and goup counter

    Hi,
        Do we have some function module which would give us inspection characteristics based on material and group counter. I have gone through many posts in this regard but find answers to get inspection characteristics based on inspection lot number.
    I do not want to get into quality at all. Is there a FM to get the inspection characteristics based on material and group counter or any related tables would be of gr8 help. T-code QP03 takes material and group counter as input and displays the inspection characteristics. Any input in this regard would be of great help.

    Hi,
    Use tables MMAPL , MAPL and PLMK as per your requirement.
    Thanks,
    Vijay

Maybe you are looking for

  • Text Tab delimited file-Strcuture-validation

    Hi Folks, 1.Is there a way to check whether the file is text tab delimited or not,programatically ? 2.can we check whether the data in the text tab delimited file is in line with the structure of the internal table into which it is going to be upload

  • Tax model 390 (Spain)

    Hi, Is there any standard transaction to obtain tax model 390 for Spain? Thanks

  • Web services Context

    Hi, I need to use a shared context to hold the application session across various web service invocations. I found WS-CTX (http://docs.oasis-open.org/ws-caf/ws-context/v1.0/wsctx.html) supports that. But I am not sure of how to implement it. Can anyo

  • A Internal frame problem: Please help me

    How can you add a panel to internal frame and show it. I add a image buffer to a panel and then I want to add that panel to internal frame which exists in a main frame. Please help me with code snippet as I am unable to it since morning and struck wi

  • Missing Mobile Me Icon from I-phone

    I no longer have the "Mobile Me" application icon on my phone. How do I get it back? THX...