CProject and Threshold values

Hi,
I would like to extract Threshold values from cProject to SAP BI but I cannot find any extractor holding this information. Would I have to extend an existing extractor or ...?
Best regards,
Morten

Hi,
I donot what is exact DS for your requirement.
But I would like to ask one thing:
Have you Checked in the existing DS lists in C projects area:
http://help.sap.com/saphelp_nw2004s/helpdata/en/51/531e3e6217b40be10000000a114084/frameset.htm
With rgds,
Anil Kumar Sharma .P

Similar Messages

  • CProjects - Alerts and Threshold

    Hi,
    We have an automatic alert set up for a task in cProjects 4.0. In the IMG under "Define Threshold Values", if I set the "Object category" as 'Task', I see that alerts trigger for the person responsible for the task and also to the persons assigned to the task. However, our business requirement is that the alerts go only to the person responsible for the task and not to those asigned to the task. Is there a way we can achive this?
    Regards...

    Check out if it's possible using DPR_ALERTS Badi
    Regards
    Sreenivas

  • Average of all values between (first above and last above) a threshold value.

    Currently I have a VI which I programmed a year or more ago, which grabs any value out of a data set that is above a threshold value. This is used for capturing the average of all values over a threshold when there is one peak of values that go above that threshold. However, when there are two or more peaks that go above this threshold, only the values above that value are averaged, so the end result is the average of two or more averages.
    What I need is for every value that occurs after the threshold is reached and before the threshold is dropped below for the last time. Picturing a set of data whose graph looks like the letter "M," for example with the threshold being halfway up the M, I want to show the average of (the first hump, plus the dip below the humps, plus the last hump) but what I'm getting now is the average of (the first hump, plus the last hump). What I get now cuts out the data between the two peaks.
    Any assistance would of course be appreciated.
    Solved!
    Go to Solution.
    Attachments:
    AveAboveThresholdAll.vi ‏15 KB

    Actually I think that Tims solution has a little difference to the stated problem that both limits should be above a threshold value. Since the second array is inverted the rounding should be not towards +Infinity but towards -Infinity in order to really only go up to the last element that is above the threshold. The code as made by Tim takes one sample more, which could or couldn't have any significance.
    Nevermind, I take that back.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Call type table and service threshold value

    I see for the call types where the service threshold value is set to default, the service threshold is shown as NULL in the Call type table. 
    Howver when you decide to override it, it shows the actual value.  Any reason why Cisco decided to have a NULL value for default and not the numeric one . (it is actually 20s)

    Please go through documentaton of all features that you required
    For India Payroll
    40ECS
    40CLM
    40LTR
    40EPF
    40PTX
    PPMOD
    DTAKT
    40ECC
    40ACK
    LGMST
    TARIFF
    For Time Management
    SCHKZ
    TMSTA
    QUOMO
    WWEEK
    WRKHR
    VTART
    MASEX
    HRSIF
    LDAYW
    TIMTA
    are some features, go to each and individual feature through PE03 and check the documentation , you can able to get an idea about the return values
    >If you want to see the complete list of feature
    >Go to PE03 give ***** at the field of feature name and press F4
    OR
    >Please run the program program RPUMKD00 ( through SE38)
    >Give value ***** in the FROM  field and keep the TO filed blank   for the selection of FeaturesLeave the Person Responsible fields blank
    >Give 1 for as in put  to the field Type of feature
    >Give 1 for as in put  to the field Version
    >Give 1 for as in put  to the field Activation indicator
    >and execute (F8)
    Select the required one from the list and go for documentation
    Edited by: Sujith Nambiar on Sep 17, 2010 2:48 PM

  • CProject 4.0  evaluations - Define Threshold Values

    Hello All
    I need to set the Threshold Values so that the status icons can be showed on the dashboard.
    I followed the installation guide but i wasn't`t so clear for me, the system provides some templates.
    But most of the templates that appears on the 000 client are referred to resource asignment or work accomplishment. At this moment i need to set the alerts by schedule. Meaning that we want to set an alert depending on how far is the real date from the scheduled on task, checklist, etc
    I would like to know if there are any documentation about how to configure this or anybody can give me a hint on this subject?.
    Thank you all in advance for your help
    Regards
    Gaston

    The documentation is a little 'thin' in this area and the 'Define Thresholds' function is a bit strange to use.
    So here's an example:
    Assume that I have created an evaluation that includes planned start date (SCHEDULED_START).
    Create a threshold value based on your evaluation, give it a name and choose 'TASK' for object category (you can leave it blank to mean all objects if you want to)
    Click on the "a/b" button and go into the formula definition.
    In here you build your formula by selecting fields, adding the operators (+ - > < = etc) and entering numbers or strings.
    The example formula below triggers a threshold 5 days after the planned start date where the status is not complete.
    ( Calculated Start Date + 5 ) > Current Date AND System Status for an Object as a String <> 'I1702'
    You can also toggle between this view and the 'Technical' view which allows you to type the formula in directly using field names (example below):
    ( SCHEDULED_START + 5 ) > SYST-DATUM AND SYSTEM_STATUS <> 'I1702' AND TSK_TYPE = 'ZPF_STANDARD'
    Hope this helps
    Paul

  • SAPCCMSR agent installation and integration with threshold values

    Hi!
    I have successfully configured CCMS monitoring for ABAP stack.
    Now I consider to monitor the J2EE stack.
    My questions:
    Is there some suitable documentation for:
    - set up of SAPCCMSR agent
    - integration of threshold values for the SAPCCMSR
    How much effort should be investigated for the these actions?
    Any helpful information will be appreciated
    regards
    Thom

    Check this [document|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/304fe0af-804a-2a10-49ab-bc48e0cd147d]
    Thanks
    Prince Jose

  • Consideration of factory calender in threshold values

    Hi,
    I need to consider the factory calender in the threshold values to check the due date of a task or a checklist item.
    For example:
    The task/or checklist item is due in 11 days (and the factory calender should be condsidered)
    Does anybody know how to implement these checks in the threshold values of cprojects?
    Thanks for your help!
    Isabella

    Dear Friend,
    Ideally you should not change anything on Production server directly.
    The normal & universally acceptable way is to transport the changes from Development or Quality to Production.
    Still if you want to make changes on Production Server Directly (which even i dont recomend) you need to make Production Server in change mode thru T-Codes SCC4 & SE03 & make necessary changes.
    Let me know if you need to know how to use T-Codes SCC4 & SE03.
    Thanks,
    Jignesh Mehta

  • Cprojects and workflow

    Hi everybody,
    I am working in workflow (Cproject module),
    Standard business object events are not triggered,
    ex: BUS2172 for project - created event is not triggered.when i create a project this created event is not triggered.
    I dont know why the standard events not triggered,
    I think any configuration is required, can any one help me?

    Hi Camilo,
    The workflow which you find in standard is e.g. TS 28700002 (Task Released). But this is send immediately when the task is released, not 2 or 3 days before it is due.
    Alternatively you could use threshold values and alerting (see evaluations in cProjects). Or last not least a customer-specific program. But the two other possibiliies seem easier for me.
    Best regards
    Thorsten
    Edited by: Thorsten Schneider on Jul 24, 2010 12:40 AM

  • How to set threshold value for single tablespace in grid control 11g

    Hi,
    I want to set the threshold value for a single tablespace in grid control 11g,
    please provide me a navigation path.

    Sandy wrote:
    Can you please provide me the full navigation path?go to Targets --> Databases
    Select the Database you like to set this alert for
    Select link Metrics and Policy Settings

  • Managing threshold value of document library

    Hi,
    We are managing below stuff through .net application
    1)Uploading the document  to current Month folder in a document library , While uploading a document check for the current month folder , if it does not exists create a new folder with month and year format.
    2) After uploading a document, storing the file URL in SQL table i.e. through stored procedure.
    3) While retrieving we are using the DB link to display the pdf in application.
    Now have migrated this to SharePoint 2010
    We are using share point 2010 document library, with multiple folders. The library has now exceeded 5,000 items.
    As a result it is not allowing the users to update the documents to a document library, now we are receiving a list view threshold error.
    So now my question is if I increase the threshold value, will it be proper solution?
    After increasing the threshold value, will the performance be affected?
    Please share your ideas/thoughts on the same.
    Regards,
    Sudheer
    Thanks & Regards, Sudheer

    Hi,
    Instead of increasing the threshold limit,finally i felt folder structure would be good enough i.e
    1) Generally for the bulk documents if pretty good enough i.e.
    Uploading the documents in the folder week wise of the document library.
    So in case if there are 1000 documents in the folder, count would be 1 only.
    So this is a good practice for the large number of documents to upload in document library.
    2) Coming to file path,
    After uploading the document, file path can be saved under column of type hyperlink in the list.
    Same folder structure can be followed to save file path in the list
    3) We can fetch the file path from the list to display the pdf.
    Please correct me if i am wrong.
    Regards,
    Naga Sudheer M
    Thanks & Regards, Sudheer

  • Configuration of FP-Modules. In the catalog is something written about sending data on data change. There is a checkbox in the FP-Explorer but I can�t find a configuration menu in FP-Explorer to set the threshold value at which the data will be send.

    Configuration of FP-Modules. In the catalog is something written about sending data on data change. There is a checkbox in the FP-Explorer but I can�t find a configuration menu in FP-Explorer to set the threshold value at which the data will be send.

    : Configuration of FP-Modules. In the catalog is something written about sending data on data change. There is a checkbox in the FP-Explorer but I can�t find a configuration menu in FP-Explorer to set the threshold value at which the data will be send.The FP-1600 modules automatically send data on-change only. The change threshold is by default 0%. Any change, even a single least significant bit change, is sent back to the computer. If the FP-1600 firmware revision supports deadbanding (firmware revision 3.0.x and later, can be downloaded from ftp://ftp.ni.com/support/fieldpoint/Update/FPEthernet0320.zip ). Then on each analog channel or count channel you can specify a percentage change for deadbanding in FieldPoint Explorer. This is done on a channel by channel basis, by right-clicking on the particular IO module and choosing Edit this Device, then choosing Channel Configuration. Each channel (if it supports deadbanding) will have a deadband entry box on the middle right side of the screen).
    The FP-1000/1001 seri
    al network modules do not support deadbanding. The checkbox in FieldPoint Explorer is simply for how FieldPoint Explorer displays the data to the user and does not effect client programs nor the behavior of the network module itself.
    Regards,
    Aaron

  • Adding threshold values in an existing query

    Hi All,
    I have to update an existing query.
    The original query gives me the value of Debtors to sales ratio for each division (DTR value).
    Now, I want that for each division, there be a threshold value which should be compared with the debtor's value and if found higher than the threshold, the result should be in red.
    The result being in red can be done at the front end, which in my case is Cognos.
    But to store different threshold values for diffrerent divisions and then compare them with the debtor's values of the query, do I need to have a separate cube wherein I should store the divisions and their threshold values?
    Or how can I go about it?
    Thanks and best regards,
    Sharmishtha

    Hi Nagesh,
    I do not have those values in the system but will be getting as external data only.
    Divisions and debtors are separate info objects.
    I have 12 debtors KFs (for 12 months) which get filled by an APD (data source is a query).
    So, my final query has divisions in the rows and 12 debtors in the colm.
    So, now i'll be given some threshold debtor value for each division which I need to bring in the query as a KF which can be compared in the query output.
    So, what you suggested will it work in this requirement?
    Also, can you elaborate on the method I need to follow?
    Thanks a lot,
    Sharmishtha

  • Threshold value for price changes

    hello,
    We are trying to change the price for material and getting error Threshold value for price changes was exceeded
    msg no is CKPRCH 032
    Being Sd guy I'm not able to understand where we need to check and what changes to be done
    Please guide
    Regards
    Vishal Jajoo

    Dear friend
    For that u check the following path
    spro>> material management>> logistics invoice verification>>invoice block>>> stochastic block
    please check here for your plant your activated, if you activated then this error will appear
    regards
    Pramod

  • Solman Setup system Monitoring alert threshold value for Filesystem issue

    Hi,
    Our solman system is SAP EHP 1 for SAP Solution Manager 7.0 sp level 0024.
    We have setup the alerts System Monitoring alerts from DSWP in solman system for our target production system .
    But while assigning individual threshold values of filesystem freespace in MB for windows operating system disks C:,D:..all the values are getting changed after saving  to same value.(i.e if I update C:\ disk value and click on save rest of disks are also getting updated to this value).
    The same works fine for filessytems if target system OS is unix.
    I have tried the examples suggested in note:522453 but it nothing changed.Please suggest.

    Hi Sonal
    when you want to save the thresholds for only the one MTE you set
    you need to click on
    EDIT
    -> PROPERTIES
       -> USE FOR INDIVIDUAL MTE
    Kind Regards
    Marius

  • Threshold value for creating invoice?

    Hi
    Does anyone know a way to set a threshold value that has to be meet before an invoice is created in the billing transactions.
    I would like to set a threshold at about EUR 10 and as long as the customeru2019s total billable amount does not reach the threshold the open sales orders should remain open. This way we can eliminate invoices with small (or even zero) amounts that cost us more to produce than they bring in.
    Iu2019ve searched the SAP Notes and Forums but no one seems to have this issue before.
    Best regards
    Patrik

    Hi,
    What you can do is you can have a user exit at invoice saving level, so that if the invoice value is less than the desired value system will not save the invoice.
    Hope this will solve the problem unless someone comes up with something really innovative.
    Regards,
    Shantanu

Maybe you are looking for

  • BUG REPORT FIRMWARE 5.1.7  PLEASE FORWARD TO SUPERVISOR....

    BUG REPORT FIRMWARE 5.1.7  PLEASE FORWARD TO SUPERVISOR. The spa-3102 has the following two bugs. When the unit sends a hook-flash to the fxo port it: a)      does not send the hook flash to the fxo port  for PSTN Hook Flash Len:  Instead it uses a v

  • How to get the Node Value from XmlValue result?

    Hi , I am not able to get the Node Value from the result. In my XQuery im selecting till a Node, if i change my query as collection('PhoneBook')/phone_book/contact_person/address/string()", qc); im getting the node value, but here the problem is its

  • Asset

    hi, sap guru plz give me the steps for procuring the asset material alon with creation of master data for upto invoice verification. give full details thanks rahul

  • System does recognize installed Java, but application doesn't (Windows 8)

    I have installed latest Java and Sun recognizes and says that I have the latest version. But when an application tries to run Java, it reports that I do not have Java installed!

  • HT4972 I cannot connect to wifi since upgrading to ios 5.1

    Since upgrading to iOS 5.1.1 I cannot connect to wifi. I damaged my last phone so Apple replaced it with my current phone but since I've had it it won't connect. The 'choose a Network' message just has a whirly circle like it trying to connect. I've