Template selection (Scope)

Hello Friends,
Everytime I create a project, I get default same scenarios template underneath scope tab.  When I expand Select one or more scenarios, I get "BP_UTUS147 - Best Practices for Water Utility".It is suppose to give me list of scenarios.. right..?? how can I get the list of scenarios.
Ketan

Hi Kenny,
there might be a misunderstanding.
When you create a new project with "SOLAR_PROJECT_ADMIN",  Tab "Scope" -> "Template Selection" shows the available Templates.
By accident, SAP has shipped the "Best Practises for Water Utility". So, you need first to create your own templates (projects).
It's explained in detail in help:
<a href="http://help.sap.com/saphelp_sm40/helpdata/en/1a/43c93a37c59122e10000000a114084/frameset.htm">Application Help: Implementation of SAP Solutions -> Projects -> Projects Administration -> Create/Change Projects -> Specify Scope</a>
Best regards,
Ruediger Stoecker

Similar Messages

  • Scenario selection in Template Selection tab of the Scope of a project

    Hi All
    I've just installed SolMan 7.0 EhP 1 and am creating a new project (with transaction SOLAR_PROJECT_ADMIN). In the Scope tab, under the Template Selection I can only find 1 Scenario to choose.
    Under "Select one or more Scenarios", there is only the selection SISE_BC - Simplified Solution Manager Basic Configuration, that has 1 check box for the selection Basic SAP Solution Manager Configuration.
    I was informed by a PM that there should be many more to select from. That I must have missed something in the set up.
    My question is, How do I bring in all of the Scenario selections to choose from?
    Ken

    Hi
    I think you need to map the scenario from BPR which comprises of all SAP standard scenarios or best practices
    which can  be done as shown below
    https://websmp110.sap-ag.de/~sapdownload/011000358700002006042008E/HowTo_Impl_Bus_Proc.pdf
    Hope prb solvd
    regards
    prakhar

  • Solar_project_admin, projects and specific templates in SCOPE tab

    Hello all,
    I'm searching for a solution to import specific templates in SOLAR_PROJECT_ADMIN > My_Project > Scope tab > Template selection.
    Is there an easy way to upload my owns ?
    Thanks a lot.

    HI ,
    To use the template project you have to first create a template of your own.
    Steps to create and use the Template .
    1.  Create a project in "solar_project_admin" select the project type as TEMPLATE project and create the business senarioes and the solutions that you need to give as template.
    2. Next in solar_project _admin if you go and see in the template tab the above newly created template will be available.
    3. Check the template and save now all the scope and the process you need to add will be available in this .
    Regards,
    Umesh

  • Problem with xsl:import and xsl:apply-templates select="element_name"

    I import a xsl tranformation into another xsl file.
    During the transformation i want to limit the transformation to certain xml elements using the select attribute in apply-templates. However if I want restrict to xml elements whose templates are defined in the imported file, they will not be called.
    I'm using currently JWSDP1.4 but problem was also with 1.3.
    Can anybody help: Is this not xslt spec compliant or just a bug inXALAN ?
    regards pszawlow

    Solved it by myself:
    the problem was not the import but the following:
    xml file: looks like:
    <a>
       <b>
       </b>
        <c>
        </c>
    </a>xsl file looked like and should omit output of <c> </c>:
    <xsl:template match="/">
    <xsl:apply-templates select="b" />
    </xsl:template>
    <xsl:template match="b">
    </xsl:template>
    However / is not the level <a>, which I thought. So there was no matching <b>.
    I changed the xsl file to:
    <xsl:template match="/">
    <xsl:apply-templates />
    </xsl:template>
    <xsl:template match="a">
    <xsl:apply-templates select="b" />
    </xsl:template>
    <xsl:template match="b">
    </xsl:template>
    and it worked !

  • Form Template Selection

    Hi,
    Working on the Outgoing check form template. Tested looks fine in Test system. But When I tried the same template in the production it shows no template available for outgoing checks.
    Even it did not allow to edit output settings options where can choose any other template.
    For some reasons it doesn't show the form template for outgoing check at all even though Form template selection setup correctly.
    Any idea why Payment Management - Payment monitor not showing the any template available for outgoing checks.
    Thanks in advance.

    Hi Vir,
    Is this adobe form template If yes,
    -go to WorkCenter "Application and user Management"->Utilities and look for the form template in the Form's OWL (I don't remember the subview name for the OWL). If you do not find any relevant active template, check active or deleted section.
    If you delete the current active custom template, then it should automatically be replaced by SAP's default template for that use case , if any.
    Let me know if this helped.
    Regards,
    Damandeep
    Edited by: Damandeep Thakur on Dec 30, 2011 5:46 AM

  • How to define Template Selection Rules according to doc language code

    hi All,
    I am using ucm10g, I need to use DC to convert word to html, by defining Template Selection Rules, it worked perfect.
    Question is I have to use different template for different content that use different languages, for example, if a content has a primary file writing in English, that content will be checked in with langCode attribute of "en", and according to this langCode attribute, I will use different template that will show "nextpage" or "previouspage" according to langCode field, other content will use other template that show "nextpage" or "previouspage" in other language.
    I donot think the fields used in Template Selection Rules(such as author, type, profile) in ucm10g can be used in this case, any suggestion?
    Best regards

    I will ask easier.
    is it possible to set in RSCUR -> Exchange rate type 'Y' and Exchange rate from InfoObject '0EXRATE_ACC' AND use it in BEx?
    If yes, how, if now why?
    Thank you
    Standa

  • How do you change your intial bc template selection under site options after you click finish

    how do you change your intial bc template selection under site options after you click finish

    You cant. BC doesnt have a theming system like Wordpress or Joomla. The template is fixed and switching templates at this stage is not an easy feat.

  • Is there a way to automate template selection (EBS)?

    Hi all,
    The background to the question is this project, where there is a single language installation of EBS, but invoices need to be sent out in 20+ languages, including Chinese, Japanese and Russian. The invoices would often be printed in batches. Often a batch would include invoices in several languages. The printing steps from the user point of view, would need to be as simple as possible.
    The data will be available in the respective languages, but how to manage the templates? Can the template selection be automated, so that the template is selected according to some specific value in the database?
    I would be grateful for any information regarding this, for instance if there is any BI Publisher version that supports this. There are competing solutions too, and we are verifying whether BI Publisher would make a good choice in this setting. Thanks in advance!
    Best Regards, Matilda Smeds

    I'm not sure if I'm understanding garths comments correctly :-)
    I'm on the fence about writing if statements for multiple layouts because there will be logic that is common for each country but it will be duplicated many times (long-term harder to support, short-term really fast dev)....
    I have done an international implementation for customer facing documents myself and would recommend that you follow a similar methodology as suggested by garth but use imports for the templates (make multiple templates not the opposite).
    I would suggest that you look at the Blanket Sales Agreement as an example on how to do this. There is no reason to create a massive template that repeats the same logic.
    Sample Call:
    <?if:SEND_COUNTRY='US'?>
    <?import:xdo://ONT.ONTBSAERTF.en.00/?>
    <?end if?>
    Modularity will be key so I would suggest you also use call-template and call-inline-template tags as well. You will find that each country will have wild and erroneous nuisances that you will have to code for and that's why I'm suggesting you use this strategy. Conceptually, think about your templates like a class and java extending another class. Setup the inheritence correctly your life will be much easier. Make sense?
    Good luck with the invoices.
    Ike Wiggins
    http://bipublisher.blogspot.com

  • XML Publisher Template Selection Dynamically

    Hi All,
    I am new in XML Publisher domain and currently working on a report and I am able to generate EXCEL and PDF output using following steps.
    STEPS
    1.     Create RDF Report
    2.     Register as Executable and Created Concurrent Program WITH XML Output
    3.     Create RTF Template for PDF format
    4.     Create RTF Template for EXCEL Format
    5.     Register Data Definition (Concurrent Program short name is same)
    6.     Register Template 1 (Default type PDF and uploaded PDF template file)
    7.     Register Template 2 (Default type PDF and uploaded EXCEL template file)
    8.     Running the Report using FND Request Submission form
    a.     In Options Default is coming as EXCEL (only one template)
    b.     Change template to PDF generates PDF output
    c.     If added both the template another concurrent Program submitted (XDO) to generate both the outputs.
    I have few questions
    *1.* When I am submitting concurrent program how this form/concurrent program identifies default TEMPLATE (Excel or PDF)?
    *2.* I have one parameter in RDF to determine which layout I have to use (Dynamically)
    I found one procedure FND_REQUEST.ADD_LAYOUT to change the template code dynamically but this is not working (I tried this code in Before and After Report Triggers but without any luck)
    I don’t want to submit another request (1 default present in OPTIONS tab and one from AFTER Report Trigger)
    Using ADD_LAYOUT followed by FND_REQUEST.SUBMIT (XDO one to submit another request)
    My interpretation of ADD_LAYOUT procedure is
    This procedure set the package global (session) variables which are used by FND_REQUEST to identify template code and run XDO concurrent program to generate the actual output. But, when I submit the changes it picks template details from OPTIONS tab so ideally when I used this procedure OPTION tab values should change as per my selection? How can I change OPTIONS TAB values? Is it possible?
    It will be a great help if someone can explain me how can I achieve this result.
    Thanks & Regards
    Sachin

    You have another option which you can consider for this scenario.
    Have a single RTF template and attach this to data definition.
    Let this RTF conditionally choose the layout based on the input parameter.
    i.e.
    <?if:param1='PDF'?>
    PDF layout
    <?end if?>
    <?if:param1='EXCEL'?>
    EXCEL layout
    <?end if?>

  • How can I make background objects in a template selectable

    I have a Pages template with my signature embedded. It should move with the text but I cannot select it to make it do so.
    Does anyone know how this can be done in the new Pages 5?

    Thank you for the suggestions, Peter, but I'm afraid it doesn't work.
    I guess I'll just wait for Apple to re-install this feature, and meanwhile revert to my older, perfectly reliable Pages 09.
    Robert

  • Every iWork '09 app crashes upon template selection

    Installed it last night, and Numbers and Pages were both hanging, then crashing on choosing the blank template. When I choose the Grocery template and Checklist template in Pages and Numbers respectively, they both displayed the template and then immediately crashed as soon as I clicked the mouse to try and interact with them.
    I can choose any template in Keynote, it just crashes when I try to double-click a title to edit it, or do anything really.
    As the apps start to beachball an occurence of ATSServer appears in Activity Monitor, taking up about 50% CPU - I don't know if this is relevant.
    I have already re-downloaded the .dmg to check if it was corrupted. Re-installed twice with it, no luck. Deleted all instances of "iwork" in /Library/Preferences and ~/Library/Preferences and the receipt in /Library/Receipts and re-installed - again no change. Repaired permissions out of desperation - no difference.
    Here are a couple of errors for each app:
    Pages
    Clicked the blank template - hang and then crash: http://pastebin.com/f57b85f57
    Clicked the Grocery template, it loads, then clicking the document caused a crash: http://pastebin.com/f1f32ab0d
    Numbers
    Clicked the blank template resulting in a hang and crash: http://pastebin.com/f6b932e2
    Clicked the Checklist template, it loads, then clicking the document caused a crash: http://pastebin.com/f1410a857
    Keynote
    Choose Gradient template, 1280x720, clicked Chart button (the graph appeared and I tried to move it), then it crashed: http://pastebin.com/f288c95f2
    Choose blank template, 1024x768, double-clicked the title resulting in a crash: http://pastebin.com/f22b27654
    Can anyone shed some light on this? I'm completely and utterly stuck.

    I think eyeless is on the right track as far as a font or fonts being part of the issue. Another thing to try is to use Font Book to see if any fonts are corrupt/bad, or if there are duplicate fonts. Font Book is in the Applications folder, and here are the steps to try:
    1. Once Font Book is launched, make sure you have "All Fonts" selected in the Collection column.
    2. Then click on a font name in the Font column, and Select All from the Edit menu.
    3. Choose "Validate Fonts" from the File menu.
    - This tracks down fonts that may be corrupt.
    4. Once that is done, choose "Resolve Duplicates" from the Edit menu.
    - This lets you know if you have more than one copy of a font.
    Hopefully, once those two things are done you won't see the crash. I know corrupt fonts have caused me no end of grief.

  • Dynamic Template Selection (for Button)

    Hello all
    I've got a few buttons on the top of a page.
    Each button submits the page, and the page displays different things based on the :REQUEST value that these buttons have.
    eg..
    (Options) (Report) (Chart) (Other)
    I would like it so that the currently selected button is still visible, but inactive.
    eg. say the user clicks on the Report button I don't want it to look like this...
    (Options) (Chart) (Other)
    ... with a condition on the button.
    I want the button to still be visible, but not clickable.
    Now, I can make a button template that's how I want the button to be... but then is there any way for the template of the buttons to be dynamically selected, based on the :REQUEST value?
    Thanks!

    Hehe, I'm guessing this isn't possible :P

  • Multiple Templates Selection When No languages patches are applied

    Hi All,
    I am looking for the best approach to translate the .rtf templates into different languages when no languages patches are applied.
    Regards,
    Nagesh Manda.

    there are both "Upload to Flickr" and "BlackMug" apps in App World, for both of those services, they should work.
    In your screenshots, the middle one, if you select one image, and then tap the second image, does it DE-select the first selection?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Wizard based Visual Studio project template selection

    I wish to create a wizard based solution, which would allow a user to choose the type of project template he would wish to load.
    In Visual Studio, for example, upon selecting a Win32 console project, the user has a chance to have MFC / ATL support, SDL support etc, or he may not.
    On similar lines, I wish to provide a user the choice of selecting a 64 or 32 bit project template,with or without MFC support.
    I can create a wizard for such an endeavour, and I can associate this wizard with the root project of a multi project solution, and can capture the input of the user. But how do I then select that particular project to be loaded for the user?
    How does Visual Studio achieve this project selection, and what would I need to do to achieve the same?
    Kindly advise. Thank you.

    VC++ project system now supports the same .vstemplate based wizards, its just that they never bothered to convert the old ones, as they are rather large, and people that use them are familiar with them.
    But if you poke around the ....\Common7\IDE\ProjectTemplates\VC directory, you'll see some examples of the newer style of templates in the Phone and Store directories, which contain the newer style templates.
    If you want to build a project template that allows for selecting different (or multiple) project types, I'd recommend starting with a stock project template, and then create and add a custom IWizard assembly to it (much like that walkthrough I mentioned),
    then add your additional "hidden" templates. To keep the hidden templates out of the New Project dialog. Then you can programmatically add them to your solution, per whatever
    the user selects, in the UI you display in your
    IWizard.RunStarted implementation.
    I don't have an example of this finished, but I hope to have one done here shortly. It's basically a set of templates that will generate a Project or Item Template Project, and a VSIX wizard assembly project. Essentially, it's a template that will give you
    the same results if you do that walkthrough on the VSX Arcana blog I mentioned earlier. I'm in the final stages of cleaning it up, and will hopefully have it posted up on codeplex and the VSX Arcana blog later this week.
    Sincerely,
    Ed Dore

  • Reset Site Collection to Template selection page

    Hi
    I want to reset a site collection to a point where its possible to select the site collection from a template.
    Previously, in the Site Settings I selected Reset to site definition, I was expecting to ne able to navigate to the site collection and see the site collection template page but instead no page was found.
    So how is this possible, will I have to create a new site collection every time? (I dont have access to CA)
    Thanks

    Reset to Site Definition simply reverts any "Ghosted" pages to the original formats stored on the file server in the site definition that was used to originally build the site.  It essentially removes all customizations that have been made
    in SharePoint Designer.  There is no way to pick a different template for an existing Site Collection.  The only way to get a different template is to delete the existing site collection (and all of its content) and then create a new site collection
    with a different template.  Templates are blueprints that are used to build a site.  Once the site is built you can't change the original blueprint used.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

Maybe you are looking for

  • Problem with battery for MacBook Pro 2007

    I have a problem with battery that was replaced during video card service 1.5 years ago Battery health was around 80% and it stopped to work, I continued to use notebook with power cable and after week the battery become like this! spoke with person

  • Itunes not installed properly please reinstall. error 7(windows error 5)

    please could someone help. my itunes has stopped working. I have tried 2 unistall and reinstall but continue to get the same message. Has anyone had this problem and got a solution?

  • I have lost the swish noise when I bin my emails how do Iget it back

    I have lost the swish noise when sending emails to trash or bin, how do I get it back?

  • Dashboards on BlackBeery and iPad?

    We are publishing few webi reports in BlackBeery mobile using BO Mobile application. Is it possible to deploy the Xcelsius Dashboards to ipads of the users? What do we need for this? Any detailed information? Thank you Edited by: Srikencha on Jul 4,

  • MVP List #40 (June 2 - June 8, 2012)

    The Verizon Community Forums Most Valuable Posting List is where we recognize great work and words happening every day right here on our community. We know the success as a community is based on the continual and lively contributions of our valued me