Uregnt pls!! Inspection Plan -Load error

Hi,
I am trying to load Inspection plans using Direct input method of LSMW.
I am getting an error saying
<b> The control chart in the sampling method does not match the insp. char.</b>
When I did a F1 following is message.
where to look in this config?
     Message no. QD240
Diagnosis
     The control chart type 525 is entered in the sampling procedure used.
     This control chart type does not match the inspection characteristic.
     Examples:
     o   It is assumed that measured values are recorded for the control
         chart.
     o   The control chart is only allowed with a fixed sample size.
     o   The control chart is only allowed with partial samples.
Any ideas?
regards
Praveen
Message was edited by:
        PRAVEEN s

Hi,
May be due to
if you have inspection point defined in your task list then free inspection point indicator ON in Sampling Procedure.
I am not 100% sure
aRs

Similar Messages

  • Inspection plan creation error....

    Hello gurus,
    I am getting error while creating inspection plan....
    'Work center ABC plant ABC does not exist for task list type Q'
    what should be the solution......?

    Double check that the plant for the inspection plan matches the plant for the work center. If you created the work center in plant ABCD but are creating the plan in a different plant, they may not match.
    This usually happens when you create a plan by using an existing plan in another plant as the template.
    FF

  • QP01 Inspection Plans

    Hi,
    I am trying to upload inspection plan master data in QP01 tcode.
    I was given a program in BDC which does the same. but the problem with this program is that....its not updating inspection characteristics after 13th record. line is not getting incremented. Below is my code .plz help
    page_count is initialized to zero.
    IF WRK-NUMB_LOOP > 1.
            PERFORM F_DYNPRO USING:
                                 ' '     TRQPAS_SEL_FLG  ' '.
         ENDIF.
    (This below part is branced out when 13 records are processed....otherwise it skips this and does the normal process)
         IF WRK-NUMB_LOOP > 13.
             PAGE_COUNT = INCR + ( WRK-NUMB_LOOP * 10 ).              
             INCR = PAGE_COUNT.                                        
            MOVE 2 TO WRK-NUMB_LOOP.
            PERFORM F_DYNPRO USING:
                                 'X'    'SAPLQPAA'    '0150',
                                  ' '    'RQPAS-AB_MKNR' INCR,
                                 'X'    'SAPLQPAA'    '0150'.
         ENDIF.
         TRQPAS_SEL_FLG+14(2) = WRK-NUMB_LOOP.
         TPLMKB_VERWMERKM+16(2) = WRK-NUMB_LOOP.
         TRQPAS_QUANTITAT+16(2) = WRK-NUMB_LOOP.
         TRQPAS_QUALITAT+15(2) = WRK-NUMB_LOOP.
         PERFORM F_DYNPRO USING:
                 ' '     TRQPAS_SEL_FLG  'X',
                 ' '    TPLMKB_VERWMERKM   INTQPMK-MKMNR.
    (few more performs are here)(when branced out for 13 records...its not performing the below dynpro performs..)
    IF PAGE_COUNT > 0.
            SUBTRACT 1 FROM WRK-NUMB_LOOP.            "TLDD
            TRQPAS_SEL_FLG+14(2) = WRK-NUMB_LOOP.
         ENDIF.
         CLEAR PAGE_COUNT.  
    wrk-numb_loop increments after one record is completely processed.
    After getting to 13th line my program is not reading the perform dynpro.....code ...
    any help is appreciated.

    There is no such direct mapping table, cross-table or Function module that describes how the Qualitative/Quantative fields are populated.
    SAP follows certain mapping to populate the values for these fields this can be cheked in SCN for Qualitative and Quantitative control indicators mapping.
    Secondly to update these indicators in Inspection plan load, you can use the STEUERKZ field value from QPMK table.
    This field is concatenation of the 28 control indicators (QMKST structure for Quali/Quantitative fields).
    So while uploading the data for Inspection plan, Inspection chracteristics are updated in system first where STEUERKZ can be updated.
    Vice versa to know what each indicator value signifies in
    the field QPMK-STEUERKZ, we can use the function module QSS0_QMKST_RQMST.
    Regards,
    Nidhi

  • Error in LSMW in Uploading Inspection Plan in QP01

    Hi All,
    I am facing problem when executing LSMW, I am Uploading Inspection Plan in QP01 transaction using Direct Input methos. The problem is on 13th step :Error that I get is 'No profile with entry tool for task list / / / in session INSPECTION_OBJ', here INSPECTION_OBJ is the name of the session. I have given the constant value of field profile (BIPKO-PROFIDNETZ) in mapping step and also activated check box 'entry tool' under profile to remove this error. But in  that case i can pass only the header data while processing the session and control does not get into Operation and characteristic screen.
    Can anyone pls help me..
    Thanks in advance...

    You might need to redo the recording all over again, BDC has plentty of scenario for screen selection to go wrong, so can't really tell what cause your problem based on your desc.  I have been stop using BDC to uplaod material since 5 years ago, I always use Direct input in LSMW and it works much better. I recomend you try the Direct input method instead of BDC if still getting problem.

  • Error while uploading Inspection plan

    Dear Friends,
    I am creating inspection plans using BDC. The MIChas 2 versions. When i am using version 1, the inspection plan is created. Whereas when i am using MIC version 2 i am getting error "error occured while checking type group".Kindly let me know how do i resolve this.
    Regards
    Vivek

    Hi,
    Thanks for the reply. when i am trying to create a inspection plan in other plant, we have 4-5 sampling procesures to select from. But for this perticular plant where we are having problem, its showing only one. How do i get more options?How do i extend a sampling procedure to a new plant.
    Vivek
    Edited by: vivek mankad on Feb 23, 2010 7:57 AM

  • Error while creating Inspection plan

    Hi,
    While creating inspection plan in QP01, system is showing error  "Material type ZROH is not defined for task list type Q''
    Please help me to solve the error.
    Thanks
    Prasant

    Hi,
    This is due to the configuration error,
    Just use T.Code OP50
    Create an entry for task list type "Q" with material type "ZROH" and save,
    Then try creating a Quality Inspection Plan, it will work
    Regards
    Merwyn

  • Errors while creating Inspection plan using BAPI_INSPECTIONPLAN_CREATE

    Hi All,
    I am writing an upload tool for inspection plans. In this program I use bapi: BAPI_INSPECTIONPLAN_CREATE.
    I made an extraction of a excisting inspection plan with SXDA_TOOLS which uses the same bapi and filled the bapi structures with the similar data. Now I am getting strange messeges in the return structure as below.
    1. Material is not maintained for plant NNNN. But the material is mainained for that plant.
    2. Consistency check not successful when creating operation
    3. Inspection characteristic cannot be uniquely assigned to one operation
    Let me know your suggestions
    Thanks,
    Sabu

    Hi All,
    Have any one used this BAPI, BAPI_INSPECTIONPLAN_CREATE to create Inspection Plan ?
    Can you help me on above errors?
    Thanks in advance,
    Sabu

  • ERROR WHEN CREATING INSPECTION PLAN

    HI GURUS,
    WHEN CREATE AN INSPECTION PLAN GET THE FOLLOWING ERROR
    Op. 0010, CH 0180: Char. ident. SMS used for QDI several times in task list.
    THIS BECAUSE MY CLIENT WANTS TO REPEAT THIS M.I.C TWICE.HOW CAN I SOLVE THIS
    REGARDS
    AMIT

    Hi,
    It is not a error message It is a warning message for Use the Same MIC in Multiple time, No problem just you can save the Inspection plan, It will not reflect any problem any where.
    Regards,
    S.Babusingh

  • Error while creating the Inspection plan by T.C QP01

    Hello Friends,
    In QP01, When i am trying to create a inspection plan system throwing the error message "The inspection plan identifier exists already. Enter another."
    Message no. QP054
    But in QP02, When i checked  for that material, Plant, Group Number, Group counter, Usage, Status, i didn't find the entry over there.
    Actually my requirement is to create a inspection plan for a material and plant combination with speicfic Usage as 61(customer requirement and status 4) but when i am trying to create that system throwing the error message explained above.
    Thanks and Regards,
    Jitendra Chauhan.
    Edited by: jitendra chauhan on Jun 1, 2010 4:28 PM

    Hello Friends,
    Thanks for your valuable answers.
    I checked in table MAPL, for a particular material, Plant, Group Number and Group Counter, there is no entry.
    Where as in table PLKO, for a particular Group Number and Group Counter, entry is there. Actually this Inspection Plan Group Number and Group Counter is assigned to multiple materials through Material Assignment. If i delete the entry for this in table PLKO, than for all rest of the materials also entry will be deleted.
    Hence how to resolve this?
    Actually for other material number, same plant, same group number and same group counter, entry exist. So can i simply go in the inspection plan of other material,same plant,same group number,same group counter and than inside the material assignment to assign the required  material code, plant and the group counter number?
    Looking ahead for valuable inputs from the genius.
    Thanks and Regards,
    Jitendra
    Edited by: jitendra chauhan on Jun 2, 2010 8:09 AM

  • Planning 11.1.2.4 Metadata load errors RemoteException occurred in server thread

    Hi,
    I am trying to load metadata using ODI 11.1.1.7 into Hyperion Planning 11.1.2.4. It errored out saying
    Cannot load dimension member, error message is: RemoteException occurred in server thread; nested exception is:
        java.rmi.UnmarshalException: unrecognized method hash: method not supported by remote object.
    Source - File
    Please let me know if there is any fix to this.
    Thanks,
    Sravan

    Did you definitely follow the steps in "How to Apply ODI Patch 18687916 for Hyperion Planning and Errors that May Occur if Patch Has Not Been Applied Correctly (Doc ID 1683307.1)"
    If you are still getting the error if everything in the support doc has been done then maybe the issue relates to 11.1.2.4
    It is interesting to see the Oracle state of direction doc have the following statement:
    "The KM's for EPM release 11.1.2.3 and ODI release 11.1.1.7 are not certified with EPM Release 11.1.2.4."
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ERROR WHEN RUNNING B.D.C FOR ASSIGN OF INSPECTION PLAN TO MATERIALS

    HI GURUS,
    WHEN I RUN B.D.C TO ASSIGN INSPECTION PLAN TO MATERIAL
    I AM GETTING THE FOLLOWING ERROR.
    Error occurred when checking type  group .
    Message no. CP852
    Diagnosis
    Errors occurred when checking the routing.
    Procedure
    u2022     If the check occurred online, display the checking log and remove the causes for the errors.
    u2022     If you saved the routing, call it up again and check it online.  Display the checking log and remove the causes for the errors.
    +NOTE: THIS INSPECTION PLAN WE HAVE ASSIGN MULTIPLE+ M.I.Cs WHICH ARE SIMILAR E.g.
    CHARA180:SMS,
    CHARA:190:SMS;
    CHARA:200:HRM:
    CHARA:210;HRM
    WHEN WE RUN COPY MODULE B.D.C.WE ARE GETTING ABOVE ERROR.
    REGARDS
    AMIT

    Hi Atul,
    WHEN WE DELETE THE REPEATED M.I.Cs AND ONLY RUN THE B.D.C WITH 16 CHARACTERISTICS WHICH ARE NOT REPEATED. THE PROGRAM/RECORDING RUN SUCCESSFULLY.
    AS SOON ADDED THE M.I.CS WHICH REPEATED IN CHARA:170,CHARA:180;CHARA;190;CHARA;200;CHARA;210;CHARA220.
    WE ARE NOT ABLE TO SAVE THE RECORDING AND WE GET ABOVE ERROR.
    MY ABAPER IS SAYING ITS A FUNCTIONAL ERROR.
    REGARDS
    AMIT

  • Create Inspection Plan -LSMW -Direct Input -Error with Control Indicators

    Hi,
    I am creating Inspection Plans using LSMW-DIRECT INPUT Method.
    Although MIC's control indicator parameters are correct while creating a plan it is changing the control indicator parameters.
    how can we suppress this?
    I want to use MIC's default parameters.
    Regards
    Praveen

    have Lost Previous File
    what does that mean? did they lose the source that should be used to load the data from?
    without source you cannot load data.
    Had you ever got this source file? how? by mail, then check your old mails and take it from there, ask the sender to he/she checks the SENT folder in his mail system. Maybe someone has a local copy of this fille.

  • Anyone experience this error : Error in LKM COMM Load Members into Planning - Load Members to Classic Planning

    When running Metadata load in ERPi it fail on step ‘Export members to planning application for dimension organization’ see error.
    Error in LKM COMM Load Members into Planning - Load Members to Classic Planning
    Traceback (most recent call last):
    File "", line 381, in
    ODIPlanningException: com.hyperion.odi.planning.ODIPlanningException: Could not connect the Planning instance on host [vmhodctau006.oracleoutsourcing.com], port [11333], check if connect information is correct.

    Check if the Planning service is definitely running on Planning server. Check if port 11333 is open (using telnet) and make sure host is reachable from the ERPi system.
    Regards,
    Santy

  • Error in Inspection plan check

    Hi Gurus,
    I have maintained inspection plan. When I check it found below error.
    Char. 0020: sampling procedure SMP02 cannot be used
    Message no. QP215
    Diagnosis
    The sampling procedure cannot be used. This may be due to one of the following reasons:
    The sampling procedure:
    is locked
    does not fit the characteristic type
    does not fit the inspection point indicator in the plan header
    Procedure
    Select another sampling procedure.
    In sampling procedure,Sample type is 100 Fixed sample & Valuation mode is 700 Mean value within tolerence range,Control chart type is 901 Shewart chart for x-bar/n=1/Sample
    Where do I wrong.

    One last reply
    1.If your char is quantitative type then select the valuation mode as one of the "variable " type
    2.If your char is qualitative type then select the valuation mode as one of the "attribute" type
    means say for 700:Valuation of mean value within tolerance limits
    Valuation of a quantitative inspection characteristic according to the mean value in relation to the tolerance limits.But if you try to use this sampling procedure to a  qualitative type mic then it will not work

  • Inspection plan 2985 has been deleted error

    Hi,
    We ahve created a new material and gr made for that materail as it is coming frist time we have created a inspection plan with QP01, but when i done  QA02, chnage inspection lot to calculate the sample quantity system is giving error that   Inspection plan 2985 has been deleted , and we are not getting the sample quantity and also the material is not coming in QE51 to update .
    regards,
    zafar

    Hi Zafar,
    Make sure you have assigned the material to a valid inspection plan in transaction QP02, once the material is assigned to the plan then go to QA02 under the inspection spefication tab click the task list / spec button, this will then automatically assign the inspection plan to the inspection lot. If you have assigned the material to multiple plans for the same usage it will give you a pop up selection of which plan to choose. Once the plan is assigned you will be able to see the inspection lot in transaction QE51N.
    Regards,
    Roderick

