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

Similar Messages

  • 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

  • Measuring point for Power Factor Meter

    Dear All Experts,
    I need to create PF meter as Measuring Point.
    I have created characteristic PF without any unit of measure assigned to it since PF is a ratio.
    Now if I create Measuring point using characteristic PF system does not allow me to create the same popping up message" only characterisitcs with a unit of measure can be used."
    Then I created a unit as Ratio and assigned to the Characteristic PF.
    Even then system does not allow me to create measuring point popping up the same message.
    Please help.
    Regards,
    Sanjay

    Hi,
    You could create the Measuring Point only with the characteristics with Numeric UoM. So create the ratio with Numeric UoM & try the same.
    Regards,
    Maheswaran.

  • 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?

  • Multiplication factor in measurment point/counter

    Hey Gurus,
    Is it possible to include multiplication factor in measuring points / counter? Like when my clients are entering the readings of energy meter they have to multiply it with some factor to get the actual reading. Is it possible in std sap or do i ve to go for development?
    Thanks,
    Abhishek

    Hi Abhishek,
    Some time back I have done the same requirement for one of my clients.
    For that we have created a Z- Table and maintained the multiplication factor for that particular measuring point.When we enter the reading in measuring documnet system will check the multiplication factor in the Z- table and populate the reading.
    We have used IMRC0001 user exit for this.Please ask your ABAP team to develop this, it is not much complicated.

  • Datatable for upper and lower limit maintained in Measuring Point.

    Hi,
    I am making use of user exit : IMCR0001. User exit generates maintenance order for measuring reading which are beyong the range maintained in measruing point.
    I have create measuring point with characteristics as TEMPERATURE. I have maintained upper limit : 1500 C & lower limit : 1200 C.
    When I check datatable IMPTT and look for upper and lower limit, it is showing me : Upper range :1.7731500000000001E03 Lower range : 1.4731500000000001E03
    Why is that I can not find the actual value as 1500 and 1200 n the datatable?
    In which datatable I can find these values?
    Kindly help.
    Thanks in advance.
    Regards,
    TOM.

    Hi Tom,
                 These are system Generated Values, but they will be concatenated by a few Zeros, but you can always find the exact value,
    I am able to see the Values correctly in my system follower by some 10-12 zero's "E"+ 02 or 03.
    but can check the values
    can cross check the Characteristics for the same measuring point?
    Regards,
    Yawar Khan

  • Maintenance Order through Measuring Point

    Dear all,
    I want to know whether it is possible to create the maintenance order on the basis measuring point .
    I know how to create the order on the basis of measuring counter.
    Is there any procedure to create the maintenance Order through measuring point as done in case of counter?
    kindly provide the solution for Creation of Maintenance Order using Measuring Point..

    Really very thanks for the solution.
    I have one more query, we can create the measuring point using the t.code IK01.As you told we have to create the measuring point with upper and lower range.
    Is that we have to create 2 measuring point for upper as well as lower range or in one measuring point it is possible to accumulate both the upper and lower range.
    If it is possible to accumulate both the upper and lower range in one measuring point then kindly provide the procedure.
    Thanks in advance.

  • Measuring Point characteristics Unit

    We have characteristic "KK_pressure" with measuring unit of Pascal. Currently DCS interfacing system is sending the measurement data in form of Kilopascal for pressure gauge.
    Is it necessarily required to create new characteristic with measuring unit of Kilopascal for documenting the correct reading of measuring point?
    Actually I want to document measuring reading sent in kilopascal with measuring point of Pascal (SI unit of pressure) characteristic unit without applying customization.
    Reagrds,
    Tehsin

    First method:
    If you want to capture only in Pascal, then try for the conversion. In ABAP code, while updatding the SAP DB, you can define that logic.
    2nd Method:
    Create one measuring point with Kilo Pascal & use that for Interface.

  • Accepting date as a measuring point

    Please guide as to how does one accept date field as an input in measuring points.Have made a characteristic with date format,yet while creating a measuring point with the said characteristic , displays an error
                                     " Only characteristics with a Numerical  format can be used "
    awaiting an early reply,

    Hi pshthecoolest ,
    You cant declare DATE with Date format as Characteristics , as per Std SAP.
    Work around will be Create Char CT04 DATE , with Numeric format with Template  (8), assign appropriate unit of Measurement , that you need to create separately t code CUNI.
    But above all why you required to put reading as a Date in measuring point ?
    Riyaj
    Edited by: riyajmaner on Feb 8, 2011 12:51 PM

  • Doubt in measuring point

    Dear all,
    I know that external number range is not possible for measuring point. But in the system while creating measuring point, internal number range is assigned though it's not been saved.
    Can anyone help me?
    Regards
    Karthik

    Ya I have defined but I am not having doubt in the number range definition. Suppose if I ll create one measuring point with the number 1750(say) and I wont save it and came back. Then again I ll enter and the number should be 1750 but it ll show as 1751 (i.e.,) increasing the number range for measuring point. Can you tell me why this happens?
    Regards
    Karthik

  • Measuring Point during IK01 not allowing characteristics with CHAR type

    Hi Experts,
    Measuring Point during IK01 not allowing characteristics with CHAR type Only allows NUM,
    could you anyone suggest on this.
    Regards
    Nitin

    May i know the reason of such implementation?
    You can use group code and valuation code for assigning predefined values to measuring documents.
    Moreover text field can be used for assigning short text to it.

  • Can pulse measurement.vi measures 2M points with 10ns time interval?

    Hi,
    I used pulse measurement.vi to measure the pulse duration of waveforms when the waveforms exceed certain threshold level. The data file has 2 millions data points with 10ns time interval.  But I got error message saying that
    "The waveform did not cross the mid reference level enough time to perform this measurement. Check the signal length, mid reference level, and reference level unit."
    I was wondering if pulse measurement.vi is capable of handling such large file or it was due to my paramenter errors.
    Thank you for your help in advance.

    I realized that I can't really modify the percent level settings or specfication of the pulse measurement.vi. For instance, I changed the percent level setting to peak instead of the default auto select. After running the VI unsuccessfully and I reopened the pulse measurement.vi, I saw the percent level setting was set to auto select again instead of peak method. I have attached the image of the block digram and a very small part of the waveform data. I hope you can open both.
    Thank you.
    Attachments:
    pulse measurement.doc ‏45 KB
    example.txt ‏2 KB

  • Function Modules for creation of characteristics and Measurement Points

    Hello everybody
    I'm new in ABAP (trainee) and especially the use of characteristics. I'd be very happy if somebody could help me :).
    Can anybody out there with some experience in creating characteristics and measurement points tell me how to create them with function-modules or by changing database tables?
    I'm happy about every hint and ready to give some reward points.
    Best Regards,
    Steffen

    FM and TABLES
    http://72.14.235.104/search?q=cache:71IXBMWcX_8J:reflexcontracts.co.uk/SAP_R3_QUICK_REF.xlsupdatetable+tse05&hl=en&ct=clnk&cd=1&gl=in
    FUNCTION MODULES
    http://www.erpgenie.com/abap/functions.htm
    http://www.sapdevelopment.co.uk/fmodules/fmssap.htm
    http://www.erpgenie.com/abap/index.htm
    http://www.geocities.com/victorav15/sapr3/abapfun.html
    Rewards if useful..........................
    Minal

  • Is there any way I can control which specific access point I connect (and stay connected) to from amongst a set of access points with the same SSID?

    I'm working from a boat in a harbor in which the ISP has deployed numerous access points around the periphery.  All the access points share the same SSID and each is configured to use either channel 1, 6 or 11.   From my location, there are over a dozen of these access points "visible" (based on the the output of WiFi Scanner) with a range of RSSI and S/N values that vary over time.
    The ISP has told me that the quality of my connection should be "perfectly fine" for any access point with an RSSI value better than -75, but I know from experience that my connection quality is miserable (i.e. < 50Kbps download) for almost all of these, including those with RSSI values better than -75.  There is at least one exception, however, which gives me on the order of 2Mbps download, which is "great" in this context.
    I've tried using a more powerful USB antenna plugged into my MacBook Air (mid 2011), but as far as I can tell, it really doesn't make much difference.  Neither does my location within the boat.   The overriding factor seems to be which access point I happen to connect up to.
    I should point out that the closest access points are about 75 yards away, with many of them being several hundred yards away or more.  I'm guessing that even though the signal strength of some of the distant access points is causing them to get "chosen" some times, the results are unacceptable due to the distance.
    I'm hoping that I can determine, through experimentation, which access point(s) provide(s) acceptable performance and then configure my Mac to limit my connection to those points through whatever mechanism I need to use (e.g. channel, MAC id, etc.).

    Establishing a wireless connection with a client computer is left to the access point for various reasons. One reason that your Mac may not connect to the strongest access point is that it may have reached a limit of the number of clients it can serve, leaving it unable to accept a connection with another. The limit may not be very large.
    Suppose that happens, and your Mac establishes a connection with a more distant access point having a weaker signal. Then, suppose a client drops off the network. Doesn't this mean your Mac will switch to the stronger access point? Not necessarily. The throughput delivered to and from your Mac would have to drop below a threshold specified in the AP for it to drop the client, leaving your Mac free to connect with another one. The reason for this is to prevent rapid switching from one AP to another in an area in which two signals are of approximately equal quality. If that were to occur the frequent and repetitive handshaking between the two devices would slow throughput to zero.
    In an environment in which several access points are broadcasting the same SSID, Apple provides no insight as to how it determines which access point to choose. This is the reason I suspect this "choice" is a function of the router, or access point. The connection originates with it, not the Mac.
    Now, what would solve your dilemma would be to determine a way to control the access point with which your Mac connects, by specifying the access point's unique MAC address for example. In this happy circumstance, you could maintain an editable "whitelist" or "blacklist" of the harbor's access points and be able to choose which among them you prefer.
    I do not believe OS X maintains such a record of MAC addresses though, only those of the routers it uses. If I am correct about that, such a solution is unlikely to exist. Don't let that discourage you from searching for one though... I would concentrate on something like "selecting access point by specific MAC address".
    I did find this patent application though:
    Roaming Network Stations Using A Mac Address Identifier To Select New Access Point
    Perhaps it's a start

  • Measuring Point Description Change-MassChange

    I have several (hundreds of ) Measuring points which i need to change .The fields to be changed include the Measuring position    and measuring descriptions. Since its a time consuming process to change individual record, can some one suggest any mass change transaction in PM with which i can achieve this changes without much time as in case of individual changes.
    Please suggest some direct method in order to avoid any BDC or LSMW.
    Thanks
    Murad Shaikh

    HI  Murad
    As such there is no standard T code for carrying out mass changes for measuring points except list editing (IK08) through which you can do it by selecting one by one. Since the fields you wants to change are free text type & will vary from one measuring points to other its not logical also. Better to do it through LSMW using recording IK02 its very easy & will take 10min to create one LSMW.
    Shakti

Maybe you are looking for