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

Similar Messages

  • UIShell template; from Tab to the underlying Application Module

    Hello,
    We have based our application on the UI Shell template from Oracle: http://www.oracle.com/technetwork/developer-tools/adf/uishell-093084.html .
    Thank to that template, we can launch different taskflows from a generic menu. As you may know, each taskflow belongs to a tab of a panel tab,
    which lets you switch from one launched taskflow to another one.
    The problem is that we need to way detect if any underlying application module referring to the current active tab has some pending changes (is dirty) in some way,
    so that we can make mark the current tab as dirty too.
    That way (once the tab at the view level is programmatically marked as "dirty") a popup asking for confirmation would automatically appear when the user tries to close the tab itself.
    When the user wants to close the tab despite any pending changes, we want to rollback them.
    In short, we need to:
    - retrieve all the AM instances starting from the current TAB
    - mark a tab as dirty when the first change to the only AM's belonging to the current tab happens
    - rollback any pending changes to those AM's when the user wants to close the tab anyway.
    The difficult part comes from a comment iabout a method explained in the UI Shell Documentation, which states that "the model level does not track to which tab the data belongs":
        public void currentTabDirty(ActionEvent e)
            * When called, marks the current tab "dirty". Only at the View level
            * is it possible to mark a tab dirty since the model level does not
            * track to which tab data belongs.
          TabContext tabContext = TabContext.getCurrentInstance();
          tabContext.markCurrentTabDirty(true);
        } 

    Hi,
    you can get the tab binding for each tab in a templae
    List<Tab> tabs = tabContext.getTabs();
    for(Tab t : tabs){
      DCBindingContainer bindings = (DCBindingContainer) t.getBinding();
      List bindingIterators = bindings.getExecutableBindings();
       for (Object bindingIterator : bindingIterators ){
          if(bindingIterator instanceof DCIteratorBinding){
                   DCDataControl dc = ((DCIteratorBinding) bindingIterator ).getDataControl();
                   boolean isTransactionDirty = dc.isTransactionDirty();
                   if(isTransactionDirty == true){
                       ... do what you need to do here ...
    }If you want to have a quick check if any task flow exposed in the dynamic tab shell template is dirty (so if you are not particular interested in which data control has a dirty transaction, as the above code would allow you to figure out) then you can use
       ControllerContext.getInstance().getCurrentRootViewPort().isDataDirty();This would return true if any state of the task flows has a dirty state
    Let me know if it works for your need.
    Frank
    Edited by: Frank Nimphius on Sep 13, 2012 8:17 PM

  • Concerned about the scope of this project, do I need an LMS?

    Good afternoon,
    I have been scouring the forums today as I try to wrap my head around captivate as this is a new piece of software to me.  I wanted to build a decent understanding of how my project should be structured before actually building anything and along the way I discovered LMS while I was examining the quizzing features.
    First id like to give an idea to the community of what I'm trying accomplish with this project.  I have a few relatively simple training programs that I would like to automate online for new employee's coming in to the company.  Each "class" will be roughly 30 minutes followed up with a quiz.  So I'm curious if I would need an LMS to handle the quizzing since there's no compliance issues here, I just want to be assured that they paid attention and completed the training.  Since it's all internal, can I just build out the training programs in captivate, publish to our site and collect the quiz results via e-mail or some other deliver?  Or is there always a need for an LMS?
    Thanks for any advice, this is a little bit more than I anticipated when I dreamed up the idea (isn't it always).
    Aaron

    LMSs are typically very expensive and clunky. Though there is at least one
    'free' LMS, but if you don't have web development and database skills, you
    could find that 'free' is anything but.
    If you simply want to do a test and capture the scores, Captivate does come
    with a basic feature that allows to you 'roll your own' tracking via a web
    server, some scripting and a database. If you have web skills, this could
    be an easy option.
    If you find even that daunting, you could build your lessons in Captivate,
    then utilize online quizzing and survey tools to do your own free or very
    cheap quizzes. I've not looked at using them for this purpose, but for
    instance SurveyMonkey and Zoomerang are popular options that have
    comprehensive reporting features.
    Steve

  • Strange ... Projects opened from Projects View are no longer (3.3) selected on the Library tab of the Inspector.

    Strange goings on here with my Libraries: Projects opened from Projects View are no longer (3.3) selected on the Library tab of the Inspector.  When, in Projects View, I double-click a Project, that Project's contents are shown in the Browser, but the selection shown on the Library tab of the Inspector remains on "Projects" near the top of the tab.
    This is, imho, _very very very bad_.  Can someone confirm this behavior on their machine?  Is this announced or expected?
    Thanks.

    Hi Kirby,
    I never noticed!
    Can someone confirm this behavior on their machine?
    Confirmed! (on MBP und iMac)
    Is this announced or expected?
    Don't know - it does not follow from the release notes, as far as I understand them.
    Regards
    Léonie

  • Can not fine the Template standard tab

    From: Formatting Report Output in Oracle HTML DB Using Report Templates
    Author: Raj Mattamal
    Date: August 2004
    from the following instructions I can not get to the HTML DB Application Builder home or find the Template standard tab. Can you provide me some additional information. Thank you,
    Log into HTML DB
    Click the Application Builder icon
    From the HTML DB Application Builder home, click the Templates standard tab
    In the "Report Templates:(Row and Column templates)" region, click on Create/Copy
    Choose "From Scratch" and click Next
    From the "Report Type" list of values, select "Generic Columns (column template)" and click Next>

    Samuel,
    The UI in 1.6 has changed quite a bit from the previous versions, so you'll need to keep that in mind when working with older tutorials and how-tos. The Application Builder home page is that which you reach by clicking the Application Builder icon or by selecting an application to work on from the list after you login to the workspace. Then you click Shared Components->Themes and Templates (under User Interface) and from there you should be able to get to the template operations that the how-to describes.
    Scott

  • Missing "Select a Template" when editing asset?

    Okay, I need some input here!
    We recently upgraded from Fatwire 7.5 to Webcenter Sites.
    I now a have question about something, for which I don't know if it is caused by an error, a misconfiguration, or is just a new feature, in the Webcenter Sites UI for admin and contributor.
    Like I would always do in Fatwire, in the admin-interface, I created a new template that applies to a subtype of a specific asset-type.
    In the contributor-interface I then created a new asset of that specific asset-type and subtype, and then I want to select a template to render my asset. But when editing the asset, the field "Select a Template" is not present (the drop-down where I usually select a template is missing).
    When I "inspect" the asset, I can see that "Template: No template specified", but when I edit the asset the "Select a Template"-field is gone???
    Further info:
    - No errors is thrown in the log.
    - My user has been granted all rights.
    - if I inspect an exiting asset, created before the upgrade til Webcenter Sites, the asset will have a rendering template assigned, but when I edit an exciting asset the "Select a Template"-part is missing.
    Do you have any inputs to this behavior, what can be wrong?
    Edited by: jakobverner on Mar 18, 2013 2:39 PM

    Phil, you are a legend!
    When I set the Template to "Element is used as a layout", the template does appear as selectable, when editing a asset of the correct type.
    The correct answer, and now it works.
    Good thing it is backwards compatible, since the exiting assets will have the old rendering template assigned, from before the upgrade to Webcenter Sites.
    Thanks!
    / Jakob Verner

  • Documents tab in the customer master - ECC 6.0

    Hi
    Whilst working on ECC6.0, we notice that there is a documents tab in the customer master sales area data....
    Could someone please help me with the functionality of this particular tab and its relevance please?
    Cheers,
    MR

    Hi Rithvika /Arijeet,
           Thank you for your replies. If as Arijeet, mentioned, it is for output conditions... Could you please let me know how we configure these output condition types -
    a) Is it done only on the customer master ?
    or
    Does it involve the output det. proce. where in we use the condition technique?
    If done only thru the a/c grp and customer master, could you please help me out with how we configure it?
    b) Could you please let me know the business scenario in which this document tab on the customer master sales area data comes into force?
    I would appreciate your help on this.
    Cheers,
    MR

  • Restrict the user should not allow to select No Excise entry tab in MIGO

    Hi
    how to restrict the user should not allow to select No Excise entry tab in MIGO
    if the material Excisable user can bale to select the No Excise entry tab in MIGO . my requirement .... if the Pop come Please enter Excise Invoice number and Excise Invoice Date user should not change the No Excise how to restrict pls advise me
    @sakhi

    These are the options provided by SAP keeping in mind Indian Scenario. Sometimes, vendor forget to send excise invoice copy with the material, in such case, you can select 'Only Part I'.
    Even if you have maintain vendor excise details & material excise details (By mistake) in J1ID, system will throw an error message, excise invoice value is zero. In such case, we can select option 'No excise entry'.
    Your requirement can't be fulfilled in standard way. Even if you go for any Z- developement, you will lose the option.

  • Custom tab missing from Create Site template selection section in SharePoint 2010

    Background:I migrated from SP 2007 to SP 2010.
    ISSUE: my custom templates are visible in the Gallery list but when i try to create a new site the Custom tab selection is missing.
    What am i doing wrong?

    Hi,
    For a tip to understand for Visual Upgrade refer here :
    Visual Upgrade
    By Custom Templates, I mean remove old Master Pages : Go To Site Settings --> Look And Feel --> Master Pages (click on Master Pages to open window with Master Pages and CSS Style). From this page select V4Maste.master and default CSS. Refer here for
    more on how to change :
    Master Page  
    You can very well get back all your custom settings, but first lets try to resolve your first issue.
    Cheers!

  • "Don't load tabs until selected" ... Where is the setting so that it affects the tabs when I click "Open all in tabs" from History?

    I am trying to reload all the tabs from history, it's a couple thousand. I am not concerned about system RAM I have 16GB. I know it will be slow, I'm not looking for any warnings or questions about why I have to reload that many tabs or how to work with the restore.bak sessionstore files.
    The question I need an answer to is, "What setting do I need to change so that when I reload multiple tabs, it doesn't say "connecting" on all of them even though I have already selected "Don't load tabs until selected"

    I think we both understand what you want. And we're both saying we are not aware of any built-in way to do this.

  • When I right click and select open link in new tab, it leaves the page I am on and takes me to the first tab to the right

    I usually have many tabs open when I read the news, and it is nice to select open links in new tabs while scrolling through a news' home page. Lately, however, Mozilla has been opening the new tab, but switches the page I am viewing to the first tab to the right of the home page. For example, I had ESPN.com open, and then a few Facebook tabs after that to the right. Whenever I would select open link in new tab, the tab I was viewing would switch from ESPN.com to the first Facebook tab to the right, and the new tab would open a little further down the line. Any chance anyone knows how to fix this?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Connect the device to your computer. Open iTunes. Select iPhone, iPad, or iPod in the Devices list. Click the Summary tab and select "Manually manage music and videos". Click Apply. but after that say's everything on my iPhone will be deleted

    Connect the device to your computer.
    Open iTunes.
    Select iPhone, iPad, or iPod in the Devices list.
    Click the Summary tab and select "Manually manage music and videos".
    Click Apply.
    than it says it'ss erase my iphone and sync with itunes library.
    what should i do?

    It wil only erase the music and videos. Nothing else.

  • [Agentry] Identifying the selected object in multi-tab lists on iPad

    hi all,
    On iPad, we can create a multi-tab lists to group objects based on different criteria as shown below.
    In my implementation, I created a Tile Display which holds a screen set called “Lists” with multiple list screens.
    Once we select an object in one of the lists, we need to either display details of the it or execute some transactions on that object. Then I had difficulty to find a way to identify the selected object. Since this is a screen set inside a tile display. I first tried to see if I can drill down on the tile display.
    As shown above, I cannot go further on the tile display.
    Then I tried to see if I can find the object on the “Lists” screen set. There are four screens each of which has “selected object” option. During the application’s execution, the user may switch between lists/tabs. Is there any method we can figure out which tab/screen the user is currently on?  With that piece of information, I can identify the screen and then the object accordingly.
    My development environment is 6.0.42 and iOS 7.1.
    If this is not correct way to accomplish such function, is there any work around available to present a workable multi-lists tile on iPad?
    Thanks a lot.
    -Yang

    Jason,
    My following question might be a bit off the original topic. Please let me know if you want me to open a new post.
    I actually tried the navigation as well as the list selection. The navigation did happen. However, instead of presenting the Lists screen in the original tile display, a new full screen is created after the navigation which covers the original screen on iPad.
    This leads to a general question regarding the navigation on screen with tile display. For pocket PC, the navigation is straight forward as a new screen is going to be created to cover the original screen. On tablet, if tile display is used, is it possible to navigate to, i.e., activate the focus on, a particular screen inside a tile display?
    Please let me know if I make my question clear.
    Thanks a lot.
    -Yang

  • When I click on 'open a new tab' or if I select 'new tab' from the file menu a new tab does not open. It used to.

    When I click on the tab to 'open a new tab' or when I select 'new tab' from the file menu then a new tab does not open. It used to.

    This has recently been answered below - Ask toolbar issue - this was the problem

  • IPhoto keeps selecting the "Last Import" tab on the left hand side.

    Whenever I'm looking at photos in iPhoto, it will randomly switch to the "Last Import" tab on the left hand side so that I've viewing photos from my last import. It doesn't matter if I'm editing photos, or just looking through events, every 5 minutes or so, iPhoto switching to the Last Import tab. Any one know how to fix this? I've checked iPhoto for updates - it seems mine is up to date.

    Go to your Pictures Folder and find the iPhoto Library there. Right (or Control-) Click on the icon and select 'Show Package Contents'. A finder window will open with the Library exposed.
    Look there for a Folder called 'Auto Import'.
    Drag anything inside to the desktop.
    Relaunch iPhoto.

Maybe you are looking for

  • Since upgrading to Yosemite, I can no longer print to my Kodak AiO.  The fix on Kodak site does not work.

    Since upgrading my Macbook to Yosemite 10, I can no longer print to my Kodak AiO 5250.  The fix on Kodak site with Terminal does not prompt to password like it says it will.  Macbook has all available upgrades completed.  Printer works with a PC. 

  • Anyone experience incorrect modification dates with 10.4 server?

    Maybe this is a bug, maybe not, but I have received numerous reports from coworkers of a problem with the finder's 'modification' date for files hosted on 10.4 servers (running 10.4.3 now) in two separate locations. This behavior was not occurring pr

  • We need more than 5 authorisations nowadays

    I have a PowerMac, a MacBook Air, Apple TV in the living room and in the bedroom, an iPhone and an iPad. All fairly 'normal' Apple products for a normal user. However I can't actually have iTunes on all of these devices becuase Apple limits my iTunes

  • OpenDocument with Inllist function

    Dears I'm using Business Object 4.1, I want to know how to pass inlist() function in hyperlink with document for example, I have 2 reports one is summary level report where each heading have range of chart of account another report is detail report w

  • SMTP Error in Mail

    I have just gone from PC to Mac and Input all my email details into Mail. It is a private domian with my own server so I know that it is functioning perfectly fine. It is an IMAP account and works fine on a PC but with mail i get an SMTP Error. It ju