Creating a Tool like SE30

Hi All , I'm interested in creating a tool like SE30 which should show performance of a program or Tcode. But this should be in detail.
Something like ST03N which shows all the details but for entire Application Server, Where in Im interested in a Single TCode or a Program.
Im interested in displaying
1) Dispatcher Wait time.
2) Roll in & Roll out time.
3) Load + Gen time.
4) Database Time.
5) Buffer Access Time.
6)  Roll wait time.
7) GUI Time.
8) Enqueue Time.
9) Processing Time.
10) CPU Time.
Similarly im also interested to display the memory related details. Also suggestions to the user to avoid using any statement which is overloading the CPU or memory.
Anyways for now im interested in displaying the above 10factors , Later i wouldlike to enhance with suggestions about the statements.
From which table do i fetch the above 10 things for a program or TCode.

seems that you confuse things.
The STAD has your data for the recent dialog steps (not only whole tcode), the ST03N shows the condensed data.
The SE30 is something completely different, it shows much finer details, less than statement level, and there you have no mixture, you have database events, buffer, generate ... These are the individual contributions to the totals of the STADs.

Similar Messages

  • Have to create tool like st05.

    i have a requirement like i have to show abap,database,system runtime like se30(in graph).
    and i hav to show all the tables using in a report  and their duration for getting data from database.

    hi,
    can i know the reason why you want to create a separate tool when you are having so many options like SE30,ST05.....

  • Hi - just using the new iMovie for the first time - apparently there should be a sidebar containing tools like "Content Library". Not on mine - even in Window view, Content Library features like text etc are all greyed out - obviously it's me - help?

    Hi - just using the new iMovie for the first time - apparently there should be a sidebar containing tools like "Content Library". Not on mine - even in Window view, Content Library features like text etc are all greyed out - obviously it's me - anyone help please?

    Sorry - I should have added that I have imported a Quicktime movie, originally created as an iPhoto slideshow.
    I want to create rolling credits at the movie end and apparently you can only do this using iMovie - can you help please?

  • How do I create an image like this?

    Completely new to PS. How would I create an image like this with text? https://www.facebook.com/photo.php?fbid=10151570901245020&set=pb.50687255019.-2207520000.1 366989903.&type=3&theater
    A link to a tutorial would be helpful.
    Thanks!

    Hi there,
    Are you referring to the text, the color effect, or both?
    Adding type is very easy - just grab the Type Tool from the tool bar. The article linked above provides some great tips for editing type in Photoshop.
    As is the case with many "how to's" for Photoshop, there are several ways to acheive the colorized effect like the one applied to image you linked to. One method is to use Adjustment Layers, which I have outlined below.
    1. With your image layer active (it will be highlighted in blue in your Layers panel, as shown below), create a selection of the area you'd like to colorize. I'm using the Polygonal Lasso Tool to create a diagonal selection - to do so, I held down the Shift key on my keyboard as a created my diagonal lines. This might take a bit of practice, but you'll get the hang of it quickly.
    2. Then, in your Adjustments panel (if you don't see it, go to Window > Adjustments), click on the Curves adjustment layer, as highlighted below. Now you can play around with the curves to get the effect you'd like. (Here's a quick guide on using the Curve tool)
    3. To select the other areas of your image, command (Mac) / control (PC) click on the adjustment layer thumbnail (highlighted below). Then, go to Select > Inverse.
    4. Now we want to deselect part of our selection. Grab the Quick Selection Tool from the toolbar and set it to Subract from selection. Then, simply drag the selection brush over the area you want to deselect. In my case, I only want to have the upper-left corner of my image selected.
    5. After you have your selection, click on the image layer and add a Curves adjustment layer like before.
    6. Repeat steps 3-5 for the other corner of your image and you should end up with something like this:
    The nice thing about using adjustment layers is that you can always change them - just double click on the Adjustment layer thumbnail (highlighted in step 3).
    Alternatively, you can select areas of your image and fill the selections with flat colors on separate layers. You can then go in a change the Blend Mode and Opacity for each layer.
    Feel free to reply with any questions!
    Kendall

  • How can I create a drawing like the one pictured from a photo?

    How can I create a drawing like the one pictured from a photo?

    OK, you are getting closer. Now, use your result, and place a Layer above that. Use the Pen Tool to create the "pen strokes" basically tracing over your background image. Then, when you have created each Path (or Sub-Path), choose Stroke Path, with probably the Pencil Tool and a Brush size that is small enough.
    Not sure which versions of PS these are good for, but here are some plug-ins, that might be helpful.
    AKVIS Sketch
    EdgeLine
    Sketch Effects
    Sketch Master
    I see that one of my old favorites, Flaming Pear's India Ink is not around any more.
    Good luck,
    Hunt

  • Any tool like Swing for J2EE?

    Good afternoon, to see if I can clarify with your help.
    I'll do a migration to Java application that we use in my business. I will not go much into detail, but basically it is an application that uses multiple users from several different profiles, so only one application that I have thought about doing is a "web platform" where it all together.
    My knowledge of Java are regular, basic know-post-university J2SE, J2EE and little else. I started to do small things with JSP and good things seem to me comes in handy for my project, I have only one problem I have not found the solution (due to my ignorance). The problem is I do not know how to edit the forms-page visually. I do not know if there is anything Swing style, something like "design mode" where you can drag buttons, checkboxes, images ... but oriented to web. I've come to ask what I need is an editor such Dreamweaver, and then take the HTML to NetBeans ... the truth is that I'm lost.
    For that, I need to know how to edit J2EE developers websites, whether directly in HTML or PHP, whether via a Java tool or by external programs as Dremweaver web editing, or otherwise not know.
    Thank you very much.

    Forget that visual editors exist. If you want to do dynamic web programming, learn to do it through code, not by clicking. This means you'll have to know how to read, write, change and debug HTML, CSS and Javascript; the very minimal set of skills required for any web developer. There is nothing stopping you from using a tool like Dreamweaver to create the basic HTML/CSS framework, but it stops there.
    To make that process easier you may want to check out the Eclipse IDE as it has the ability to instantly make visual what you create without having to open your application in a browser, which can be a big help. That will add another thing to your TODO list though, learning how to properly use an IDE like Eclipse; you have to crawl before you can walk.

  • Is there any tool like report writer in JDeveloper

    I want to generate printable(paper) report based on perameters . is there anty tool like report writer.

    No. Many people use Jasper Reports (http://jasperreports.sourceforge.net/) for their reporting. It's free and opensource. You define your reports in xml and you can create text, html and pdf reports.
    You can also try to use html for reporting. I've used it on a project with pretty good results. The benefit is that you probably don't need to learn a new tool/language.
    We generated the html using velocity, layout was done using css. You can remove the default headers, footer and page margins added by internet explorer by setting some registry keys:
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup]
    "header"=""
    "footer"=""
    "margin_bottom"="0.1"
    "margin_left"="0.10"
    "margin_right"="0.10"
    "margin_top"="0.1"

  • Is there any tool like hibernate/ibatis for abap

    hi all,
    is there any tool like hibernate/ibatis for abap.  I want to exactly know whthr there is any object relational mapping tool for abap development.
    is object based services a object relational mapping tool ?
    thanks in advance
    bye
    babu

    No. Many people use Jasper Reports (http://jasperreports.sourceforge.net/) for their reporting. It's free and opensource. You define your reports in xml and you can create text, html and pdf reports.
    You can also try to use html for reporting. I've used it on a project with pretty good results. The benefit is that you probably don't need to learn a new tool/language.
    We generated the html using velocity, layout was done using css. You can remove the default headers, footer and page margins added by internet explorer by setting some registry keys:
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup]
    "header"=""
    "footer"=""
    "margin_bottom"="0.1"
    "margin_left"="0.10"
    "margin_right"="0.10"
    "margin_top"="0.1"

  • Create user tools

    Hello,
        I have created a sequence file that takes sequence context as a parameter, and exports the local vairables of the calling sequence into an xml file. However, i want to keep this as a utility, just like the generic Import export. When i try to customize the tools menu, there are only four options - sequence,submenu,command and sequence file.
    What i need is that, when i open up any sequence, and then click on the "Export to Xml..." on the tools menu, it should show the sequence context of the opened sequence file. When i try to to customise the tools menu, and make a new tools item "Export to XML..." as a sequence call to this sequence that i have designed that takes the sequence context as a parameter input, there is no way of passing this parameter to the sequnce call in this tools option.
       In other words, i want the sequence context of the last opened sequence file to be passed to this new sequece call tool item as a parameter. Could you please help me out with how to acieve this. Is there any other way to design this tool item?
    Thanks,
    Aparna

    Hi Aparna,
    We have a shipping exampled located at C:\Program Files\National Instruments\TestStand 3.5\Examples\Tools that demonstrates how to create a tools menu item that edits the selected sequence file.  Most tools use the RunState.InitialSelection subproperty that specifies the set of properties, steps, and sequences, as well as the file or execution that is selected or active when you start a new execution.  Use this subproperty to grab references to step objects, sequence file objects, etc.   
    To find help on what the different elements in that subproperty represent, refer to the TestStand Help (Help >> TestStand Help; Then type initialselection in the index tab).
    Hope this helps!
    Best Regards,
    Jonathan N.
    National Instruments

  • How can i create a website like this?

    Hello Adobe Community
    I've had this idea in my head for a while, but i cannot think of how to create it.
    I think of creating a website with a very nice layout where you can purchase and submit your own ebooks to sell, and they need to be approved by an admin before it shows up on the website.
    I have been thinking about this for some time but i don't have a clue on how to create a website like this and it must take a very long time.http://puu.sh/5Ki7Q.png
    My idea: You can hover over the ebooks to get more information about them, you can see star rating and feedbacks / comments under the ebooks.
    I need help with getting started on the right track, i don't know very much about Dreamweaver, but i am starting to get good at it. I know HTML and a little CSS.
    I would really appreciate any help i can get.

    Unless you have very strong coding skills with PHP & MySql,  I think you could do most of this with  WordPress and  WordPress plugins for e-commerce, star ratings, lightbox viewer, reviews, etc...
    Nancy O.

  • WHEN Illustrator is likely to be adding "rotate view" tool, (like they have in Photoshop) or are they NOT GOING TO?!

    Hi everyone, I am trying to find out WHEN Illustrator is likely to be adding "rotate view" tool, (like they have in Photoshop) or if they are not going to do this at all.
    I hope someone from Adobe Illustrator reads these forums and responds. There is an existing thread that has no official response from Adobe, and it has literally tens of thousands of views!? Please Adobe Illustrator, can you give people the official response they need so they can plan their workflow.
    Apparently Affinity Designer is going to be adding a Rotate View Tool shortly and their app is only $50 one-off payment too, so perhaps you ought to respond before other people start making the switch? The rotate view tool is something illustrators really need, we already have it in Manga Studio, and it makes life so much easier. You can't really draw on a CINTIQ in vector form without it, at least not as well as you should be able to.
    Can you please update your paying customers so we can make an informed decision.
    Look forward to receiving a response.

    Tell Apple
    Apple - iTunes - Feedback

  • How to create a button like the one pictured here

    How would I create a button like the print button below?
    I was thinking actually make it two separate buttons placed next to each other. The print button obviously would just be a modified boolean, that's easy. But the drop down is a bit harder. I figure I could customize a drop down but because I haven't been able to play around with it in LabVIEW (don't have it at home) I'm not sure if you can modify the alignment of the box that actually drops down etc. Is the drop down box location and look something you can modify within the control editor?
    I'm guessing I could also use .net correct? But I am trying to keep it all with just control modification in LabVIEW if possible. Thanks.
    CLA, LabVIEW Versions 2010-2013
    Solved!
    Go to Solution.
    Attachments:
    buttonexample.PNG ‏6 KB

    for(imstuck),
    I'd use a multicolumn listbox and toggle it's visibility when the user clicks on the button.  I've attached an example:
    ~Simon
    Attachments:
    8-2-2010 2-04-25 PM.png ‏24 KB
    Print Drop Down Snippet.png ‏55 KB
    Print Drop Down.vi ‏29 KB

  • How to create a "Explorer" like in java

    i'm just wonderin if there's a way on how to create "Windows Explorer" like in Java wherein you can view all your directories with yellow folder icon and also you can view all your files and drives....
    And when you double click the yellow folder icon it will then expand and will show all the subfolders and files ...
    How????
    Thanks!

    Yes, there is a way. Look up JTree in the API.-can you post some code.... i cant figure out on how to use JTree...
    i'm still confused on where will i get the entire directories of my drives...
    thanks

  • Creating a "ToolTip" like function with a small delay

    I have created a tool tip type of a function. The problem is that it constantly shows! How can I go about adding a delay, so the user has to hover the mouse over a particular spot for a second or two before the tip shows? I was thinking up something with a timer and a thread...I'd appreciate advice!
    Thanks

    I don't see why not. The API documentation specifically mentions tooltips, and the component has getToolTipText() and setToolTipText() methods. (I once tried overriding the getText() method for JButton, and it didn't work at all the way I expected it to work, so I don't exactly know how you would use those methods.)
    There's a tutorial about JToolTip that you may not have seen yet:
    http://java.sun.com/docs/books/tutorial/uiswing/components/tooltip.html
    However this may not help you in deciding exactly where you should be calling the logic to decide what to display in the tool tip. Good luck.

Maybe you are looking for

  • Client not working after 10.4.7 update

    I am supporting friends and family overseas, all on PowerPC's (I am in Australia, clients are in UK). I have 5 systems in my master list, each can connect successfully. One dropped out of list after Dynamic DNS lapsed. Have reset Dynamic DNS successf

  • Can't view photos to load in book

    Am I missing something obvious here? this is my first time creating a book. After selecting a theme, I am only given the option of loading 1 picture into the book.I can't figure out how to view any pictures to load. I click on the blue 'view unplaced

  • Cannot Display This Video Mode - Linux

    I just installed OELINUX 4.7 , was seeing big display, went to system config and tried to monitor display, and rebooted the machine, now the display screen is stuck with message Cannot Display This Video Mode Optimum resolutoin 1024*768 60Hz wonderin

  • Monitor screen off color

    My monitor screen has randomly gone from its normal color to adding a grainy blueish looking tint to my desktop and tab bar This has happened once before and a reboot fixed the problem. This time around after rebooting it 3 times the problem is still

  • Whre the data is stored when the process terminates in the GP

    Hi Experts, I have a requirement to maintain data even when the process terminates in GP. I want to use those data for reporting purpose. There is 1 approach to achieve above requirement 1) Create a ztable in R/3 and store the information at each act