CProjects initial views configuration (PPM 5.0)

Hi,
I am new to PPM 5.0
In the earlier version, we used to configure the initial views of the cProject by configuring the "Define Initial Views for cProjects". I was not able to find that node in PPM 5.0 (IMG). I have a requirement to add approval tab for a phase.
<< Moderator message - Everyone's problem is important >>
Thanks
Edited by: Rob Burbank on Nov 19, 2010 4:55 PM

Hi,
in addition: In the Release Notes available under
[http://service.sap.com/releasenotes|http://service.sap.com/releasenotes]
   -> SAP Solutions
     -> Release Notes SAP Portfolio and Project Management
In chapter "UI Alignments (Enhanced)" you'll find:
The following Customizing activities have been removed:
Define Initial Views:
Collaboration Projects -> Basic Settings -> Define Initial Views for cProjects
This Customizing activity to define the initial views for cProjects is obsolete and has been
removed. Equivalent settings can be made via portal content adjustments or in PFCG role
customizing. In addition, please note that the initial view Resource Planning for embedding
the resource planning application (RPA) if the WFM Core integration for resource
management is used is not available in 5.0. The RPA can be called separately if required.
Kind regards,
   Florian

Similar Messages

  • Initial View Cprojects Resource

    Hi,
    I see you can define several initial views depending on the rol, these are Projects, tasks, evaluations, templates....We have a rol with all the initialviews selected but 'resources initial view' does not appear.
    Does anyone knows why Initial view RESOURCE is not showed in cProjects like a initial tab?
    Thanks a lot,
    Sara

    Hi,
    if you refer to the "Initial Views" customizing, the "Resources" intial view is not related to
    cProjects resource management but only to the case you have RPA / WFMCORE installed
    and active.
    Kind regards,
       Florian

  • Enhance initial views for cProjects

    Hi experts,
    My requirement is to enhance the initial views of cProjects (e.g. Projects, Tasks, Checklist Items, Templates) by an additional tab where I want to provide a custom report. (I know that there is the possibility to add an additional tab for specified project elements, e.g. project definition, project role.)
    Is there a way to enhance the startup view of cProjects?
    I appreciate any hint!
    Thanks in advance!
    Regards
    Wolfgang

    Hi Wolfgang,
    The tabs on top level can not be enhanced via customizing. If you would like to add your own tab, the views has to be modified,
    dpr_mainframe, vi_tabs.
    P.S: the existing tab 'Info' (on the left side of tab Projects) seems to be filled dynamically.  may be you can use it for your application.
    Kind regards,
    Zhenbo

  • CProjects 4.5 Initial view : all projects

    Dear Gurus
    According to you is there a workaround to display in initial view ALL projects ?
    I know that the initial view can be related:
    projects ( but I display only projects in which I am a responsible,
    last used projects and so on..
    is there a possibility to view all projects ?
    is it possibile to create a custom solution?
    according to you , is it possibile to think this?
    Thanks in advance
    Vanessa

    Hi Vanessa,
    You can influence the dashboard content thanks to Business ADd-In: DPR_EVE_DASHBOARD
    In method: CHANGE_ATTRIBUTES, you can add all your projects with a custom code inside.
    BR
    Matthias

  • PDF through VBA: How to set Initial View?

    - Adobe Acrobat 6.0 (sorry we're a bit out of date)
    - MS Office 2003
    - MS Windows XP Professional SP2
    I am trying to automate the creation of PDFs from MS Word. I have succeeded. My VBA code works fine (have pasted it below). I can create a PDF, and give it a title and author.
    The problem I am having is with the Initial View settings, i.e. how the document opens. I want to hardcode:
    1. Show to "Page Only"
    2. Page Layout to "Continuous"
    3. Magnification to "Fit Width"
    The first I have done, using AcroExch.PDDoc's SetPageMode() function (although it seems to default to that even without doing this). I cannot, for the life of me, find any reference to the second and third, though. This must be doable, right? Be kind of weird not to have access to this in the API.
    Hours of Googling has thrown up three ideas I've discarded.
    1. AcroExch.App's SetPreference() function. This would presumably change preferences on the machine making the PDF, not reading it. I don't want to fiddle with other people's preferences anyway.
    2. AcroExch.AVPageView's ZoomTo() function. Ditto. I am not creating an app to view PDFs, just trying to configure the default for opening one I've created.
    3. An "undocumented" SetOpenInfo() in AcroExch.PDDoc. This looked the most promising for Magnification, but nobody seems to be able to get it to work, and it does nothing for me either. Someone somewhere even suggested it had been deprecated in later versions of Acrobat.
    So... what do I do?
    Thanks in advance for any pointers.
    jON
    ===============================================
    Sub MakePDF(strFilename As String, strTitle As String, strAuthor As String)
    Dim pdfD As PdfDistiller
    Dim strPDFName As String
    Dim strPSName As String
    strPSName = strFilename & ".ps"
    strPDFName = strFilename & ".pdf"
    '... make PS
    Application.ActivePrinter = myPDFPrinter
    Application.PrintOut Filename:="", _
    Range:=wdPrintAllDocument, _
    Item:=wdPrintDocumentContent, _
    Copies:=1, _
    Pages:="", _
    PageType:=wdPrintAllPages, _
    ManualDuplexPrint:=False, _
    Collate:=True, _
    Background:=False, _
    PrintToFile:=True, _
    PrintZoomColumn:=0, _
    PrintZoomRow:=0, _
    PrintZoomPaperWidth:=0, _
    PrintZoomPaperHeight:=0, _
    OutputFileName:=strPSName, _
    Append:=False
    '... make PDF
    Set pdfD = New PdfDistiller
    pdfD.FileToPDF strPSName, strPDFName, ""
    '... tag PDF
    Set qq = CreateObject("AcroExch.PDDoc")
    b = qq.Open(strPDFName)
    b = qq.SetInfo("Title", strProperties_Title)
    b = qq.SetInfo("Author", strProperties_Author)
    b = qq.SetPageMode(1) '... 1 = PDUseNone
    b = qq.Save(33, strPDFName) '... 33 = PDSaveFull (1) OR PDSaveCollectGarbage (32)
    b = qq.Close
    End Sub

    I have the same problem. I need to change Initial View Settings configuring the following settings
    2. Page Layout to "Single Page"
    3. Magnification to "Fit Width"
    My software configuration is as follows:
    - Adobe Acrobat 7.9
    - Microsoft Windows XP SP2
    - Visual Basic 6
    Has anyone worked with this attributes of Acrobat?

  • Prevent pdf initial view settings from disabling my menu bar

    Some pdf files are configured with initial view settings to remove my menu bar and other toolbars. This is incredibly intrusive, and difficult to get those back unless you know the correct keyboard shortcuts. Most users don't.
    So please tell me how to permanently disable pdf files from asserting their own initial view settings on my viewing environment. I do not want to permit them to take over my window and get rid of my menu bars. I find that behaviour incredibly annoying.
    Thanks

    Sorry, you can set the default view parameters only for documents that the author has not specified a view option for.
    You might be able to write a plug-in that could change the open document action.
    Have you tried contacting the authors about this issue?

  • WD- SALV- Setting initial View dynamically

    Hi everyone,
    I'd like to have 2 different ALV initial views, depending on certain conditions in my program (two buttons, each of them calling the same ALV, but with different initial View)
    I'm settung at runtime the config_key when I initialize the ALV component, as Regina Breuer explained in the following forum
    Re: WDA ALV initial view
    After I run the program and I click on one of the buttons it works fine. But the initial view doesn't change even if I click on the other button, although in debugging mode I can see that the correct configuration key is being set.
    For any suggestions I woud be very pleased!
    Best Regards,
    Christian

    Hi Baldari,
    Please check this also..
    WD -SALV- setting initial view
    Cheers,
    Kris.

  • Campaign - Need to provide 2 different View Configurations for same Role

    Hello,
    I need to provide for the same role config key 2 different view configurations for campaigns. Initially I wanted to do that with transaction types, but then I found out that there are no transaction types for campaigns.
    Does anyone know a way to do that? I don'T want to use a BADI for it, best would be a standard way.
    Thanks!

    You use Object Types to distinguish between views of same RoleConfigKey. In SPRO 'UI Framework Definition', you create object types and they would be available when you create a view config. Just select the object type as it forms part of the 'key' that idenitifies that particular view. In DO_CONFIG_DETERMINATION method of that view, you call a config based on this Object Type. So same view can produce two or more configs for same user in different scenarios.

  • Report Viewer Configuration Error

    Hi,
    I manage a TFS 2010 Server that makes heavy use of Reporting Services, and I have a user that reported the following error
    when attempting to open a report in the Microsoft Visual Studio Report Viewer:
    Report Viewer Configuration Error
    The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add <add verb="*" path="Resevred.ReportViewerWebControl.xsd" type = "Microsoft.Reporting.WebForms.HttpHandler, ReportingServicesWebServer,
    Version=10.0.0.0, Culture=neutral, PublicKeyToken=################" /> to the system.web/httpHandlers section of the web.config file, or add <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*"
    path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, ReportingServicesWebServer, Version=10.0.0.0, Culture=neutral, PublicKeyToken=################" /> to the system.webServer/handlers section for
    Internet Information Services 7 or later.
    Has anyone seen this error before, or have any advice on finding a solution?
    Thank you.

    Hi HealthServices3300,
    You can try to install "Microsoft Report Viewer 2010 Redistributable Package" on your server to check if it works for you.
    For the web.config info, it's for web application. And I'd like to know how did you create the report, and whether the report is for a web app or reporting service. From the error message and report, seems it's not a TFS issue. If it's SSRS project
    issue, please post this issue to
    this forum. If it's a report viewer control issue, you can post this issue in
    this forum for a professional response. After that, please update this thread with the new thread link. Thanks for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Initial View

    Hello Everybody,
    I'm having a little problem with the initial view.  Upon opening, my converted PDF document (Smart Draw) continues to open in Portrait instead of Landscape.  Ive created the original document in landscape before I converted to PDF.  I've tried various settings in Acrobat > File > Properties > Initial View...no luck, it keeps opening in portrait instead of landscape...any ideas.

    Document>Rotate Pages and then Save As

  • Is there any way to force the following initial view...

    ..."fit to page" + "two pages per screen - but only if there's room for two"?
    In other words, I want the page to fit in the screen upon initial view, but I also see a lot of wasted real estate all around that could, most of the time, fit a second page. However, I don't want the two pages to count against the "fit" -- meaning, on narrower screens, the priority should go to fitting the first page (and not showing the 2nd) rather than fit both pages at all costs.
    Is there any way to ask Acrobat to do this?

    The initial view (IV) settings within a PDF file are static tags - they can't be made to dynamically-adapt based on the window dimensions,it's the renderer (Acrobat, Reader, or whatever else is opening the file) that decides if and how it will follow the IV requested by the file header.
    It would be possible to use a Page Open action on the first page of the file, which does some nasty math with the various doc.*WindowRect objects to work out how much "wasted" space there is, and then set the doc.layout and doc.zoomType properties - but page actions are a different concept to IV as the zoom will reset itself every time that page is viewed. Users don't like their application apparently fiddling with the zoom level without being told to!

  • Is there a way to set the default Initial View to Bookmarks Panel and Page on word documents that I save as PDF?

    When I save my word 2013 documents as Adobe PDF I have to open the PDF up, go to File>Properties>Initial View>Navigation Tab and then set the initial view as Bookmark Panel and Page; it gets pretty tedious.
    I use Save as Adobe PDF rather than Print to Adobe PDF Printer because I like being able to have the security settings automatically set.
    I just want to be able to save my word document as Adobe PDF with the initial view already set as Bookmark Panel and Page, and with security, so I can send it out immediately.
    Is this possible?
    Thank you.

    Use the Firefox Android Addon - Phony
    *https://addons.mozilla.org/en-US/android/addon/phony
    for more
    *https://addons.mozilla.org/en-US/android/

  • SAP PI 7.3 - initial setup Configuration wizard

    Hi Experts,
    While running the initial setup Configuration wizard.,facing the following issue.
    Thanks in advance
    Exception Class: com.sap.tc.lm.ctc.metamodel.exception.ActionExecuteException
    Exception Message: Not able to load Function PRGN_J2EE_CREATE_SERVICE_USER (cause:Function template destination RFC_TEMP_64 with properties:{jco.client.lang=en, jco.client.ashost=IIG151NW77, jco.destination.auth_type=CONFIGURED_USER, jco.client.cpic_trace=-1, jco.client.destination=RFC_TEMP_64, jco.client.user=DDIC, propertiesProvider=com.sap.security.core.server.destinations.provider.DestinationsProviderFrame, jco.destination.user_id=DDIC, jco.client.auth_type=CONFIGURED_USER, jco.client.sysnr=05, jco.client.type=3, jco.client.client=000} could not be retrieved.).
    Stack Trace
    com.sap.tc.lm.ctc.metamodel.exception.ActionExecuteException: Not able to load Function PRGN_J2EE_CREATE_SERVICE_USER (cause:Function template destination RFC_TEMP_64 with properties:{jco.client.lang=en, jco.client.ashost=IIG151NW77, jco.destination.auth_type=CONFIGURED_USER, jco.client.cpic_trace=-1, jco.client.destination=RFC_TEMP_64, jco.client.user=DDIC, propertiesProvider=com.sap.security.core.server.destinations.provider.DestinationsProviderFrame, jco.destination.user_id=DDIC, jco.client.auth_type=CONFIGURED_USER, jco.client.sysnr=05, jco.client.type=3, jco.client.client=000} could not be retrieved.).
         at com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault.execute(InvokeServiceControllerDefault.java:144)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.remoteOrLocalExecution(ProcessControllerImpl.java:638)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:272)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.remoteOrLocalExecution(ProcessControllerImpl.java:638)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:272)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.remoteOrLocalExecution(ProcessControllerImpl.java:638)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:272)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.remoteOrLocalExecution(ProcessControllerImpl.java:638)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:272)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.remoteOrLocalExecution(ProcessControllerImpl.java:638)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:272)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.remoteOrLocalExecution(ProcessControllerImpl.java:638)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:272)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.remoteOrLocalExecution(ProcessControllerImpl.java:638)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:272)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.remoteOrLocalExecution(ProcessControllerImpl.java:638)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessControllerImpl.execute(ProcessControllerImpl.java:272)
         at com.sap.tc.lm.ctc.metamodel.process.controller.ProcessExecuter.run(ProcessExecuter.java:156)
         at java.lang.Thread.run(Thread.java:679)
    Caused by: com.sap.tc.lm.ctc.cul.api.CULServiceException: Not able to load Function PRGN_J2EE_CREATE_SERVICE_USER (cause:Function template destination RFC_TEMP_64 with properties:{jco.client.lang=en, jco.client.ashost=IIG151NW77, jco.destination.auth_type=CONFIGURED_USER, jco.client.cpic_trace=-1, jco.client.destination=RFC_TEMP_64, jco.client.user=DDIC, propertiesProvider=com.sap.security.core.server.destinations.provider.DestinationsProviderFrame, jco.destination.user_id=DDIC, jco.client.auth_type=CONFIGURED_USER, jco.client.sysnr=05, jco.client.type=3, jco.client.client=000} could not be retrieved.).
         at com.sap.tc.lm.ctc.cul.broker.BrokerServiceExecuter.executeService(BrokerServiceExecuter.java:61)
         at com.sap.tc.lm.ctc.cul.serviceimpl.executor.CULServiceExecutor.executeService(CULServiceExecutor.java:36)
         at com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault.execute(InvokeServiceControllerDefault.java:133)
         ... 18 more
    Caused by: com.sap.tc.lm.ctc.provider.abapconfiguration.exceptions.CPIServiceExecutionException: Not able to load Function PRGN_J2EE_CREATE_SERVICE_USER (cause:Function template destination RFC_TEMP_64 with properties:{jco.client.lang=en, jco.client.ashost=IIG151NW77, jco.destination.auth_type=CONFIGURED_USER, jco.client.cpic_trace=-1, jco.client.destination=RFC_TEMP_64, jco.client.user=DDIC, propertiesProvider=com.sap.security.core.server.destinations.provider.DestinationsProviderFrame, jco.destination.user_id=DDIC, jco.client.auth_type=CONFIGURED_USER, jco.client.sysnr=05, jco.client.type=3, jco.client.client=000} could not be retrieved.).
         at com.sap.tc.lm.ctc.provider.abapconfiguration.JCOServiceExecuter.executeService(JCOServiceExecuter.java:107)
         at com.sap.tc.lm.ctc.cul.broker.BrokerServiceExecuter.executeService(BrokerServiceExecuter.java:59)
         ... 20 more
    Caused by: com.sap.tc.lm.ctc.provider.abapconfiguration.exceptions.AbapConfigurationProviderBaseException: Function template destination RFC_TEMP_64 with properties:{jco.client.lang=en, jco.client.ashost=IIG151NW77, jco.destination.auth_type=CONFIGURED_USER, jco.client.cpic_trace=-1, jco.client.destination=RFC_TEMP_64, jco.client.user=DDIC, propertiesProvider=com.sap.security.core.server.destinations.provider.DestinationsProviderFrame, jco.destination.user_id=DDIC, jco.client.auth_type=CONFIGURED_USER, jco.client.sysnr=05, jco.client.type=3, jco.client.client=000} could not be retrieved.
         at com.sap.tc.lm.ctc.provider.abapconfiguration.connector.JCOServiceConnector.getFunction(JCOServiceConnector.java:97)
         at com.sap.tc.lm.ctc.provider.abapconfiguration.JCOServiceExecuter.executeService(JCOServiceExecuter.java:98)
         ... 21 more

    Hello Vijay,
    Please check user DDIC in client 000 - ensure that it exists, not locked and has the same password as in Integration Server client.
    Regards,
    Vadim

  • Finder Cover Flow initial view

    How can I set the initial view settings when using cover flow within finder-
    the finder file/folder list at the bottom of the window is way too short and the cover flow file preview portion of the window is massive.
    Appreciate?

    For me, I find that when I resize the window, it stays that way. If it doesn't stick for you, try resizing, and then pressing Command-J to open View Preferences, check the Always Open in Cover View box at the top, and the Use as Defaults at the bottom. They're not directly related, but I've found that the helped.
    If those don't help, go to the folder ~/Library/Preferences (where ~ stands for you Home folder), and remove a couple of files:
    com.apple.finder.plist
    com.apple.systemuiserver.plist
    In the ByHost folder, there will be one or more com.apple.HIToolbox.randomjunkthatdoesn'tmatter.plist file; remove all of them.
    Log in/out, and see if that helps.

  • Initial View - Default Setup (Acrobat 9.0 Pro)

    Hi everyone,
    This may be a dumb question but I just can't seem to find how to change the default page number in the "Initial View" tab - under Document Properties.
    My pdfs are always opening up on page 4 (small thing - but annoying!).  I can change the value to "1" for each pdf, but I don't want to have to do this everytime i generate a pdf.
    There must be a way to change the default value from "4" to "1"  (I hope).
    Can anyone help with this?
    Thank you,
    Tina

    Never mind - I just found the option under "Save PDF" that allows me to select the page number.
    Just didn't expect it to be there ... sorry about that !
    tvb

Maybe you are looking for

  • My MacBook Pro won't boot on the Mac side I get the gray screen and then halfway through the bar loading it turns off?

    My MacBook Pro was downloading apps from iTunes and I shut the computer down at my I laws house or so I thought?  When I pulled the computer out of my backpack it was still on?  I tried to login and it kept spinning so I turned it off and now I only

  • I can not download adobe flash

    when unloading adobe flash on mac, when it comes to 58% tells me that it is impossible to download the program, why?

  • RG23C PART 1 - Two line items for single item

    Dear Experts, I created a po for capital goods without any material number but entered the description of the capital good  in material short text and processed. while posting the excise details for the capital good in RG23C Part 1, it is posting the

  • Error connecting to SQL*Plus

    Hi, I have installed Oracle 10.2.0.1.0. While install set the password to <password>. SID name is orcl. Now i am connecting to the database, but it is giving ORA-12154 TNS:Could not resolve connect identifier specified If i am using default passpword

  • Can't accept terms

    I have an Adobe ID and am trying to login to https://creative.adobe.com/join/starter?promoid=KAMVZ  I see the terms, but there is no link to accept??? Can't go further. I've tried in FF and Chrome.