Unit Convertion from

HI All,
my problem is i am using the NOn cumulative keyfigure 0VALSTCKQTY key data comming from r/3 in TONNES. IN BW SIDE I HAVE CHANGED THE VALUE BUT TEXT STILL DISPLAYING HOW WE WILL CHANGE IN QUERY LEVEL
EX
100 TO 
200 TO
I WANT LIKE 100 DC & 200 DC
CHEERS

Hi SSap.
  In the 7.0 you make this in the "transformation".
  more or less are the following steps
- Edit the transformation
- choose the destination InfoObject (0QUANTITY in your case) in the right side.
- doble-click
- A new window appears. With the "+" bottom select the Input-fields required for your selection (vg: for example 0MATERIAL and 0BASE_QUAN)
- Then, in the drop-down box you have to choose "Routine with unit"
- an abap editor will appear.
- Write to code. You have to inform:
    RESULT - With the "value"
    UNIT - with the "new" unit of measure.
Hope it helps you.
Kindly regards.
gdmon.-

Similar Messages

  • How can I convert from Modbus raw data to engineering units using a formula?

    Within Lookout, I have several Modbus numerical input types that do not have a linear corespondence to the Engineering values they represent.  How can I display these values accurately using a formula to convert from the raw data to an engineering value?

    I don't quite understand your reply.  I'm using Lookout 6.0.2, logged in as Administrator, in Edit Mode.  The Modbus object is named RTU06_SAV.  The Active member is 30002 with an alias of SAVfmSMT_RSL.
    Following your instructions, I opened Object Explorer and right-clicked on RTU06_SAV. 
    This opened a menu containing:  Refresh, Cut, Copy, Rename, Delete, Edit connections..., Edit Data Member Configuration, Configure Network Security and Properties.
    I assumed that I should select Edit Data Member Configuration, but maybe I'm wrong. 
    Within Data Member Configuration I can set up Linear Scaling between Raw data and Engineering data.  I know how to do that, but what I need to know is how to convert Raw data to Engineering data using a formula representing a non-linear transformation (such as a converion to a logarithmic value or perhaps a formula derived by fitting the formula to a curve on a calibration chart).
    Once I have this my Engineering data can be represented on a control panel as both a numeric value AND as a correctly reading Gauge.  It can also be properly represented on a HyperTrend graph.
    What do you suggest?

  • Convert from component cable to Stereo A/V + S-video for AppleTV

    Hello,
    We are looking for a converter cable, box, hub that will convert from component cable (red/blue/green) to Stereo A/V + S-video. We are hooking up a AppleTV box to an older Sony WEGA TV.
    Anyone heard of such a product or work around?
    We have not made the move to HD and would be bummed if this cannot work.
    Thanks.

    http://www.svideo.com/appletv2tv.html has a product that allegedly does this. I haven't used it, so you might want to do some more investigation before handing over the cash! It looks a lot cheaper than other Component->Composite converters out there. You would connect the yellow output from this box to the yellow input on the front of your TV (video). The red and white connectors on your AppleTV to the red and white on the front of your TV (audio). The unit also has an S-Video output, which you should use in preference to the composite if your TV supports it (higher quality).
    HTH.

  • Convert from Single Org to Multi-Org

    Hi All,
    Can someone tell me what are the steps to convert from Single Org to Multi-Org ?
    Is it only the profile value 'MO: Operating Unit' to be setup ? or any other steps to be setup ?
    Regards
    Jhansi

    Jhansi,
    Please see the following:
    Note 259546.1 - Setting Up Multiple Organizations in Oracle HRMS
    Regards,
    Greg

  • Problem with unit converter widget

    I am having a weird problem with my unit converter widget on 10.4.9.
    I re-installed my system, and now when I go to open the unit converter widget, I can no longer see the British pound currency, there are all these othere European currencies.
    Is there anyway to get the British pound currency back, do I need to re-install the widget, and how do I do that.

    Then I'd try removing & reinstalling it...
    http://docs.info.apple.com/article.html?artnum=301629
    If it's one that came with OSX, you may have to get pacifist to extract it from your install Disk.

  • Error message "Quantity could not be converted from GA to"

    Error message "Quantity could not be converted from GA to" gets displayed when i update any condition value/type ZMET in VA02 transaction.
    Where we need to maintain "Alternative unit of measure for the material"
    Plz do the needful. Points rewarded
    Regards,
    Sathish

    Dear Sathish
    Go to material master, select "Additional Data" tab.  There select "Units of measure" and maintain the alternative unit of measure and save.  Now retry.
    thanks
    G. Lakshmipathi

  • Unit conversion from Sales unit to Base unit

    HI,
          I am working on 2lis_11_vaitm and 2lis_11_v_ssl sources.
    Both these sources have quantities in Sales unit.
    In BW how do i convert these quantities to Base unit.
    Both sales unit and base units are available in the sources. But value avialable only in Sales unit.
    I am using delivery quantity from 2lis_11_v_ssl and Cumulative order quantity in 2lis_11_vaitm.
    Kindly suggest a way.
    Regards,
    Adarsh
    Edited by: adarsha a on Sep 6, 2008 3:27 PM

    Hi...
    You can use the function module CF_UT_UNIT_CONVERSION to convert from one
    unit to the another.
    Hope this helps you...
    Regards,
    Debjani...

  • Here i need to convert from EA to CS.

    Hi Dear friends,
    iam having one requirement. that is conversion.
    here is need to convert from EA to CS, for that one iam using FM: conversion_factor_get
    But this is not converting and when i run program it was showing the error is "conversion of dimensionless units is possible".
    Here i need to convert from EA to CS.
    this is Eg:
    DATA : LV_SS TYPE F,
           LV_DEC(100) TYPE N,
           LV_NUM(100) TYPE N.
    call function 'CONVERSION_FACTOR_GET'
    EXPORTING
       NO_TYPE_CHECK              = ' '
       UNIT_IN                    = 'EA'
       UNIT_OUT                   = 'CS'
    IMPORTING
       ADD_CONST                  = LV_SS
      DECIMALS                   = LV_DECI
       DENOMINATOR                = LV_DEC
      DIMENSION                  =
       NUMERATOR                  = LV_NUM
    EXCEPTIONS
      CONVERSION_NOT_FOUND       = 1
      OVERFLOW                   = 2
      TYPE_INVALID               = 3
      UNITS_MISSING              = 4
      UNIT_IN_NOT_FOUND          = 5
      UNIT_OUT_NOT_FOUND         = 6
      OTHERS                     = 7
    if SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    write : lv_ss, lv_dec, lv_num.

    Hi
    first ensure that the both values CS and EA exist in the table T006
    then only the conversion of the units is possible using the fun module
    'CONVERSION_FACTOR_GET'
    Since the unit CS is not available in T006 table it is not working
    This fun module in turn uses the table data T006 for the conversion of units
    Regards
    Anji

  • My Unit Converter Widget is not right

    I'd been stop using Unit Converter widget from Dashboard since many months ago, now it's getting very inconvenient for me because even after many OS X updates, my Unit Converter shows wrong information of the currency conversion.
    Here's a screen capture image I took:
    http://edrian.com/unitconverter.png
    I tried to delete this Widget and replace from other Mac running OS X Leopard, but it still doesn't work right. Any ideas and how can I fix this issue?

    I updated to the latest OS X 10.5.4 and the unit converter widget still not working properly. Obviously Apple didn't look into this at all.
    I would recommend downloading this Currency Converter http://widgets.palple.net/

  • Unit Converter Widget Broken

    Hi there!
    For some reason, my unit converter widget decided to not work anymore; I am not able to select any of the drop downs but can type text in the textfields (not that it helps).
    Anybody got any idea on how to fix it?
    I have already tried:
    - ⌘ + R
    - Closing & Re-adding the widget
    TM

    Have you tried removing it from your dashboard, then adding it back? Display the dashboard, then click the large plus symbol in the lower left. An X will appear at the top left corner of each widget. Click the X for your Unit Converter. Then, drag another Unit Converter up from the row of widget icons at the bottom.
    If that doesn't fix it, open a Finder window and click your home folder in the left sidebar. Double click Library, then Preferences. Find the file named "widget-com.apple.widget.unitconverter.plist" and drag it to the trash. You'll probably have to switch to the List view rather than Icon view, and make the Name column very wide, to find the file. Once it's in the trash, log out and log back in.

  • How to convert from pt to mm

    Dear all,
    Does anybody know how to convert value of pt to value of mm according to language and font? Thanks a lot!
    Best regards,
    Christo
    Edited by: Christo Tan on Dec 22, 2011 5:51 AM
    Edited by: Christo Tan on Dec 22, 2011 6:00 AM

    The standard system (I am on ECC 6) doesn't come with a unit for Russian Point (Tochka in Russian). So we need to do the following to be able to convert from millimeter (mm) to Russian Point and vice versa. This is how we did it in our production system.
    1. In transaction CUNI create a new unit RP with LENGTH dimension. In the drop down list besides "Units of Measurement" button, select LENGTH dimension and enter values like in the below picture
    [Russian Point in transaction CUNI|http://img265.imagevenue.com/img.php?image=70210_UnitofMeasure_RussianPoint_122_100lo.jpg]
    2. In your ABAP program you can call UNIT_CONVERSION_SIMPLE like below to convert from RP to MM.
    DATA: lv_input TYPE I VALUE 1,
          lv_output TYPE F.
    CALL FUNCTION 'UNIT_CONVERSION_SIMPLE'
      EXPORTING
        input                      = lv_input
        NO_TYPE_CHECK              = 'X'
    *   ROUND_SIGN                 = ' '
        UNIT_IN                    = 'RP'
        UNIT_OUT                   = 'MM'
      IMPORTING
    *   ADD_CONST                  =
    *   DECIMALS                   =
    *   DENOMINATOR                =
    *   NUMERATOR                  =
        OUTPUT                     = lv_output
    * EXCEPTIONS
    *   CONVERSION_NOT_FOUND       = 1
    *   DIVISION_BY_ZERO           = 2
    *   INPUT_INVALID              = 3
    *   OUTPUT_INVALID             = 4
    *   OVERFLOW                   = 5
    *   TYPE_INVALID               = 6
    *   UNITS_MISSING              = 7
    *   UNIT_IN_NOT_FOUND          = 8
    *   UNIT_OUT_NOT_FOUND         = 9
    *   OTHERS                     = 10
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    The above call converts 1 RP into 2.5400000000000000E-01 mm and puts it in lv_output (which is 0.254)

  • The Unit Converter is ERROR

    The Unit Converter is ERROR with Currency Exchange
    i did send the letter to yahoo, please check it out, man

    no, the problem existed before, a couple of weeks already.
    I just checked again, on my old mac mini, w/ safari 3, same problem.
    I guess the connection to yahoo-finance (i.e. the data the widget gets from Y!) is somehow messed up.

  • ABAP code needed to convert from 0calmonth2 & 0calyear to 0calmonth

    Hi SAP GURUS,
    Can anybody give me the ABAP code to convert from 0calmonth2 and 0calyear to 0calmonth.and please suggest me whether i have to write start routine or end routine in transformations.
    Thanks ALL.

    hi,
    in the transformation map 0calmonth2 and 0calyear to the 0calmonth field, and from drop down choose routine.
    there will be an area where it will be mentioned write your piece of code below this line.
    paste the below code:
    Concatenate source_fields-0calmonth2 source_fields-0calyear into result.
    also delete the line result = .
    save the routine and execute the package.
    regards,
    Arvind.

  • The bullet list, numbered list and the normal text is not converting when I am converting from RH 9 to MS Word 2010

    Hi all,
    Greetings for the day
    I am created a new CSS in Robohelp 9. I have also created a new template in Word 2010. The style sets for different information elements like (Heading, bullets, body text, ) are more or less same between the CSS and the new templates. I am also able to map the .css styles to Word template when I am converting from RH to Word as I am getting the necessary option in the drop-down list.
    However, when the output is generated, the bullet, the numbered list and the body text is not converting at all. The body text works sometimes. However, the numbered list and bullet list is coming out as images.
    If anybody knows the solution, I can share the .css and Word template.
    Thanks in advance.
    Regards,
    Parag Deb

    Create a new project with two or three topics containing lists of both types. Generate a printed output that shows the problem. Then zip it up and send it to me. See the Contact page on my site for instructions.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How do I convert from pdf to word? I see an option to do so, however, when I click on it, Ia box opens...

    when I try to convert from pdf to word, a box opens and suggests I am to click on (select) the file I want to convert. It sounds all well but it does not work. I really really just want my files back in word, all of them, no matter, because after having to reinstall windows 7 (done by techs) and me having to re-download all my HP drivers, and tools, and other software, which I imagine included adobe reader, now I see some pdf files won't open. It says, "access denied" and boy that really makes me wantt o scream. I am the ONLY user, it is my notebook, I am the administrator so I can't figure out why some files open and some don't. I can't ascertain any difference.
    I would be grateful for any help. This has become just too exhausting. After reinstalling sooooooooo much, then to have to go through this with what is a free application? I say I think not.
    This should NEVER happen with any free application and boy there is NO help to be found. They blow you off the phone fast telling you it's a free application. Then why are you putting in this kind of  stuff that it won't open? This is NOT a shared notebook, it's mine. I am the only user, personal use.
    HP probook, if anyone needs that info.
    Please, will someone help?
    I would be so grateful.
    thanks,
    Gina

    Gee, Pat, this is a  real big help.
    Nobody could possibly think anyone would ask for help without first trying to fix the issue oneself. Or maybe you do. I have opened the file and looked under security. I have changed it to owner-notebook (which is what the techs called me) and clicked accept but geepers it didn't work.
    Maybe someone else has an idea.
    Take Ownership of a File or Folder
    The above should be a link. At least I copied and pasted the link. I did what was stated in there. It isn't like brain surgery. But it is not working. I ended up being able to open some pdf files after transferring them from one partition category to another. I wish it was that easy as you seem to think.
    Thanks for the help. Have a great year.

Maybe you are looking for

  • N95 Nokia Maps 2.0 crashing

    Help ! Last week I updated the firmware on my unbranded N95 to the latest 21.0.016 and udated Nokia Maps, then went a drive in the car to use the free trial and it worked perfectly. As I was going on holiday at the start of the week, I purchased the

  • Foreign Trade Data

    We would like to generate export documents (FUCI, FUSD, FUCO) for orders that have a domestic ship to address.  The process works fine for export shipments, however there is no foreign trade data copied into the delivery or billing documents if the s

  • It does not work to compare two PFD:s in Acrobate X

    When comparing two PDF versions of the same text, that have been revised, the comparison report states "there are no differences", even though there are. When running the scan the following message appear: Have tried the same procedure on my colleage

  • Interesting Differences Between the iPad and Android Viewing Experience

    Well, interesting to me, anyway.  Here's some things I've noticed: Image Sequence The Android is the clear winner here, as the image sequence doesn't spin out of control when you lift up your finger like it does on the iPad.  In fact, the viewing exp

  • Connecting to an external MS SQL Database

    Hi there, we are a SaaS business currently running all of our applications on Azure. We now have a few customers in Switzerland and in order to comply with their IT and privacy laws, we have to run the database within Switzerland. Now we can easily g