Inspection result report

Hi All,
My client needs inspection report Work centre (date wise).
In MCXB it is coming work centre wise but moth wise I am gating.
In QGA2 its coming work centre and date wise but problem is after expanding the column all information is not there like accepted & rejected quantity, lot seize, percentage rejection, inspection origin.etc.
Please help me out, how to get such report.
Regards,
sid

SAP does a lousy job of providing inspection result reports.  There are not many ways to get the actual recorded value(s) for a test, or inspection lot.
For what you want, I woud suggest you develop a custom report.
FF

Similar Messages

  • QM inspection result reports

    Experts,
    How come there is never any data for QM reports such as MCXA, MCXB, MCXD, MCXI although inspection lots are available in the system?
    Is there another report that I can use to see inspection results in a table layout, e.g. list of batches on one axis, list of characteristics on another and the results?
    Thanks!
    Rgds

    Sure you can.  Simply add some of the standard characteristics to the batch class that SAP provides.
    LOBM_APO_SL_MAX     Max shelf life/maturity in sec
    LOBM_APO_SL_MIN     Min shelf life/maturity in sec
    LOBM_APO_SL_UTC     Reference time stamp of batch
    LOBM_BPRIO     Stock determination: priority
    LOBM_BWTAR     Valuation type
    LOBM_HERKL     Country of Origin
    LOBM_HSDAT     Date when batch was produced
    LOBM_KRT     waiting period of a batch
    LOBM_LFDAT     Batch determin. delivery date
    LOBM_LGORT     Storage location
    LOBM_LVORM     Deletion ind. for batches
    LOBM_MBDAT     Material availability date
    LOBM_MENGE     Batch determination sort qty
    LOBM_QNDAT     Next insp. date for batch
    LOBM_QSCORE     Qualityscore Usage Decision
    LOBM_RLZ     Remaining shelf life for batch
    LOBM_RLZ_PROZ     Req. remaining rntme in proc.
    LOBM_UDCODE     Usage Decision
    LOBM_VERAB     Availability date
    LOBM_VFDAT     Expiration date, shelf life
    LOBM_ZUSTD     Status of batch
    Not all of these are suitable to add to the batch class.  Some are designed strictly for batch search strategy classes.  There are several OSS notes out there on the use of these.  As you can see, several of these are date related.  I usually always add LOBM_HSDAT, LOBM_UDCODE,and LOBM_VFDAT.
    As you can see, the Batch number is not in the list of standard characteristics.  This can be created however.  Create a general characteristic with reference to table MCH1, field nanme CHARG and add this characteristic to your classes.  You can then use it to search and sort for specific batches just like any other characeristic in CL30n.  When displayed, the field is greyed out from user entry since it is a referenced field.
    Craig

  • Report for Inspection Results

    Hi experts,
    Is there any standard TCODE which can list out all the inspection results by material?
    Any activation required?
    Regards,
    Daniel

    Hi,
    QGP1 is too discrete because I need to input the characteristics one by one.
    MCXB have no results displayed.
    MCXD have no results displayed.
    I need SAP provide a list of inspection lots, plus defect informaiton within a time period (like by month).
    Regards,
    Daniel

  • Inspection results for more than one lot

    How do i see inspection results for different lots of the same material together in a single screen. Is there any standard report or query available in SAP?
    Prahlad

    Dear Prahlad
    You can see it in ways
    1) Go to QS28. Input the plant and the mic and execute. You will get MIC details. Choose the MIC and click on Result history. A pop will appear Result history Limit Selection. In the Time Tab you can see inspection lot selection date From and To. Execute you will get the entire list of lots
    3) Go to QA33 > result> Select the Mic> go Result historyhistory >In the Time Tab you can see inspection lot selection date From and To. Execute you will get the entire list of lots with all values and charts
    4) standard reports such MCXD,QGP1 can be used
    Hope this helps
    Regards
    gajesh

  • Inspection result

    Hi
    I need to display inspection results for multiple inspection lot (ALV )report
    Inspection point (user field also ) active
    Result were recorded for multiple MIC's & at the same certain MIC  , inspection discription also record that is also need to be displayed
    Query I can able to display alll like
    inspectionlot ins point MIC1    sHORT TEST
                                        mic2
                                        mic 3
    But I need to rearrange like
    Inspectionlot   Inspectionpoint   Mic1  MIC2  MIC3  MIC1 short text  like that....
    Is't possible? If possible how can I rearrange rows in to Column.....
    Anyone of you come across this kind of requirement
    Please share you inputs .....
    Thanks

    Hi
    I did it SQVI and infoset query
    working goood
    my problem is change lay out instead of multiple rows fo each MIC, i want to change  multiple column for each MIC
    thanks
    for the response
    Sami

  • Need to create link to Word Doc in blob column in search results report

    I got the Oracle Text boolean search of word documents in a blob column of a table working.
    Now I need to be able to create a link in the results report.
    I know that Oracle creates a link for each document in the column when you attach a file, I just need to know what the link should be to allow users to open the document in the search results report.
    Right now the application is set to do a search in the attached word documents, and in the results window it shows the names of the people who match the search, but it won't allow me to create a link to their resume in the results report.
    the name of the table is CONTRACTOR_LIST and the blob column is RESUME.
    How would you go about creating a simple link to the word file in the results window?
    Here is the code for the query
    select score(1) relevance, Name, Resume
    from contractor_list
    where CONTAINS (resume, :P1_SEARCH, 1) > 0
    order by 1 desc
    That works, but I can't get it to link to the resume file.
    Here is the code I'm using for the link
    javascript:popupURL("#RESUMEL#")
    This just give me an error page and the the link is
    http://server-namer:8080/apex/[datatype]
    the error is
    Bad Request
    The HTTP client sent a request that this server could not understand.
    Thanks again!
    Edited by: gjones77 on Dec 2, 2008 6:14 AM
    Edited by: gjones77 on Dec 2, 2008 7:08 AM

    It is within the table I believe (I'm not a DBA or a developer) since I created a BLOB column and then used the file browse feature to allow users to attach a resume to the table in order to be able to perform a search of the attached documents.
    I'm just having a hard time pointing the link in the search results report to the document in the blob column.
    The information on that page is great if you're trying to create a link to the document on the initial report.
    But I created a query using Oracle Text to run a report that does a boolean search of the attached word documents in the table.
    When it displays the search results, it doesn't create a link to the document and I can't figure out how to do it.
    Here's a link the the instructions I used to create the initial search report with Oracle Text, mind you I only created the index and query, I didn't add in all the link data since they're using documents on websites and I'm using documents in a table.
    http://www.oracle.com/technology/products/database/application_express/pdf/apex_text_application_v1.6.pdf
    If you can help me with this I'd really appreciate it.
    Thanks again.
    Greg
    Edited by: gjones77 on Dec 2, 2008 8:14 AM

  • Copy Inspection Results of one lot to other lots at a time

    Dear Experts,
                         As per settings made under "Make Settings for Copy of Inspection Results" I am able to copy inspection results but still I am not getting what I exactly want. Below are different requirements explained in details
    1. I am not able to copy twice on the same lot. e.g. if a lot has status RREC i.e. RR has been done then if at a later time I want to copy some other results over here then it's not happening.
    In help.sap page somewhere it is mentioned that copy is possible if lot has status CALC. I want to have some configuration which I don't know for which SAP should allow the copy functionality with status RREC also.
    2. By above functionality I want to do RR for several lots collectively at a time. E.g. if I have 100 lots then with same quality results it's tedious to copy results for each one by one. Like "QA16 - Collective Usage Decision" I didn't find any similar transaction for results recording(collectively).
    3. Although my results are being copied from one lot another but MIC valuation are not being transferred given that I am not using any sampling procedure. I want manual valuation to be copied to the destination lots.
    Any valuable suggestion will be highly appreciated.
    Regards,

    Dear,
    it is not clear from your question.
    Please get more details,
    In which release you are working?
    In SPRO what special setting you made for this special case
    Inspection origin is linked with no range/TL type/insp type.
    Wher exactly you set this new configuration.
    Please let us know so that we can simulate and help you out

  • Urgent : SD-ABAP Inspection Certificate Report

    Hi Friends,
                     I am a begiiner in SAP, trying to make Inspection Certificate Report, but not able to link table QALS with VBAP. Plz send me any reference report.
    Waiting for your valuable response.
    Thanks & Regards,
    Gulrez Alam
    Edited by: gulrez alam on Jan 23, 2008 8:32 AM

    Hi Gulrez,
    Inspection reports are linked to deliveries, transfer orders or material documents. There is no link between orders (VBAP) and inspecion reports.
    Regards,
    John.

  • Inspection results copying

    Hi All,
    In result recording inspection results can be copied to the actual inspection lot from an existing lot. Is this possible, if so where we have to this customizing.
    Navin

    Hi,
    Pl go thro the forum post and doc link below
    Re: Copy Inspection Results
    http://help.sap.com/saphelp_47x200/helpdata/en/00/07cf2ec3b42046aeeb527773165efc/content.htm
    Regards
    K.M.Arun

  • Inspection Results Listing

    Hi Experts,
    After inspection results being inputted, is there any standard TCODE in SAP which can list out the inspection results in detail (1 by 1)?
    And also any program for listing what results required to be inputted but not yet inputted?
    Thanks a lot!
    Regards,
    Daniel

    Have you tried
    MCXV
    1
    apart from QA32/QA33
    Edited by: nbgore on Mar 31, 2011 2:14 PM

  • Inspection result to multiple batches

    Hello,
    For my client, I need to figure out a way to get the inspection results from QM into multiple batches. Is there a simple (standard) way to do this?
    The situation is that my client produces 3 batches at once. Samples for analysis are only taken from 1 of those 3 batches. After the analyses, at the usage decision, the values need to be copied into the characteristics of all 3 batches.
    Anyone can help me out with this one?

    Hi,
    That means you have only one inspection lot(manually created) for the production of 3 batches. But you can link only one material/one batch to an inspection lot in SAP. In your case, you can record the results for 1 batch and maintain the other batches in text field(that Inspection not required for other 2 batches).
    By the way which inspectin type are you using?
    WR,
    Sanjeev

  • Copying Inspection results from inspection lot.

    Dear All,
    Please explain me the process of copying inspection results in QM. Following is my clients requirement:
    During receiving inspection they receive the same material in say 10 batches (coils). They want to create the independent batch for  each coils of same material for tracking mechanism, so I  don't have any option to generate that many number of lots.
    Out of this 10 lots, say there are 2 masters (mother coils). Means there are two set of characteristics only which i need to copy for 5 lots each.
    As I  learn from SDN, EA - PLM  need to be activated . But I don't know what are the  adverse effects of activating  same.
    Please explain me the process.
    Best Regards.
    Shekhar Mokashi

    Hi Shekhar,
    Refer the OSS note 855959 - Activation of Extension Sets via SPRO not successful.
    I think all your doubts regarding to this Enhancement package will get resolved.
    The big warning is given there in that note itself about implementing the EA-PLM enhancement is.....
    Once an Enterprise extension set has been activated, it cannot be de-activated by de-selecting the option in the SPRO or otherwise, because BC Set activations cannot be undone.
    Appart from that note refer the document for
    Release Notes
    SAP ERP Corporate Services
    SAP enhancement package 2 for SAP ERP 6.01.
    the link for the same is pasted here FYI.
    [Chap_04_RNCorporateService|http://www.id.uzh.ch/dl/sw/sap/upgrade/Chap_04_RNCorporateService.pdf]
    Even after this much stuff completion, you don't have your doubt cleared up then I would advice you to ask the question in [ SAP Enhancement Packages|/community [original link is broken]; forum.
    Regards with lots of good luck wishes.
    Shyamal.
    Edited by: Shyamal Joshi on Jul 26, 2008 12:19 PM
    Edited by: Shyamal Joshi on Jul 26, 2008 3:06 PM

  • Copy inspection results

    Hi,
    In QM i am trying to copy inspection results.  For that all required customizations maintained, but still
    copy inspection results option is not coming in EDIT tab of QE01 transaction.
    I have cheked the pf status for the same it is E110 and main program is SAPLQEEM  and in se41 under edit tab i am able to see the data transfer push code also +QECOPY, but it is not appearing at transaction level.
    Do i need to do any coding to activate the same.  Any help will be highly appreciated.
    Thanks a lot in advance.

    Hi,
    Are you able to see "copy insp results" in QA02 under Edit menu ?
    Ref the link for details reg copy insp results
    http://help.sap.com/saphelp_47x200/helpdata/en/00/07cf2ec3b42046aeeb527773165efc/content.htm
    Regards
    K.M.Arun
    Edited by: ARUN KM on Mar 24, 2008 4:22 PM

  • SAP QM Result recording - Copy inspection results functionality

    Dear all,
    I have two queries.
    1) The Raw materials used in various plants are same. I want to copy the inspection results to the inspection lot if the batch is already accepted in other plant. The material, batch and vendor is common point. Some of the characteristics are caluculated characteristics. How to map this requirement.
    2) I want to test the standard functionality for copy results but in my system, the settings for copy inspection results is not appearing in quality inspections in SPRO. I want to confirm whether I am missing some other setting.
    Regards,
    Manohar

    Hello Jessica,
    you could try the following bapis:
    BAPI_INSPCHAR_GETRESULT
    BAPI_INSPCHAR_SETRESULT
    Although the desired functionality was actually implemented in higher releases.
    Hope this helps you.
    Regards,
    Isabelle

  • QM: Copying inspection results to another lot

    Experts,
    has anyone experience with automatic copying closed inspection results from one inspection lot to another one?
    Rgds

    Having seen some of your other postings and queries I'm wondering if your issue can't be solved by batch derivation or batch characteristic inheritance?  These are available in 6.0.  Not sure of your version.  By using these functions, you can avoid creating a lot of your inspection lots possibly.
    You can read up on these at:
    Batch derivation: http://help.sap.com/erp2005_ehp_03/helpdata/EN/35/7b723c4356d068e10000000a114084/frameset.htm
    Batch characteristic inheritance: http://help.sap.com/erp2005_ehp_03/helpdata/EN/3e/a6d5b1a3f5764e8274e015d5a1cee2/frameset.htm
    Craig

