Wrong template selection

Dear Dina,
While creating a new project wrong template copied, the copied template has minimum options...is it possible to extend the options after the new project created...
what do u mean by freezing the project(giving start date and same end date)??????????
Pls help me
thanks a lot n advance...

Hi
There is no problem to update the project WBS and add tasks, after the was created. You can update the dates and other attributes of the tasks which were already copied from the template.
My previous response refered to the ability to show more options in the project page. Only the list of options that are shown for a project is controlled by the template. The values of each option may be updated (unless override is restricted on the setup of the template).
List of options include - structures, tasks, classifications, transaction controls, customers and contacts, etc. Only those options which the template is flagged as Show, will appear on the individual project page.
Dina

Similar Messages

  • 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

  • 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

  • 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

  • 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

  • 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

  • MISSING Template Selection - BusinessObjects Enterprise Integration Kit

    Hello,
    I have the "com.businessobjects.pct.masteriview.par" imported. According to the description should now when you create a new iView in the selection of templates "BusinessObjects Integration Kit iView template" is available. This does not work! I did not see this option available.
    Can someone help me? I went in front after this documentation (C5)
    http://wiki.sdn.sap.com/wiki/display/BOBJ/CreateBOEXI3.1IntegrationKitIViewTemplateintoSAPEP+Portal
    Regards
    J.V.
    Edited by: Jana VOGL on Nov 9, 2010 1:23 PM

    Hi,
    the portal runs on a server. What is wrong? I have done everything exactly as documented.
    Regards
    J.V.
    Edited by: Jana VOGL on Nov 11, 2010 8:13 AM

  • 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!

  • Wrong path selection

    Hi all,
    In my BMM I have different fact tables that share the same dimensions. For example:
    DimA and DimB are connected to 2 fact tables:
    DimA ---(FactA
    DimB ---(FactA
    DimC ---(FactA
    DimA ---(FactB
    DimB ---(FactB
    So I put in the PL these dimension in 2 different subject area, SA_A for the FactA and SA_B for FactB.
    In the SA_A I put in the query some fields from DimA and DimB, but if I don't select also any field from the DimC, I got a wrong result in BI Answer because it uses the FactB to make join, but if I use also some fields of DimC in the query then I got the correct result.
    It could be useful to tell you that I didn't use any mapping between dimension and logical level in the Content Tab of the LTS of each dimension and fact, beacuse I don't know how it could fix my problem.
    Please give me some tips to solve this issue!
    Many thanks!
    Nazza

    Hi Nazza,
    I think you have to specify the content level in the content level tab in a LTS. For each dimension A, B and C, you should specify the dimensional level at which your LTS is. So for instance, if DimA is time dimension and LTS contains data at month level of dimA, specify month against DimA in content level tab of your LTS.
    By the way, why did u say the result was wrong ?

  • 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

  • Wrong vendor selection while shopping from vendors catalog

    Hi,
    Shopping cart has been created visiting vendors catalog but system created shopping cart on wrong vendor. This issue is not frequent but need to analysis/fix.
    For example, selected the items in Dell catalog but in shopping cart the vendor is CDW.
    Will appreciate your help if any one have faced such issue. We are on SRM 7.0.
    Thanks
    Jayashree.

    Hi Jayashree,
    Please check the supplier number under : Strategic Purchasing --> Business partner in purchaser log in for which you want to create the SC from catalog and assign that number of supplier to catalog item in data manager.
    this will solve your issue.
    Thanks
    Ravi

  • JMF, Linux, wrong codec selected when using jarred version of app

    I have problem realising an AVI player when I try and run Linux JMF application when whole application is bundled into jar file and I try and run it using
      java -cp <..JMF/lib/jmf.jar:/home/codroe/fobs4jmf.jar..> -jar app.jarIn jmf.log I see:
    ## Player created: com.sun.media.content.unknown.Handler@1cd2e5f
    ##   using DataSource: com.sun.media.protocol.file.DataSource@911f71
    ## Building Track: 0
    ## Input: XVID, 720x576, FrameRate=25.0, Length=1244160 68 extra bytes
    !! Failed to handle track 0
    XX   Unable to handle format: XVID, 720x576, FrameRate=25.0, Length=1244160 68 extra bytesThis is exactly the message I usually get when some part of JMF cannot find "jmf.properties" file (if for example could not find .jmfdir), but looking at strace from application run it does appear JMF found my jmf.properties this time, but still chose not to use omnvidea codec:
    stat64("jmf.properties", 0xfeffc410)    = -1 ENOENT (No such file or directory)
    stat64("/home/codroe/JMF-2.1.1e/lib/jmf.properties", {st_mode=S_IFREG|0644, st_size=31354, ...}) = 0
    open("/home/codroe/JMF-2.1.1e/lib/jmf.properties", O_RDONLY|O_LARGEFILE) = 11When I run my unbundled (i.e. not wrapped up in jar) version of Linux application (same classpath), it finds jmf.properties no problem, and choses omnivoidea codec and now is able to play the video with good things in jmf log:
    ## Player created: com.sun.media.content.unknown.Handler@30c221
    ##   using DataSource: com.omnividea.media.protocol.file.DataSource@a401c2
    ## Building Track: 0
    ## Input: FFMPEG_VIDEO, 720x576, FrameRate=25.0, Length=414720 0 extra bytesMy windows version works fine in both configurations, jarred or not jarred.
    From Linux strace log I it shows my working non-JARed version has selected omnividea codec:
    gettimeofday({1100876842, 175149}, NULL) = 0
    stat64("/home/codroe/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    stat64("/home/codroe/JMF-2.1.1e/lib/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    gettimeofday({1100876842, 179815}, NULL) = 0
    stat64("/home/codroe/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    stat64("/home/codroe/JMF-2.1.1e/lib/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    gettimeofday({1100876842, 182979}, NULL) = 0
    gettimeofday({1100876842, 183206}, NULL) = 0
    gettimeofday({1100876842, 184371}, NULL) = 0
    gettimeofday({1100876842, 184591}, NULL) = 0
    stat64("/home/codroe/com/omnividea/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    stat64("/home/codroe/JMF-2.1.1e/lib/com/omnividea/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    gettimeofday({1100876842, 191005}, NULL) = 0but as I don't see this in trace from JAR version, and because in JMF log it says:
    ## Player created: com.sun.media.content.unknown.Handler@30c221
    ##   using DataSource: com.omnividea.media.protocol.file.DataSource@a401c2I believe it has not selected correct codec for a reason I don't understand.
    [I checked I only have one version of jmf.properties on system].
    Any ideas why jarred version is different from non-jarred version?
    version information:
    # JMF Version 2.1.1e
    ## Platform: Linux, i386, 2.6.5-1.358
    ## Java VM: Sun Microsystems Inc., 1.5.0
    and using fobs4jmf from http://fobs.sourceforge.net

    correction, for the last bit I should have said, for non-working jarred version in JMF log I see:
    ## Player created: com.sun.media.content.unknown.Handler@1cd2e5f
    ##   using DataSource: com.sun.media.protocol.file.DataSource@911f71indicating wrong codec selected

Maybe you are looking for