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

Similar Messages

  • [svn:osmf:] 13083: Updated MASTAdapter class with new trait names and events.

    Revision: 13083
    Revision: 13083
    Author:   [email protected]
    Date:     2009-12-17 16:10:05 -0800 (Thu, 17 Dec 2009)
    Log Message:
    Updated MASTAdapter class with new trait names and events.
    Modified Paths:
        osmf/trunk/plugins/MASTPlugin/org/osmf/mast/adapter/MASTAdapter.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/TestMASTPluginInfo.as
        osmf/trunk/plugins/MASTPluginIntegrationTest/src/org/osmf/test/mast/adapter/TestMASTAdapt er.as

    Silviu!
    I'm really sorry, but as all the office is trying to fix the problem, someone replaced the url content with the stuff that was pointing to the local machine.
    I've fix it, and the video player is available here again: http://pp.player.webtv.flumotion.com/params/apiKey/5PzLR2ULL3z2rumJ/videoId/60
    If there are other references to the localhost, please do not bother with them, as they do not affect player functionality.
    The stream that it uses is an RTMPE, so i'm afraid it will only works with this player. Anyway, the stream url is as follows: rtmpe://87.248.205.81/a4349/e2/veo7/ondemandrtmpe/mp4/med/first-person-mario-4d8741aa.mp4
    I really appreciate your help!
    Thank you!

  • 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

  • I want to update iCloud account with new apple id but don't know password for old apple id.  Plus can no longer receive email at old apple id.  How can I delete the current iCloud account on my iPhone if the previously stated conditions exist?

    I want to update iCloud account with new apple id but don't know password for old apple id.  Plus can no longer receive email at old apple id.  How can I delete the current iCloud account on my iPhone if the previously stated conditions exist?

    If the old ID is yours, and if it is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • I have updated my Iphone5 with new IOS6 - now the screen/display does not react to my taps on screen as in i cant tap in my pin to start???

    I have updated my Iphone5 with new IOS6 - now the screen/display does not react to my taps on screen as in i cant tap in my pin to startup???

    I have updated my Iphone5 with new IOS6 - now the screen/display does not react to my taps on screen as in i cant tap in my pin to startup???

  • HT1311 How can I get updates for apps with new Apple ID

    How can I get updates for apps with new Apple ID. I have apps that I got for free, and some that I have purchased. I had to create a new Apple ID because I don't have a credit card now.

    Apps will always be tied to the ID in which they were purchased or downloaded under. You can not change this unless you buy or download the free  app using the new ID.

  • HT1414 When updating my iphone with new software it came up on screen with the cable and itunes sign (which is what I should get when restoration has been completed) yet it is still saying restore. I have tried 3 times and the screen won't change. HELP!

    When updating my iphone with new software it came up on screen with the cable and itunes sign (which is what I should get when restoration has been completed) yet it is still saying restore. I have tried 3 times and the screen won't change. HELP!

    If the sign does not go away it has not completed the restore. So you are incorrect when you say it "keeps completing the restore" if that message is still displayed.
    Do you get an error message? If so, what is the error number?

  • 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 book inventory with NEW company code assignment for the same site

    Hi gurus ,
    Our company have this business scenario:
    the site has run in Company Code A for several month with business of Material Management  function, then the site have to be changed to Company Code B for financial requirement .
    What we want is we change the CC assignment by OX18 for site master without changing the site number (creating a new site master ),except for the open purchasing or  sales document clearance , is there any way we can update the book inventory  with new profit center corresponding to the CC B ?
    Thanks in advance ,
    Ryan

    Actually we have made some discussion with SAP consultant about this requirement ,and they suggest the same thing ,but for many reasons ,we need to make it that way ,and we also made some test for this direct changing by OX18  for new CC assignment .
    All other questions are  under control now , for financial reason ,we need to update the book inventory to new CC assignment (new profit center after site-specific material master changed ) in some batch session or program ,any idea for this?

  • Trying to update my account with new email address.

    My original account details I put in the wrong (non existent) email address.
    Problem is appears I have since already setup a new account with new email address from my iphone. 
    Now verification emails are being sent to non existnet email address and I can't change itunes account on laptop.

    Did you update your old iTunes account or create a new one ? If you updated the old one then try logging out of your account by tapping on your id in Settings > Store and then log back in and see if that 'refreshes' the account on the iPad. If you created a new account then you will need to continue to use the old account to download updates to its apps (or to redownload its content) - content is tied to the account that bought/downloaded it and it can't be transferred to a different account.

  • Measuring Point with  some factor

    Dear Gurus,
    we have scenario in which we have  energy meter each energy meter is created as equipment for entring their daily energy genration in kwh through measuring point
    but we want to multiply  daily reading by some factor like 100, 50 , 40 ,1 etc ,
    i know it can be customized , and also can be used in standard and then factor can be multiply in report only
    but in any way can we achieve it in standard
    Regards
    Armaan

    Hi Armaan,
    Sorry Mate, No std way of achieving this, as per my knowledge. Still you can check with other PM experts.
    Riyaj

  • REUSE_ALV_GRID_DISPLAY - updating the database with new values

    Hi,
    I am using the function module 'REUSE_ALV_GRID_DISPLAY' to display records. I have managed to open a field for input/edit mode. Once this data has been changed , where will this data be? I have checked the internal table - no joy. I need to use this new/changed data to update the database with the new values.
    Thanks,
    Leanne

    Hi,
    The data is stored in table tab. After the changes the data does not reflect in table tab. Where can I get the data so that I can update my database?
    I have coded the process as follows:
        when '&SUSPEND'.
          loop at tab
            where box = 'X'.
              update zzzz
                set status       = 'SP'
          endloop.
    Regards,
    Leanne

  • Just updated my iPad with new ios7 and my airplay gone

    Can someone tell why with new update my airplay gone

    The youTube App is gone because Apple's license to use it has expired.
    YouTube is still accessible on the iPad via Safari (or any other browser) at http://m.youtube.com/
    Sign in at this site and your favorites, etc. will still be present. Save the site icon to the iPad Home screen and you will have a replacement for the youTube App.
    There is also an iPhone youTube App in the App Store which works on the iPad as well as the Jasmine App.

  • 975x PowerUP Edition : Voltage measurement points with DMM - Where?

    Does anybody know where on this mobo I can measure various voltages, in particular vdd (mem) and vcore?
    I'd like to be able to see how inaccurate most of the software monitoring apps I use are

    Quote from: Oratiek on 23-August-06, 04:14:34
    Thanks for the input so far guys.
    I just want to double check...
    Click to enlarge
    For vdimm...
    RacerX says top leg of mosfet (number 1 in the pic) = 2.27v
    Maesus says north pin of coil (number 2 in the pic) = 5.01v
    Even EDO Ram only needed 3.3v so I guess number is the correct measuring point since I've set 2.2v in the BIOS.
    As for the vcore, I'll have to figure out a way to get the mobo to stand upright on the floor so I can access the back of the board with both hands
    You need to measure the coil under the PCI slot(tough with video card) but it measures the same as the mosfet I mentioned. Still don't understand the vcore measurement but whats important is where to measure this so call vMCH or PCI xpress voltage. To be honest it does nothing in terms of OCing compared to other boards with this option. Any ideas?

  • Updating existing PO with new line item

    Hi
    We are in ECS scenarion. I want to add a new line item to the already existing Po which was transferred to the R/3 system successfylly. I have user pd_po_update and pd_po_save . In pd_po_update I am getting changes = "X"  but in es_guid it seems i am getting the old guid . after executing the program when I go back a message popsup saying "update was terminated".
    Please let me know what should  i do in order to add a new line item to the PO.
    thanks
    sankar

    Hi Sankar,
    You must add a COMMIT WORK after having passed the BBP_PD_PO_SAVE.
    Regards,
    Laurent.
    Don't forget points if helpfull.

Maybe you are looking for

  • Opening URL from Form

    Anybody has any idea of how to open an url (or webpage) from a webform in the same window. I cannot use Web.Show_Document() as it opens the webpage in a new window. Thanx in advance.

  • Adding Objects To a HashSet, overriding equals and hashCode

    Hi everyone, I'm trying to add objects to a HashSet, using a string identifier (an attribute of these objects) to determine if two objects are equal. I have a class 'IntExpEvent' class that overrides the equals and hashCode methods. public class IntE

  • Can't see my account on mobile

    How do I  access my account and manipulate it on my mobile?; it gives me browser error,

  • Clip for the web

    Hi. A client has asked us to create a clip suitable for the web for a project we recently edited for them. What the best programme to use to this? I heard Mpeg Steamclip is good but there is sooo many settings. The clip was edited in FCP 7 its 5 minu

  • Want to "ignore previous" ActiveX Event using callback vi/dynamic events in event structure (LV 7.0)

    hi there LV 7.0: i'm using a callback vi with an registered ActiveX event (MSComCtl ToolBar/ButtonClick). i wait for the event with an event structure using dynamic events. how can i wait "ignore previous"? (like i did in LV 6.1 with the "Wait On Act