Inspection point in SAP4.0B

Dear QM experts,
In SAP version 4.6C, I have setup inspection point type - 'Freely defined inspection point' which I used for my quality inspection after goods receipt.
Therefore, I setup the necessary setup in the Inspection plan header and operation level.
However, in another system, SAP version 4.0B, I realize the 'Freely defined inspection point' does not exist. Instead, I tried using 'Inspection point for inspection during production' but when I update the 'Inspection point' in the Inspection Plan header, I get an error message - Inspection point Z01 (type ) is not allowed for this task list type (Q).
I can't seem to find any config. which is missing. I did the same configuration as 4.6C.
Please advice how I can use 'Freely defined inspection point' in Inspection plan in SAP 4.0B.
Advice is much appreciated. Thank you.

Hi Bee,
As i have not that much hands on SAP releases 5.0 and olders. But what i can clearly see is, there is some change implemented in the new releases that don't constraint to assign inspection point 100 to tasklist type 2.
And the check is there for object, CP_DA_TSK_CHECK and CP_DA_TSK_CHECK - checks if inspection points are allowed for given task list, that is responcible for the error message QP289. That is a wrokround done by me. You can compair the code for the check with your program and may rectify the issue.
The code is as below for - CP_DA_TSK_CHECK
FORM tsk_inspection_points_check
      USING
       i_plnty                  LIKE tsk_class_data-plnty
       i_tsk_slwbez             LIKE tsk_class_data-slwbez
       i_tq79                   LIKE tq79
      CHANGING
       e_flg_tsk_check_aborted TYPE c.
  DATA:
    l_qm_ip_type_allowed LIKE tsk_class_data-qm_ip_type_allowed.
  CLEAR e_flg_tsk_check_aborted.
  PERFORM tsk_qm_allowed_ip_type_set
          USING     i_plnty
          CHANGING  l_qm_ip_type_allowed.
  CALL FUNCTION 'QAFD_IP_SLWBEZ_CHECK'
       EXPORTING
            i_slwbez         = i_tsk_slwbez
            i_steuerkz       = l_qm_ip_type_allowed
       EXCEPTIONS
            x_ip_not_found   = 1
            x_ip_not_allowed = 2
            OTHERS           = 3.
  IF sy-subrc NE 0.
  wrong type of inspection point
  E289: Insp. point &1 &2 is not allowed for task list type
    MESSAGE e289(qp) WITH i_tsk_slwbez
                          i_tq79-ppkttyp
                          i_plnty
                     INTO g_msg_dummy.
    CALL FUNCTION 'CP_MC_MESSAGE_COLLECT'
         EXCEPTIONS
              message_not_collected = 1
              OTHERS                = 2.
    e_flg_tsk_check_aborted = cp_check-flg_yes.
  ENDIF.
ENDFORM.                               " sk_inspection_points_check
update us to help you more, reward points to help you better!
Regards,
Shyamal

