BAPI Result recording

Hi, i really need an example call of the
"BAPI_INSPOPER_RECORDRESULTS"
because it always fails when I try to enter an inspection lot point result. The 4 "IMPORTING" parameters are straightforward but I have no clue which fields I have to set in the "SAMPLE_RESULTS" (type=BAPI2045D3) table.
System: SAP 4.6C.
Thanks alot.

<i>Did you check the documentation for the BAPI ? It looks informative and from the documentation, I also get the feeling that SAMPLE_RESULTS should not be filled , but this is the table where you get your result from the BAPI.</i>
Also check <b>BAPI_INSPOPER_GETDETAIL</b>. You should probably call this BAPI first to get the details for a particular inspection order and then call <b>BAPI_INSPOPER_RECORDRESULTS</b>
Let me know if that helped.
Regards,
Subramanian V.
Message was edited by: Subramanian Venkateswaran

Similar Messages

  • Lock in the results recording in QE51

    Hi,I use a BAPI to do results recording in QE51,but when someone inside the characteristic,results recording does not happen, and there is no error message appears.What should I do to deal with the problem? Should I use 'lock object' method? I know nothing about 'lock', would you please tell me the method in detail?
    For example,the inspection lot number is: 10000006313, the operation number is:0080 and the inspection characteristic number is:0010, I am inside this characteristic,but I want to do results recording using a BAPI.Results recording doesn't happan,and there is no error message appears.How can I deal with the problems.Many thanks!

    CALL FUNCTION 'ENQUEUE_EQAVO'

  • Need Help on Result Recording - QE01 - FM / BAPI

    Hi,
    I want to know the function modules / BAPIs for result recording. We need this for following scenario:
    We want to update the test results for characteristics which are available in an external file.
    Is there any FM / BAPI available which can do the result recording of each characteristic? Manually, we are using QE01 for result recording.
    Thanks,
    Amey

    Hi Sujit,
    Thank you for the answer. I can update the values for single results, but the staus is set to 2, not 5. I am setting the paramter in the FM inpproc_ready = 'X'. Still the status is 2 - Processed and not 5- Processing completed. Can you please help with this? Any configuration change is needed?
    Regards,
    Amey
    Edited by: Amey Kulkarni on May 28, 2011 6:29 AM

  • Result recording - Integration with external software

    Hi,
    Inspection is done using the external software & the results are stored in the external database.
    How can we transfer the inspection results in QM Result recording?

    Hi,
    For the upload to the SAP-System, the function module BAPI_INSPOPER_RECORDRESULTS will be used with the following mandatory input parameters:
    -     Inspection lot number
    -     Inspection operation number
    -     Inspection point number
    -     Partial lot number
    -     (SAP-)batch number
    -     Characteristic results (for characteristics with summarized result recording)
    -     Single results (for characteristics with original result recording).
    The transfer between subsystem and QM is done asynchronously. The mapped result data will be send as IDoc to the SAP system, or via direct call of the BAPI_INSPOPER_RECORDRESULTS via RFC.
    If the data is send as IDoc, the BAPI-ALE interface must be setup to process the BAPI_INSPOPER_RECORDRESULTS at receipt of a new IDOC.
    Kindly contact with your ABAP'er for further process.
    Thanks & Regards,
    Srinivas.D

  • Upload Document while result recording

    Hi Experts,
    I need your help on the below scenario to check the feasibility and possible solution.
    Scenario : We have a MIC result recording screen where user needs to attach document(mostly captured image) for each or some MIC and record the Inspection results in SAP QM along with documents.
    we are using SAP MII as front end to record the results and then post these results recording along with document to SAP QM.
    please guide what is the best solution to achieve this , Is there any BAPI available to do this etc..?
    Appreciate your response.
    Nikhil

    Hello,
    In standard SAP, In DMS it is not possible to enter document at MIC level as no object link will be there for MIC level.
    But either u need to store all document as above said in inspection lot level or at UD level. or u need to make some customize call screen at MIC level by using enhancements or Exits and solve your requirement.
    In Stdn SAP its not possible.
    Regards

  • Results Recording through QE 11  - Determine one MIC w.r.t another MIC

    Hi All,
    While doing Results Recording through QE11, one MIC (Say 'T') )needs to be automatically calculated ,whereas it was manually entered until now.
    The value for 'T' should be picked from some Z table depending on some key fields , of whiich another manual MIC (say 'A' )value is a key field.
    I can create the Function module and assign it to the MIC in formula. But I am not sure how to pick up the value for MIC 'A' at run-time.
    Before saving itself, when 'calculate' button near 'T' is pressed, the FM should be triggered and it should use the value for MIC 'A' for picking value for 'T' from Z table.
    Please advise if any FMs/BAPIS are there or any other method.
    An F1 at 'A' yielded field QAQEE-SUMPLUS in 'Result' field and QAMKR-ORIGINAL_INPUT from 'Orig. Val' filed of which both are structure fields.
    Thanks,
    Neethu

    I'm a maybe little late, but i will try to explain my own problem.
    I'm also working for QM.
    I want read data from QAQEE-ORIGINAL_INPUT and i cant and i did succed when i going to see inspection report.
    I just have to make some marks in field Accessories for report and u will get data from this field.
    But, if i want to read the same data in another place in sapscript i have problem.
    It simple i cant get data from structure, is this because the program for form is writen for specific point when it must be write out?
    Sorry for my english.
    Tnx.

  • Digital signature in Results Recording

    Hi all,I want to do results recording using a BAPI,but when the inspection lot need digital signature,the BAPI can't work,how can I deal with this problem?Thanks in advance.

    According the settings the digital signature is required. The user must key in the data. Using a BAPI or doing result recording in background with a btach user: This is not the desired business process. For a kind of automatically recording somebody has to redesign the business process first. Not to solve a problem with a wrong desinged process and a program.
    Rgds,
    JP

  • Error - Single Result recording - BAPI_INSPOPER_RECORDRESULTS

    Dear All ,
    I need your expertise guidance on the below issue that i am facing in the BAPI - BAPI_INSPOPER_RECORDRESULTS
    I am using this bapi to  record result for inspection lot   with the inputs as below -
    Import    -   INSPLOT -    Lot number
                      INSPOPER  - Inspection Operation Number 
    Table   -     SINGLE_RESULTS  - RES_VALUE -  " some value " 
    I need the above  data to be updated against  Inspection lot number .   I think it can be done through BAPI , as BDC recording is  having some issue when i tried to do this through BDC .
    After executing this BAPI i am getting the return code message  - "Defects occured during confirmation"
    Can any one please guide me on the same how ishould proceed .
    Thanks in advance .
    Prabhudutta

    Hello
    Check this link: https://wiki.sdn.sap.com/wiki/display/Snippets/SampleCodeBAPI_INSPOPER_RECORDRESULTS
    It is working example for your requirement.

  • Mass Uploading of Result Recording + Usage Decision.

    Dear Gurus,
    Are there any BAPI or BADI to Mass upload RESULT RECORDING(t code QE23) + USAGE DECISION(QA11) through an excel in the fore ground mode and back ground mode
    Regards
    Shoib

    RESULT RECORDING : BAPI_INSPCHAR_SETRESULT
    UD: BAPI_INSPLOT_SETUSAGEDECISION

  • Result Recording Specification field Table entry

    Hi SAP QM Gurus!
    In QM Result recording against Inspection lot, there is a column called "Specifications".
    Can anyone tell me from which table I can get the avlues of Specification field/
    Typically, I have below specification values. For one of my report I want these field values.
    Description the material
    <=  0,5 %
    >=  99,0 %
    98,50 .. 100,50 %
    85 .. 90 °C
    >=  0,10 mg/tab
    Kindly help me to get the field values.
    Thanks

    explore bapi BAPI_INSPCHAR_GETREQUIREMENTS----
    >parameter READ_CHAR_REQUIREMENTS
    Also BAPI_INSPOPER_GETCHAR
    can Results Recording QAMV Characteristic specifications for inspection processing  be used ?

  • Need custome program for qe51n (inspection result recording)

    Hi Gurus,
    I am getting the same error from the BAPI  BAPI_INSPOPER_RECORDRESULTS. Defects occured during confirmatio  you find any solution? If yes please share me the solution and sample code give some ssample code .
    Javed
    Edited by: Javed Parvez on Jun 8, 2009 2:58 PM

    Dear Neeraj
    one suggestion would be create an qualitative MIC and give the short text " Inspection according to Drawing specification". Create a characteristic code as 1) Ok 2) Not ok. So while result recording you select ok or not ok according to the result and in Inspection Decription you can insert your comments
    Regards
    gajesh

  • Alter a BAPI Result Table, how to get into the display "loop" ?

    Hello all,
    i have a problem regarding the result rows of a RFC/BAPI Call.
    There are three views, let's say 1,2,3. In View 1, i call a BAPI, and display the results in a table in View 2. I added a button in each row, which calls View 3 and displays some details concerning the selected row.
    I now want to store a flag for each row, that has been displayed in this way.
    In View 3 i store the key value of the displayed row in an own value node in the context.
    When i go back from View 3 to View 2, i want to see that flag (in an extra column) in every row, that has been selected in this session.
    So i do not know, how to alter a single row in the BAPI result table, how to get into the "loop" that is used by WD to display the table.
    already tried a supply function, but i was not able to alter single rows.
    Any suggestions/tips or perhaps code fragments of working supply functions ?
    Thank you !

    Hello,
    I'm not sure whether I understood your problem correctly, but I will try to give an answer.
    The easiest way I see is to copy the RFC Results to a Component Controller Context structure with an additional Flag field. You can use WDCopyService for copying.
    Then on the event of selecting you set your flag as appropriate for you (e.g. if you want to use an image as flag you set the Image path) on the current element of your table. Then display View 3.
    On going back View 2 should show now the new flag values...
    The trick is to copy the values (as at Time structures can not be expandend with new fields) and set the Flag on the onSelect event.
    Hope this helps,
    Frank

  • Report of result recording for multiple batches in a given time span .

    Dear team ,
    I am looking for a standard SAP report that gives the details of result recording with all the characteristics for mulitple batches in a given span of time . The MICs will show the actual values recorded for each of the batches.
    The colums may be like this
    material/batche/lot/quanity/mic1 value/mic2 value/mic 3 value...........
    A standard report is prefered and we would also like to have a trend analysis done for the batches .
    Looking forward to hearing from you .
    Ram

    Thanks for the answer Firefighter.... cheked the t code and seems to be useful . But I would like to have the report in the folowing format . Kindly guide.
    SN     MATERIAL     BATCH     INSPECTION LOT      QUANTITY     CHARACTERISTIC 1     CHARACTERISTIC 2     3     4
    Ram

  • RESULT RECORDING PROBLEM

    Dear Gurus,
    I am facing problem I have maintained formula for paricular MIC,e.g Zn-for this MIC i have to calculate the percantage as 100 minus balance of the remaining MICs eg i  have maintained in this form--1
    100-(C9010C9020C9030C9040C9050C9060C9070C9080C9090)
    Please note i have maintain the folowing parameters in control indicators for the MICs from 10 to 90 in the Inspection plan
    1) Sampling procedure
    2) Required chara
    3) single results
    4) Fixed scope
    5)Record measured values
    6)print
    7) documentation
    and only for the MIC which formula is maintain i have maintained CAL CHAR.
    when i creat a purchase and do migo an inpsection lot is gnerated.
    when go to t.code QA32 to record results in RECORD RESULTS CHARACTERISTICS OVERVIEW
    I HAVE NOTICED THE FOLLOWING PROBLEMS
    1) FORMULA IS NOT BEEN CALCULATED.
    2)INSPECTED COLCUMN NEXT TO SINGLE VALUE IS AN INPUT SCREEN.i.E-Number of Inspected Sample Units--(WHAT I MEAN ITS NOT GREY FEILD-THE VALUES HERE SHOULD BE 1 AND GREY )
    3)ALSO THE SINGLE VALUE TAB IS GREY NOT USUAL-IF CLICK ON IT THE TAB DROP DOWN.
    I HAVE RUN THIS SCENRIO IN MY DEVELOPMENT SERVER AND IT WORKED PREFECTLY,BUT MY CLIENT SERVER I AM GETTING THIS PROBLEM
    WHAT ARE SETTING I AM MISSING.
    Regards
    Ram
    Edited by: RAMKUMAR WARIYAR on Feb 24, 2009 4:41 PM

    Dear Ram
    1) As the sample size was 1 system was taking this as Summarised recording & that is the reason why the system is showing 3 tabs instead 4
    2) Please do the following setting in Config : SPRO>QM> Basic Setting> maintain setting for plant level>Plant> Result recording  > untick Summ. Recording n=1.
    If you had ticked this means that the results recording will always be summarized if n = 1 (for example when inspecting one unit or 1 ml).
    please do check now whether the formula is working for a new lot and you have 4 tabs in RR
    Was a good question to solve
    Regards
    gajesh

  • VALUATION NOT APPEARING IN RESULT RECORDING

    Hello....
    I have created an inspection plan where i have assigned all the characteristic to be inspected with quantative data.
    Upon goods receipt inspection lot is generated,
    while doing result recording when i enter the result for eg. if the characteristic value is 1-10, and i enter the reult as 1, the valuation has to be set automatically as accepted but its not appearing, could anyone please let me know am i missing any settings.
    Suggestions will be worth appretation

    Hi sarfrazbaig  ,
    If you are using sampling procedure, check the "Valuation Mode". It must be "Manual Valuation" to achieve the valuation Manually.
    The trx code will be QDV1/2/3 for Sampling procedure.
    Regards,
    Shyamal
    =================================================================================
    Okey if you are not using the sampling procedure then,
    Set the value as "Automatic Close" / Close, Navigate and save automatically" in the IMG settings at Quality Management->Basic Settings->Maintain Settings at Plant Level, here for the relevant plant select the "Result Recording" Tab and set the mentioned vales for the field "Recording configuration"
    Revert for for further inputs.
    Regards,
    Shyamal
    Edited by: Shyamal Joshi on Aug 12, 2009 12:24 PM

Maybe you are looking for

  • Execute BEx as background job

    Hi Guys, User hit abap dump for TIME_OUT when executing query in Analyzer by selecting All data. I understand it is standard setting of 600 seconds for dialog processing. Is there anyway i can execute the query in background when user select all data

  • Muse crashes when going to preview mode.

    After updating Adobe Air, Adobe muse now crashed every time I go to priview mode. working is Os X 10.8.2. Any one else have issues like this? Any known fixes?

  • My MacBook Air wont remember network settings.

    Works fine until I put it to sleep and then when I open it up it starts looking for a network. 

  • [temporarily solved] OSS fails to relink it's modules...

    ...after OSS upgrade to 4.2_2006-1 when starting daemon in terminal, it starts to relink (as always after kernel/oss upgrade), but can  not locate couple of libraries. after downgrading cloog from 0.17.0-1 to 0.16.3-1 and isl from 0.09-1 to 0.07-1 ev

  • How to bring PCUI_GP DCs to local development environment

    Hi, I want to create a fresh FPM based application in local development environment. For this I need to add the PCUI_GP DCs as used DCs. Currently they are not available in local development environment but only in DTR Track... How do i bring these D