QE51N - Changing QAPP-USERC1

Hi,
I'm using QAPP_CUST_IP_PROPOSAL to change the value for the field USERC1, in transaction QE51N. But if I have 10 lines in QAPP to modify with this function i can only modify one row. How can i modify all linea at the same time?
I also try with EXIT_SAPLQAPP_001, and it doesn't work.
Thanks,
Sené

I solved it with....
  DATA: l_qappv   LIKE qappv.
  MOVE-CORRESPONDING actual_values_for_qapp TO l_qappv.
  MOVE sy-mandt TO l_qappv-mandt.
Value U to Update
  MOVE 'U' TO l_qappv-kzbuchen.
fix the new value for userc1
  l_qappv-userc1 = p_userc1.
  CALL FUNCTION 'QAPV_IP_POST_MEM_INS_UPD'
       EXPORTING
            i_qappv = l_qappv.
  CALL FUNCTION 'QAPV_IP_POST'.

Similar Messages

  • Change Diagram Type in Control Chart in QE51N

    Hi
    I'm using the QE51N to record the results.
    I press the Control Chart Button and it's OK.
    I change the Diagram Type from "Lines" to "XY" (Dispersion), but the change isn't keep it for the other characteristics, or if another day I execute the QE51N the Diagram type remains like "Lines"
    Is it possible to change the diagram type and keep it forever? I have used the "Save Mode" button but doesn't work.
    Thanks a lot for the answe.I will give the points.
    Take care,
    Francisco

    Dear Fransisco
    Try to change the same in the configuration. It might help
    SPRO > QM >Quality Control > Define Graphic Types for Evaluations of Original Documents > here choose 003 for control chart and change the chart type on the right hand side
    Regards
    Gajesh

  • Object Link to Inspection Point (QAPP)

    I am trying to set up a new obejct link to an inspection point.  So, to start with I am trying to create a bespoke screen that will perform exactly as screen 204 the Equipment master object link.
    I have created two new screens SAPLCVIN 9000 and SAPLCV00 9000 by copying SAPLCVIN 204 and SAPLCV00 204.  I have assigned these screens  to the new object type QAPP and assigned this to the document type.  I have copied the EQUI settings in the Key Fileds table and assigned them to QAPP.
    I have also copied the function module OBJECT_CHECK_EQUI into OBJECT_CHECK_QAPP but have not yet made any changes to the code in this function module.  When I try to view the new screens in CV02N I get a short dump telling me that DYNPRO 9000 is not found.
    Presumably this is because I haven't made any code changes to the function module.  At this stage I haven't even changed any of the fields from screen 204 I'm just trying to eliminate the abap dump. Can anybody help me with this please?

    1.  Copy FM QAPP_CUST_IP_PROPOSAL and use this in your inspec. point identire conguration in the Default for user fields in results recording.  You have to provide all the logic in the FM to identify the next serial number.    You can also us a copy of the FM QAPP_CUST_IP_CHECK in the verification of user fields to check to make sure the serial number wasn't already specified in an earlier lot is the next in the series.  Again, you have to put in the correct logic.
    2.  I think you are looking for the drop down list in this question.  Use FM QAPP_CUST_IP_F4 for this.  You can either develop a new new FM for each inspec point identifer you use, and hard code the values into the FM, or create a Z table that your FM references to look up the appropriate values for the insepction point and user field.
    3.  Same as number 2 above.
    FF

  • MIC changes in routing/inspection plan

    Hi, we have created qualitative inspection characterisics (without characteristics attribute control indicator) with incomplete copy model type. This is already assigned in inspection plan and in routing. Now our users want to assign characteristics attribute.  We changed the MIC control indicators. this is not reflecting in the routing/inspection plan.
    Could anyone suggest the best way to update the inspection characteristics in inspection plan as well as in routing.

    Dear !!!!
    Please Follow this steps
    1.Check Inspection Setup What u have given
    2.Create a Quality Work center with control Key QM01
    3.Create Master Inspection Characteristic in QS21
    4.Create Quality Plan QP01 make sure your usage type 5 0r 6
    5.Assign inspection characteristics in master inspection whatever u have created in QS21 save
    6.Go to QA32 check with selection by material or by plant
    7.Then go to QE51n and run by selection condition by material or by plant Results recording starts
        Then click on the Inspection lot make the inspection and save it will prompt saying that results save under operation
    9.Then go to Usage decision QA32
    10.Move Material From Quality To Unrestricted.
    Thatu2019s all the Steps
    With Regards
    Pushpalas

  • How to display list of TCodes with Change Documents enabled

    Hi
    I have 42 transaction codes (e.g. QA11, QA12, QE51N, QE01, QE02, MM01, MM02) and I want to verify if "change document" logging is enabled for the critical data elements in these transactions. 
    I'm aware that you can individually check "change document" setting per table via SE11 > Enter Table Name > Technical Settings > “Log Data Changes” option.   Given the number of transactions (with multiple data elements) I need to check though, is there a  table in SAP where the field, table, tcode and existing change document setting can be viewed?
    Thanks
    T-code
    Description
    MM01
    Create material
    MM02
    Change material
    ME01
    Maintain source list
    MSC1N
    Create batch
    MSC2
    Change batch
    QA01
    Create inspection lot
    QA02
    Change inspection lot
    QA11
    Record usage decision
    QA12
    Change usage decision
    QA14
    Change usage decision without history
    QA16
    Collective usage decision for OK lots
    QA32
    Inspection lot selection
    QAC1
    Correct actual quantity in inspection lot
    QAC2
    Transfer inspection lot quantity
    QAC3
    Inspection lot – reset sample calculation
    QE01
    Record results
    QE02
    Change results
    QE51N
    Work list: results recording
    QM01
    Create quality notification
    QM02
    Change quality notification
    QP01
    Create Inspection Plan
    QP02
    Change Inspection Plan
    CS01
    Create BOM
    CS02
    Change BOM
    CC01
    Create Change Master
    CC02
    Change Change Master
    SU01
    Maintain authorizations
    SE38
    Execute program
    COR2
    Change process order
    CC22
    ECM Change Object Management Records
    MMDE
    Delete all materials
    COR1*
    Create process order with material
    QA08*
    Mass change of quality management inspection data
    C201*
    Create Master Recipe
    C202*
    Change Master Recipe
    C298*
    Deletion of Task Lists without Archiving
    QPR4*
    Process Physical-Sample Drawing
    COEBR*
    Batch Record Approval
    QPR1*
    Create physical sample
    QPR2*
    Change sample
    CV01N*
    Create Document
    CV02N*
    Change Document

    hi Raphael,
    you can also use following two table to view the change log at data element level:
    CDHDR - Change document header
    CDPOS - Change document items
    e.g. give the table CDHDR in SE16N enter your transactions field "TCODE", and date parameter, you can see the results.
    Regards
    Javed

  • Control chart title in chinese (QE51N)

    Hello,
    In the QE51N transaction, there is a control chart. The english title is "Acceptance chart for x-bar / samples". In the V_QPSH view there is the translation in chinese: "承兑图,用于 x 条 / 样本". But the chinese title doesn't appear correctly in the chart control. Indeed, i have "???????X ? / ????".
    I try to change the regional options of my computer in chinese but i still have the same title with the ?.
    What must i do in order to have the correct title?
    Thanks by advance,
    Laurent.

    This can also be an authorization issue.
    There is an authorization object S_TRANSLAT ( translation environment) which checks the authorization for translation in deifferent languages and texts.
    Please ensure that you sufficient authorization for the fields Activity, Language & Text in this object.

  • Change limits in inspection lot

    Dear All,
    I have question, In the result recording screen (Transaction is QE51N,QE11,etc) there are some option that are not available, I mean they are found disable that I can't click & check the functionality of it. E.g. In RR screen Goto>Change unit to be insp.>All four function for this node are not available. Can any one make me clear why it's so this and what should I do to to use/activate it.
    I have came across this functionality because of an online query.
    In one in process inspection lot the user has rectified the pH limit was wrong and I had and extreme urgent requirement to correct it.
    I have suggested them to use unplanned MIC in place of this wrong MIC and force close the wrong one or reverse the entire process.
    With Best Regards,
    Shyamal Joshi
    Edited by: Isabelle Britten on Feb 20, 2008 8:58 AM

    Yes, I believe flexible specs came into play with 5.0?  Not sure.
    You'll have to read the help on implementing them as I haven't had that opportunity on an implementation.  Just in playing in a sandbox and training. 
    I can give you some info.  Flexible specs were developed for the stability functionality.  Basically, you create a universal plan with all the inspection characteristics on it.  When you create the lot, you can select any characterisitics from this plan and add them to your lot.  You can then modify the tolerances and certain other settings for each characteristic.
    To implement this outside of the stability functionality there are a couple of BAPi's you have to implement. (I don't know them off the top of my head). 
    This is not a process that you want to use as a standard business process for day-to-day testing.  It's best application I think is for doing things like testing competitive samples, or pilot plant testing, maybe customer technical investigations.  The one off stuff.
    Craig
    Edited by: Craig Snyder on Feb 21, 2008 3:33 PM

  • Change Limit in Inspection lot.

    Dear All,
    I have question, In the result recording screen (Transaction is QE51N,QE11,etc) there are some option that are not available, I mean they are found disable that I can't click & check the functionality of it. E.g. In RR screen Goto>Change unit to be insp.>All four function for this node are not available. Can any one make me clear why it's so this and what should I do to to use/activate it.
    I have came across this functionality because of an online query.
    In one in process inspection lot the user has rectified the pH limit was wrong and I had and extreme urgent requirement to correct it.
    I have suggested them to use unplanned MIC in place of this wrong MIC and force close the wrong one or reverse the entire process.
    With Best Regards,
    Shyamal Joshi

    Hello Shyamal,
    I would like to request you to post this question via OSS/Service Marketplace on the component QM-IM.
    SAP uses different channels for various matters.
    For these detailed system related questions OSS/Service Marketplace is the right channel.
    Best regards,
    Anja Modler-Spreitzer
    SAP AG, Solution Management Life Sciences

  • Change results in Inspection Point

    Dear All,
    I did the results recording using qe51n for three inspection points in one lot. i also did the force completion and the status is in 5. Now i want to change the result in one inspection point. How do i do that?
    QA22 or QE71 doesnt do it?
    Regards,
    DTD
    Edited by: TMDTDSL on Aug 17, 2009 8:18 AM

    There would be Tab called Assigned Inspection Points, when you are doing Results Recording. Click on that TAB you will get to select the Inspection POint for which you want to record again and ther on you can Unlock and change the results.
    To reach up to this, right click on the already assigned inspection point and you will have the option, as suggested above

  • Change Results recording date

    Hi,
    I am using QE51N for results recording. I want to change  the results recording date for inspection type 14. Is there any BADI or user exit to do the same.
    Thanks & Regards
    V. Devaraj

    There is no user exit to change the Result recording date.

  • Changing specification during result recording.

    Hello,
    Is there any functionality in result recording (QE51N) which allows you to change specification for quantitative  inspection characteristic?
    Example:
    specification 5,0 .. 6,0.  You record result 4,9 and change specification to 4,9 .. 5.0 which causes that valuation of inspection characteristic  is accepted
    Best Regards
    Andrzej

    Hi,
    Once you assigned specifications you can not change the specifications.
    How ever if you are sure every time specifications are changeing then use MIC with incomplete copy model.
    Normally you will be inspecting the material (Physically) first so you will be knowing what specifications will suit to make the RR acceptable.
    But this may not be acceptable to client in all situation.
    Regards,
    NItin

  • QM qusetion realted to limit change in Inspection lot

    Dear All,
    I have question, In the result recording screen (Transaction is QE51N,QE11,etc) there are some option that are not available, I mean they are found disable that I can't click & check the functionality of it. E.g. In RR screen Goto>Change unit to be insp.>All four function for this node are not available. Can any one make me clear why it's so this and what should I do to to use/activate it.
    I have came across this functionality because of an online query.
    In one in process inspection lot the user has rectified the pH limit was wrong and I had and extreme urgent requirement to correct it.
    I have suggested them to use unplanned MIC in place of this wrong MIC and force close the wrong one or reverse the entire process.
    With Best Regards,
    Shyamal Joshi

    Hello all mentors,
    I think i will not get any relpy for this thread hence closing it to contribute for new announcement for "Question Limit of 10"
    Regards,
    Shyamal

  • Plausibility Range for QE51N

    Hi to all,
    Iu2019ve created a QM Inspection plan with Quantitative characteristics. I used a Lower specification limit as well as an Upper specification limit. (Its 1-5). In the quantitative Data Iu2019ve selected a Lower plausibility Limit as well as an upper limit (Its 1 up to 5).
    When I start evaluation process (QE51N) for example use instead a 1 or a 5 a 20 the system shows a warning, that the value is outside the interval.
    Anyone knows how to change this warning to an Error? What we need is if the user uses y value outside the range 1-5 the system doesnu2019t accept the value (error message).
    Many thanks
    David

    Hello David,
    There is no standard SAP solution to change the above to warning message. As per SAP documentation the message would be displayed as warning (where you can proceed) or error (does not allow to proceed) depending on the values entered. I am pasting below the documentation for this message, hope this helps:
    This message is output as a warning message, if the value you entered is greater than the upper plausibility limit.
    This message is output as an error message, if the value you entered does not lie within a value range. This can happen if
    - the value is entered on the "Summarized" view. Here the maximum value you can enter is
    99999999 for nonconforming units
    - 9999 for the number of errors
    - the value is entered on the "Units to be inspected" view. Here the maximum value you can enter is
    99 for the number of errors
    What to do?
    Check your entry.
    If an error message is output, enter the maximum value possible and document the difference in the result using the attribute and the inspection description.

  • Changing Inspection Lot Quantity

    Hi Guru's,
    Need a small bit of help.
    I created a Sample manually with 11 ea's. I used transaction QPR5 to created an Inspection Lot from this Sample. The Inspection Lot that was generated has a Quantity of 11. (This is not an issue).
    The issue is....I realized that I only have 9 pieces (EA's) and not 11.  I have went into the Physical Sample (QPR2) and changed the amount from 11 to 9.  Of course this doesn't update the Inspection Lot. I went into the Inspection Lot itself (QA02) and tried to correct the actual quantity of the Lot.
    When I went into QE51n. The Inspection Lot is still reflecting the original quantity of 11.
    Can someone please help me fix this? I am hoping I do not have to cancel the Inspection Lot and generate a new one.
    Thanks!

    In inspection test or lot text why are you not putting note - "this insp lot correct qty is 9 not 11".
    This kind of lot are not stock relevant, this are for just record/ audit purpose. So to make clear to auditor you can put note as well. This will resolve your prob.
    I hope this way you can achieve your req.

  • BADI for changing fields during Creation of BP in CRM

    Hello to everyone,
      I need to find a BADI (or other way) to default several fields during BP creation in CRM (4.0 SR1 SP9). The fields I will like to set are TAX TYPE, TAX NUMBER, TAX CATEGORY, etc.. I have found the BADI BUPA_TAX_UPDATE but i dont see any suitable parameters (structures) to changes these fields. Please advice and thanks in advance.

    Hi
    If you use function BUPA_NUMBERS_GET then your BP number will already be buffered and you can avoid a DB read. It may also be that the BP is not in the DB yet anyway.
    You can only pass one GUID in at a time - loop through IT_CHANGED_INSTANCES into a variable of type BU_PARTNER_GUID and pass that into the function as input parameter IV_PARTNER_GUID.
    Cheers
    Dom

Maybe you are looking for