Similar Messages

  • Creation of multiple inspection points

    Hello experts,
    I try to figure out how to create multiple inspection points for one operation at process order release.
    It means that the release of the process order triggers:
    - inspection lot creation (lot origin 03)
    - inspection points creation for operation with inspection characteristics assigned to it
    In the recipe header, I entered inspection points = 150 - generated inspection point, qty or time
    (module function QAPP_CUST_IP_CREATE is activated for "automatic creation of insp. points")
    In the operation header, I select time related -and enter 1 HR
    However no inspection point is created at process order release. Only inspection point identifier is created automatically when I select the next inspection point in TR QE51N.
    Do you have any tips on the subject ?
    Thanks in advance
    Best regards
    Amaury

    Dear Amuary
    Doubt if there is any solution in standard. Use exit so that thr first 3 inspection points gets activated quickly. Try these exits
    QAPP0001
    User exit QAPP 1 (create inspection point)
    |  QAPP0002 |User exit QAPP 2 (create inspection point & other data)    
    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

  • Setting up inspection point in a scenario require more than one inspection

    Hi all,
    Maybe I am still not very clear on the PP-QM conceptu2026 hope you can see my problem on the following questionu2026..
    According to SAP in the QM-production environment, we key in ONE inspection point in the task list header level (i.e. either the master recipe, routing, or rate of routing).
    Based on the following business scenario which is going to use inspection point for the inspection:
    u2022     Time-based intervals (for example, an inspection point every hour or for each work shift)
    u2022     Quantity-based intervals (for example, an inspection point for each container)
    u2022     Freely-defined intervals (for example, an inspection point each time a tool change occurs)
    Since each of the above scenarios require more than one inspection points to be created and to be assigned to the task list header.
    Thus, how to accomplish multiple inspection point assignment when the task-list header only allow me to assign one inspection point at a time?
    Thanks
    YY

    Hi guys,
    Thanks. However, in the SAP help portal it does said the system allows several inspection points to be assigned to an inspection operation whether it is in routing or recipe.
    Therefore, does it means I can assign more than one inspection points in the operation detail level for either recipe or routing if I will to click the u201CNo relationu201D radio button in the u201CQuality Management: Inspection Pointu201D section. (i.e. is this is the right place to allows this assignment)?
    For example, on the change master recipe screen at the Operation tab, I highlight one line item (i.e. one operation line item and zoom into this operation line item, I donu2019t see any field box that allow me to assign several inspection points to an operation? Instead, on the u201CQuality Management: Inspection Pointu201D section, there are the following fields appear:
    - Insp.pointCompletion dropdown box
    - 4 radio buttons on the inspection interval (ie. Time-related, Qty-related, No-relation) and its subseq time and quantity value input box.
    - Quan.pt. lot checkbox
    - Last Part Lot Assgmt checkbox
    Thus, where is the section in the operation overview screen at Master Recipe or Routing level that I can assign several inspection points?
    Thanks
    YY

  • QM Inspection Points

    Gurus
    I require that inspection points should be created automatically for inspection lots when i view QA32
    To do so i have done settings in SPRO > QM > Quality Planning > Inspection Planning > General > Define identifier.
    Here i kept 2 under field Time for field combination 150 assuming system will create inspection points every 2 hours automatically but i cannot see inspection points created
    Where am i missing? Please reply
    Regards

    Dear,
    Have have to assigned inspection characteristics in routing that will be your in process inspection
    When you Release the order the inspection lots will be generated.
    Please maintain the Quality management Inspection point on the operation details and select time related. For Inspection point completion select Quantity, Valuation and Confirmation(Production).
    mention the time as 1 and unit a HR (Hour).
    You can record the results for every hour.
    But if you are not doing inprocess inspection & inspection with GR in that case you have to create insepction plan for material assign inspection type as 04 in material master
    Now for hourly analysis this you can enter by selecting scope not fixed & single value in master inspection characteristics
    You can enter time & other deatils of sample by using inspection point in inspection plan.
    Or else QAPP_CUST_IP_CREATE for generation of automatic inspection points.
    Then it will work for you.
    Regards,
    R.Brahmankar

  • QAPP_CUST_IP_F4 - inspection point help

    Two related questions here.  I haven't set this FM up before.
    One:  the FM mention table T_TQ79_F4_VALUES.  I can't find this table in our system.  Should this table be there? 
    Two:  The FM indicates that the table is index by the user field attribute which is a one character field.  The problem I see is that if I have multiple inspection point identifiers.  I.e. I create 901 and 902. In 901 I use the field number(size =3) as a shift number... 1, 2 or 3.  But in 902 I use the same field as an employee ID number.. 213, 418, etc...  How can I limit the help information for each IP identifier.  The user would be clueless as to the IP identifier being used.  For 901 I want the help to display "Enter the shift number that sample was taken on."  For 902 I want to enter "Enter the employee number of the person that took the sample."
    FF

    Yes.. we saw the defined structure.  But the module help specifically states to maintain the values in the table T_TQ79_F4_VALUES.  The values are then read into the structure from the table.
    We have already designed a Z-table should we need it.  But we try not to use a Z-tables if SAP has a provided solution.  We have submitted an OSS note to them on this.
    I just wanted to see if it was just us that was missing the table, or if others were missing it.  If it is missing, I'm wondering if any one has implemented this FM and if they all used Z-tables for storing their data or if SAP provided something.  I searched OSS already to no avail.
    In any case, SAP either needs to update their documentation for this process, or they need to provide the table that is mentioned.  Seems pretty clear that there is an SAP disconnect here.  I've pasted the help documentation from the SAP provided FM below.
    FF
    F4 - Help for the Inspection Point Fields                                    
    You can use this function module to specify input help (F4) for the user field for inspection point identification. 
    The function module serves as a copy model for user-defined programs. Note that the interface for user-defined programs must correspond to the interface for this function module.
    You must enter values for the specified user field in the table T_TQ79_F4_VALUES to offer a list of values for the user. You can enter an explanatory short text for each value.
    SAP determines the format for the possible values. This means that possible values are determined and exported based on the table. 
    For more information, see documentation on the individual parameters.

  • Inspection point

    Dear all,
    I have query
    my user wants to assign inspection point in routing (CA01) header .but that field is grey.
    but I am able  to assign  with my user ID(sap_all).
    what might be reason.it is not giving message also.
    if it is authorization problem what may be the object.
    regards,
    prasad

    hi
    1.after checking the routing from user id , execute the SU53 t-code if you get any maessage infrom to BASIS team
    or
    2.There might be screen variant used against the user id
    -ashok

  • Runtime error for Inspection Point Results Recording

    Hi,
    I am changing the already done Results Recording for using already used Inspection Point.
    I am getting the runtime error. Anybody came across such error?
    Regards
    Ramakanth

    Hi,
    In the in-process inspection I am using Inspection Points. Initially I have done Results Recording once with quantities.
    And then again I wanted to change the quantities for the same Inspection Point. So, I went to Results Recording for same Inspection Point and changed the quantities and saving. At this event I am getting Runtime error.
    I  have even deactivated one BADI INSPECTIONLOT_UPDATE and tried again. Even then I am getting same error.
    Ultimately my requirement is this:
    My client wants UD at operation level. They want only quantity which is accepted in Results Recording to be moved to the next operation. In the operation level confirmation the system should only accept the quantity which is accepted in Results Recording.
    Any suggestion in this regard.
    Thanks
    Ramakanth

  • Inspection point in SAP QM

    Dear  Sir
    My query is related to SAP-QM
    1,How to define INSPECTION POINT in Inspection planning?
    2.Where is default setting of Inspection point like at Plant level & material level?
    3. If inspection point of material is changed in Tasklist and a new inspection lot is generated then it again reflect both the Inspection point (the new one & the old one).So how to aviod this problem so that it shows only the new inspection pont at the time of Result recoding.

    Hello Alpana,
    question 1 How to define INSPECTION POINT in Inspection planning?
    In the transaction QP01 or QP02 you can define an inspection point at header level.
    This can also be done for production plans and process instructions.
    The inspection point definition is done in the customizing of the Quality planning.
    question 2 Where is default setting of Inspection point like at Plant level
    This can be found under the customizing point Basic settings in QM.
    Using the settings at plant level it is possible to define inspection points at plant level.
    If you want to use the setting at material level then this would be done in the inspection plan.
    question 3 If inspection point of material is changed in Tasklist and a new inspection lot is generated then it again reflect both the Inspection point?
    The changing of inspection points is not possible (Inspection point definition)
    The changing of inspection points in inspection plans is not recommended create a new plan in this case.
    I hope that this information helps you resolve your issue.
    Regards
    Isabelle

  • Auto creation of time based inspection points against in process required

    Hi
    We want system to create/generate inspection points automatically when process order is released and inspection lot is created. Currently we have to create inspection point manually using either QE71 or QE11. Previously when scheduling was active in PP, inspection points had been creating automatically for the duration of process order. But now PP scheduling is not required and as a results inspection points are not being created automatically.
    Please assist.
    regards
    Chris

    SAP provides a FM, (QAPP_CUST_IP_CREATE), to be used as a template to create your own FM for automatically creating inspection points.  There is documentation in the FM to explain it.  You then assign this FM in configuration where you define the inspeciton point identifiers.
    FF

  • Automatic Inspection points...

    Hi,
    There are two operations in routing and inspection will be done at each operation hourly. When the first operation is rejected material will be scrapped / re-worked. I attached in-process inspection (03 inspection type) to material master.
    Attached inspection points 150 at routing header and at the operation details I checked the u201CTime-Relatedu201D radio button.  I assigned TFac = 1 Hour.
    When I create a production order system generates in-process inspection lot. However, I am unable to generate hourly inspection points for both operations. Please advice how to carryout hourly inspection at both the operations? Does these inspection points get generate automatically ? If so how to set up for automatic inspection points generations ?
    Am I following the right steps to perform hourly inspection? Is there any other way to handle this process ?
    Please advice
    Many thanks
    Regards
    S

    The characteristics tested at operation 10 and operations 20 are different. For example, if diameter is measured at operation 10 then if diameter is not ok the manufacturing stops at operation 10.
    If diameter measurement at operation 10 is OK then operation 20 will be performed. The characteristic viscosity is measured at operation 20. If viscosity is OK at operation 20 then further operations in the routings are executed else manufacturing stops at operation 20.
    If any issue identified at operation 10 or 20 further execution of operations will be stopped and some actions are taken to improve the process.
    When I assigned inspection point 150 to routing header an inspection lot ( 03 type) is getting created. When I click on u201CResultsu201D in QA32 system is asking me to enter the u201CPartial quantity no.u201D.
    In QE71 I see an two inspection lot created for each operation (same inspection lot number for both the operations). When I save QE71 after entering Partial quantity, Validate Inspection point and Result system is creating another inspection point.
    However, the new inspection point is getting created only when I save the first inspection point.  This process is not happening automatically.  I would expect system to create inspection points automatically for every hour.
    I may need to work with technical guys to enhance the functional module QAPP_CUST_IP_CREATE for automatic creation of inspection points.
    Please advice if there is any other way to map this scenario.
    Many thanks
    Regards
    S
    Regards
    S

  • Inspection Points for Inprocess Inspection

    Hi all,
    My client is doing In process Inspection during Production process.
    They are inspecting based on the Inspection Points (Shift wise).
    If I add Inspection point referrence at Header level in routing, after adding the MICs in the required operation, while saving it gives an error message stating that "Maintain Inspection Point referrence at Operation level".
    Task List contains error. You want to save or cancel.
    How can I achieve this with out error.
    Thnx in advance
    Sam

    Hi Sam,
    Go to Routing and select the operation, and double click the operation. Then system will popup the new screen here under Quality management Inspection point tab choose No relation. and save the routing.
    Check and give the feed back.
    Regards,
    S.Babusingh

  • Inspection Point at Operation Level

    In inspection plan of a material there are 2 operations.Out of these 2 operations, i want to assign inspection point only for 1 operation.and for 2nd operation i dont want inspection point.but as it is a header level data,i am not able to do it.so how can i do this?

    Hi
    Then by std method it is very difficult to achieve.This may need some enhancement in QP01/QE11/QF01.
    Here you have to make sure that for which operation you don't want Inspection point even if you have maintained in header of QP01.How will you differeciate this operation from other.
    May be you can try user exit :QAPP0001
    The user exit EXIT_SAPLQAPP_001 is called from module QAPP_IP_CREATE_1.
    This module is run through when you go into the create, change and
    display transactions for the results recordings. This is independent of
    whether the inspection point data screen is called up at a later time.
    Regards
    Sujit

  • Quantity based Inspection points

    Dear Gurus
    In the master recipe,i assigned inspection points (Insp. Points         150        Generated insp. point, quantity or time) and characteristics also assigned in that operation(for  QM control key QM02). My requirement is each 50kg i want a inspection lot but in the master recipe & process order operation details no such Quantity entering field is not there. How can i get this?...
    Note : 03 inspection type also activated in the mat master

    Dear Anupama
    Inspection point doesnt mean that you will get 5 inspection lots. Inspection point means you will get option for entering results 5 times through points. you can get the points through QA32> Result recording> Pop up> click on Assigned inspection point. You will get the list of inspection point> click on any one of them it will take you to result recording
    Hope this is clear
    Regards
    Gajesh

  • Usage of Sampling Procedure with Inspection Points

    Hi Experts,
    Does any one have an idea whether we can use sampling procedure with free inspection points apart from In-Process Quality Inspection (Inspection Type 03)?
    Thanks in Advance,
    Arun
    Edited by: Arun Mann on Dec 11, 2008 11:11 AM

    hi
    check the links canhelp you
    http://help.sap.com/saphelp_47x200/helpdata/en/b5/c4db38a91b11d1bd610000e829fdb3/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/2d/350c26448c11d189420000e829fbbd/frameset.htm
    -ashok

Maybe you are looking for

  • Main VI is not updating the data from subVI

    Dear all, I have a Vi A using the data front a subVi B. When I run it, I see the data is updating in the subVI, but not the main Vi and the Front Panel. The subVi has three output channels and the main Vi tries to display those three channel data on

  • Display No Msg found..

    Hi All, I am working on PL/Sql.. The concept i am using is for filtering.. as sample code is shoe beow.. DECLARE q VARCHAR2 (4000); BEGIN IF TRIM (:P9_src_app_name) IS NULL AND TRIM (:P9_dest_app_name) IS NULL AND TRIM (:P9_src_att_type) IS NULL AND

  • HT4962 how to unlock my ipod touch

    My ipod is locked how can I unlock it.

  • Delete a contact

    How do I delete a contact from my contacts list? Just got Windows 8 about an hour ago but I really have no idea.......

  • Error in Building the Project

    Hi, I am new to BPM . at the time of build i am getting this error :   MOIN forced shutdown initiated. can anyone help me regarding this. thanks in advance