List of Articles by Inspection Characteristics

Hello,
How can i get list of articles by an inspection characteristics?
is there a transaction?
Thanks

Hi
You can use Engineering Workbench also. T-code CQBQM also.
Thanks
Manish

Similar Messages

  • 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

  • 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

  • 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

  • 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

  • Material routing inspection characteristics.

    Hi everybody,
    I just wanted to ask whether don't you somebody know some function or bapi, that allows to change the material routing inspection characteristics listed in CA02.
    Thanks a lot.
    Jan.

    Check it here Re: bdc problem ca02

  • I have huge lag with Safari's Reading List using a rMBP. I have probably 80 articles saved, which is likely the cause of the lag. Is there any way to export that list of articles so as to be able to delete them from Reading List but still have a record?

    I have huge lag with Safari's Reading List using a rMBP. I have probably 80 articles saved, which is likely the cause of the lag. Is there any way to export that list of articles so as to be able to delete them from Reading List but still have a record of the articles I intend to read?

    I'm currently dealing with this issue myself, except that my rMBP has NO articles in the reading list.  It's a brand new rMBP too, purchased just this week, with the 2.6 Ghz Processor & 16GB of RAM.
    Let's see what we can find.  I may just take it back to the Apple Store.

  • 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

  • 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

  • Date format in Master inspection characteristics

    Hi All
    I have a requirement where my user wants to enter the date format in the master inspection characteristic. For example we want to add date of manufacture and the date of expiree as a inspection characteristics and during the results recording they want to enter this characteristics in a date format.
    MY question is can we have a master inspection characteristic with a date format, if so what all the settings are required.
    Please suggest.
    Thanks,
    Quantum.

    >
    quantum wrote:
    >Can i use characteristics in the inspection plan instead of the master inspection characteristics. I am using Work bench transaction code CWBQM to create an inspection plan.
    Direct characteristic you can't use in inspection plan. If you want to use characteristic in IP then create chara. (CT04), then assign this charac. as class chanr.(QS21) in MIC. Now you can use this MIC in inspection plan.
    Hope this helps.
    Thanks!!!

  • 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

  • Create Inspection Characteristics

    Hello Gurus,
    I'm developing a program to create Inspection Characteristics from a file (excel).
    I'm using the BAPI <b>BAPI_INSPECTIONPLAN_CREATE</b> but i don't know how to fill the parameters.
    Anyone can help me, please.
    Thank in advance.

    Kindly go to SE37.Enter the name of BAPI n then execute.
    Click on each field coming  and execute. This was you can test your inputs. You can also save your test data .
    This will validate that ur BAPI is o.k n you can ask you Technical team to write a program n assign a transaction to it.

  • Config settings for Decimal places in Master Inspection Characteristics

    Hi,
    can any body tell me where to do the configuration settings for decimal places  in master inspection characteristics
    i want my limits to be 1.234
    i want 3 decimals after point
    Regards,
    Raj

    Hi,
    Please go through the below link.
    http://www.freesaptutorial.com/how-to-create-master-inspection-characteristic-in-sap-qm-module/
    While creating the MIC in QS21 after entering the control indicators you will get Quantitative data screen.
    In that screen you can enter the decimal places, UOM, target, lower limits etc
    Regards
    Hari

  • How update my list of articles?

    Hi,
    I have an excel file with the follow structure (for example):
    RecordKey    LineNum   Quantity   ItemCode
    List1              1                5              code1
    List1              2                2              code2
    List1              3                3              code3      
    Where RecordKey is the name of my list of articles.
    Using DTW (Data transfer workbench) for import my file, what is the table to be selected to update my list with the correct quantity? I don't find the correct table....
    Thanks!
    Regards.

    Here's an example of  a DTW Worksheets for Item Price Update, Two Sheets, the First is the Items, the second sheet relates to the first sheet via the record keys.
    Sheet # 1
    RecordKey     ItemCode
    RecordKeypianpianint     ItemCodepianpianstring
    1                             AS022300
    2                             AS022350
    3                             A6001000
    4                             AS014332
    5                             A6038100
    Sheet # 2
    RecordKey     LineNum     Currency     Price
    RecordKeypianpianint     LineNumpianpianint     Currencypianpianstring     Pricepianpiandouble
    1                             0                             USD                                     602.36
    2                             0                             USD                                     629.79            
    3                             0                             USD                                938.69
    4                              0                             USD                               570.45
    5                             0                             USD                                      76.71

  • Determination of inspection characteristics

    In the case of serialization processing, how will the shopfloor (workbench) determne when the inspection characteristics are completed and/or closed?  Any information will be appreciated and points awarded thanks!

    you have to valuate the characteristics with  Object Dependencies
    http://help.sap.com/saphelp_bw/helpdata/en/24/4766d4416711d189ec0000e81ddfac/frameset.htm

Maybe you are looking for

  • Need help with many devices and one itunes account!!

    I recently purchased each of my kids an Ipod Touch.  They all three are now using my Itunes account which has become a little bit of a problem.  The biggest issue now is with iMessage.  When a friend send a text message or tries to Facetime one of th

  • How to make the fields of BPM object not saved in database.

    Is it possible to declare some attributes of BPM object not saved in database. For example: Order has attribute orderId and date, user (other attributes)... we only want OBPM save orderId. We want the other attributes could be saved and retrieved by

  • Can't get my printer to work with new OSX 10,6?

    I upgraded to snow leopard 10.6.3 so I could use the new Touch 4th generation. Everything was great until I tried to use my epson R2880! I keep getting errors. It also says the printer is not registered. I have downloaded software updates, font updat

  • Latest episode from TV series "Lies

    Latest episode from TV series "Lies & Secrets" hasn't downloaded automatically per the norm. Tunes wants to charge me the cost of this individual episode as if it doesn't recognize the Season as Purchased (despite Store's Season label states Purchase

  • JSF h:commandButton which renders as an html button rather then input

    I've been struggling to find a way to create a jsf command button that will render as a <button>. The reason I want to do this is so that I can include content inside my button, as the html <button> tag allows. Is there a way to do this, or is this i