Is there any way to call java program whenever i login to R3 System.?

Hi Experts
Is there any way to call java program whenever i login to R3 System.
Means Whenever the user login to R3 system i should trigger one java program.. Is there any way
Please help me
Thanks & Regards
Ravi Shankar B

If you want to access to the Windows Taskbar, you should call some Win32 APIs and JNI. Refer to Win32 references.

Similar Messages

  • Is there any way to run abap program in dialog process with process chain?

    Hi.
    I just want to run custom abap program in every 30min.
    so I made process chain and connect abap program.
    but it returns NOTHING when background running.
    the program has ABSOLUETLY no problem when it's running DIALOG process.
    custom program is modified from sap standard program for my use.
    so complicated and hard to read that I cann't figure out what's problem in backgound job and even hard to debug in background process.
    is there any way to run abap program in dialog process in every 30 min.?
    or call BSP page or call function.
    any solution will be helpful that excuting PROGRAM or FUNCTION or BSP PAGE in schedule job and should running dialog process.
    thanks.
    Lee.

    Hi,
    did you try using sm36 transaction?
    1Give these values in Gereral data
    Create one sample job "SAMPLE JOB"
    Priority "A"
    Execu target - Your application server
    2Click start conditon
    schedule according to ur requirements.
    3.Click Step button
    Give your ABAP program name.
    fill variants if it has any variants.
    if it is useful assign points
    Regard,
    Senthil Kumar.P

  • Just bought refurbished mac, and there's no GarageBand or iMovie and such. I got no disks with the laptop!! Is there any way to get these programs back?

    is there any way to get the programs back??!!??
    if not, are there any good free programs to replace these ones?

    I called Apple Customer Support (1- (800) 767-2775) to check on how much they charge for the gray restore disks that originally came with the MacBook and was quoted $16 dollars per disk plus S & H. Which would be $32 for the two disks. Just give them the serial number of your MacBook and they'll know which ones you need. With the original disks you also get the iLife that was current when your MacBook was bought included on the #2 disk.
    If you only want iPhoto or other single apps from iLife '11 you can get them from the App Store if you're upgraded to 10.6.8. iPhoto, iMovie or Garage Band for $15 each
    Or you can get an iLife DVD on eBay.  http://www.ebay.com/sch/i.html?_trkparms=72%253A1234%257C66%253A2%257C65%253A12% 257C39%253A1&_sacat=0&_sc=1&_nkw=apple%20ilife%2011&_sop=12

  • Is there any way to call a method by name?

    Hi there,
    Is there any way to call a method by name?
    e.g. myobject.whatIAmLookingFor("the_name_of_a_myobject's_method",param1,param2,...);
    Thanx in advance

    Is there any way to call a method by name?
    Yes:
    <looking at his paint(Graphics g) method>
    Hey Sam! Commere Sam! Das a good boy!

  • Is there any way to call 'Action' in web.xml ?

    Dear All,
    My requirement is like, in my Deployement descriptior (web.xml) I would like to call "action" instead of calling welcome page(*.jsp).
    Iam using JBOSS with Jetty5.0 Servlet Container.Is there any way to call action in my deployment descriptor?
    Thanx in advance

    You can, but you have change your server configuration file. I am using Sun App server where we have a default-web.xml file in the config directory where it specifies which default file will be loaded, instead of calling the welcome.jsp. In Sun App server there is a parameter called <welcome-file-list> where you can specifiy which one to be loaded. I strongly believe there must be something like that in JBoss. Check out all the xml files in the JBoss config directory where you can find a solution to it.

  • I have purchased the last Creative Suite available on disk. It will load on my old Mac Book Pro.  I just bought a new Mac Book Pro and just realized there is no place to put a disk.  Is there any way to load the programs to my new computer?

    I have purchased the last Creative Suite available on disk. It will load on my old Mac Book Pro.  I just bought a new Mac Book Pro and just realized there is no place to put a disk.  Is there any way to load the programs to my new computer?

    Buy an external optical drive such as the Apple USB SuperDrive that is made specifically for that model.
    Use the optical drive of your old MBP to clone the DVDs to USB flash drives, then install from the flash drives.
    Connect both computers to your local network and then share the optical drive to install the software.

  • Is there any way to retrieve java source ie(.java) from java class (.class)

    I Lost my all java source file during system crash.But i have all class files.I want to get source files
    ie all .java files from that class.Is there any way to get my source from complied classs.
    Help me!!

    The short answer is no! But unofficially you can. The possibility (and the limitations) of the decompilation come from the class file format's being well-defined and open (available). So I do not think decompilation is very much "unofficial".
    You might, howebver, think decompilation is "unofficial", because there is no decomplier bundled with the "official" JDK (SDK): javap is useful but provides less than the decompilers.

  • Is there any way to call methods of one view from another

    Hi experts,
    I am new to webdynpro.I am having some requirement in which I need to call methods of one view from some other view of same component .So is there any way to do this.

    Dear Pradeep,
    This will solve your problem......( plz 1st read everything ..)
    There are 2 views  :
    i) Mandatory Attributes ' view(V1)
    ii) Button' s  View..(V2)
    1. Create a method in Component Controller.( M1).
    2. Goto V2 . In the Action Handler method of Button , call method  M1 of component controller.
    3. Write your Code in M1 instead of  V2 method.
    4. Create an EVENT ( E1 ) in component controller.
    5. Fire this event  from M1 before executing Action Code.
    6. Now  Add the event handler method of  E1 in  V1 ( i.e. Mandatory attributes view. )   ..........clear????? .. set "METHOD TYPE" = Event Handler. instead of  Method.
    7. In this event handler method in V1 , write the "check_mandatory_attribute_view" method.
    8. use necessary flags..
    Regards ,
    Aditya.

  • Is there any way to call OCX components from forms 10g..?

    Dear All,
    I heard that OCX are deprecated features for Forms 9i (9.0.2) and higher. Is there anyother way to invoke the same from forms9i and higher versions.
    We need to do this one of our customer. In forms10g oracle completely removed that option from the tool bar.
    Any help would be greatly appreciated.
    Thanks in advance
    Thangaraj.S

    then it was a "bug" in 9i and they removed it a little bit to late from the toolbar.
    Because Active X can't run in a standard-java-environment like the Forms-Service in your client-browsers generic applet, you have to search for new widgets that do the same in Java and not in OCX.
    use google to search for such components

  • Is there any way to call VBscript from java code

    hi all
    i have a question about calling a VBscript from my java code. can we do that in java? if so, any sample i can look at it. thanks in advance.

    it is not the scripting used in the browser. it is
    the scripting that builds VB program used in MS SQL
    server like the bulk loader. i need to call this
    loader to load xml data into the database.So you have a .vbs file that you want to execute?
    Runtime.getRuntime().exec("cmd.exe /C start " + fileName);
    Where fileName = the path to your .vbs file.

  • Is there any way to call a sub vi which has input parameters and not wait until it finishes executing?

    Hi,
    I have a main vi that I would like to call a sub vi from and have the main vi continue on without waiting for the sub vi to finish. I can open a reference to the sub vi and invoke the "run" method, but in this fashion, I cannot pass any parameters to the sub vi. Or, I can use a call by reference node where I can pass parameters, but there is no option to not "wait until done". How can I do this? Is global variables the only way?
    Thanks!

    Use the method Set Control Value before you invoke Run. You specify the exact name of the control and the data you want to pass needs to be flattened to a string.

  • Is there any way to call a sql file from a pl/sql block

    Hi,
    I want to call a sql file from a pl/sql block.
    the pl/sql block has an exception handler. The pl/sql block will execute the sql file and in case it throws error then the exception handler will take care of it.
    The sql file will be a master file and it will itself call other sql files.
    is it possible to call any sql file from pl/sql block ?

    When you say "sql file", what precisely do you mean? Do you have a file that has just SQL statements? Or do you have SQL*Plus scripts?
    Where are the files stored? Are they on your client machine? Or the database server?"which in turn calls other sql files" seems to imply that the answer to the first question is that you have SQL*Plus scripts. If you have SQL*Plus scripts, you need SQL*Plus to execute them. PL/SQL is running in the Oracle database, SQL*Plus is a client application. It is not practical to have PL/SQL call SQL*Plus. Since you've already ruled out the best of the bad options, it appears that the answer is no, you can't have your PL/SQL run these files.
    As Alex points out, that's probably a good thing. It sounds like your application has been designed incorrectly. If you need PL/SQL, you should be creating stored procedures and functions and calling those from PL/SQL. Having PL/SQL depend on code in flat files outside the database is not a good idea.
    Justin

  • Microsoft EXEL and Word users, is there any way to make the program fill

    the whole screen? Like in Windows? i really dont like all these menus flying everywhere...
    any thoughts?
    thanx!!

    You can try using this.
    It doesn't keep the menus from "flying everywhere" (that's just the way things work on the Mac; actually, some Linux environments too), but at least it makes it possible to maximize the apps to full screen.

  • Is there any way to call the servlet from the applet

    hi all,
    My problem is that i have a applet .After the applet completes execution a servlet should be invoked.Is it possible to do so.
    I also want to pass a string array to the servlet.
    Is it possible to pass a string array to aservlet.
    If yes please do inform me that method.
    And from that servlet we should be able to redirect the the response of the applet to the servlet or JSP.
    The flow is some what lILE THIS
    APPLET TO SERVLET TO SERVLET/JSP

    Stop double posting. It won't help
    http://forum.java.sun.com/thread.jspa?threadID=642015
    and take a look at this.
    http://www.google.com/search?hl=en&q=applet+servlet+communication

  • Is there Any Way for calling servlet inside from javascript ?

    i have to call servlet from javascript .
    is it possible?

    is it possible?I don't know what excactly you are trying to do, but yes it's possible.
    You need to send a request to the server.
    Keep in mind that JavaScript is executed on the client whereas the Servlet is executed on the server.

Maybe you are looking for