Very High Priority Notification Numbers

We want to calculate the % of notifications having priority very high. Formulae is clear but from where can we get the total count of notifications and count of notifications having "very high" priority ? Is there any table where we can get this count ?
Regards
VM

VM,
Is this for every notification in the database (PM, CS, QM) and all statuses (NOPR, NOCO, etc) and every plant, etc?
Otherwise you will need to limit your data further
PeteA

Similar Messages

  • High priority notification without pop up

    Is there any way in workflow to send a high priority email notification to agent without the pop-up?

    thanks for the reply Viji
    I've done exactly as you guided but still in MSS inbox the notification is coming with Normal priority.
    Although when I checked the workflow instance, the step is showing High priority.
    I also tried to change the priority to Very High and Highest - Express but still inbox notification is showing normal priority, although everytime i can see in workflow instance that priority is changed to what I set, but its not reflecting in inbox.
    Plz help.

  • Configure automatic forwarding messages with very high priority

    Hi experts
    Can anyone provide advice on how to configure Solution Manager so prio 1 messages that arrive outside our business hours is automatically sent to SAP
    Thanks in advance
    Edited by: María Valdés on Jul 30, 2008 10:32 PM

    Hi Maria,
    Do you already know [SAP Note 1023598|http://www.service.sap.com/sap/support/notes/1023598]?
    This is the most relevant SAP Note for Incident Management for VARs. It includes all relevant corrections and required configurations (including auto forwarding of Very High  outside business hours.)
    The following link should be also accessible for you:
    [www.service.sap.com/var-partner|www.service.sap.com/var-partner]
    Best regards,
    Ruediger

  • Doc Refrence number.(Very high priority plz)

    < MODERATOR:  Per the forum [rules|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement], please use an appropriate subject in your message.  "urgent" or "please" are not allowed.  Message locked. >
    Dear frnds
    iam facing an issue in reference field when we are issueing cheques from T-Code FBZ5 system will update automatically.
    But when iam seeing the Document header frm T-Code reference (XBLNR) number is showing eg:-102 when displaying GL balance reference colum is showing Some diferent reference number say 185 when im displaying document its showing 102.
    i have checked T-Code :-FB04 Display changes system giving msg  "No changes selected for document"
    Plz help me to resolve this issue.
    Regards
    Tanya Singh.

    Hi Sougata,
    I got solution for my second question but my first question was different as U answered.
    My question is I have to create number range object for field sd review no.
    which data type is NUMC with 12 character,
    When I tried to create number range for it then it gave some error message like character string not between 1  and 6 character.
    then I changed data type of this field to NUMC with  6 length.then I got successed.
    So my question is Can I generate number range for the field whose data type is NUMC with length 12 ??

  • Its a very high priority please help me

    the error is requested resource is not available
    //web.xml//
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">
    <display-name>Name for Loginportal</display-name>
    <description>
         This is a simple web application with a source code organization
         based on the recommendations of the Application Developer's Guide.
    </description>
    <servlet>
    <servlet-name>Loginportal</servlet-name>
    <servlet-class>com.hp.ifc.install.verify.Loginportal</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>Loginportal</servlet-name>
    <url-pattern>Loginportal</url-pattern>
    </servlet-mapping>
    </web-app>
    //Loginportal.java///
    package com.hp.ifc.install.verify;
    import javax.servlet.http.HttpServlet;
    import java.io.IOException;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.RequestDispatcher;
    import com.hp.ifc.install.database.Loginportalbean;
    * Servlet Class
    * @web.servlet name="Loginportal"
    * display-name="Name for Loginportal"
    * description="Description for Loginportal"
    * @web.servlet-mapping url-pattern="/Loginportal"
    * @web.servlet-init-param name="A parameter"
    * value="A value"
    public class Loginportal extends HttpServlet {
         protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException,IOException
              // TODO Auto-generated method stub
              RequestDispatcher rd;
              String username=req.getParameter("J_USERNAME");
              String password=req.getParameter("J_PASSWORD");
              Loginportalbean lb = new Loginportalbean();
              if(lb.isUservalid(username,password))
                   rd=req.getRequestDispatcher("success.html");
              else
                   rd=req.getRequestDispatcher("fail.html");
    url:http://ustca130/Loginportal
    please help

    I think this might be helpful
    <servlet-mapping>
    <servlet-name>Loginportal</servlet-name>
    <url-pattern>/Loginportal</url-pattern>
    </servlet-mapping>url-pattern should be like "/Loginportal"
    and what is ur webapplication name?
    i m gettting confused with your url. the url will be like
    http://<localhost>:<portno>/<webappname>/<urlpattern>
    Edited by: Diablo_Chiru on Apr 21, 2008 11:10 PM

  • Very High messages not forwarded to SAP out of the Business Hours

    Dear Gurus,
    I work for a SAP partner and we have the Solution Manager 7.0 + EHP1, SP stack 24, running under a Windows Server Machine with MS Sqlserver Data Base and we're facing the following problem:
    In between the business hours we are able to forward messages to SAP manually, however, after the business hours, messages set as 'very high' priority aren't being forwarded automatically to SAP.
    We have already triple checked the configs listed on the SAP Notes 1084744, as well ran the Z-Report included in the note 1225682, however no success at all.
    Would you kindly please shed a light on this matter?
    Thank you in advance.
    Everton.

    Hello Everton,
    If you are a var Customer using the transaction type ZLFN and action profile ZSLFN0001_ADVANCED, the action profile should be AI_SDK_STANDARD.
    I don't now if that is the case.
    If your issue persists, please trigger a message in SV-SMG-SUP.
    Best regards,
    Guilherme

  • SMS triggering for High Priority Incident

    Hi,
    I am using Solman 7.1 SP10. I have already configured ITSM-Incident Management.
    My requirement is, is it possible to trigger to SMS to support team message processors, if Incident is of High OR Very High priority.
    is this SMS triggering configurable in Solman ? If yes, how to configure.
    Regards
    PK

    Hi P K,
    Your requirement can be divided in to 2 parts.
    1st Part : You can route the messages to respective support team based on the priority of the messages via BRFPLUS. Below is the url for routing of messages based on SAP Components.
    Support Team Determination via Business Rule Framework plus - SAP IT Service Management on SAP Solution Manager - SCN Wi…
    In the similar fashion you have to do it based on priority of messages.
    2nd Part : Basis Area.
    You can configure the SMS triggering instead of email.
    Regards,
    Kumar

  • Very High Pro Forma Invoice Issue

    Hi, any one explain about this
    Very High Priority- Pro Forma Invoice Issue
    how to create proforma invoice issue and where it can be used. In which scenarios we can use it.

    Hello,
    You can create Proforma Issue with the billing type F5 for Order related billing and F8 for delivery related billing.
    A Proforma invoice is an invoice provided by a supplier in advance of providing the goods or service. The term pro forma (occasionally written proforma) comes from a Latin phrase meaning, "as a matter of form". Its meaning depends on the context in which it is used. In business terminology, A pro forma document is provided in advance of an actual transaction. Such a document serves as a model for the actual documents of the transaction. A pro forma (or proforma) invoice is a document that states a commitment from the seller to reserve some goods to be sold to a certain person, the buyer. The buyer places an order and if the seller agrees, it extend a proforma invoice; when the buyer receives this invoice and agrees to all the terms specified in it, the goods are sent and the proforma is replaced by a commercial invoice (the definitive document). <b>A proforma invoice doesn't establish any obligation of transfering money from the buyer to the seller.</b>
    Regards,
    Gauravjit.
    Reward points if the explaination is helpful

  • Worklist has no low priority items (only Very High, High and Medium)

    This is the default:
    Low
    0-25%
    Medium
    26-50%
    High
    51-75%
    Very High
    76-100%
    However, the worklist has no low priority, only Very High, High and Medium.

    Similar situation here. I fitted a BT accelerator a month after the switch to ADSL2+ to get that last little bit of speed and instead it caused repeated dropouts. My IP profile got hammered and SNR set crazily high as a result.
    Removed the accelerator and have a rock solid line again. That was 3 weeks ago and my profile is now at 12000 with SNR down to 12db. Hopefully will be back to where I was before the accelerator some time by the end of January.
    I am using a Dlink 2460 so could force the SNR down with DMT software but am holding off at the moment as BT's profiling is so aggressive I don't want to give it any excuse to hammer my line again.

  • High priority bug to be solved very  urgent

    Hello Experts,
    I need your help and plz close this topic once its solved.
    Here is the problem:
    There is  report called "Material Group".When its is displayed for  material gorup say "GB06010000" is displayed as part of report data wheras the source system (oracle ) does not have this item any more in the catalog. This indicated that data is not refreshed for quite a long time.
    This report is connected to the third party application (oracle db) not EBP system(r/3). Time to time there has been deletion  or addition  catalog items and in all as of today there are 815 items, whereas BIW report displays 4204 items. How can i refresh this data to display 815 items.
    how to solve this issue any ideas or suggestion????
    the reports is on ODS level.
    I hope  all of u take this problem as urs and try to give me solution as earliest possible.
    <b>this is high priority issue from client side</b>.
    thanks in advance . Surely il assign the points.
    email id: [email protected]
    Urs,
    Raki.

    Hey Lilly,
    Yep  i have deleted the contents of ODS sucessfully and i have reloaded it sucesfully but from biw side there is no problem as i feel.
    So i requested my onsite people to look in to the oracle db table how many records are available.Later then we will make take some decision .
    So still the problem isnot solved il be updating this in another couple of days.So i request u to take care this issue and now i have assigned u points also.
    Thanks for ur info.
    Possible give me ur personal mail id so that i can direclty drop to ur mail.
    Urs,
    Raki

  • Listing Items based on criteria e.g. High Priority Items First.

    Hi,
    One of our customers have a need to List High Priority Items first on the WebTools site.
    Let's take two ItemCodes for example: Printer001, and, Monitor001.
    >> If these two items are included in the same category then Monitor001 will appear before Printer001 as WebTools sorts in alphabetic ascending order;
    >> But, our customer wants Printer001 to appear before Monitor001 as it is an Item higher in priority that Printer001.
    I can think of two possible solutions:
    1/2) Prefix Items with a number or letter to have it appear first in the WebTools default sort order. E.g. Rename "Monitor001" as "AMonitor001". This will not be possible for existing Items in SAP, so it doen't solve the issue,
    Or,
    2/2) Customize the Default WebTools Item List block to sort Items based on a User Define field called "pririty". Which might require a lot of effort.
    Please advise if anyone else has solved similar issue and how.
    Thanks very much for your replies in advance.

    Hey Kafil ... I think you may be stuck modifying the parts list page or creating something from scratch. I'm not aware of an easy way to do this out of the box.

  • SG200-26P [FW-1.1.2.0] - Very High Response Time: 1000ms!

    Hello,
    Problem: New SG-200 26P Smart Switch with Latest Firmware - Very High Responce Time 500-800ms
    We've a EdgeMarc 4500 Router with 10 VPN tunnels to 10 brach locations. SG-200 26P Smart Switch is connected to 7 Servers (2 Terminal, SQL, and Other) All locations have 50MB Download and 20MB Upload speed from Verizon FiOS Internet service.
    As per the SolarWind tool, the response time of this switch is around at 500ms. At the same time, the EdgeMarc 4500 router response time is around 40ms and less.
    We've 60 desktops remotely connected to our SQL Server database and 40 RDP Users via Remote Desktop. The configuration is same from past 3 years. But we change the switch from HP 1800-24G to Cisco due to some Connection Failures. For Connection Failures, we first suspect the old HP switch, but it's look like issue with EdgeMarc Router.
    Is this Response Time is normal? I attached two screenshots of both Cisco Switch and EdgeMarc Router Response Time from past 24 hours according to SolarWind tool. Any further advice would be greatly appreciated. Thank you.

    Hello Srinath,
    Thank you for participating in the Small Business support community. My name is Nico Muselle from Cisco Sofia SBSC.
    The response time from the switch could be considered as quite normal. Reason for this is that the switch gives CPU priority to it's actual duties which would of course be switching, access lists, VLANs, QoS, multicast and DHCP snooping etc etc. As a result of that, ping response times of the switch itself do not show in any way the correct working of the switch.
    I invite you to try pinging clients connected to the switch, you should be able to notice that response times to the clients are a lot lower than response times of the switch itself.
    Hope this answers your question !
    Best regards,
    Nico Muselle
    Sr. Network Engineer - CCNA - CCNA Security

  • Workflow: Setting the high priority flag

    Hi,
    Does any one know how to set the priority for the email notification?
    (Eg: In microsoft outlook red exclamatory mark for high priority)
    I tried the option priority in notification and message but its not giving the desired output(i.e Flag).

    I know you can set the priority on the task.
    If you click on the User step and go under Routes and Priority, you can change the priority and you will see a different icon in Workspace.
    I'm not sure this will change the priority on the email though.
    Jasmin

  • New Camera Profiles and very high ISO files

    I am having some difficulty directing this 'beta' comment as there no longer seems to be a Labs forum for the new Profiles. My apologies, if necessary, for therefore intruding on a user-to-user.
    Also, to add to my misdemeanours, I previously posted the following (slightly amended here) in the LR forum - which again may be not the ideal place.
    "I have been really impressed with the camera profiles - in my case the Standard NEF for a D3 - and posted a complimentary message to that effect on the Labs LR beta2 forum under the pseudonym Rockshead.
    The revelation that each profile is camera specific raises a particular question about that for the D3. Whilst the conversions at 'normal' ISO ratings are - as I said - stunning; the same cannot be said of those for the very high ISO numbers available with the D3; compared to the conversion of the same in View/CaptureNX. Applying LR noise reduction - by the bucket load - cerrtainly aids the definition, but has little effect on the colour differences.
    I suppose my question is, is this something that we have to live with; or is there hope for the future that this will be able to be sorted by further tweak of the profiles. I can quite understand if this is element of the conversion is another ingredient of Nikon's secret sauce, and therefore outside of Adobe's future thinking? Nevertheless, it would be interesting to know the thinking.
    Let me hasten to say, I am content to live with it for the relatively few ultra high ISO pictures I deal with. No complaints at all from me on the brilliant way Adobe has tackled the camera profile upgrade. Nevertheless, regular use of high ISOs is coming, and so it is a legitimate question,"

    > Whilst the conversions at 'normal' ISO ratings are - as I said - stunning; the same cannot be said of those for the very high ISO numbers available with the D3; compared to the conversion of the same in View/CaptureNX. Applying LR noise reduction - by the bucket load - cerrtainly aids the definition, but has little effect on the colour differences
    1. Can if you can provide a documentation for such color differences in form of a raw file and pointing out some differences caused by the conversion?
    2. "Very high ISO numbers" is not very specific. I wonder if you are aware of the fact, that your camera's highest real ISO setting is 6400. The settings 12800 and 25600 are eye-wash, meant only for those creating JPEG in-camera.

  • High Priority Items Inventory Alert

    Hello All --
    Thoughts on this...
    I would like a report that indicates when we are either low or out of stock of inventory.  However, I don't want a general report that just tells us when ALL inventory is low or is out of stock.
    Rather, we would like the report to update us only when certain high priority products are low or out of stock. 
    What's the best way to go about doing this?
    Thanks!
    Mike

    Hi Gordon --
    In answer to your question, the query shows the following:
    Style #...Color...Total Qty...L Size Qty..L Size %
    This is very close to what we are looking for.  The gap is that it only shows the data for a single size -- Large.  It sounds like we would have to run separate Queries for each of the other sizes. 
    Ideally, the Query would indicate whenever 1 or more of the sizes fall below the minimum %  (or qty) set. Initially, I envisioned it looking something like this:
    Style #...Color...Total Qty...S Size Qty...S Size %...M Size Qty...M Size %..., etc. for rest of sizes.
    However, this may not be the best format and a lot of data to look through.  You suggested an alternative which I am certainly open to...just not sure what you mean by it. 
    The ultimate goal is to have a report that will help us identify when inventory falls below a critical level (either by % or amt -- % would be more accurate as sizes are not purchased equally) ) for high priority products. 
    Bishal -- thanks for the suggestion.  Have not set up the alert function - thought a query would better achieve what we are looking for as it is all combined in a single report.
    Gordon - can you send example of Query you are suggesting?
    Thanks!
    Mike

Maybe you are looking for

  • HOw do I create a ringtone for iphone5 using the new itunes

    How can I create a ringtone for my iphone 5 using the newest version of itunes. Thanks

  • Plz suggest book for Oracle - SQL and Oracle PL/ SQL

    Hello Experts, Please suggest me the best book(s) for Oracle - SQL As well, For the Oracle - PLSQL searched on the net but bit confused. Thanks in advance................

  • QUERY'S

    BUen dia, Tengo una duda con el siguiente query SELECT T0.DocNum AS 'FACTURA', T1.CardFName AS 'CLIENTE', T0.DocDate AS 'F. FACT.', T2.DocDate AS 'F. PAGO',datediff(day, T0.DocDate,T2.DocDate) as 'DIAS', '%' = CASE WHEN datediff(day, T0.DocDate,T2.Do

  • Resizing the stage around its center

    I have done some animation work on a stage 320px X 320px. I find that I must present the same work on a stage 240px X 320 px. If I use the Property Inspector window, I can enter the new stage size. Unfortunately, the window is resized with the left h

  • How do i cut parts of my video on imovie HD?

    Hi, I cant cut out a part of my film on imovie HD, I already tried cntrl T.. what should i do