Inspection point user field

Hi
Inspection points i want to activate 3 userfieds -- for free text
but in standard only 2 fields for free text, 2 for numeric 1for date and time
how can I change any one the numeric into text field?
Is it possible to increase the field lengh?
plz guide me
thanks
Sami

Dear Sami
I dont this this can be done thru in standard. Kindly check the below exits for the possibility
QAPP0001  User exit QAPP 1 (create inspection point)
QAPP0002  User exit QAPP 2 (create inspection point & other data)
QAPP0003  User exit QAPP 3 (IDI: inspection point and other data)
QAPP0004  Customer exit 4 for insp. point proc. (partial lot default)
QAPP0005  Create partial lot
QAPP0006  User function key call 001 (CTRL-F11) and confirmation ID
QAPP0007  User function key call 002 (CTRL-F12)
Regards
gajesh

Similar Messages

  • Settings for inspection point user field

    Hai gurus,
    i want to know the settings for inspection point user field(150)
    1) Field combination = 150
    2 )Inspection type = ?
    3) Functional location- field active  = ?(predefined field)
    under user field
    1)Text length 18 - Field active = ?
    2)Text length 10 - Field active = ?
    3)Number  length 10 - Field active = ?
    4)Number length  3 - Field active = ?
    5) Date - Field active = ?
    6) Time - FIeld active = ?
    waiting for positive reply.
    regards,
    sekar chand

    dear Sekar
    1) 150 inspection point is maily used for production related inspection. 03 , 04 . it is a freely defined inspection point which means you want to carry out several inspections for each operation during the production process
    2) It is not Inspection type it is inspection point type- There are mainly 3 inspection point type
    Freely defined - explained
    Equipment related - You need this inspection point type if you want to carry out calibration inspections and record the results of test equipment inspections or inspections of functional locations
    Inspection points to identify samples-You need this inspection point type if you want to manage samples and record inspection results for physical samples
    3) Predefined field is for identification of the inspection point.
    Example for inspection point type  1
    For inspection point type 1 (inspection point for equipment) that is used, for example, in a calibration inspection, the equipment number must be entered. (To access the results recording function, however, you can use a different key word instead of 'equipment number', such as, 'test equipment').
    Example for point 3
    The sample-drawing procedure determines the number of samples to be taken. The system automatically creates an inspection point for each sample.
    4) User fields are again identification. You can add in key work text which will appear while result recording.
    5) Field Active  -This helps in sorting out the user fields.  An identification field is only active if you have made an entry in this field.Fields with numeric entries are required fields. The numbering sequence that you define for these fields uniquely identify an inspection point.
    a typical example can be User field/field active/keyword combination
    1)Text length 18 -1 -Inspector Name
    2)Text length 10 - 2- Location
    3)Number length 10 - 3- Shift No
    4)Number length 3 - 4- Section No
    5) Date - 5- Date
    6) Time - 6-  Time
    please Date and Time populates automaticaly. it is not mandatory that you use all the fields
    Hope this helps
    Regards
    gajesh

  • Different inspection point field combination for each operation ?

    Hi
    I see that i can choose inspection point user field combination in the inspection plan header.
    But what i need is to define different combinations for each operation,
    Is this possible?
    If not do u have any other suggestions?
    Thanks,
    Alper,

    Dear Alper,
    I just meant in config .SPRO > Quality Management > Quality Planning >Inspection Planning >Define Identifier for Inspection Points
    you can make use of all the identification field for your purpose ( Text length 18, text length 10, Number length 10, number length 3 )
    operation wise what is needed to enter you make use of it
    Only a suggestion
    Regards
    gajesh

  • Inspection Point table

    Dear All,
    we are in the process of automating the results recording process using a Z program. For the results recording i have used Inspection points. What i mainly want to do is from several characteristics, Initially record results for one inspection characteristic and later record results for a different inspection characteristic. In the STD  SAP this allows to do. What i want to know is since i use the Inspection points, what are the tables that will be used?
    Thanks and Regards,
    DTD

    Hi
    Hope these details will help you
    QALS Inspection lot record
    QAPP Inspection point
    TQ79 Table with inspection point/user field combinations
    TQ79T Key words for inspeciton point user fields
    QAMR Characteristic results during inspection processing 
    QAMV Characteristic specifications for inspection processing 
    Regards
    Charith

  • QE71 -F4 Values for user defined fields in inspection points

    Hi,
    I have used QAPP_CUST_IP_F4 function module to list F4 values in Inspection points and QAPP_CUST_IP_CHECK for validation of those user fields.
    When configured for an inspection point, these modules are working fine when we use in QA32 and QE51n. But when we use QE71, the FM's does not getting called.
    Is there any configuration needed to make them work in QE71?
    Regards,
    Sriram

    Same kind of issue we have faced in one of my implementation ie when we used to do the RR through QA32 system allows us to show the F4 which is assigned for that inspection point. But same F4 help was not working during rr through QE71.
    For this issue we haven't applied any note by debugging in QE71 fixing call function he done some changes in the assigned FM
    after that its appered in QE71 100% it will flow in QE71 also without NOTE.
    Check with abaper
    Link: QE71 - verifiying user fields and providing lists of values

  • 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

  • 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

  • Automatic valuation of inspection point for physical samples.

    Hi,
    My requirement is after recording results (QE11) for each and every sample,  automatic valuation of inspection point to be done.
    Inspection point valuation not done automatically even though I have created the required details in inspection Plan.
    I have maintained the following details  in inspection plan
    In Inspection plan header:
    Inspection Point :  200 &  Sample Drawing Procedure
    In Inspection Plan Operation Details:
    Insp.Point Completion: Automatic valuation based on inspection point definition.
    Is there any settings to be done in customiszation.
    Please help me to solve this issue.
    Thanks & Regards
    V.Devaraj

    Hello Sap-Guys.
    I am facing the same problem, and I did several workarounds, to evalueate the inspection point by myself.
    The problem is this :
    We are using RFC-techniques to evaluate samples.
    Shortly, there is an inspection , which is defined, to be per point, consisting of two user fields, date and time. There must be three things (characteristics )controlled, two manually, by the workers, and the third will be calculated internally by sap via formula.
    The rfc-possibilities are provided by myself, building a rfc-enabled z-module, which calls some SAP-BAPIS, from which one is called
    BAPI_INSPOPER_RECORDRESULTS
    Until now I do not think, it behaves like tha sap-gui.
    Am I doing something wrong, or does this module really not behave like the sap gui ???
    If I evaluate the very first char , I check, whether this is the only one for this actual inspection point.
    If so, I delete the code groups, if any, (only quantitative evaluation til now ) and the point stays grey, ok, because there are still two other char-evaluations missing.
    If my char to evaluate is not the first, then I check, which are stil left, AND , if there are any left without evaluation, I also erase code and codegroups ( if any ) in the insppoint structure, so the char gets its evaluation and the point still stays grey.
    But if there had been already any evaluations, I manually check , whether my actual value meets the tolerances, and then I manually tell the inspection-point structure, which code must be used, in order to set its own state correctly.
    This means, if my actual sample meets the tolerances, and only one sample was rejected , I tell the inspection point, to stay red, by setting the approoriate code manually from qplak.
    If all others were ok, but the actual evaluation ( calculated manually again, tolerances ... ) is not ok, then i tell the inspection point structure, to get "red".
    I do this every time, a evaluation takes place, and it works nice for simple values.
    And here is my big Problem :
    My last characteristic of the three to be evaluated, must not be evaluated by the workers, but BY calculation inside sap, BECAUSE IT HAS A FORMULA.
    Especially for this case I left a comment in my code, and now this case occurred.
    So, what could be a better approach , to use this bapi, AND trigger automatic inspectionpoint evaluation WITHOUT MY ENTIRE WORKAROUND ( where I now see, that it cannot deal with formulas ) ???
    ( It could, if I debugged deep enough, to check, how it builds the formula ) , but bapis are there to use them.
    Aren`t they???
    Could anybody give me a hint ?
    Thx and best regards
    R.Dornfeld

  • Query help needed for Sales order panel user field query.

    I have a user defined form field on sales order row level called = U_DEPFEEAMT
    1, I would like this field to get the value from a field on this sales order row level multiplied by what is in point 2 below. The details of field in point 1 is :
    Form=139, item=38, pane=1, column=10002117, and row=1
    2. The contents in field 1 should be multiplied  by a value coming from another user field linked to OITM master item.
    The details of user field attached to OITM is :
    OITM.U_DepositFeeON
    Appreciate your help.
    Thank you.

    Try this one:
    SELECT T0.U_DepositFeeON*$[$38.10002117.number\]
    FROM dbo.OITM T0
    WHERE T0.ItemCode = $[$38.1.0\]
    Thanks,
    Gordon

  • 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

  • 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

  • Additioanl user-field in approval detail screen

    Hello,
    We would like to add the shopping cart number as a user field in the detail screen of the SC approval trx. (BBPSC07)
    In the detail screen in the standard SRM 5.0 the only field which are displayed are (in the additional especifications):
    Name of Shopping cart ....
    Notes for approval...
    We want to let appear here als the SC number.
    Im not sure we can acomplish this by using note 672960
    This note is about adding fields to documents, not about adding fields in trx.
    Anyone done this before? Please help me out.
    Thanks,
    Aart

    Hi,
    This seems to be bit difficult....However you could try modifying the ITS template  to display the SC number which is a std field.
    Look at these threads which discuss similar reqt:
    Add Custom field in Approval Screen
    Custom Field in Check Status
    BR,
    Disha.
    Do reward points for useful answers.

  • 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

Maybe you are looking for

  • ITunes and Quicktime hanging on start up after Quicktime v7 update

    Heya, After updating my OS from 10.3.4 to 10.3.8 then 10.3.9 and installing Quicktime v7 iTunes and Quicktime hung on start up. Neither load. All i wanted was to get ready for adding video to my iPod and now nothing loads at all! Any Ideas?? Thanks G

  • Help! Macbook Pro crashed? Will not get past start up screen.

    My 2006 Macbook Pro will not even reach the login screen. The grey screen with the apple loads for an unusally long time and then a whiteish grey screen with checkerboard looking graphics appears and I can do nothing but turn it off. Help! Is it done

  • MBP Compared to a G4 iMac?

    There's lots of ruminating about the speed issues of non-universal applications on the MBP. I'm moving from a 17" iMac 700 to the 17" MBP. What can expect performance-wise with the main Adobe apps with ths kind of hardware change? Plus it will allow

  • Creating nested packages

    hi, i want to know if any feature provided in 9i regarding creation of nested packages as if in java. Thanks, Suresh.

  • "Save as Master" in JavaScript - Help!

    Hello Guys, I have an inDesign file with 3 pages. I want to create new 3 "Master Spreads" like (B-Master, C-Master, D-Master) with the same content in those 3 pages, like "Save As Master" function inDeisgn UI. Is there any way this can be done with t