Work Status Report

Hi,
I was wondering if there is a work status report available in the system?  What I would like to see is a summary of which dimensions are locked in BPC so that I can monitor it to ensure that someone doesn't accidentally open something by mistake. 
Currently I have to go through BPC Web and check the dimensions manually.  If there is no report can someone confirm where the work status data is stored so that I can have one built.
Is this the table (where "finance" is the application)   -  [dbo].[tblFinanceLock]  ??
thanks in advance.

Hi,
You're right, work status information are stored in "tbl<App>Lock".
Concerning your first question, you can build a BPC for Excel report that retrieves work states.
Having for example an expansion on all entities, you can use EVLCK function (from 5.1 version) or EVASV function (in CPM 4.2). You can then do whatever you would like to send it to others via distribution list or other.
Hope this will help.
Kind Regards,
Patrick

Similar Messages

  • Work Status Report Date and Time Setting

    Hi all
    We are running BPC10 on servers configured with Central European Time which is currently 2 hours ahead of GMT allowing for Daylight Savings Time.
    From what i can see in BPC10 date and times are now stored in GMT (Zulu time) in the Audit activity tables so when a user updates the work status at say 11:00AM local CET time then a value of 09:00AM GMT is stored in the Audit Activity Header table.
    We have a report in excel that uses the EVLCK formula and will return the correct value of 11:00 am however if we run the Work Status Audit report on the Planning and Consolidation home page with user preferences set to Central European Time +1 then the time is displayed as 10:00am suggesting that daylight savings time is not accounted for. We need to set the time to Eastern European time +2 hours to display the correct figure.
    Can anyone explain why this happens? Has DST been overlooked?
    Rgds
    Alan

    Hi Alan,
    probably it's a bug, I think it's better you open an OSS message to SAP.
    Regards
         Roberto

  • BPC Modify Work Status

    I have set up a work status that requires that 3 of the statuses are available when I first access the Modify Work Status through eSubmit as a user.  Currently when I run the Modify Work Status only the first 2 in the list are available.  Only when I select the second one from the list and submit it, is the third one available for me to select from.  Does anybody know how I can view more than 2 work statuses as an initial starting point for setting work status?

    The EvLCK (Lock) function in BPC for Excel retrieves information about work status. You can build a Work Status report using this function.
    Syntax
    EvLCK("AppName", "Parameter","Member1, Member2, etc.)
    Parameter
    Description
    AppName
    The name of the application.
    Parameter
    The parameter values are:
    0=Status
    1=User
    2=Time
    Member1 - n
    Member names used to qualify the returned work status information.

  • Work status custom report

    Hi Gurus,
    I have built a work status custom report. The user was able to change status. When i run my custom EVDRE report no values are retrived for status, user and date/time stamp columns. I am using simple
    EVLCK function. I think something is blocking/filtering retrival of data.
    Best Regards,
    Suresh.

    Hi Suresh,
    I am looking for the functionality in which we can display the current work status in our BPC excel sheet.
    Do you mean the same when u tell work status custom report.
    My actual idea is to display the current work status to the user. If you are meaning the same... can you please let me know how have you built the custom report?
    Regards,
    Swetha

  • Displaying current work status in BPC Excel report

    Hi All,
    Could any of you tell me how do we retrive the current work status that has been set for a particular application on to a Excel?
    We would get this in BPC WEB reports, but we are lookin gto display it in excel itself.
    Does EVLCk function have any link with this?
    can any one share the details of list of EV functions that can be used in BPC 7.0.
    Regards,
    Swetha

    Hi Swetha-
    SAP Note 1348997 "BPC NW 7.0 SP03 Work Status Explanation" provides a detailed PowerPoint deck that explains the specifics around Work Status.  Please note slide #39 and the mention of EVLCK.
    A few additional notes that may be of interest:
    EVLCK became available to SAP BPC 70 NetWeaver with SP02 (pls review SAP note 1310443, as well as the "BPC 7.0 SP03 NW Documentation Updates" in Note 1349538).
    Regards,
    Sheldon

  • Production order status report

    I want a report regarding the Work center reporting mentioned below.
    4 operations in the Routing for the material
    Operation 10     1111(Work center)
    Operation 20     2222(Work center)
    Operation 30     3333(Work center)
    Operation 40     4444(Work center)
    4 Orders raised for the material
    40001     Created
    40002   Released
    40003   Partially confirmed
    40004     Partially confirmed
    When I run a report for the 4th operation (4444) through COOIS, report is showing 4 orders. But 40001 and 40002 are not completed 30 operations. User wants to see the report which are awaiting for 4th operation which are completed 3rd operation.
    I can only restrict with 2 system statuses only, how can I handle the situation?
    Thanks in advance
    Sudha.

    I want to avoid CRTD, TECO,CNF statuses
    exclude CRTD and CNF in Headaer status in COOIS
    and exclude TECO in Operation status
    and check the result

  • Status report 404 on tomcat

    I have hit a bit of a wall with regard to deploying a servlet using tomcat.
    I have followed and endless list of instructions I found on various web sites, but still I am having trouble.
    The versions of tomcat I have is 5.0 with the j2sdk1.4.2_03.
    My project allows for a user to enter a url in a form, which is then processed by a java servlet, and links within the url are validated. The problem I�m having is that when the form is submitted, tomcat returns the status report: 404 requested resource unavailable.
    The url entered is http://localhost:8080/sitevalidation/INDEX.HTM - this works fine and the home page appears.
    When the form is submitted, the url changes to http://localhost:8080/sitevalidation/SiteValidation - which I assume is then looking for the servlet declared in the web.xml file, this is when the problems start!
    I think I have the correct file structure as I have included the application dir �sitevalidation� in the webapps directory of tomcat. Sitevalidation contains the web-inf dir, which in turn contains the web.xml file, and the classes dir, which contains SiteValidation.class.
    my web.xml file reads:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC
    "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <display-name>Site Validation</display-name>
    <description>
    This is the Site Validation Program Written in Java
    </description>
    <servlet>
    <servlet-name>SiteValidation</servlet-name>
    <servlet-class>SiteValidation</servlet-class>
    </servlet>
              <servlet-mapping>
    <servlet-name>SiteValidation</servlet-name>
    <url-pattern>/SiteValidation</url-pattern>
    </servlet-mapping>
    </web-app>
    Any suggestions to where I might be going wrong would be most appreciated.
    Many thanks,
    Dan Williams

    Hello.
    Uncomment the InvokerServlet in the $CATALINA_HOME/conf/web.xml.
    <servlet>
    <servlet-name>invoker</servlet-name>
    <servlet-class>
    org.apache.catalina.servlets.InvokerServlet
    </servlet-class>
    <init-param>
    <param-name>debug</param-name>
    <param-value>0</param-value>
    </init-param>
    <load-on-startup>2</load-on-startup>
    </servlet>
    and
    <servlet-mapping>
    <servlet-name>invoker</servlet-name>
    <url-pattern>/servlet/*</url-pattern>
    </servlet-mapping>
    Then your target URL will http://localhost:8080/sitevalidation/servlet/SiteValidation .
    Good luck.

  • Status report time machine backup by e-mail

    Hello,
    i'm using Leopard server (workgroup mode) and want to know if there is a way to get a time machine backup status report by e-mail
    It's important for us to know every day if time machine was able to backup ok or if there are problems.
    thanks for suggestions
    Marco

    Although you can restore messages from a Time Machine snapshot within the Mail application, it generally won't work with messages that were saved by an older version of Mail. In that case, you have to use an alternative method.
    Triple-click the line below to select it:
    ~/Library/Mail/V2
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder selected. Inside that folder are subfolders representing your Mail accounts. The names refer to the email addresses you use. Decide which ones you want to restore messages from.
    Enter Time Machine and scroll back to the snapshot you want. Select the account folders you want and then select  Restore ... to... from the action menu (gear icon) in the toolbar of the snapshot window. Restore the folders to the Desktop, not to their original location.
    From the Mail menu bar, select
    File ▹ Import Mailboxes...
    Import from the mailboxes in the folders you restored to the Desktop. The imported messages will appear in a new mailbox. Move the ones you want to keep wherever you like and delete the rest. Then delete the folders on the Desktop.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • Status report template activation and assignment

    Hi,
       when I try to create Status report after selecting the Document folder and clicking the New Status report in  Status Report tab of cproject,  an error message is appearing as
    'No templates for status reports have been entered for the project type' .
    Where can assign the templates for staus reports?(SPRO or somewhere)
    Also We have configured ADS already and able to generate Approval Documents. Can anyone guide this problem?
    Regards,
    Ramesh
    muthurameshsap at gmail com

    Hi Bharathi,
    First check whether ADS is installed on Java stack. For this goto SA38 transaction and give report name FP_TEST_00 and execute it. Leave the fileds as it is and execute it. A dailog box will pop up asking printer name. Give it as PDF1 and check preview.
    If it is working fine, check if any forms are active for the project type you have taken.
    For example, if you took upgrade project, goto spro > cprojects > basic settings > forms for printing and for status reports > Execute activate forms per project type.
    Select Your project type and double click on PDF print form. If you are not able to see any entries, goto new entries and select DPR_STATUS_REPORT_AIF and check the boxes Active and Status Report.
    Revert if any issue.
    Regards,
    Syam
    Edited by: syam sundar on Oct 28, 2008 4:55 AM

  • How to configure a new status report in cProjects?

    First of all, the standard status report PDF is not rendering at all when we generate the status report - we CAN send it with the appropriate data, though, so we know that the program is gathering the data. All of our other custom interactive PDFs are working fine.
    Our issue is that we'd like to create a new custom status report but can't figure out how to do it.
    We've done the following:
    1) create a read only form (zstat_rpt)
    2) in SPRO, for our capital and expense project types, we've entered
    ZSTAT_RPT in the PDF Print Form sub-folder. Marked it as ACTIVE and
    checked the Status Rpt checkbox.
    3) Unchecked the DPR_STATUS_REPORT_AIF Status Rpt and Active checkboxes
    4) Under Badi: PDF-Based Forms in SPRO, we created a new Enhancement
    Implementation (zrp_eimp_stat). It uses BAdi Implementation DPR_STATUSREPORT_AIF
    and the description shows as Izrp_eimp_statmplementation: BAdI: PDF-Based Forms
    5) In SE19, I go to the badi implementation, into method GET_FORM_NAME and changed
    the Returning parameter RV_FORM_NAME to ZSTAT_RPT (my pdf form).
    Now, when i go to generate the status report, I get a message "No templates for status reports have been entered for the project type" - I know my project type is capital.
    any help on this? any steps I'm missing?

    Hi,
       I dont think that we can insert new records in WE47, but we can develop the logic in the idoc population program to add status to the idoc.
       Please let me know if you need the program code.
    Regards,
    donepudi

  • R12 Payment Process Request Status Report adding extra columns to XML data.

    In 11i, we had modified the Preliminary Payment Report to include extra columns ( invoice distributions). In r12 , that report is obsolete and Oracle introduced a new report "Payment Process Request Status Report". This request uses BI Publisher to generate the final report output. I am unable to modify the template since the XML output of the report does not
    contain the invoice distribution account data. We need to know how can we modify the XML data to include the extra columns.
    For Funds Disbursement Process ( Payment Instruction File) , Oracle provides IBY_FD_EXTRACT_EXT_PUB extensibility package to construct custom XML element structure that can be added to the payment XML extract generated by Oracle Payments. Do we have something similar for this report ? Are there any other options available ?
    Thanks

    Hi
    The same package "IBY_FD_EXTRACT_EXT_PUB" works for payment process request status report also. Please add the logic to get the distribution data in this package and you will see the new XML tags in this report also.
    Hope this helps.
    Vinit

  • Status Reports - Project Online 2013

    Hey folks,
    Does Project Online 2013 support Status Reports?
    On the PWA > Status Report page, I can not seem to find where I could click to add/ configure a status report.
    \Spiro Theopoulos PMP, MCITP. Montreal, QC (Canada)

    Hi,
    when you click into a titel line, ribbon will be displayed.
    Does that work?
    Regards
    Barbara
    To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
    an appropriate solution faster. Thanks for your support!

  • CProjects Status report not visible

    Hi
    I am trying to disply the project status report but unable to do so.
    When I click on Preview butttonto display status report, new screen opens with Save, Save and Send and cancel button but could not see report there.
    Is there anything missing with JAVA applate setting?
    Working on ECC6 server.
    Thanks and Regards,
    Niraj Sikligar

    Hi Niraj,
    Run the following reports in Transaction SE38
    1. FP_PDF_TEST_00
    specify connection as ADS
    This should return certain version information. If this is succesfull go for the next one.
    2. FP_TEST_IA_01
    Keep everything on the selection screen as it is and execute.
    Note: If you get an error that says: "Cannot find PDL type for output device LOCL",
    Open the report in SE38 in display mode.
    Navigate to the source code:
    * Set output parameters and open spool job
    fp_outputparams-preview  = 'X'.    " do not launch print preview
    fp_outputparams-nodialog = 'X'.      " suppress print dialog
    fp_outputparams-connection = p_conn.
    Place a session break-point on
    fp_outputparams-connection = p_conn.
    and then execute the report (F8).
    When it stops at the break-point, double click on fp_outputparams-nodialog  and remove the X on it.
    (you may take help from a technical guy here)
    Continue by pressing F8.
    A print pop-up will appear, change output device from LOCL to PDF1 and continue (F8).
    Check wether a form is displyed or not.
    Regards,
    Reema.

  • "An unknown error" has occurred in status report in project server 2013

    "An unknown error" has occurred in status report in project server 2013

    Hi,
    It would help if you could provide the ULS logs for this error, even the PWA queue error message. Then has it already been working before?
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Project Status Report using CATSPS. Billable/Non-billable Hours?

    I am working on a Project Status Report and am using CATSPS table instead of CATSDB table since thatu2019s the cross-application table for PS module. But I am facing a small problem in using CATSPS table. There is no field in CATSPS table that tells me if the hours are billable or non-billable. Table CATSDB had a field u201CBill Typeu201D (Billable/Non-Billable) but I donu2019t see anything like that in CATSPS. If I use CATSDB table and filter out status "30" for only approved hours, I am getting duplicate entries for actual hours in Crystal Report 2008. What is the correct table to be used in this case and also what is the mapping field(s).
    Also, looking to display the billing type for the document in VBRP table. I am able to display the document type code but not the description itself. Which table will have this mapping?
    Also, in Crystal I have the total Purchased hours at the 3rd level WBS but the total actual hours are coming from the 4th level WBS (Activity level). Each 3rd level WBS can have multiple 4th level WBS (difference networks). How do I know (logic) which 4th level WBS total to pick up and add to which 3rd level WBS total? Also, how do I display the total actual work hours form the 4th level WBS to display at the 3rd level?
    Here is an example:
    WBS ,  Level ,  SKU# , Network# ,  Activity#  ,   Purch. Hours  ,  Act. Bill. Hours ,  Remaining Hours
    EP-2927-AMB-0001 , 3 , 600-310-100000 , N/A , N/A , 100.00 ,  N/A , 55.00 (=100.00 - (30.00+15.00))
    (Purchase Hours from this line) - Total Act. Bill. Hours from level(s) 4 below: A+B)
    EP-2927-AMB-00011 , 4 , N/A , 000004008303 , 10 ,  N/A , 5.00 , N/A
    EP-2927-AMB-00011 , 4 , N/A , 000004008303 , 20 ,  N/A , 6.00 , N/A
    EP-2927-AMB-00011 , 4 , N/A , 000004008303 , 30 ,  N/A , 15.00 , N/A
    EP-2927-AMB-00011 , 4 , N/A , 000004008303 , 40 ,  N/A , 4.00 , N/A
    (A)    Total Billable Hours = 30.00 (5.006.0015.00+4.00)
    EP-2927-AMB-00012 , 4 , N/A , 000004008304 , 10 ,  N/A , 6.00 , N/A
    EP-2927-AMB-00012 , 4 , N/A , 000004008304 , 20 ,  N/A , 4.00 , N/A
    EP-2927-AMB-00012 , 4 , N/A , 000004008304 , 30 ,  N/A , 5.00 , N/A
    (B)    Total Billable Hours = 15.00 (6.004.005.00)
    If you notice there are two level 4 WBS (EP-2927-AMB-00011 & EP-2927-AMB-00012) in this example that are under level 3 WBS (EP-2927-AMB-0001). The Purchased Hours are coming from level 3 which means the hours are assigned per project at the WBS 3 level. Within each project there are different activity levels where actual hours worked by each employee are coming from. I need to sum the actual hours from all the available level 4 WBS and bring them over to the corresponding level 3 WBS in order to calculate the remaining hours. My challenge is how do I know which level 4 WBS belong to which level 3 WBS since there are more than one level 3 WBS in a Project and each level 3 WBS can have multiple level 4 WBS?
    Please advise.
    Regards.
    -Rohit
    Edited by: RohitBora on Feb 27, 2012 8:40 AM
    Edited by: RohitBora on Feb 27, 2012 7:27 PM

    Hi,
    My personal suggestion to you is try to describe problem very crisp and easy to understand so that you will get quick responses. Its very difficult to read and pin point what you are aksing and finally you will miss readers attentions.
    As standard practice, hours planned at indiviudal activity level and actual costs posted on each indiviudal activity will roll up and display the aggregate values at corresponding higher WBS element level. At the same time system will let you know reamining hours at indiviudal level and not higher level as rolled up.
    Your WBS structuure is bit confusing me, in what way you are encoutring problem in identitying level 3 and level 4 WBS elements. Key will clearly denotes which is level 3 and level 4. As cited by you, EP-2927-AMB-0001 this should be level 3 and EP-2927-AMB-00011 is level 4. I am sorry to say that structure key was not maintained proper way and bit confusing.
    Regards,
    PSR
    Edited by: PSR on Feb 27, 2012 11:05 PM

Maybe you are looking for