Maybe you are looking for

  • DATE probs with turn-of-the-century

    Any suggestions are appreciated. This is probably something hundreds of you have run across, but I am experiencing it now, for the first time, with two separate WinNT4 installs. For background: http://technet.oracle.com/doc/server.804/a58225/ch3all.h

  • How to join 2 OData connections in Project Server 2013

    Hello, I want to join the OData Risks Data and the Odata Projects Data connections on the ProjectID field. I knew how to do that in Connection string of SQL queries in the previous versions. Can we do that in 2013 ? Thanks for your help

  • Itunes could not sync calendar because the sync server failed to sync: Help

    Can anyone please help me with this error. Trying to sync to outlook 07, contacts sync, but not calendar. do not want to lose the information on the phone in the sync resolution.. any ideas?

  • Assets under construction (AUC) revaluation

    hello, I've a question. I need to manually post revaluation to an AuC (as investment meassure), with tx ABAW a ttype 993, this goes to reavaluation area 03 (not principal area 01). I can see the correct values on the AuC but when I do CJ88 as "global

  • Warning by opening Elements 9 [Again -.-]

    Hello, I'm from Germany. I'm using Adobe Premiere Elements 9 and very often, when I start APE9 I get the warning "Es befindet sich kein Datenträger im Laufwerk. Legen Sie einen Datenträger in Laufwerk \Device\Harddisk\DR4 ein." In English maybe it's