Express Message to Users - How to

hi all,
      i want to send Express Message to all Current Users in the one application Server. How can i do that?
     I can able to see all the Users by Using  SM04. with this one can i Send Express message? or i have use some other Tcode.?
Thnx,
Siva

SO00 is in Business Workplace. if we send using this, that will be sent as an email not like express message. i want msg to be delivered as a Pop up or Express Msg. why im telling this is, some user in the System may not be having rights to use Business workplace.So, They can't see what has come.
  i want to send a message immediately to a particular user Stating that " dont use" 
or something. if i ve been sending it throu' SO00, they will not immediately come to know that some msg has come. in this case, What can be done?
Thx
Siva

Similar Messages

  • How to show error message to user as I want?

    Hello.
    1)I write application for library in Java. I want to show down message to user as "Not this book in library"
    integrity constraint (LIBRARY.BOOK_USER_B_FK) violated - parent key not found
    2) Can I change message text for user ? If can, how?
    Thanks

    String query = insert into book_user user_id, book_id , out_date, in_date values( 2011005 , 123456 , to_date('14.4.2011','dd.mm.yyyy') , to_date('14.4.2011','dd.mm.yyyy') )
    k = insert.update(query);
    if(k == 0){
    JOptionPane.showMessageDialog(this,Errors.getError1() ,"Book", WIDTH);
    }else{
    JOptionPane.showMessageDialog(this, k + " it is ok" ,"Book", WIDTH);
    *public class Errors {*
    private static String error1;
    *public static String getError1() {*
    return error1;
    *public static void setError1(String error1) {*
    Errors.error1 = error1;
    public int update(String query) {
    try {
    ods = new OracleDataSource();
    ods.setURL(read.readUrl());
    ods.setUser(Common.getUser());
    ods.setPassword(Common.getPassword());
    conn = ods.getConnection();
    stmt = conn.createStatement();
    a = stmt.executeUpdate(query);
    conn.commit();
    conn.close();
    } catch (SQLException e) {
    System.out.println("excetion_update + " + e.getMessage());
    Errors.setError1(e.getLocalizedMessage());
    catch (IOException w){
    w.getMessage();
    return a;
    I am new to Java, sorry this codes:((
    Thanks

  • Popup Message when user tries to click outside of a webpart - How To

    Hi
    I have a custom web part on a page. I would like to know how I can prompt a warning message to user if he/she clicks outside the webpart, say on a Quick Launch link. 
    There must a be way to do this right. Appreciate feedbacks and ideas. 

    Hi,
    Here you go. Pls check this 
    http://blog.mastykarz.nl/sharepoint-2010-application-pages-modal-dialogs/
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • How can i display warning messages in user exit EXIT_SAPLMGMU_001 (MM02)

    Hi all,
    while modifying the material master using MM02, i have added new conditions to display messages in user exit EXIT_SPALMGMU_001.
    But using this user exit i am not able to display warning messages.
    Can you please help me with this?
    Sample code which i have included in exit :
    SELECT SINGLE mstav FROM mara
    INTO w_mstav
    WHERE matnr = wmara-matnr.
    IF wmara-mstav NE w_mstav.
    IF wmara-mstdv NE sy-datum.
    wmara-mstdv = sy-datum.
    MESSAGE w177(z03_mm) WITH text-s04 text-s21.
    ENDIF.
    ENDIF.
    Thank you all in advance.

    As written in the SAP documentation of the Enhancement , you can only raise error message using a
    MESSAGE .. RAISING APPLICATION_ERROR.
    You could manage the "warning" yourself, sending an error first time and keeping a trace of the check in some STATICS variable, and not raising the error again if data input remains unchanged between two call of the include.
    <i>----
    EXIT_SAPLMGMU_001
    Where Is the Customer Exit - EXIT_SAPLMGMU_001 called?
    The customer exit is in function module MATERIAL_UPDATE_ALL. The
    function module checks the data for errors (logical relationships,
    foreign keys, fixed domain values, and so on) when the material master
    is updated.
    Use
    o New fields
    You can make checks possible for new fields of your own. These
    checks must be identical to the checks that you carry out for your
    new fields in online maintenance.
    o Existing fields
    For existing fields, you can extend and intensify the checks.
    You can also change data for descriptions and general material data
    (MARA). For example, the descriptions can be generated from attributes
    of the material.
    Limitations
    You cannot bypass existing checks.
    Interface to Application
    The respective data of the current logical transaction is contained in
    the structures, for example, in structure WMARA for MARA. Nonrelevant
    structures are transferred with their initial values.
    General material data that can be changed (CMARA) has the structure
    MARU. This MARA view contains fewer internal fields than MARA itself. If
    WMARA is filled, CMARA is also filled when accessed.
    The customer exit contains the exception APPLICATION_ERROR for your
    self-defined error situations.
    Using the language element MESSAGE .. RAISING APPLICATION_ERROR, you can
    terminate the current (logical) transaction and display your message in
    the log. </i>
    Regards

  • Express message from SBWP

    Hi all,
    I had this question from one of my users. She is trying to send an express message to another SAP user via SBWP.
    Recipient = Valid SAP User ID
    Recipient Type = B (SAP LOGON NAME)
    Express Checkbox was checked.
    However when I check from SOST, the mail is being sent out as Internet mail to the outlook email id of the recipient. How do we send an Express message from SBWP.
    Regds
    Thiru

    What did you select at the Agent Assignment I mean User or Expression
    Upto my knowledge Express mails are Client dependent
    For example if you are sending a *Express mail from Client 100 to a SAP user and if the recevier is not logged into the Client 100 then he cannot see any sort of Express message  saying that you got a mail
    Check it
    Because here in my case it is working fine Iam able to send to vairous SAP users

  • Can we display custom error message in user decision step screen.

    Hi,
    My requirement is to display error message when approver selects reject button in user decision step.
    based on some condition i need to display error message in user decision screen when approver tries to
    reject .
    Please help
    Thanks,
    Phani

    Hi ibrahim,
    Thanks for your Replay.
    steps
    1. cretae global class with interface  IF_SWF_IFS_WORKITEM_EXIT.
    2. cretae Event with importing parameter.
    where i need to call EVENT_RAISED method ,do inned to call that method in
    IF_SWF_IFS_WORKITEM_EXIT ?
    how  SWRCO_EVENT_AFTER_EXECUTION value is passed to method EVENT_RAISED ?
    Thanks,
    phani

  • Change message in display message to user dynamically?

    I want to have the Display Message to User vi pop up and notify the user that the computer will reboot in x number of seconds, where x is constantly decreasing. Is this possible? I have tried sticking it in a for loop and the message won't change without clicking on the button. Also, when the time does reach zero, how can I have it destroy that pop up box?

    you can't use Display Message unless you convert it to a normal VI and do a lot of modification. It simple though, to create your own pop-up that does what you want. Look at the subVI in the attached file. It uses the Elaspsed Time function to create the time left and the window appearance properties to show and then close itself. There are also some shipping examples on creating your own dialog box or pop-ups.
    Attachments:
    Pop-up Demo.llb ‏64 KB

  • INFO MESSAGE in USER-EXIT

    Hello Friends,
           I am trying to give information message in User exit while creating PO
           Is it possible to give message type ' I '  ???
           If not how to give info message on to ME21N ??
    Thanks,
    Ajay

    I'm not sure why that should be. Perhaps as gudise mahesh  says it will not trigger in update mode? My code is straightforward and it does work. It outputs a message type i if the last person to amend a po tries to release it.
    IF sy-ucomm = 'MERELEASE' AND
       sy-repid = 'SAPLXM06'.
      CLEAR wa_bekpo.   
      READ TABLE it_bekpo INTO wa_bekpo INDEX 1.
      SELECT SINGLE ernam FROM ekko INTO l_uname
          WHERE ebeln = wa_bekpo-ebeln.
      IF l_uname = sy-uname.
        e_cekko-ekorg = space.
        MESSAGE i076(zmm).
        LEAVE TO TRANSACTION sy-tcode.
      ENDIF.
    Exclude last person to change PO   
      SELECT * FROM cdhdr   
        INTO CORRESPONDING FIELDS OF TABLE it_cdhdr   
        WHERE objectclas = c_class       
          AND objectid   = wa_bekpo-ebeln    
          AND change_ind  NE c_i.   
      IF NOT it_cdhdr IS INITIAL.  
        SORT it_cdhdr BY udate DESCENDING utime DESCENDING.
        READ TABLE it_cdhdr INDEX 1 ASSIGNING <cdhdr>.  
        IF <cdhdr>-username = sy-uname.   
          e_cekko-ekorg = space.  
          MESSAGE i089(zmm).    
          LEAVE TO TRANSACTION sy-tcode. 
        ENDIF.      
      ENDIF.
    ENDIF.
    Sorry I couldn't be of much help.

  • Display messages to user

    Hi i'm new working with labview, i have been made an aplication with express tool vi output called "display msg" and when i run the program in "run continuosly" the message window dont close when i push "ok" i want to know if there is a way to disable the message window when i push the bottom "ok" ? 
    Solved!
    Go to Solution.

    yes mi code simulate a temperature regulator and i use the express tool vi display messages to user for warning about the maximum temperature and minimum temperature, i attached the vi
    Attachments:
    temperaturalabview.vi ‏40 KB

  • I have bought a iphone 5s and i am not able to send pictures to android user. how do i change settings in my phone so i can do that.

    I have bought a iphone 5s and i am not able to send pictures to android user. how do i change settings in my phone so i can do that.

    If you are talking about sending photos via messaging then:
    Have you turned on MMS Messaging in Settings?
    See Settings > Messages > MMS Messaging and turn this ON.

  • Send Alert message in user's mail box

    How can i send an alert message in user's mailbox(suppose in his gmail id), apart from his alert inbox in RWB ?

    Hi,
    Please go through these links,  it will might be useful to you.
    Part u2013 1:
    /people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1
    Part-2:
    /people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2
    Part 3:
    /people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3
    Regards,
    Rajesh

  • When checking email I now get an error message saying User name or password is incorrect...

    When checking email I now get an error message saying User name or password is incorrect...  Went to AT&T store and they didn't have a clue how to fix it...
    I'm sure this question has been asked, but can someone point me in the right direction? 

    I am also having the same problem and I did go on my computer and change the password and my iPad still gives error message. Yes wish someone could help.

  • On start up I get the message "C:\users\login name\Appdata\local\temp\225704Log.in iiss Lost"

    on start up I get the message "C:\users\login
    name\Appdata\local\temp\225704Log.in iiss Lost"
    I've gorn though so many discussions on this trying to fix it I've
    do everything and it is still poping up every time i turn my desktop on what do i do?

    Hi,
    The suggestion provided by Maffiow is worthy to try. Msconfig can tell you some on things loaded on startup. Do any of the items listed refer to that file?
    In addition, it states that your windows 7 is missing some system files. And definitely it would be some important to file to your windows. You better check it with performing a Clean Boot.
    How to perform a clean boot to troubleshoot a problem in Windows 8, Windows 7, or Windows Vista
    http://support.microsoft.com/kb/929135
    The path which you have shown here is a path for temporary file. I think there will be something wrong with your system temp folder. For this Clear the redundant files in temporary folder. You can do this by performing the following steps.
    a. Restart the computer to Safe Mode.
    b. Click Start and click Control Panel.
    c. Click Classic View and choose Folder Options.
    d. Click View tab, choose Show hidden files and folders box, click Apply and click OK.
    e. Click Start -> Computer.
    f. Go to C:\Users\your user name\AppData\Local\Temp folder.
    g. Select all files in the Temp folder and delete them. Click Yes when prompted.
    h. Restart the computer to Normal Mode for a test.
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • TS2755 I have deleted almost all of my text messages but for some reason my memory usage still says that i have 3.5 gb of text messages saved. How do i correct this problem?

    I have deleted almost all of my text messages but for some reason my memory usage still says that i have 3.5 gb of text messages saved. How do i correct this problem?

    Good luck finding the solution. I have another posting https://discussions.apple.com/message/25145839#25145839 on this exact same issue, and that is after looking on my own for the solution on the web and on Apple's forum without any luck for a real solution. Having to RESET a device every time I need to clear out old messages from memory sounds to me like an intended pain from Apple to keep pushing iPhone users to purchase additional iCloud backup plans.

  • HT5661 i switched my iPhone for an android and now people with iPhones can't message me! How do i stop iMessage?

    i switched my iPhone for an android and now people with iPhones can't message me! How do i stop iMessage so i can get text from iphone users??

    This link will tell you how to fix....
    http://www.techrepublic.com/article/how-to-keep-receiving-sms-from-iphone-users- after-making-the-switch-to-android/

Maybe you are looking for

  • Key mapping/ remote key

    Hi All, I  have some understanding of key mapping internal functionality. my question is ... should I use this key mapping feature from all look up tables, main table while importing from remote systems? should all my feilds have REMOTE KEY enabled.

  • How does auto work in Mission Control?

    Well, I rarely use cmd+tab or dock(13" so no screen real estate and the dock is always hidden I just forget about it), so I used to use spaces&expose and now Misson Control. I did turn off auto rearrange right away but decided to try it out and I see

  • How can i print only with black cartridge, from any wireless device: like phones and tablets.

    HI,   I have an HP LaserJet CM415fnw.   I would like to print only with the black cartridge even if I want to print from a phone or tablet, or for anyone that wants to use the printer and doesn't know how to set up the printer to print only in black.

  • FCP and QT play to a second CRT monitor via FW800?

    I have FCP installed on my iMAC, my iMAC has a FW800 and Mini DisplayPort. I also have an old CRT monitor that I used for an older PC that I now want to view videos rendered on FCP. I read in the documentation that FCP can play/output to an external

  • Planned Order Qty updation in S225 Table

    Hi Friends, In S225 Table there is a filed of Planned Order PGMNG. Can anyone tell when this field gets updated?