Maybe you are looking for

  • Use to work, now it's not, and I'm extremely frustrated???

    Both autofill and drag-and-drop use to work. Now they don't. I've downloaded upgrades, charged and restored iPod, toggled switches, made sure it's connected properly, etc. etc. and NOTHING. There is no music currently on my iPod. Why?

  • Optical Drive Accesses for No Apparent Reason

    I have a new HP Pavilion dv7 laptop with Windows 7 64-bit OS. My question concerns accesses to the optical drive for no apparent reason. While it seems reasonable that when booting up the system the firmware will check the optical drive to see if the

  • HTTPService.send() only works the first time

    I have the follow HTTPService defintion in my mxml page: <mx:HTTPService id="updateRequest" url="{accessURL}" useProxy="false" result="onSuccessEvent(event)" fault="onFailEvent(event)"> <mx:request> <username>{userName}</username> <password>{password

  • Human Task expiration issue

    Hi, I have the following scenario. Its a simple BPEL process with string input and string output with a call to Human Task. the Human Task has the expiration duration of 5 mins. I invoke the process from bpel console and as expected it waits for the

  • Validation for User Status

    Hi Experts, Is there a way we can build validations on user statuses? Here's the scenario: For ex- There are two statuses without status numbers - 1) X 2) Y Is there a way we can restrict the user to select only one at a time i.e. either X or Y? Note