Can't send short message to internal users from SO00

Hi
     we're trying to send message from transaction SO00 using sap logon name. After sent it, I go to tx SOST and saw nothing in send requests; but if I use an internet address from SO00 this do appear on SOST and I can send it.
Can you help me?
Best regards

Hi,
I dont think it is possible. This is the Reply for the OSS Message we have raised for the same issue.
I'm afraid that SAPOffice is not that "smart". When you specify an
internet address and enter a SAP user name the system will not check
this entry in address managment. It will assume that you have entered
a valid RFC822 mail address. I can understand why this functionality
would be useful (as in say MS Outlook) but SAPOffice is more than a
mail client.
As the node specific routing and mail domain checks are carried within
SAPConnect (SCOT) the error will not be picked up untill RSCONN01 is
run. This is why no error message is displayed when you enter an invalidemail address in SAPOffice (SBWP).
You have raised an interesting functionality deficit. I will ask
development to consider address checks when sending emails to SAP User
Names.
Award points if helpful
Thanks,
Tanuj

Similar Messages

  • Can I send a message to multiple users at once?

    My company has an internal Jabber/XMPP server that we use to communicate as a group. Up until recently, I've been using a Jabber client called Psi (http://psi-im.org/) to connect to our Jabber server and do messaging. However, I recently decided to give Messages a try, since it includes support for the Jabber protocol. It is working great, except for one feature that I can't seem to find. With Psi, I was able to right-click on the heading of a buddy group and choose to send a message to all of the members. With Messages in Yosemite, I get an option to "Send instant message to members," but all that does is pull up my messages window with a random contact from the group selected. I also don't want to start a group chat, I just want to send a broadcast message to the group. Maybe this is just a distinction that Messages doesn't make, but with Psi there was a distinct difference between a message (just a single message, in its own window, sent from one person to one or more other people) and a chat (an ongoing conversation with one or more people, all in the same window).
    Right now when I want to send one of these messages, I quit the Messages app, start Psi, send the broadcast message, quit Psi, and start Messages back up again. I'd like to be able to just use Messages.
    Any thoughts?

    Hi,
    The Yahoo add-on bits in Messages are not worth the code they are written on.
    When it was muted to be coming (pre iChat 6)  we thought it would be added the same way and Jabber was in iChat 3 (later amended to allow the Google Name issue to be circumvented by having A Google Entry) including Group Chats, Direct IM, Video Chats and Audio Chat if only to other iChat/Messages users.
    However this is not the case and it only does 1-1 text chats and can only use actual Yahoo IDs
    8:19 pm      Wednesday; April 22, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Can I send notification message to other users?

    Hi all,
    Can abap webdynpro send out notification messages to other users in a portal? If a new user select some employees that have overwritten other same users selection, I need to send out notification message to other users that their selection have been resetted by this particular user. Can this be done in abap webdynpro?

    In NetWeaver 7.0 Enhancement Package 2 there is a new feature called Web Dynpro Notification Service. It lets you send events to any other applications which are listending for that same event id.  In a demo that comes with 7.02 we use this technology to create a chat application.  However this functionality has to be built into each application.  They must have an event handler ready to respond to the event.
    So you could build what you describe into your application - but only as of 7.02.  7.02 for the Business Suite comes with BS7i2010 which is currently scheduled to start ramp-up in Q4.

  • How can i send a message to specific user?

    I know I need to use ptp messaging when sending a personal message to a particular person.
    How can I specify so that the person with name mike is going to receive?

    Put in your message header in the form of name/value pairs, the knowledge you want to use to control the consumer flow of your messages. For example (personName, Mike). Then setup a selector on the consumer side with personName = 'Mike' (see the JMS spec for this, or your product dev guide). This will allow the consumer Mike to get the message.
    Now will that prevent anyone else from reading the message? No. Anyone that would not filter on the personName could consume the message. Another way of doing it (in a more complex fashion) would be for Mike to create a temporary queue, and to send the queue name to the producer in a message on a management queue define by you. This way, only the element knowing about the queue name will be able to use the queue, hence, the producer targeted by Mike, and himself. If you need to get to that extent, then you probably also want to setup the security, so that only authorized consumers and producers can connect to your queueing system.
    This forces you to allow temporary queue creation, which is sometime seen as a security risk.
    HTH
    TE

  • How to send a message to a users Business Workplace? (which FM)

    Hi guys!
    How can i send a message to a users Business Workplace inbox?
    Can you help me out with a FM or where i find information to this topic.
    thanks!

    See https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/sendingEmailsandSAPMail
    In the receiverlist you can set the type of user (external mail, internal mail by SAP userid is B i believe)
    regards,
    Hans

  • Send short message from Java application on mobile phone to server; http

    Hello!
    My question is: can I send short message from Java application on mobile phone to server - with the use of SMS (WMA) or http connection?
    I found this topic http://forums.sun.com/thread.jspa?threadID=5405431 about: "how to send data from midlet to servlet using doPost method".
    There is also such topic http://forums.sun.com/thread.jspa?threadID=5408046&tstart=0 about: "CLDC and MIDP - sending SMS to server -> Wireless Messaging API (WMA)".
    Please, kindly help me.
    Code from the topic mentioned above, edited by me so that it can be read easily:
    //http://forums.sun.com/thread.jspa?threadID=5405431
    //CLDC and MIDP - Re: how to send data from midlet to servlet using doPost method
    I want to know how to pass the values .
    for examples : this is what i wrote for doGet
    String url = setting.getUrl().toString()"/testProServlet/servlet/UpdateCompanyProfile?userId="+loggedInUserId"&svComp="saveCompHex;
    userId and svComp has the data which is very long so i wanted to use doPost.
    Now i dont know how to do it.
    This is what i have done in doGet (midlet)
    public void saveCompanyProfile(String saveComp,int flag,String blankFieldNm)
         System.out.println("flag===" flag);
         if (flag==1)
              displayAlert("Company Profile Edit",blankFieldNm+" field cannot be blank.",AlertType.ERROR, edCmpRecForm, true);
         else
              String saveCompHex = helper.encodeHexString(saveComp);
              // String saveCompHex =saveComp;
              HttpConnection httpConn = null;
              serverSettings setting = new serverSettings();
              System.out.println("saveCompHex===" saveCompHex);
              String url = setting.getUrl().toString()"/testProServlet/servlet/UpdateCompanyProfile?userId="loggedInUserId"&svComp="saveCompHex;
              System.out.println("url of save company profile:: "+url);
              InputStream is = null;
              OutputStream os = null;
              try {
                   // Open an HTTP Connection object
                   httpConn = (HttpConnection) Connector.open(url);
                   System.out.println("urlMidlet1 save edited company data===::" url.length());
                   // Setup HTTP Request
                   httpConn.setRequestMethod(HttpConnection.POST);
                   httpConn.setRequestProperty("User-Agent","Profile/MIDP-1.0 Confirguration/CLDC-1.0");
                   System.out.println("urlMidlet2===" url);
                   int respCode = httpConn.getResponseCode();
                   System.out.println("respCode edit company profile=====" respCode);
                   if (respCode == httpConn.HTTP_OK)
                        StringBuffer sb = new StringBuffer();
                        os = httpConn.openOutputStream();
                        is = httpConn.openDataInputStream();
                        int chr;
                        while ((chr = is.read()) != -1)
                             sb.append((char) chr);
                        String sResultSvCompanyProfile= sb.toString();
                        System.out.println("+++++++++++++Company sResult+++++++++++++==="sResultSvCompanyProfile);
                        if (resultViewCompanyProfile.trim().equals(""))
                             System.out.println("++++++++++++++If++++++++++++++SaveCompanyProfile===");
                             displayAlert("Login Incorrect","Username and Password incorrect", AlertType.ERROR, mainForm, true);
                        else
                             System.out.println("++++++++++++++Else++++++++++++++SaveCompanyProfile===");
                             //companyProfile();
                             displayAlert1("Information","Company Profile edited successfully", AlertType.INFO, profileMenuScreen, true);
                   else
                        System.out.println("Error in opening HTTP Connection. Error#" respCode);
                        //the line below divided into two lines because it was too long
                        displayAlert("Connection Failed","Cannot connect to server, please contact the Administrator.",
                        AlertType.ERROR, mainForm, false);
              catch(IOException e)
                   e.getMessage();
              finally {
                   if(is!= null)
                        try
                             is.close();
                        catch (IOException e)
                             // TODO Auto-generated catch block
                             e.printStackTrace();
                             displayAlert("Connection Failed","Cannot connect to server, please contact the Administrator.",
                             AlertType.ERROR, mainForm, false);
                   if(os != null)
                        try
                             os.close();
                        catch (IOException e)
                             // TODO Auto-generated catch block
                             e.printStackTrace();
                             displayAlert("Connection Failed","Cannot connect to server, please contact the Administrator.",
                             AlertType.ERROR, mainForm, false);
                   if(httpConn != null)
                        try
                             httpConn.close();
                        catch (IOException e)
                             // TODO Auto-generated catch block
                             e.printStackTrace();
                             displayAlert("Connection Failed","Cannot connect to server, please contact the Administrator.",
                             AlertType.ERROR, mainForm, false);
              } //end finally
         } //end else (?)
    } //end savecompany

    hi,
    SMS API(WMA) is an optional package. It is not a MIDP1.0 or MIDP2.0 api's.
    There are phones which has WMA api with MIDP1.0 support .... Nokia 3650
    Seimens has some phone with their own api's to send sms.Check out seimens site for more info
    BTW, What do you mean buy sending SMS to Server????
    If you want to send message to server you can do it with Http.
    HTH
    phani

  • You can't send a message on behalf of this user unless you have permission to do so

    Hi,
    We are on Exchange 2010 SP2 with multiple domain name. All works ok. We need to be able to use other domains while sending email. For example, i have a default reply address set for [email protected] along with other addresses i.e [email protected] etc on
    policy. I am receiving emails and can reply only using [email protected] I get the following error if i try to send email from [email protected]
    [email protected]
    You can't send a message on behalf of this user unless you have permission to do so. Please make sure you're sending on behalf of the correct sender, or request the necessary permission. If the
    problem continues, please contact your helpdesk.
    Users should have the ability to choose an address as they need rather that fixing to a single 'set as reply address'. I am sure it is possible. Can some provide some help/direction?
    Thanks in advance.

    Hi Byron,
    Looked like a workable solution but could not get it to work. I am getting NDR with permission issue. I have created the distribution group with email address. Added the user in it. Given the user Full access and SEND AS permission. 
    Hi, I'm not sure what issue you are running into, but you can definitely give a user Send As permission for a group and then send as the group. I just verified in my test environment.
    To assign the Send As permission, the easy way it in AD User and Computers.
    Enable Advanced Features from the View menu first. This allows you to see the
    Security tab.
    In ADUC, find the group and open the Properties.
    On the Security tab, Add the user.
    With the user selected in the list, Allow the Send as
    permission.
    There may be a bit of lag time before that begins to work as Exchange may have cached some AD permissions, but it definitely works.
    Byron Wright (http://byronwright.blogspot.com)

  • Why can't i send or receive text messages to some users from my iPad while there is no problem texting them from my iPhone?

    Why can't I send or receive text messages to some users from my iPad mini while there is no problem texting them from my iPhone?

    With the Apple iMessage app, You can only Message with other iOS users - iPads, iPod Touch, iPhone users and Macs running Mountain Lion or higher. With your iPhone, you can send standard SMS text messages to any phone, including Android phones.
    The iPad cannot send SMS messages or receive them either.

  • How to send short messages to specified email id

    Hi,
    I want to send alert messages to specified email id. For eg. i want send short message to my mail id [email protected] How to do this using labview. If you have any VIs, pls pass it to me. Thanks for replying to my earlier mails, shutdown.vi is working properly here.
    Regards
    Shivakumar Singh

    Shivakumar,
    Some thoughts:
    I wanted to make sure you knew that you didn't have to change the SMTP Server name just to send e-mail to a Yahoo e-mail address. You can stick with your corporate SMTP server and send e-mail to any valid address, assuming your company firewall isn't configured to block e-mail to addresses outside the company.
    If you changed the SMTP server name because you are now trying to send the e-mail from somewhere that doesn't have access to your corporate SMTP server, then there are several issues. First, any public SMTP server that doesn't require user authentication will instead do something else (like look at your IP address) to determine whether or not it will allow you to send the e-mail. Otherwise, spammers would saturate the server with SMTP requests for as long as it remained available.
    Assuming you're trying to use a server that will allow you to use it, are you sure you got the right server name? You should double-check that.
    Finally, it may be that your SMTP server requires user authentication. Yahoo's public ones certainly do; see the Yahoo Help Page on this (http://help.yahoo.com/help/us/mail/pop/pop-11.htm​l). If this is the case, you may be able to use some alternative VIs created by Rolf Kalbermatter to get the job done, though you should be aware that it could be dangerous to do so. See this thread.
    Regards,
    John

  • Send short message form PM Notification

    Hi Expert,
    Our client have a requirement to send message for each partner (partner = user ID) that have been assign to the notificaiton.
    we have set the partner determination procedure and paging. after click send short message icon in notification. the message does not sent to respective partner (inbox - sbwp).
    How can we set this up?
    Pls help.
    Thanks
    Rgds,

    Try this:
    Go to the respective partner record, select the Other communication button and select MOB (mobile telephone) and enter the number
    Retry sending a message.
    NOTE: you will need to ensure the paging infrastructure is setup.
    PeteA

  • Remote Desktop Services Error when trying to send a message to a user in the collections

    We are implementing RD for thin clients and when I try to send a message to a user I get an error that states,: Unable to send a message to session X on (SERVER NAME.COM). WTS API Failed
    Is there a service that needs to be turned on?
    Thanks EPK

    Hi,
    Thank you for posting in Windows Server Forum.
    Before sending message please check following considerations.
    - You must have Message special access permission to send a message to a user.
    - You can send messages only to users whose sessions are in the active or connected state.
    - You can send a message to a user session in Remote Desktop Services Manager by using the Send Message action.
    Send a Message to a User
    http://technet.microsoft.com/en-us/library/cc754124.aspx
    Else you can also try below script and check the result.
    Send-NetMessage - Net Send / Msg.exe
    http://gallery.technet.microsoft.com/scriptcenter/Send-NetMessage-Net-Send-0459d235
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • How can I send "new" iMessages to apple users?

    I am unable to send new iMessages but I can send iMessages from previous threads. How can I send new iMessages to other apple users?

    Just click the button in the top right corner that looks like a pencil on a piece of paper make sure you are at the main I message screen were all the threads are listed.
    If that's not the issue you can try:
    1.hold the home and power button for 10-11 seconds
    2. When the slide to power off comes up ignore that and keep holding home and power
    3. The screen will go black and you will see an apple logo that's when you can let go of the home and power button
    4. The. iPhone will come back on and you can try sending a message
    If it still does not work
    1. Go to settings> General> Reset> select "Reset All Settings" this will not erase any data on the device it will only reset the settings
    2. After that try to send a message again
    If that does not work you can try this
    1. Plug your iPhone into iTunes and click your iPhone in iTunes
    2. Then press backup iPhone
    3. Then restore your iPhone this will erase everything and reinstall the operating system
    4. Try to send a message and see if it sends
    5. Then go back into iTunes and select restore from backup and select the backup you made earlier this will put all the data back on the device all apps will need to be re downloaded but app data will still be on the device. Pictures and messages. Will also be their.
    If that did not solve your issue I would then go into the apple retail store

  • My iPhone 5 can't send pictures to non-iphone users.

    My iPhone 5 can't send pictures to non-iphone users.

    Are you provisioned by your carrier to use MMS?
    Is MMS turned on in message settings?
    troubleshooting message http://support.apple.com/kb/ts2755
    Last option contact your cell provider as MMS is a carrier feature.

  • Send the Message  to  all User

    Which  is  the function module  through which we can send the message to all User
    ASAP
    Sandeep Jadhav

    Hi,
    Use the function module
    TH_POPUP
    Refer this link
    how I send Instant system message to All online terminals
    Regards

  • TS2755 My wife and I both have iPhone 5s, I can't send text messages to non iPhone people that I use to but iPhone people I can, My wife can send text to non iPhone numbers.  I have checked and we both have the same settings.

    My wife and I both have iPhone 5s, I can't send text messages to non iPhone people that I use to but iPhone people I can, My wife can send text to non iPhone numbers.  I have checked and we both have the same settings.  Both of our phones are up to date 7.0.4.

    The ability to see and send calendar invites is a function of the calendar you are subscribing to and who owns it. We need more information, like what calendar are you subscribing to? MS Exchange? Google? Mobile Me?

Maybe you are looking for

  • Windows 7 wont show

    Ive did all the updates but I still cant seen to get windows to show up in the startup disk menu on the mac side the only way I can boot into windows is to do a restart and hold the option key down

  • Java bean in  form version 6.0

    Does anyone know if it's possible to put a javabean into a forms (v6) in runtime mode ie client server mode (no webforms)?. If it is possible ... how can i do it? I want to change the look and feel of my form.....how can i do it if java bean is not s

  • Invoking Custom Methods with MiniButtons Not Working

    Hi Experts, I followed the steps in the Siebel 7.8 doc exactly to invoke method with miniButton, but it gave me error: The specialized method 'MyTest' is not supported on Business Component 'Account' used by Business Object 'Account'.(SBL-DAT-00322)

  • I can't get to recovery on mac pro 2008

    I'm trying to clone my info from my main Mac Pro HD to a new SSD drive but I can't get to recovery mode and Drive Genus won't let me select the main drive as a source. So: how do I get to "recovery mode" with a non mac GPU or is there any other way t

  • How To Install Gallium Nine + DRI3 + Patched Wine ?

    I have AMD A8-6410 APU and games with wine works fine using 9 plus dri3. When I was using Kubuntu, Installing it was pretty easy with PPA. Now I am using Arch and I want to use 9+dri3 and patched wine to play games again, but I don't know how to do i