Which program Updates the Inbox?

Hi,
I am testing leave approval workflow. Every time I make a leave request, it takes some time before the request reaches the manager's inbox.
For testing purposes I would like to speed this up. Which program or job is responsible for leave requests to be sent to the manager's inbox?

Hi,
A "program" called workflow.
Basically you need to investigate the workflow log to see if there is some step that takes lot of time to execute. If you find the step, then you can investigate/debug the method that the step is executing.
Regards,
Karri

Similar Messages

  • How to find program/TCODE which has updated the tables

    Hi All,
    Is there any way to find out program or transcation which has updated the tables.
    BR
    Kamal

    you can see in the table CDHDR or CDPOS which will give you the transaction code and program names.
    Regards,
    Krishna

  • How  and where does SAP standard programs update the master tables...

    Hello there,
    How  and where does SAP standard programs update the master tables...
    to be precise.. if a (any) transaction occurs  the programs behind it holds the data in temporary structures.
    where and when does it get updated in the master table.
    can anyone tell me how it happens?
    I Know that from the where used list one can find the corresponding table but most of the time it wont suffice
    I am expecting a proper answer.
    Santosh B

    Hello Santosh,
    you need to do some self-reading on the following topic
    Updates in the SAP System (BC-CST-UP)
    http://help.sap.com/saphelp_47x200/helpdata/en/e5/de86e135cd11d3acb00000e83539c3/frameset.htm
    Regards,
    Siddhesh

  • Which program is the jvm?

    Hi!
    in windows system , jvm.dll is the jvm program. but in Linux system,I don't know which program is the main program of jvm? Is java in bin directory only a classloader?

    We can ask: how comes that "java" is a very small executable?
    ijbalazs@bijpc:/usr/lib/jdk1.4.2> find . -name java -ls
    248167 24 -rwxr-xr-x 1 root root 24564 j�n 20 2003 ./bin/java
    247526 24 -rwxr-xr-x 1 root root 24564 j�n 20 2003 ./jre/bin/java
    Well, maybe so:
    ijbalazs@bijpc:/usr/lib/jdk1.4.2> find . -name libjvm.so -ls
    247551 5044 -rwxr-xr-x 1 root root 5159829 j�n 20 2003 ./jre/lib/i386/client/libjvm.so
    247545 7487 -rwxr-xr-x 1 root root 7657624 j�n 20 2003 ./jre/lib/i386/server/libjvm.so
    ijbalazs@bijpc:/usr/lib/jdk1.4.2>

  • Which program is the best food an artist using the mac book pro 15 and the intuos4 pad?

    I have just purchased a Mac Book Pro 15" and Wacom Intuos4 Medium tablet.  I am wondering which program between the 3 they offer is best to use.  Adobe, autodesk, and Corel.

    InfluxTwo wrote:
    trackpad? Or is it a failing battery? Or Both?
    It could be trackpad, battery or both.
    You have to take the computer to the Apple store to have it checked out as soon as possible
    to have it checked out.
    Best.

  • Which programs use the memory card?

    Can anyone help me determine which programs use the memory card? My E90 won't connect in transfer mode because Pc Suite says there is an application using it. As far as I'm concerned, active notes and sms were the ones to blame. They specifically have the option to use the memory card. But I can't find it in other apps. Any suggestions will be appreciated.

    Various installed programs will run from your MMC in the background. I suggest you install and app called Best Taskman from www.symbianware.com.
    Install this to your phone memory!
    Now open it up, press options - view - advanced - processes
    you will see all running processes and an icon next to them. If th icon looks like a memory card, then it is running from that. Press the "C" key on each MMC running process to close them.
    Now you'll be able to connect via mass storage.
    I recommend making a note of which apps these are and re-installing them to your phone memory instead. Also, any app you know will have a feature required to tun in the background, ensure this is installed on the phones memory!
    If I have helped you, please hit the star at the bottom of my posts - it's appreciated!
    Don't forget if your problem is solved to press the "Accept as Solution" button.

  • 8.2 EPPM which process updates the extended schema?

    Hello which process updates the 8.2 EPPM extended schema and is it possible to invoke from sqlplus command line?
    Is there any doc. that shows which extended schema fields map to the main schema, are there any calculations being done or is it a straight copy?

    Here are the services you need to start:
    Project Arbiter service
    Publish Project service
    Publish Enterprise Data
    Publish Enterprise Summaries
    Publish Resource Management
    Publish Security
    More info on the above is here: http://docs.oracle.com/cd/E20686_01/English/Technical_Documentation/Reporting_Database/P6%20Extended%20Schema%20White%20Paper.pdf
    Information on the tables is in a thread I started (and answered) here: R8.2 Extended Schema Tables Question

  • Program updating the value with succeeding 0

    Hi
    We have got a problem.
    We have developed a program to update the value of the condition type. The upload file will have the SO, line item, condition type and value.
    In the background, the sales order change BAPI is called and the value of the condition type is updated. There is no bug in the program for this functionality with reference to the problem.
    When I upload, the value is getting uploaded correctly. But for some users, the value is updated with an additional 0 at the end. For example if 78 is the value of a condition type, the update happens as 780. The strange behaviour is that if I take that user id and password and upload in my laptop, the value is correctly uploaded without any addtional 0.
    We have checked the user profile of all the problamatic users. They are fine. The xls sheet decimal notation is checked and they are also fine. There is no bug in the program, as it is working fine for many users.
    What else should I be checking to solve this issue. An ABAPer advised to check the GUI level difference. I dont know how to do that but there should not be any such difference in the GUI versions for the users.
    Can somebody put some light on this issue.

    Hi Navaneetha,
    The Excel version is the same for you and the user?
    Can the same be debugged and rectified?
    Regards
    Saurabh

  • Other program updates the timesatmp created by extractor

    Hi Friends,
    I have come up with one more doubt .
    Because of some requiremnt I want to make changes in the records which were already uploded by the Extractor to BW.
    To reflect the change in the records I want to upload those records  again to BW in the next Data upload.
    (I am using generation date as the timesatamp for Delta Upload which is the generation date of the records and is one of the field in the records)
    I am storing the Timestamp in a table pa0439.
    Th program which will make the change in records will simultaneously change the timesatmp in pa0439 ,such that these records can also be oicked up by the Extractor function module.
    The question is : will the extractor be able to transfer all the records to BW (including the modified one) .
    or the extrator stores the last Timesatmp some where internally  ,and will not let me upload the previous results.
    Thanks & Regards,
    Praveen

    Barcodes are interpreted by the barcode reader and translated into text so the compatibility is not a forms issue. You need to know which flavour of barcode is being produced and get a suitable reader. Get one which connects between the keyboard and PC/terminal, then from form's point of view it is exactly the same as normal keyboard entry. Also make sure the reader can append a RETURN on the output to fire validation/navigation without operator intervention.

  • Which programs cretaes the general log texts for TR copies in CRMD_ORDER

    Hi All,
    After the creation of TR copies in CRMD_ORDER transaction, some texts are displaying under GENERAL NOTE section. Could you tell me which program creates this text and also which table stores this text?
    Thanks in advance.
    Arun

    Hi,
    The development system log text differs from the production system log text after the creation of TR copies. In development system we are getting 'copies transported for requests NEW TR (COPIED TR)' and in production system we are getting 'Test transport NEW TR (COPIED TR) created'. How to solve this problem..?
    Thanks,
    Arun

  • Which programs does the creative cloud complete program include?

    Hello, I would like to pay for this subscription (image attached) but I can't find which programs besides Photoshop & Illustrator will I be able lo use.

    Explore Adobe desktop apps | Adobe Creative Cloud

  • I can't print PDF files from the latest Firefox; asks which program created the files. None of the options listed will print the files, such as IRS forms. Running Mac OS 10.6.8.

    I run Mac OS 10.6.8.
    When I try to print a PDT file, such as an IRS form, Firefox opens a small dialog box asking what program was used to create the file I wish to print.No matter which of the selections I choose, the file will not print.
    I have the latest Adobe Reader installed.
    Note that these files always open normally in Safari.
    Help!

    Hi there,
    Does you printer/RIP support protocols other than AppleTalk? If it does, then I would change it to something like HP Jetdirect-Socket.
    PaHu

  • 2 yahoo mail accounts, but only 1 will notify my iphone of mail, or even update the inbox at all.

    I have 2 yahoo mail accounts. One of them updates to my iphone every time I get a message, the other one does not. In fact, the other one will not load new messages at all. I have deleted the account from my phone and reactivated it. I have updated to iOS 6.1.1 (from iOS 5). I have turned it on and off again. I have made certain push notifications are ON and Fetch is set to 15 minutes. Any other solutions out there?

    Delete the account and start over.

  • Which program is the problem?

    Trying to encode HD content that I'm watching on Windows Media Center. Every time I do this, the computer locks up and freezes completely, crashing the computer. It's odd. If I encode HD content but at 640x360, it works. If I encode SD content but in a 640x360 or a 1280x720 window, it works. But if I do HD content at this size, the computer freezes.
    I have Windows 7, with an i7 920, 4GB RAM, so I should have plenty of power to do this. I installed the TV Pack for Windows about 6 months ago before Windows 7 came out as i'm watching QAM channels. This might be the source of the problem as I've heard lots of people complain about the TV pack.
    I'm capturing using VhScrCap. I've tried going into all these programs and setting their compatibailty to various settings, but I can't pinpoint the problem. Capturing 1920x1080 with VhScrCap and Adobe FME works, but put Windows Media Center in there in a larger window than 640x360 showing HD content and the computer freezes.
    Anyone have any suggestions on what the problem might be or how I would diagnose this?

    So I think I have additional information that might help.
    I was watching HDTV on a 1280x720 video in Windows Media Center. When I opened up Adobe Flash Player to watch a video, the computer crashed.
    Now I am thinking there is a program compatibility issue between Adobe and WMC HD content. Is this due to TV Pack?

  • I am just updating a button control code which is updating the MS SQL Server 2008

    protected void Button1_Click(object sender, EventArgs e)
    string cs = ConfigurationManager.ConnectionStrings["SampleConnectionString"].ConnectionString;
    SqlConnection con = new SqlConnection(cs) ;
    try
    SqlCommand cmd = new SqlCommand("insert into Contacts values('" + txtFirstName.Text + "','" + txtLastName.Text + "','" + txtSubject.Text + "','" + txtEmail.Text + "', '" + txtAddress.Text + "', '" + txtCity.Text + "','" + txtPinCode.Text + "','" + txtTelephoneNumber.Text + "', '" + txtMobileNumber.Text + "')", con);
    con.Open();
    cmd.ExecuteNonQuery();
    lblMessage.Visible = true;
    lblMessage.Text = "Your details added to the website. Thank You!";
    txtFirstName.Text="";
    txtLastName.Text="";
    txtSubject.Text = "";
    txtEmail.Text = "";
    txtAddress.Text = "";
    txtCity.Text = "";
    txtPinCode.Text = "";
    txtTelephoneNumber.Text = "";
    txtMobileNumber.Text = "";
    catch
    finally
    con.Close();
    Dear all,
    I am using asp.net as front end for updating MSSQL 2008 R2 database. When I click submit button. The data is not updating into the database.
    Firstly the code is not coming out after I pressed Submit button. I have to go to the code and select the stop button in the visual studio buttons.
    can somebody throw light on this.
    thanks
    Sathya

    Hello,
    Post your question in ASP.NET forums
    and you'll get more help from web developers.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for