HT4245 can somebody tell me what to do with my iMessage in Ipad 2? before i can send message tru iMessage from my contacts who is having the same applications, for the existing one, i can send message but if i want to send message from a new contact, not

can somebody tell me what to do with my iMessage in Ipad 2? before i can send message tru iMessage from my contacts who is having the same applications, for the existing one, i can send message but if i want to send message from a new contact, its not working....

Please Rephrase your query.

Similar Messages

  • Somebody tell me what is wrong with this statement

    CLEAR: V_NETPR.
    COMPUTE V_NETPR =  ZZ_LS_KUMU-NETWR / ZZ_LS_KUMU-BASMENG.
    ZZ_LS_KUMU-NETWR:       362000.00
    ZZ_LS_KUMU-BASMENG:      960000.000
    and the result is V_NETPR:            0.00
    Please let me know what should i do to get the value

    Hi Suresh,
    Hmm. I tried:
    *&      Form  any
    FORM any .
      DATA:
        netwr LIKE vbap-netwr VALUE '362000.00',
        basmeng LIKE vbap-kwmeng VALUE '960000.000',
        v_netpr TYPE netwr.
      v_netpr = netwr / basmeng.
      WRITE: v_netpr.
    ENDFORM.                    " any
    and I got
                    0,38
    [my pocket calculator says 0.3770833]
    with fiexd point arithmetic switched on - which is in fact switched off for SAPMV45A.
    The you get 0,00 - OOPS
    But without fixed-point arithmetics you can do like this:
    *&      Form  any
    FORM any .
      DATA:
        netwr LIKE vbap-netwr VALUE '362000.00',
        basmeng LIKE vbap-kwmeng VALUE '960000.000',
        v_netpr TYPE netwr,
        f type f.
      f = netwr * 10000 / basmeng.
      v_netpr = f.
      divide v_netpr by 10.
      WRITE: v_netpr.
    ENDFORM.                    " any
    and get 0,38 as expected.
    Regards,
    Clemens

  • I have i pad 2 ios 4.3.1 i want to update it to 4.3.3 but i get error msg 3194 can you tell me what's wrong with apple some people talking about apple don't veryfiy 4.3.3 anymore thanks alot

    i have i pad 2 ios 4.3.1 i want to update it to 4.3.3 but i get error msg 3194 can you tell me what's wrong with apple some people talking about apple don't veryfiy 4.3.3 anymore thanks alot

    4.3.5 is the current version, so that is the version that iTunes will download, not 4.3.3
    In terms of error 3194, have you got the latest version of iTunes on your computer ? - http://support.apple.com/kb/TS3694#error3194

  • I am trying to set an open DNS using the MacAir. But when I tried to flush the existing one at utilities/terminal, it will not work.  I am using Yosemite.  May I know what should be the command line so that I can shift to an open DNS?  Thanks

    I am trying to set an open DNS using the MacAir. But when I tried to flush the existing one at utilities/terminal, it will not work.  I am using Yosemite.  May I know what should be the command line so that I can shift to an open DNS?  Thanks

    >SystemPreferences>Network>DNS

  • My iPhone 4S won't turn on it's been off for two days now. I tried charging it but it makes a noise every 8 seconds,holding the buttons down and also plugging it to a computer. I need help on what to do or if anybody can tell me what's wrong with my phone

    My iPhone 4S won't turn on it's been off for two days now. I tried charging it but it makes a noise every 8 seconds,holding the buttons down and also plugging it to a computer. I need help on what to do or if anybody can tell me what's wrong with my phone

    Yes ive tried a different charger and it also nothing shows when i plug it in just makes a noise

  • I have a MacBook 13-inch, Late 2009, I'd like to get a cable to connect a monitor.  However I keep order the wrong part.  Can somebody tell me what part I need.

    I have a MacBook 13-inch, Late 2009, I'd like to get a cable to connect a monitor.  However I keep order the wrong part.  Can somebody tell me what part I need.

    The Late 2008 model 5,1 Aluminum Unibody and the Late 2009 model 6,1 and Mid 2010 model 7,1 White Unibody have a Mini DisplayPort.
    The Early 2006 model 1,1 through Early 2008 model 4,1s plus the Early and Mid 2009 model 5,2s have Mini-DVI ports. Each would take a different adapter to connect with the TV.
    To see which model you have go to the Apple in the upper left corner and select About This Mac, then click on More Info (and then System Report if you’re running 10.7 Lion). When System Profiler comes up check the Model Identifier and post it back here.

  • Can somebody tell me what region my phone was orig...

    My CODE is "0540905".
    Can somebody tell me what languages were originally on it?

    0540905 is meant for Lebanon (Arabic).
    First use the search to see if your question has already been answered...
    Secondly I will not knowingly assist in breaking the forum rules.
    My information is always changing, what I post at the time is usually true.

  • I have I phone 4s. I made update and after that the WI-FI is not starting. Can somebody tell me what to do? Thank you

    I have I phone 4s. I made update and after that the WI-FI is not starting. Can somebody tell me what to do? Thank you

    I have the exact problem on my 4s immediately after updating to 6.1.2. Not able to enable the phone wifi at all! Can anyone please help?

  • TA44551 my ipod freezes up can somebody tell me whats wrong?

    my ipod freezes up can somebody tell me whats wrong?

    It could be the result of a number of things, so it is hard to say for sure as to exactly why your iPod has frozen. Could be that a memory leak, or that your iPod simply had to many apps opened up or in your multitasking bar. The possibilities are numerous.
    What really counts here is just getting it resolved.  Have you tried a hard reset yet? To do this, press and hold both the Sleep/Wake and Home buttons together long enough for the Apple logo to appear.
    B-rock

  • HT1711 It could be just me, but everytime I buy a .99 cent song I get charged more. somebody tell me what is going on

    It could just be me. I buy song for . 99Cent and get charged more on my credit card, somebody tell me what is going on...

    If you're in the US that would be sales taxes.

  • What  is the existing ones

    I have a problem with using custom login module
    every thing is ok
    the aplication loged in
    but when i try to exeqtue a query to the database from the
    emmanager it give me
    Internal Exception: java.sql.SQLException:
    User credentials doesn't match the existing ones
    Error Code: 17079
    so what is the existing ones

    ok i get it
    the the container cant read the Encrypted password
    from the data-sources.xml ....
    i fix the problem by rewrite the password by hand
    and every thing is going well but why
    this error Appear just when i use the coustom login module ?????

  • My I phone doesn't allow me to update my billing information. call somebody tell me what I doing wrong.

    My I phone 4S doesn't allow me to update my billing information. When I entered the new information he keep the old one. After I finished entered the data I press DONE and  I still have the old data.
    Does not accept my new credit card information. Can somebody tell me what I doing wrong and how to fix it.
    Thanks for your assistance.
    papasam 1969

    Did you follow these instructions:
    http://support.apple.com/kb/ht1918

  • HT6154 Can someone please just help me figure out how to update this stupid phone without losing anything? I somehow have more than one Apple ID on this,but I just want my music and my pictures to stay and I'm terrified of losing these things.

    Can someone please just help me figure out how to update this stupid phone(iPhone 4)without losing anything? I somehow have more than one Apple ID on this,but I just want my music and my pictures to stay and I'm terrified of losing these things. I have a lot of music from old CDs on here,and for some reason I can't even transfer them manually onto my computer. I'm not tech savvy whatsoever. Someone please help,having my music is the the whole reason I still have this phone.

    First read about back http://support.apple.com/kb/ht1766
    Then  read on how to transfer photos to your computer http://support.apple.com/kb/ts3195
    Then
    UPDATING iOS
    Over the air updating of iOS needs iOS 5 or later so unless you have iOS 5 or later you will not see updating in setting
    The following link explains how to update http://support.apple.com/kb/HT4972
    This link explains how to update using wireless http://support.apple.com/kb/HT4623
    This explains how to transfer purchases to your computer http://support.apple.com/kb/ht1848

  • HT1175 Time Machine wants to start with a new, full backup instead of using the existing one

    Hi, my Time Machine wants to start a new, full backup, instead of continuing with the existing one on the time Capsule.
    Looking a the Troubleshooting guide, I've found the following piece of info, which is, as 99% of the times with the troubleshooting guides, totally useless to resolve my problem...
    Message: Time Machine starts a new, full backup instead of a smaller incremental backup
    There are three reasons why this may occur:
    You performed a full restore.
    Your Computer Name (in Sharing preferences) was changed--when this happens, Time Machine will perform a full backup on its next scheduled backup time.
    If you have had a hardware repair recently, contact the Apple Authorized Service Provider or Apple Retail Store that performed your repair. In the meantime, you can still browse and recover previous backups by right-clicking or Control-clicking the Time Machine Dock icon, and choosing "Browse Other Time Machine disks" from the contextual menu.
    It should be noted (hence the uselessness of the guide) that:
    -I haven't performed ANY full restore
    - I havent changed my computer name
    - My computer has not had ANY repair, much less a hardware repair. Neither recently, nor in the 9 months I've owned it.
    Which puts me back to square one, with the marginal improvement that now I have a way of browsing my old backups.
    In the event I decide to start all over again, will there be a way for me to "sew" the two backup files?
    Or will I always have to go the silly way around?
    Anybody has any idea?
    Thank you for your time (machine/capsule, your choice;-)

    Hi John,
    no, that doesn't have anything to do with my problem.
    Just look at the image below.
    Time Machine thinks that the disk I've always used to do my backups has none of them.
    If I open the disk with Finder, obviously they are where they should be.
    It is even possible to navigate them as per the instruction reported above, but even following Pondini's advice #s B5 and B6 (which are more applicable to my problem) didn't solve the problem.
    Actually, not being a coder, I'm always scared of doing more damage than good when I have a Terminal window open.
    My question is: how is it possible that Apple hasn't thought of some kind of user command to tell the idiotic Time Machine software that a hard disk backup is a hard disk backup, no matter what?
    Estremely frustrating and annoying: I'm wasting HOURS in trying to find a solution to a problem that should not have arisen in the first place...
    Have a nice weekend
    Antonio

  • I've just updated my iPad to iOS 7.02 and I'm not able now to download new apps nor update the version of the existing ones.

    Hi!
    I've just updated my iPad to iOS 7.02 and I'm not able now to download new apps nor update the version of the existing ones. All of them are "waiting"... for ever.Even, when trying to download a new app, a "dratf" icon appears on the ipad, not the app's own icon...
    I've tried to switch off and on the iPad, disconnect and reconnect the itunes id... and nothing works. Even deleting an app, to download it again, doesn't work. It even doesn't ask for my password!!! (Stays with the small square with a circle around, the one that gets "bolder" while downloading... but it doesn't get bolder now. Just stay...).
    Any suggestions? I wouldn't like to reset the iPad, since I've got data in some apps that I wouldn't like lo loose...
    By the way, I can not either delete some apps with thos "draft" icons... even when the alert that appears when trying to do that is shown and select "ok".
    Thank you in advance!
    Best Regards,
    Carlos.

    Hi,
    Thank you, Once_was_lost, but it doesn't work either. I tried it yesterday as an option (I think you're referring to the options of those apps in the settings app).
    The problems are still here... I've been able to update some apps using the PC itunes (connecting the app to it), but all the other apps are still "wating", and I have two new strange things:
    * I cannnot remove the apps that are downloading (at least those that are supposed to be downolading ) . But I could remove one from the PC... and now there is an "empty line" in the "to update apps list".
    * Stranger: though I cannot download new apps or music from the store, I can do in-app purchases!!! In that case, I'm asked for the password and the item downloads. How is it possible?????
    I can download with the same user in the PC, in the iPhone... but not in the iPad .
    I'm getting mad...

Maybe you are looking for