SE 30 BAR chart Recommended run times?

Hi Experts,
                  I have been searching for Recommended  ABAP ,DATABASE and SYSTEM Ratio in SE30 Bar chart. I never come across any document who  explained properly about this , Can Any body help regarding this .
I also want to know why SYSTEM bar showing different percentage every time i run the same program.
Edited by: gafoor.sunkesula on Apr 13, 2011 12:16 PM
Edited by: gafoor.sunkesula on Apr 13, 2011 12:17 PM

there is no recommended ratio, because that is not possible, as all applications are different.
You should also not concentrate on the ration, but on the absolute values.
All absolute values will vary even in repeated executions, for example there can be more load on the DB (ratios can vary much more, if absolute numbers are small).
Chart helps you to find out, whether there is a problem with database or not. High system times tell you that there is probably a lot of loading and generating, better measure a repeated execution.

Similar Messages

  • How do you set the size / bounds of a waveform chart at run time?

    I have a plot area that I would like to fill with as many waveform charts as the user specifies (at run time). The "bounds" property is read only and I haven't noticed an additional "size" property for a waveform chart as there is for a button. Is there a way to set the size of a waveform chart at run time, and if not, why not? (Labview 6.1)

    Look at it a little more carefully, I suspect that your assumption is only half wrong. The property does only resize the plot area--LV resizes the frame to fit the resized plot on it's own.
    You'll need to bear this in mind when you're figuring-out what size to set the property to.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Only first plot of waveform chart has run-time menu

    Hello again all you helpful forum-goers!
    My multi-plot waveform chart is working decently well, but now for some reason only the first plot in the plot legend displays a run-time customization menu when I click on it while the VI is running (allowing me to select the plot color, etc.).  All the other plots do nothing when I click on them.  I do not have any mouse-down events or filter events of any kind in my VI.  I programmatically set the number of plots and the size of the plot legend, along with each plot's name, y index, and color.  Any ideas as to what might be going on?
    Thanks a bunch as always!
    -Joe
    Solved!
    Go to Solution.

    Okay, hopefully this will help get some more thoughts / answers flowing.  I've copied my strip chart from my actual VI into a test VI, and it still exhibits the problem.  On the other hand, I have created a new strip chart from scratch, and it works fine.  I have attached both VIs here for you to see.  My guess is that some property of the first chart is set incorrectly or something, but I cannot figure out which one (and there are so many!).
    Any assistance you can give would be appreciated. The challenge is to get the chart in the first VI working (plots other than the first responding to a mouse click to change their color or other attributes), via changing some attribute of the chart (and being able to tell me which one you changed!).
    Thank you again for anyone who can look into this.
    -Joe
    Attachments:
    Test StripChart color selection not working.vi ‏17 KB
    Test StripChart color selection working.vi ‏12 KB

  • Is it possible to pass no of bars in a bar chart

    Is it possible to controls the no of bars displayed in a Bar Chart at run time.

    I don't know of a direct way to do this in LabVIEW, but there's a pretty good example in the NI Developer Zone Resource Library that demonstrates how to fake it using multiple plots.
    Do a search in the Developer Zone for "changing the plot color", and the first hit should be the example I'm referring to.
    Another popular option is to use an attribute node or property node for your chart to cause it to blink when a plot goes above a particular limit.
    Regards,
    John Lum
    National Instruments

  • Cluster Bar charts

    HI,
    I have a cluster bar chart that runs well with one query. The problem occurs when you add more than one series. I get an SVG Chart error ORA-20001 The only differenece is that the second and third series would have a distinct[b] resolution_type. Has someone run across this issue? I have pasted my query below:
    SELECT NULL l
    , MON
    , MAX(resolution_type) resolution_type
    FROM ( SELECT TO_CHAR(stat_date,'MM/YY') mon
    , NVL(COUNT(status), 0) resolution_type
    FROM ht_issues
    WHERE category = 'Help Desk Issue'
    AND resolution_type = 'Functional'
    and trunc(stat_date) between to_date(:P14_RPT_DATE, 'dd-mon-yy') - 27 and to_date(:P14_RPT_DATE, 'dd-mon-yy')
    GROUP BY TO_CHAR(stat_date,'MM/YY')
    UNION ALL
    SELECT DISTINCT TO_CHAR(stat_date,'MM/YY') mon
    , TO_NUMBER(NULL) resolution_type
    FROM ht_issues
    GROUP BY mon
    Any help would be appreciated,
    Thanks,
    Wally

    The SELECT statement you have is still only defining one series. You do not use UNION ALL to add a second series to a cluster bar chart. Use the "Add Series" button in the "Chart Series" to add your "SELECT DISTINCT TO_CHAR(stat_date,'MM/YY') mon , TO_NUMBER(NULL) resolution_type FROM ht_issues" query. Each series needs to be defined separately with its own SELECT statement.
    Mike

  • Modify chart options at run time?

    Post Author: davestewart
    CA Forum: .NET
    I am trying to create a bar chart that shows a custom grid line, or a reference line across the chart. I can set this manually in chart options using the 'Draw custom line at:' setting in the grids tab of the data axis in chart options. There must be a way to set this programatically at run time as this value will change based on the dataset passed to teh report each time. How could I accomplish this report?
    If there is some other way to show a horizontal reference line on my bar chart, and have it match up with the scaling, that would be fine too. Any method of getting this on there would be great.
    Thanks for any help you may be able to lend!

    Hi ,
    this will work..ut after you enter the p1 , you atleast have to hit enter key to get the value automatically in p2.
    this is because you have to have atleast one screen refresh.
    handle the eventy at selection screen output....
    this is called just before the screen is dispalyed.
    may be something like this.
    p_matnr  material
    p_maktx  description of material
    But the value will not appear as soon as you enter the p1 , you have to..
    1)enter p1
    2)press enter
    3)now p2 will appear automatically since at selection screen output would have processed in between.
    AT SELECTION-SCREEN OUTPUT.
      IF NOT p_matnr IS INITIAL.
        SELECT SINGLE
        maktx FROM makt INTO p_maktx WHERE matnr = p_matnr AND spras = 'EN'.
      ENDIF.
    please reward if useful.
    Edited by: santosh sarda on Mar 8, 2008 11:51 AM

  • How to create "time sheet" bar chart?

    Hi Experts,
    I am using Crystal Reports 2008 and I would like to ask the steps to create a time sheet liked bar chart with following information:
    Imagine I collected the CPU usage of a computer every 30 seconds.
    In the report layout, X-axis should be the time of date. Such as 00:00, 06:00, 12:00 and 18:00. Y-axis should be the exact date. Such as 2009/05/01 to 2009/05/31. Highlight color should be applied to identify the usage. Such as <30% is gray, 30~70% is blue and >70% is red.
    Here is my target layout: [timesheet|http://img200.imageshack.us/img200/1292/timesheet.png]
    I tried to use bar chart template but crystal report sum up the total duration, not the exact time. When using Gantt chart, it almost fulfilled my requirement. But the bars of same date is not aligned horizontal, just like stairs.
    Thanks a lot for help!
    Regards,
    Albert Lai

    Thank you for reply!
    I tried "horizontal stacked bar chart" but it still have problem...
    Let's see my screen dumps: [Chart Expert - Data|http://img514.imageshack.us/img514/6595/timesheet2.png], [Chart Expert - Highlight|http://img411.imageshack.us/img411/1924/timesheet3.png], [Result|http://img269.imageshack.us/img269/8195/timesheet4.png]
    Is that no one will use Crystal Reports like my sample?
    Regards,
    Albert Lai
    Edited by: Albert Lai on Jun 4, 2009 3:24 PM

  • How to bind chart type at run time

    Hi,
    I want to select chart type at run time using a drop down , i know the class name (CL_WD_BUSINESS_GRAPHICS) which
    has to be bind. but iam unable to bind the class.
    can any one help me.

    Hi,
    **... check view exists
    check me->if_salv_wd_view~r_view is bound.
    *... get wd root uie for adding graphic control uie
      data:
        lr_wd_root type ref to cl_wd_transparent_container.
      lr_wd_root ?= me->if_salv_wd_view~r_view->get_element( if_salv_wd_comp_table_ui=>c_uie_root ).
      check lr_wd_root is bound.
    *... use a group container
      data:
        lr_wd_group type ref to cl_wd_group.
      lr_wd_group ?= me->if_salv_wd_view~r_view->get_element( if_salv_wd_comp_table_ui=>c_uie_graphic_container ).
    *... if wd uie group container does not exist create group container
      if lr_wd_group is not bound.
        lr_wd_group = me->if_salv_wd_comp_table_ui~create_graphic_container( ).
      endif.
    *... get wd uie graphic
      value ?= me->if_salv_wd_view~r_view->get_element( if_salv_wd_comp_table_ui=>c_uie_graphic ).
    *... if wd uie graphic does not exist create graphic
      if value is not bound.
        data:
          l_source_category type string,
          l_source_series   type string,
          l_source_point    type string.
        concatenate if_salv_wd_comp_table_data=>c_name_node_graphic '.'
                    if_salv_wd_comp_table_data=>c_name_node_graphic_category
                    into l_source_category.
        concatenate if_salv_wd_comp_table_data=>c_name_node_graphic '.'
                    if_salv_wd_comp_table_data=>c_name_node_graphic_series
                    into l_source_series.
        concatenate if_salv_wd_comp_table_data=>c_name_node_graphic '.'
                    if_salv_wd_comp_table_data=>c_name_node_graphic_series '.'
                    if_salv_wd_comp_table_data=>c_name_node_graphic_point
                   into l_source_point.
        value = cl_wd_business_graphics=>new_business_graphics(
                  view                 = me->if_salv_wd_view~r_view
                  id                   = if_salv_wd_comp_table_ui=>c_uie_graphic
                  bind_category_source = l_source_category
                  bind_series_source   = l_source_series ).
        data:
          l_bind_value type string.
        data:
          lr_wd_category type ref to cl_wd_category.
        concatenate l_source_category '.' 'LABEL' into l_bind_value.
        lr_wd_category = cl_wd_category=>new_category(
                           view             = me->if_salv_wd_view~r_view
                           bind_description = l_bind_value
                           bind_tooltip     = l_bind_value ).
        value->set_category( lr_wd_category ).
        data:
          lr_wd_series type ref to cl_wd_series.
        concatenate l_source_series '.' 'LABEL' into l_bind_value.
        lr_wd_series = cl_wd_series=>new_series(
                         view              = me->if_salv_wd_view~r_view
                         bind_point_source = l_source_point
                         bind_label        = l_bind_value
                         bind_tooltip      = l_bind_value ).
        value->add_series( lr_wd_series ).
        data:
          lr_wd_point type ref to cl_wd_point.
        concatenate l_source_point '.' 'LABEL' into l_bind_value.
        lr_wd_point = cl_wd_point=>new_point(
                        view              = me->if_salv_wd_view~r_view
                        bind_value_source = l_source_point
                        bind_label        = l_bind_value
                        bind_tooltip      = l_bind_value ).
        lr_wd_series->set_point( lr_wd_point ).
        data:
          lr_wd_value type ref to cl_wd_numeric_value.
        concatenate l_source_point '.' 'VALUE' into l_bind_value.
        lr_wd_value = cl_wd_numeric_value=>new_numeric_value(
                        view       = me->if_salv_wd_view~r_view
                        bind_value = l_bind_value ).
        lr_wd_point->add_value( lr_wd_value ).
        me->if_salv_wd_comp_table_ui~add_child_to_container(
          r_container = lr_wd_group
          r_child     = value ).
      endif.

  • BEX WAD 7.0:  Chart Takes Long Time to Display in Portal - Query runs FAST

    I have a BEx WAD 7.0 template which contains 3 column charts (each with it's own seperate DataProvider/Query).  When the page loads...two of the charts show up right away, but one of them takes almost a minute to display on the screen (I thought it was missing at first).
    I ran all three queries in the BEx Query Analyzer (including the one for the chart that takes forever to load) and they all complete within 3 seconds of hitting "Execute."  So I don't believe it is the query causing this issue.
    The chart that doesn't show up right away does have more data to display than the other two...but I have queries/charts on other web templates that contain 3-times the data of this one and show up fine when executed in the portal.
    Anyone else having this issue or have an idea on how I can optimize the WAD charts and/or find out what is causing this issue?  Again...the query that fuels this chart completes its execution in about 3-4 seconds.
    Thank you for your time and of course points will be assigned accordingly.
    Kevin

    Hi,
    have you already checked how much time the IGS consumes when creating the charts?
    Run TA SIGS and check the statistics values.
    Regards, Kai

  • Chart run-time tools: focus

    Hello,
    I have a problem with the chart run-time tools. The Focus button doesnu2019t seem to work.
    Situation:
    My chart has values (y-axis) that vary mainly from 0 to 30, but sometimes there might be values over 100. I want the user to be able to see the trend clearly between values from 0 to 30. So I have set y-axis limit to follow the max value of the spread till it reaches 30. With higher values chart max limit stays in 30 (formula in cell).
    With Focus Button and Reset Scale Button I would allow user to format chart to show the overall trend with values over 30.
    Problem example:
    One of my y-values is 50. When I preview the chart the max limit is at 30 (as explained earlier). When I click Focus Chart Data-button the chart rescales to 35, but not to 50 (adds 5). Another example: my value is 80 and limit is at 60. With Focus chart data u2013button the chart rescales to 70 (adds 10) not 80
    What is the logic here? Why wonu2019t the chart rescale to my value?
    Br.
    Nicolas

    hi Nicolas,
    I tried to replicate your scenario using Line Chart.
    Sample Data
    x1,y1 - A, 1
    x2,y2 - B, 4
    x3,y3 - C,15
    x4,y4 - D,30
    Now i bind the data with Line Chart using 'By Series' and 'Category labels'.
    Go to Behavior -> scale
    set Manual Y-axis
    Min limit : 0
    Max limit : 30
    Go to 'Common' tab
    Enable Run-time Tools.
    Click Preview
    Grow - 35
    Off- 30
    Auto - 35
    Focus - 35
    Reset - 30
    Now i change my x3,y3 in excel to C, 50
    Now click Preview
    Properties are changed automatically as follows.
    Grow - 60
    Off- 50
    Auto - 60
    Focus - 60
    Reset - 30
    Here, i don't see any problem. As data changes, properties are automatically adjusted.
    Please try it out and let me know if  problem still exists.
    Regards,
    Vamsee

  • Bar chart and pie chart in same screen at a time

    hi experts,
    I am trying to display the bar chart and pie chart in two separate containers in same screen .I wrote code for this in PBO of screen by using the function module  GFW_PRES_SHOW , but it is showing one chart at a time which is lastly executed in the PBO.
    I need to display two charts in two container at a time by calling the same function modules two times first time for bar chart second time for pie chart by changing the  parameter 
    presentation_type      = 1 for bar chart
    presentation_type      = 31 for pie chart.
    please help me in this regard asap.
    Thanks,
    K.Rajesh.

    Hi..
    Instead of using the FMs .. you should use the Object oriented approach for the same.
    Brief steps:
    You should have 2 control areas and 2 containers.
    Define different instances of 2 controls and attach them to the 2 containers.
    Call individual methods to display the controls in PBO.
    This should show both at a time. It is really simple.
    As an example you can go to SE38. From the (sap) menu go to Environment -> Examples -> Control Examples.
    Here you will see lot of examples.
    Regards,
    Varun.

  • Menu Bar at run time

    Dear All,
    I need to hide the following menu bar in oracle forms at run time
    Action Edit Query Block Record Field Window Help -----(It will Show at run Time)
    Below some icons,ie,
    Save,Print,Print Setup,Exit,etc
    How to do it?Please help me..
    Thanks and Regards,
    Fazil

    Hi, plz suggest how disable or invisible the submenu items. there is no reply for my last post.
    using set_menu_item_property I am not able to achive this.
    here submenu items means e.g TRANSACTIONS-----------> ACCOUNTS ----------> PURCHASE, SALES
    In TRANSACTIONS a menu in the menu bar, and ACCOUNTS is the menu again and PURCHASE ,SALES are items.
    like this any number of submenus we can create for menu bar. But how enable or disable these items.
    with thanks
    gms

  • Programmatically create a bar graph (ADF DVT) at run time...

    Can someone show me how to programmatically create a bar graph (ADF DVT) at run time..
    Thanks in advance.
    Minh

    Hi Briston,
    You can make the column selected by setting "selected" property of column to true
    Sireesha

  • Complex bar chart/time line design problem encountered

    Greetings,
    I am struggling with a Crystal reports design issue and I am hoping that all of you gurus out there might be able to help me.
    I need to create a graph displaying usage of industrial-type equipment over a time range. The graph should be something like a stacked bar chart but each bar needs to display multiple segments of the same colour.
    For example, each piece of equipment can have the following usage types: idle, full production, half production, out of use.
    Usage could be:
    08:00-09:00 out of use
    09:00-10:00 idle
    10:00-11:00 half-production
    11:00-11:15 idle
    11:15-12:00 half production
    12:00-13:00 full production
    13:00-14:00 half production
    14:00-14:15 idle
    etc.
    All of this needs to be displayed in a single bar per peice of equipment. The date range may span multiple day.
    I hope someone can help me out,
    zaroblan

    Hi Robert
    Create a formula field with usage types: idle, full production, half production, out of use and use this formula field in "On change of" in your chart.
    Create another formula field with the calculations required and use that in "Show value" in the chart.
    Hope this helps!!
    Regards
    Sourashree

  • Crystal Report Stacked Bar Chart by Time

    Does anybody know how to do the following:
    Each input record represents an operation scheduled for tomorrow - each record contains following fields.
    Operating Room Number,
    Operation Case Number,
    Scheduled Start time of Operation,
    Scheduled End time of operation.
    Sample data would look like this:
    OR Room , Case, Start Time, End Time
    1, A, 7:30 AM, 10:30 AM
    1, D, 11:00 AM,1:00 PM
    1, G, 1:30 PM,  5:00PM
    2, Z,  8:00 AM, 10:00AM
    2, X, 11:00 AM,  2:30 PM
    Chart should show time of day on y axis, and operating room on x axis.
    Each operating room on x axis should have a stacked bar representing the start/end time of each operation.
    example or first column follows (ignore the dots)
    07:00......__
    07:30......|...|
    08:00......|...|               
    08:30......|...|
    09:00......|...|
    09:30......|A.|
    010:00....|__|
    10:30..... __
    11:00......|...|
    11:30......|...|
    12:00......|D.|
    12:30......|__|
    01:00...... __
    01:30......|...|
    02:00......|...|
    02:30......|...|
    03:00......|...|
    03:30......|...|
    04:00......|G.|
    04:30......|__|
    05:00
    .............OR1........OR2

    I think what you are looking for is
    Gantt chart
    A Gantt chart is a horizontal bar chart often used to provide a graphical illustration of a schedule. The horizontal axis shows a time span, while the vertical axis shows a series of tasks or events. Horizontal bars on the chart represent event sequences and time spans for each item on the vertical axis. You should use only date fields when creating a Gantt chart. The field you choose for the data axis should be set to "For Each Record," and the start and end-date fields should be added to the "Show value(s)" area of the Chart Expert's Data tab.
    OR
    XY Scatter
    An XY Scatter chart is a collective of plotted points that represent specific data in a pool of information. The XY Scatter chart allows the user to consider a larger scope of data for the purpose of determining trends. For example, if you input customer information, including sales, products, countries, months, and years, you would have a collective of plotted points that represents the pool of customer information. Viewing all of this data on an XY Scatter chart would allow you to speculate as to why certain products were selling better than others or why certain regions were purchasing more than others.
    You can look at some of the examples at this url and then try to create them
    [http://www.recrystallize.com/merchant/threedgraphics/CRChart.htm|http://www.recrystallize.com/merchant/threedgraphics/CRChart.htm]

Maybe you are looking for

  • Open PS upload error

    Hi ALL, The following error when trying to upload a project. There is some problem with connectivity also because immediately after this if I try to re-upload then it says " You are not logged into R/3 Please Log in first" whereas I am already logged

  • How to handel cancel button in Sap Script ?

    Hi friends, I want to print SAP Script, in print popup screen have u201C print previewu201D  u201CPrintu201D  u201CCancelu201D  button. Whenever  press  Cancel button getting popup message u201COutput was cancelled by the useru201D , if press u201CEx

  • Xslt:include within CLOB

    Hello community, There is a table with CLOB-fields containing XSLT documents. I read this table from java and do XSL-Transformation in Java, too. Now I need to split this documents in separate modules and save each modul in an own table entry. I want

  • 10.5.3 Shutdown issue

    Since installing the 10.5.3 update I have been having random moments where my macbook won't shutdown and will just stay there on the wallpaper and a few spinning lines I waited about 15 or more minutes but it won't shutdown making the only option is

  • Numbers iOS icon??

    What does the arrow pointing up in the corner of my spreadsheets in Numbers mean? They are on all of them. Thanks!!