How to pass alert to All current users via Forms?

Hi,
I want to send alert to all the current login user using Forms.Is it possible?. If so,please help regard this.
kanish

Hi Kanish,
I would go with timer.
Of course I don't your specific requirements, but generally logic can be like this:
Create table forms_messages.
In the form in when-new-form-instance create repeating timer (I would not go less then 2 minutes)
In When-timer-expired trigger – select message from table, and if found display alert to user. To avoid alert to be displayed more then once - you can also create some global variable.
Keep this forms_messages table empty. When you need to alert all current users – just insert one record into this table.

Similar Messages

  • How to send an  email to external user (offline form) from se38

    Hi all
    how to send an  email to external user (offline form) from se38 and upload the same from recipent.
        we have sent mail using scripts and smartforms but couldnt do here. It will be helpful if you can give us any sample code
    regards
    mohammed

    Hi,
    Have a look at this thread [Re: Sending PDF forms (created using SFP) as Email Attachment]  i explain all the solution with a sample code .
    Hope it's help you
    regards

  • How to pass in GR qty in user exit (EXIT_SAPLEINR_003)

    Hi,
    How to pass in GR qty MIGO transaction (ERFMG field) into user exit EXIT_SAPLEINR_003?
    thanks..
    Lina

    Hi Mayank,
    Thanks for your response, but I don't think it corresponds to my problem.
    I my case, I use a user exit variable to filter some data. It seems BPS offers the possibility to the user to select several values amongts the pre-selected values presented by the user exit variable, but it doesn't work. We can use a popup in which we enters the required values, but in final, only the first value is taken into account.
    I don't know if it is due to a BPS bug or if it is not a good solution in regard to BPS philosophy. In this case, the concerned caracteristic isn't in the header but in lead columns.
    I must present a solution to my client next monday, so I have not enough time to open an OSS message.
    An alternate solution should be interesting too.
    My need is to present to a user a selection of values amongst all values from an infoobject (the user exit variable seemed to be a good solution) and the user must have the possibility to select some values amongst these as filter.
    Regards

  • How to get a list of current users and their transactions code?

    SM04 and AL08 give the list, but its not comprehensive.  in sm04, we have to click the username and select sessions and then a
    new popup comes giving all transactions for the user. 
    I want a list such that each and every transaction corresponding to the user is listed at same time.

    Hi,
    Use the FM TH_LONG_USR_INFO.
    Just give parameter user as * (it means all users, other wise current user)
    It will give ALL transactions for ALL users.
    Regards,
    Amit Mittal.
    Edited by: Amit Mittal on Dec 30, 2009 1:00 PM
    Edited by: Amit Mittal on Dec 30, 2009 1:03 PM

  • How to have SAP pull the current user as of the document owner

    Dear All,
    We are using SAP88 PL21 US localization. When they create marketing document, they want to default the doc owner to the current user. Is there anyway we can setup in SAP? If we have to create UDV, where can I pull the current user code? Thanks.
    Regards,
    Yuyka

    Hi Yuka.......
    This is Possible by using Data Ownership Authorization........
    Please check this also......
    http://forums.sdn.sap.com/thread.jspa?threadID=1033556
    Regards,
    Rahul

  • I want to get all the user name form LOGIN table ... how help me ?

    hi all
    I have table in MS Access databse called Login with two coulmn (User, Password),
    I want to get all the User Name in a string[] called USER,
    (LIKE USER = {"AA","BB","CC",........"zz"};)
    can anybody send me the code to get the USERNAMES form Login Table, i tried lots of way but bad luck
    so plz someone send me a code.
    Thanx
    Regards
    Satinder

    I made something like this as He pasted the the code above and u know this works for me atleast thanx
    kind regards
    satinderjit
    String User[] = new String[1000];
    try
    //Load Driver
    Class.forName(driver);
    // Make Connection
    connection=DriverManager.getConnection(url,user,password);
    // Create Statement
    statement = connection.createStatement();
    sql = "SELECT User FROM Login" ;
    // Create Resultset
    rs = statement.executeQuery(sql);
    int j=0;
    while(rs.next())
    User[j]= rs.getString("User");
    j=j+1;
    for(int i=0 ;i<J;i++)
    Form.C_Manager.addItem(User);
    statement.close();
    //rs.close();
    connection.close();
    catch(ClassNotFoundException cnfex) {
    //show message
    JOptionPane.showMessageDialog((Component) null,
    "Failed to load driver..."+
    "\n"+cnfex.getMessage(),
    "Error...",
    JOptionPane.ERROR_MESSAGE);
    catch(SQLException sqlex){
    //show message
    JOptionPane.showMessageDialog((Component) null,
    "Unable to connect to Database..."+
    "\n"+sqlex.getMessage(),
    "Error...",
    JOptionPane.ERROR_MESSAGE);
    catch(ArrayIndexOutOfBoundsException e){
    //show message
    JOptionPane.showMessageDialog((Component) null,
    "Unable to Load User Name..."+
    "\n"+e.getMessage(),
    "Error...",
    JOptionPane.ERROR_MESSAGE);

  • How to get names of all Windows in a Form Application at runtime

    Dear All,
    I want to get the name of all windows in a form module programatically at run time. How to get it?
    Any help or comments will be highly appreciated.
    Thanks in Advance.
    Best Regards
    Bilal

    Hi Francois Degrelle,
    First of all thanks for the response.
    What if I have no items on a content canvas? In my application, I am using content canvas to hold the Image banner and help text of the current form, having no items at all. I am also using tab canvases to hold all items of form. The tabs are displayed on the content canvas at run time. So the tab canvases acts like frames (In my case).
    Now if I am looping through items, it gives me the list of all of the tab canvases. Whereas the tab canvas always has no window assigned, as it is displayed on content canvas which has that Window which I need. Thus I am unable to get the names of windows in my case through the above stated procedure.
    Another option could be if I can get the name of the content canvas upon which the given tab canvas is displayed?
    Any way to do this or some other way to achieve the use case?
    Any help will be highly appreciated.
    Thanks in advance
    Bilal

  • How to reset password for a web user via GUI?

    Hi,
    How to reset password for a web user ID via GUI? is it possible?
    Thanks.

    Hi,
    You can  reset the pwd for the user through trascn SU01.
    BR,
    Disha.
    *Pls reward points for useful answers.*

  • How to pass Order GUID to Survey addressed via URL

    Hi ,
    I have a requirement to attach a SURVEY to sales order.In the IC WC  Telesales screen we have created a link throgh which we call a ZView.In the ZView we are passing the Generated URL from  the survey we created in survey suite.
    Now we need to attach the survey to a particular sales order.We are able to read the GUID  in the Zview but we are in confusion as how to pass the GUID to http URL.
    Any suggestions will be highly appreciated.
    Regards,
    Sijo

    Thread is closed as there are no replies

  • How can I share contacts with Android users via the "share contact" button via messaging or otherwise

    Appologies in advance if this has been asked before.
    I have an iPhone 5/iOS 6. My friend(s) use Android phones. At times, they request a contact I have, but every time I select "Share Contact" via the button in my iPhone's Contact list, either as an Email or Message, they recieve an unusable file format - in other words, it just doesn't get to them. If I manually copy and paste the fields into a txt, they will get the info. Is there an app, or something I need to do differently to be able to share contacts with Android users via the "Share Contact" button in iOS?
    Thanks,
    Nathan

    Shouldn't be an issue here, as the iPhone shares the contact info in standard vCard format.

  • How to pass data from smartform to user exits in appl form print workbench

    Dear All,
    I am using print workbench + smartforms to develop a form.
    But facing problem with passing data from the smartform back to
    the user exits includes in the application form of the print workbench.
    For eg:- Supppose the case , passing the total number of pages 'sfsy-formapages'  to the application form .
    I tried with the export interface of the smartform, still it doesn't works!
    Any suggestions/solutions
    Thanks
    santhv

    Hi Prashanti,
    Thank you very much...
    Using EXPORT/IMPORT , I am able to pass the data.
    But I would like to know whether it is  the final solution.
    As there is export interface is available for smartform....
    why it is not possible to get back the data in Application form.
    Please confirm, so that I can close the post.
    Anyway thank you once again....
    Regards,
    santhv

  • Using sp.js how to query list items where current user is the author

    using javascript, want to query list items where the author is the current logged on user.
    how to construct a caml query for author and logged on user?
    http://msdn.microsoft.com/en-us/library/office/hh185007(v=office.14).aspx

    Hi,
    Thanks for your sharing.
    Jason
    Jason Guo
    TechNet Community Support

  • How to pass a variable in current class for access in next class.

    Hi Everyone,
    I'm new in this iphone development.so please anyone help me .
    My question is How can we declare a variable for, select a row in current class which read as input string in next class Soap Message.
    Means in my 1st class i am getting web response in array as a name like john, now if i m clicking on john so its call another web service for john details.so how can i select ( john ) cell to call in next class Soap Message.
    Please anyone help me..
    Sorry for bad english.
    Regards:
    Maddy

    You need to ask in the iPhone Developer forums:
    http://devforums.apple.com

  • How to pass the value that the user clicks on

    I have a bunch of files that i am displaying. If the user clicks on a file I am taking to another page. I want to capture
    the value that the user clicks on as that's the file name.
    I am displaying the list of files in a loop and have a href to the next page.
    the setAttributes and getAttributes do not work as they capture only the last value in the loop.
    Any suggestions what I should use?

    The standard approach is to send a request parameter with the click.
    You are showing the filenames as hyperlinks?
    Then you just have to make the link
    <a href="fileDetails.jsp?fileId=<%= currentFile.getFileId() %>">currentFile.getFileName()</a>You can then use request.getParameter("fileId") to find which link was clicked.
    Cheers,
    evnafets

  • How do I log off the current user and bring back the authentication dialog box for another user to log in on Iplanet webserver?

    I am using JSP.

    Hey there Mike Novack,
    My understanding is that she replaced the Windows Login with a fingerprint swipe correct? I found some instructions surrounding this here
    So that we can best direct you through the process what operating system are you using on your T61?
    If you are using Windows 7, try going to the control panel, then to the biometric devices, click the option to change your biometric device settings and you should be able to disable it there.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution".! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.

Maybe you are looking for

  • Exporting as an XML file never works CS6

    I am trying to export the timeline as an XML file in order to color correct in a different program. Every time I export it gets stuck with a status bar and stays there until I have to force quit Premiere (attached is an image of where I get stuck). I

  • Issue with Safari and using the back arrow with multiple tabs open

    I open multiple tabs in Safari but when I'm in a tab browsing and I hit the back arrow, in the new version of Safari, it doesn't just go back to the previous page in the tab, it completely backs out of all the tabs. What am I doing wrong? I have a PC

  • How to change the size of the titel of  a picture in a diashow

    please answer the question. how to change the size and the possition of the titel of  a picture in a diashow

  • Query Consuming too much time.

    Hi, i am using Release 10.2.0.4.0 version of oracle. I am having a query, its taking too much time(~7 minutes) for indexed read. Please help me to understand the reason and workaround for same.   select * FROM a,          b    WHERE  a.xdt_docownerpa

  • Why can't I see tabs that are on my other computer?

    I have synced this computer with another and it says it is connected and I can see my favourites but why can't I see the tabs that I frequenly use on the other computer?