Auto Update of measuring point/document

Dear all,
I have one issue over here.Measuring point/document is not updating automatically after productiuon order confirmation . I tried with following steps
1) Created the equipment as test equipment -->created measuring point as a counter ---> maintain the usage value formula SAPF02 in the PRT tab . Unit of measurement for the characteristics and base unit of measure of material are same
2) Then i have assigned this eqipment as a PRT in the routing of material .
Which steps i am missing
Thanks

Hi
I had faced the same problem  when I used SAPF02 then I did following changes.
Created formula like SAP_09 * PRTSTD / SAP_08
SAP_09 : Operation Qty
PRTSTD : PRT Standard Value
SAP_08:   Base Qty.
Also make sure the measuring point category should me T in IK02( PRT life counter)
Regards,
Raj

Similar Messages

  • Measuring point/document is not updating

    Dear all,
    I am  new in PM. I have one issue over here.Measuring point/document is not updating automatically after production order confirmation via co11n . I tried with following steps
    1) Created the equipment as (P)Production resources/tools -->created measuring point as a counter ---> maintain the usage value formula SAPF02 in the PRT tab . Unit of measurement for the characteristics and base unit of measure of material are same
    2) Then i have assigned this equipment as a PRT in the routing of material .
    3) Production order confirmation via co11n  Each unit
    Which steps i am missing. if u give me steps by steps procedure to me for counter based maintenance, its helpful for me.
    STILL not answered and no reply.
    I am waiting for reply.
    Thanks
    tarun
    Edited by: tarun on Oct 5, 2010 5:06 PM

    Hello,
    Have look this thread [Re: Auto Update of measuring point/document;
    Regards,
    Rakesh

  • Measurement points/documents against an Order

    In Plant Maintenence, an order has functional location assigned to it. Some Measurement points has been assigned to this Functional location against the order.
    Could anybody help me to know the BAPI/RFCs which could read this measurement point/measurement documents against the order and some BAPIs/RFCs that could add new readings for these measurement points.
    If anubody could suggest a logic how to do it. If someone can suggest any Tables ...
    Please advice

    CALL FUNCTION 'MEASUREM_DOCUM_DIALOG_LIST_1'
           EXPORTING
             ACTIVITY_TYPE                = '1'
             F11_ACTIVE                   = 'X'
             INDICATOR_INITIALIZE         = ' '
             DEFAULT_DATE                 = SY-DATUM
             DEFAULT_TIME                 = SY-UZEIT
             DEFAULT_READER               = SY-UNAME
             WORK_ORDER_OBJECTNR          = V_OBJNR
             WORK_ORDER_KEY_EXTERN        = ' '
             WORK_ORDER_OBJECTNR1         = ' '
             NO_DIALOG                    = 'X'
             PREPARE_UPDATE_IF_API        = 'X'
           IMPORTING
             INDICATOR_UPDATE             = ZINDICATOR_UPDATE
             LEFT_WITH_F15                = ZLEFT_WITH_F15
           TABLES
             DOCUMENTS_DEFAULT            = T_DOCUMENTS_DEFAULT
      DOCUMENTS_DEF_INS           =
             DOCUMENTS_INSERT             = T_DOCUMENTS_INSERT.
      DOCUMENTS_UPDATE             =
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
            EXPORTING
              WAIT = 'X'.

  • Relation between notification no and measuring point no or document

    Dear Expert's
    I want to link between notification no (qmnum) and measuring point no or measuring point document.
    I want to search measuring point number thorough notification no.
    plz suggest me ABAP purpose.
    thanks.
    regards:
    Neelesh Sonkar

    Hi,
    1. Get the EQUNR from the table "QMIH" using QMNUM.
    2. Get the MOVING_OBJECT from the table "IEQT_WL_MP" using EQUNR.
    3. Get the MDOCM (Measurement Document) POINT (Measuring Point) from the table "IMRG"
        using MOVING_OBJECT ( which is MDOCM ).
    Hope this will help you.
    Regards,
    Smart Varghese

  • Update Measurement Points on Functional Locations

    Hello Experts,
    I need create a custom program to update (add/delete/change) the measurement point's POSITIONS on functional locations. Basically the users want to clean up the functional locations which have some wrong data in them. Since I am very new to this functionality area, Can anybody please let me know - Is there a FM/Bapi to update the Measurement Point Positions on Functional Locations?
    I appreciate your help.
    Thanks.
    Edited by: sey ni on Mar 7, 2011 4:49 PM

    I think I will have to write a BDC on IK01/IK02 transactions. Not sure, if we have a better solution.

  • Update measuring points by good receipt

    Hi experts,
    I have a requirement where the client wants to update a measuring point based on good receipts.
    The idea is to create a equipment (PRT) with a measuing point and asign this equipment on a BOM.
    The FERT I will send to a vendor as subcontracting and when I receive this material, in the moment of good receipt the measuing point should be update. Is it possible using the standard ?
    Kind Regards,
    Bruno

    hi
    in standard you can update the measuring points by confirming the quantities in production order..but updating the measuring points using goods receipt is difficult
    you can also try a workaround ,generally the the MIC you are creating should be linked with the characteristic which is already created for equipment (as measuring point) ,then assign a material no in the serial number tab.then do the process ( i haven't checked just a try)
    so prepare an inspection plan for goods receipt with the MIC created and make the settings for follow up action for usage decision as update measuring points(assign suitable FM) ,then do the process and check
    regards
    thyagarajan

  • Update Measurement Point with new Position

    Hi,
    I need to update existing measuring points with new measurement positions. I was looking at FM "MEASUREM_POINT_RFC_SINGLE_002", but don't know how to pass the new Measurement Position to that.
    Can anybody please let me know how has already implemented this?
    Thanks.

    I was looking at FM 'MEASUREM_POINT_DIALOG_SINGLE' to update Masurement Point.
    I wrote the code like this. But it's not updating the Measurement Point with the new position.
    Not sure if I missed anything.
    Pelase help.
    Thanks.
    PARAMETERS: p_point type imrc_point,
                             p_psort type imrc_psort.
    DATA: l_rimr03 type rimr03,
           l_ind(1) type c.
      l_rimr03-mandt = sy-mandt.
    l_rimr03-point = p_point.
    l_rimr03-psort = p_psort.
    BREAK-POINT.
    CALL FUNCTION 'MEASUREM_POINT_DIALOG_SINGLE'
    EXPORTING
       ACTIVITY_TYPE                  = '2'
       MEASUREMENT_POINT              = p_point
       NO_DIALOG                      = 'X'
       IS_RIMR03                      = l_rimr03
    IMPORTING
       INDICATOR_UPDATE               = l_ind
    EXCEPTIONS
       IMPTT_NOT_FOUND                = 1
       TYPE_NOT_FOUND                 = 2
       OBJECT_NOT_FOUND               = 3
       NO_AUTHORITY                   = 4
       POINT_IS_REFMP                 = 5
       POINT_IS_NOT_REFMP             = 6
       OTHERS                         = 7

  • SAP PM: Measuring Point External Number

    Dear Sir,
    Is it Possible to assign Extenal number to Measuring Point?
    Regards,
    Mohan

    Hi,
    I dont think there is a way for your requirement. Anyhow the following Enhancements are available for Measuring points/Document. You could check,
    Exit name
    Short text
    IMRC0001
    MeasPoint/MeasDoc: Exit before update (after COMMIT WORK)
    IMRC0002
    MeasPoint: Menu exit for customer-specific function
    IMRC0003
    MeasDoc: Menu exit for customer-specific function
    IMRC0004
    Measure.doc.:Exit according to stndrd checks for new mes.doc
    IMRC0005
    Measure point: Exit in AUTHORITY_CHECK_IMPT
    |----
    Hope this may be useful for you,
    Regards,
    Prasobh

  • Measuring point difference

    Hi All,
    Is it possible to get the difference for a measuring point(not counter) when entering the reading every time.
    regards
    sunil

    Hi Sunil
    In Standard SAP its not possible. But whats you basic requirement... why you need difference in measuring point documents....
    - Pithan

  • Measuring point update by production order confirmation

    Hi friends,
    I created a prt as equipment and assigned it to the routing. I created a production order and when i confirm the same i am getting following error as:
    Document MeasUnit has a different dimension to the characteristic unit
    Message no. IR071
    Diagnosis
    The measurement unit on creation of the measurement document must have the same dimension as the measurement unit of the characteristic of the measuring point.
    In this case, the measurement unit % does not suit the character unit EA of the measuring point 103.
    System Response
    Processing will not be continued.
    Procedure
    Use the possible entries help.
    Please suggest the solution.

    Hello Sir(s)
    i have gone through entire post for the subject related to measuring point auto update from production order confirmation.  I have tried the same but i dont know what i am missing.
    if i put some value like 1 or 2 and appropriate UOM then only my measuring document is being updated with the same value not with the actual confirmed quantity..  i have already maintained standard formulla in prt view.
    my basic requirement is to get actual value of produced quanity as counter update. means if 20 pieces have been produced and confirmed in co11n, then counter must bhe updated with the value of confirmed quantity.
    please advice what value should i put as usage in routing master to get actuall counter update.
    Will Highly appreciate your quick reply.
    Snapshots
    Regards.
    Mohammad.

  • Auto-Update Open Documents?

    I am having a few problems with a recently installed version of Photoshop CS4.
    Before posting, I installed the newest Aug 21 drivers for the built in NVIDIA GeForce 6200 SE Turbo Cache card running on a Windows XP machine.
    Symptoms:
    1: When opening a file for the first time, all "open" commands are grayed out in the File drop down menu. I can do a Control-O to open or Control-N to create a new document and after doing so, the menu items are available to me.
    2: After applying an adjustment layer, such as a Curves adjustment layer, I can adjust the curve and the current image changes correctly. However, if I apply a gradient to the layer mask, it will not display the gradient in the gradient icon until I touch one of the S curve points. If I make a different gradient, I have the same issue.
    3: If were to delete the adjustment layer by dragging it to the trash, the current image does not update and I have to click one time on the image to make it display correctly.
    There may be other problems, but these are plenty to deal with right now.
    I tried going to the preferences and turning off OpenGL and ended up with the same problems.
    I tried checking Auto-Update Open Documents and got the same results whether it is on or off.
    I am not sure what Auto-Update Open Documents does, but it sounds like the correct issue.
    Any help would be appreciated. CS3 works fine on this system.
    M Jackson

    Hello Mylenium
    You probably have the correct answer. I've run CS2 and CS3 on this system and it has done an okay job, though I know it is showing its age now. I have a Vista laptop and don't care for it that much, so I haven't been too excited to buy a new desktop with that operating system on it. And, of course, I hate to buy an expensive video card and power supply to run this XP machine.
    With Windows 7 on the horizon, I may just use CS3 a while longer and see how the new system works before upgrading to a new computer. Either way, I have a $1500 software package here that isn't getting much use.
    M. Jackson

  • Making system settings for measurement documents and measuring point

    What is the significance of making system settings for measurement documents and measuring point in spro?
    Edited by: Pallavi Kakoti on Jul 14, 2011 1:23 PM

    Hi,
    << Moderator message - Cut and paste response from http://www.consolut.com/en/s/sap-ides-access/d/s/doc/YY-OLI0IMRCCUST removed. Plagiarism is not allowed in SCN >>
    Regrds
    Jitender
    Edited by: Rob Burbank on Jun 6, 2011 10:53 AM

  • Measuring point,counter & meas document

    What is the concept of Measuring point,counter & meas document in regard to PM ?

    Hi,
    Measuring Points are  measurement of physical condition like temprature pressure, and consumption like fuel, and reading like hour meter , speedometer etc.
    measuring points just like as log book of equipment
    it is created by ik01, against technical object with  characterstics of which we want to take measurment reading
    and  when actual reading are recorded against measuring point  , a document is genrated called measurment document
    it is crated by ik11, ik14 , ik34  against measuring point
    regards
    Jitender Suhag

  • Linking word documents and auto-updating TOCs?

    Hi, all!
    I know InDesign a bit, but am about to embark on a project that I could use some help on. Im compiling all the different writing Ive done in the past four years into a little ebook. There are about 50 different essays/articles, each under four categories in the table of contents. Many need editing, and the ebook will require lots of moving things around and editing.
    So, is it possible to link Word documents like as you can do with images? I would like to have InDesign link to all the different word documents that comprise different essays, etc, so I can edit individual essays from Word and have them auto-update within InDesign. Also, is there a similar thing I can do with the table of contents, where it will automatically update the page number of a given entry when I rearrange it? These two things would save me much time!
    Thank you!
    Alec

    As much as you think you want to auto-update the Word documents, you don't.
    Yes, there is a way to link those Word files, but you will lose all formatting applied in ID each time you do update the linked files.
    Why don't you just make those changes in InDesign?
    Next, yes, you can create a TOC that will update page numbers automatically when the document(s) change.
    That is no problem.

  • Unable to Inport Measurement points and Measure documents from R/3 to clien

    Hi,
    I am not able to import measuring points and measuring documents into the client device even after assigning the measurement point varaint in the back-end config.
    Please help!
    Thanks & Regards,
    Kanwar

    Hello Kanwar,
    I am thinking of two reasons at the moment.
    1. The equipments/Functional location which you had downloaded to your device were not having measurement points. If this is the case, you need to make sure that corresponding Equip/FL's are there on client (provided case 2 is not valid)
    2. The measurement points were not replicated. Hope you had checked MEREP_207 table for the required measurement points.
    Hope this helps.
    Best Regards,
    Subhakanth

Maybe you are looking for