How to make a web template as standard template

hi,
we are trying to make the custom web template as the standard template. So, that it would be the basic template when we create a new template.
could anyone let me know how to make the template as default template
Thanks,
raghavendra pothula

Hi:
Try that one in SPRO.
here are steps if u need them.
SPRO
SAP Reference IMG
From here, open tree:
SAP Netweaver
SAP Buss Info Warehouse
Reporting Relevant Settings
BEx Web
Set Standard Web Templates.
Here add for Adhoc analysis and others if needed.
Ram Chamarty
Message was edited by: Ram Chamarthy

Similar Messages

  • How to make the workflow available for Contract Template ? CLM

    Hi expert,
    It seems that no workflow can be defined in the Library Item Phase Configuration .
    The customer needs the approval workflow for the contract template also ,so does anyone know how to make it
    possible with configuration or Dev ?
    Your help is highly appreciated !
    Thanks a lot !
    Regards,
    Lilian

    Refer :
    7 Component Configuration Dependencies
    http://otn.oracle.com/docs/products/ias/doc_library/90200doc_otn/core.902/a92171/compdep.htm#1008620
    Web Cache
    http://otn.oracle.com/docs/products/ias/doc_library/90200doc_otn/core.902/a92171/compdep.htm#1016697
    3.2.2 MIDTIER OPCA Mode
    http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/CONFIGHTML/cgbasic.htm#1008246
    - Senthil

  • How to make background image editable in a template

    I have built a template and would like to make the background
    image editable, but not the rest of the settings in the body style.
    (I'm not sure of my terminology yet.) The background image is
    currently set in the locked part of the page. I've tried to insert
    an editable region in the html code, as I cannot get to the
    background image by clicking on it or selecting on the Design page.
    But I am not allowed to change the code in this way.
    What is the best way to do this? I'm not sure how to make a
    div of this one setting. Or even if that is what is needed.
    Thanks for any suggestions.

    So to give a different background image to different pages using CSS.
    Create a CSS file in your Dreamweaver site.
    Link it to your pages.(in your head tag like so: <link href="path/to/stylesheet.css" rel="stylesheet" type="text/css" />)
    In your HTML code find the body tag and give it an id (like so: <body id="myUniqueID">)
    In your stylesheet write the following code:
    #myUniqueID{
    background: #color, url("path/to/image.jpeg") repeat);
    And now extrapolate the above steps and code to your other pages and voila, you now have different background images for your different pages.
    To learn more about CSS - visit your local web search engine.
    To see the power of CSS, check out http://csszengarden.com/ where the exact same HTML file is styled by different CSS stylesheets.

  • How to make Changes to Brush Menu Button Template!

    I know this should be easy, but I'm not having luck so I thought I'd ask the forum:
    I am using the BRUSH template for a chapter index. The default chapter button drop zones for the video look as if they have a hazy effect over them. I'm trying in vain to make changes to this so the video appears crisp and clear but I can't find out how to modify these drop zones.
    Can anyone help? Thanks!
    Jenny

    It's not the drop zones themselves, it's the "patches" that are used to fill the drop zones. The patches are Apple-supplied image files, difficult to locate. I don't know if they're editable but you want to make a copy of the entire template file before you go in and start messing with it.
    bogiesan

  • How to make custom data validation on standard form.

    Hi,
    I have some little OAF experience. I have extended VO so far but I am still newbie.
    I need to make custom data validation on standard form.
    I Oracle Credit Management module on "Create Credit Application: Applicant" form I need
    to validate chosen currency against customer setup (whether there is customer profile amount for the currency).
    The page is /oracle/apps/ar/creditmgt/application/webui/ARCMCREDITAPPPAGE
    There are controllers on the page:
    oracle.apps.ar.creditmgt.application.webui.creditAppContentFooterCO 115.14.15104.2
    oracle.apps.ar.creditmgt.application.webui.creditApplicationPageCO 115.6
    oracle.apps.ar.creditmgt.application.webui.creditAppRegion2CO 115.13.15104.2
    oracle.apps.ar.creditmgt.application.webui.creditApplicationCO 115.8.15104.3
    oracle.apps.ar.creditmgt.application.webui.creditAppRegion1CO 115.28.15104.4
    oracle.apps.ar.creditmgt.application.webui.creditAppBusBackCO 115.6
    oracle.apps.ar.creditmgt.application.webui.OCMApplicantInfoRNCO 115.4
    creditApplicationPageCO is pageLayout controller.
    Please direct me how to achieve it.
    Which controller should I extend (if any)?
    How to get values from the page (customer site id, currency) and how to run custom sql in my CO class ?
    Regards,
    Marcin

    Hi Marcin,
    You have to find your GO button is handled in which standard controller, (if you click on the about this page, you should be able to identify the controller,
    or you can download all the controller .class files and decompile and check the logic).
    Then extend that controller(which has the Go button logic, you can see how it has been handled.),
    The usual way to check is
    if(pageContext.getParameter('<Go button name>') !=null)
    Since you want to validate first your custom validation, in the extended controller ProcessFormRequest
    dont call the super.processFormRequest unless your validation is success.
    Call the super at the end.
    Inside your extended controller you have to find your AM and then your required ViewObject to get the user entered values.
    Thanks,
    With regards,
    Kali.
    OSSi.

  • How to make the web part and web part zone smaller?

    Hello Community
        On WS2012 running SharePoint 2013 Server when you edit a page
    the web part zone is big and when you add the web part the web part 
    is big also.
        So the question is how to you make web parts and web part zone
    smaller?
        Thank you
        Shabeaut

    Hi,
    According to your description, my understanding is that you want to make the web part zone and web part smaller.
    When you edit a page, you could change the height and width of the web part in Edit Web Part -> Appearance by typing in the Height and Width field. The size of the web part zone changes with the web part.
    Best Regards,
    Dean Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to make a Web Page with Labview?

    I have a Project: CONTROL A CAMERA OVER INTERNET (with Labview)
    i try to make a Web Page but it s very difficult for me.I have Labview 8.6 and Internet Toolkit.
    Why can i make a simple Web page?
    Why can i control the camera over Internet?
    Thanks...

    This thread is quite old but there is a new answer that might better suite your needs... So, for those who are looking for the answer, have a look at WebPager plugin for LabVIEW here: https://labicom.net/labdeveloper/WebPager/ . It will make much better job (in most cases) than Remote Panels and Web Services suggested above. The only difficulty I see in your request is a 'camera' word. With WebPager you'll be able to control it from the browser (without any plugins or similar things), but the video image itself will pose problems... Still, it can be tackled. 
    =========================
    Igor Titov, CLA
    WebPager - put LabVIEW front panels into the web page
    Labicom.net

  • How to make regions editable in fluid grid template in 2014.1.1 in LIVE view - can't open the template editable selection panel

    I am teaching a course in Dreamweaver 2014.1.1
    We are setting up templates in fluid grids.
    We need to make regions editable.
    The LIVE view replaced the DESIGN view and does not have certain options accessible anymore.
    I can't find the command to access the dropdown panel to make a region editable.
    The Template tab at top, and the make editable options subtab, will not come open in fluid grid template mode.
    Does anyone have a way to do this?

    I was under the impression that the February update (2014.1.1) released a few days ago had fixed these problems.  I urge you to file an official bug report below.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    My advice for now is to stay away from Fluid Grid Layouts.  But if that's not an option, I'll show you a trick for getting Design View back.  Open the Fluid Grid CSS file and add an X as shown below.  This tricks DW into thinking it's a normal layout.
        Dreamweaver Fluid Grid Properties
        dw-num-cols-mobile:      X 4;
        dw-num-cols-tablet:        8;
        dw-num-cols-desktop:    12;
        dw-gutter-percentage:    25;
    =====================================
    Once saved, you should see Design View as an option.
    Nancy O.

  • How to make a Web page

    I am trying to make a Web page with iWeb 09, but it is really confusing. I presently have a Go Daddy account that forwards my chosen domain name to the obsolete HomePage name I have. When I created the HomePage account, as I recall, it told me the name of the page very clearly, very simple. iWeb does no such thing! I select "Publish" and I get this crazy page that says "Go to your registrar's website (sic). Define web.me.com as the 'www' CNAME (alias) for your domain." That sentence makes no sense! What happened to the simplicity of HomePage. Anyway, I go to Go Daddy and, of course, there is not such thing anywhere obvious. This should be easy. I have a so called Mobile-me account, but it does nothing. What is up with this? Do I even need Go Daddy any more? Any help is very much appreciated.

    Any iWeb url is going to be http://web.me.com/username/sitename - so no difference at all.
    So when you open iWeb and click on the name of your site you will get the publishing options, so select publish to MobileMe and your site should publish there. Rather than visiting the link, close iWeb and empty your browser cache and then type in your url - http://web.me.com/username/sitename and your site should then come up.
    If you want to use your domain name with iWeb you can. Close iWeb and log into your MobileMe account under System Preferences and then go to the Personal Domain name section and enter your domain name in here. Once this is done, close MobileMe and log into your account at GoDaddy.
    You do not need to know exactly what CNAME means, but GoDaddy uses CNAME forwarding, so log into your GoDaddy account and go to the DNS setting section. Then set-up a new CNAME, which means forwarding 'www' which is your sub-domain to web.me.com and this should then be set up to forward to your MobileMe published website. Note that when setting this up your alias is your domain name and your host is web.me.com and you are forwarding your domain name (alias) to your host (web.me.com) as this is where your website is published.
    If you want to check that your website has actually been published, then you can open System Preferences and click on iDisk and you can then log into your iDisk and go to Web/Sites and check whether there is a folder there with the name of your website on it. If so, then your site has been published.
    I am also assuming that as you have posted this in iWeb 09 that you are in fact using iWeb 09?

  • How to increase entire web site size in template?

    How would I increase the entire web site size on a premade
    website template? All of these templates Im currently using created by the same company appear rather small to, especially in width. http://www.englecomputerservice.com/Home.html
    Do I have to go in and manually increase each table width or is there any type of easier way of going about this?

    Also, please take a look at this site to see what I mean...
    http://ranchpropertyarizona.com/

  • How to make changes to profit center standard hierarchy?

    Hello!
    I have to make changes in standard profit center hierarchy. Should I make the changes in IMG or Sap Easy access -screen? If I make changes in IMG, could you please tell me the right path where can I find it?
    Another question, if some profit center is in the wrong place in stardard hierarchy and I want to transfer it to another place (under other node for example), how is this done? Should I delete this profit center first (I tried delete but it wasn't possible..) or can I just transfer the profit center?
    Thanks!
    Points will be given!=)

    Hi,
    in the IMG you can maintain the profit center standard hierarchy via TA KCH4. The path is:
    -> Controlling
    -> Profit Center Accounting
       -> Master Data
        -> Maintain Standard Hierarchy
    The transport of the profit center standard hierarchy is done via TA 0KEQ,  (this is relevant for both KCH5N and KCH4).
    IMG Path:
    -> Controlling
    -> Profit Center Accounting
      -> Tools
       -> Transport Customizing Settings
    Hope I understood you correctly.
    Regards
    Karl

  • How to make metatags "Editable" region in my template?

    How can I make my metatags "editable" regions in my template?
    I tried doing it as shown below . . . but when trying to update the individual pages from the template, I get an error message that looks like its trying to tell me something is missing from the <!-- TemplateBeginEditable -->  instruction.
    Can anyone help?
    I appreciate it!
    <head>
    <!-- TemplateBeginEditable -->
    <meta name="keywords" content="cat, dog, apple, banana">
    <meta name="description" content="My Description will go here.">
    <title>My Title will go here</title>
    <!-- TemplateEndEditable --><!-- InstanceBeginEditable -->
    <title>undefined</title>
    <!-- InstanceEndEditable -->

    Thanks for your response, David
    Well, I've tried to implement your instructions on the template (see below for EXACT code).   But on all the "child" pages, I am ONLY still allowed to edit the "Title" tag.  Everything else is still GRAYED-OUT (unable to edit).
    What did I do wrong?
    - Jim
    <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40">
    <head>
    <!-- TemplateBeginEditable name="head" -->
    <meta name="keywords" content="resume,resume service,resume writer,resume assistance,resume assistant">
    <meta name="description" content="Professionally-written Resumes ready in 60 minutes! Great quality & friendly service.  Just $49.95. Lowest prices! Our 19th year. Work with a real person on the phone. Hassle-free (no forms to fill out like our competition). Guaranteed Job-Winning Resumes. Open 7 days til 12 Midnight.">
    <title>Best c Resumes - Ready in 1 Hour!</title>
    <style>
    <!--
    a            {
    color: #0000FF
    -->
    </style>
    <link rel="File-List" href="../u4/17YUvRBD_files/filelist.xml">
    <meta name="Microsoft Theme" content="blends 011">
    <!-- TemplateEndEditable -->
    </head>

  • How to make custom Metadata accessible in Text Template Editor ?

    Hi all.
    I used Lightroom SDK to create a plugin generating custom set of Metadata (for LR5) to manage images as produced items (printed and framed photos).
    In order to be able to create usefull lists of items, I would need to be able to print this metadata fields on contact Sheets.
    This is the only functionality that prevents me from using Lightroom as a database for produced artworks, beeing able to manage exhibitions, stock locations, sales etc...
    Guess this means I have to make those new fields accessible in the Text Template Editor that allows user to compose an aggregated text from various type of metadata for printing or slideshows.
    But seems that only the original sets of metadata appears in Text Template Editor, not the one created by my plugin.
    Is there a way to add this functionnality to my plugin ?
    Thank you very much.

    First let me say I have no idea what you mean by Text Template Editor.
    mbrch wrote:
    Is there a way to add this functionnality to my plugin ?
    3 ways:
    ======
    1. If metadata definitions are available in metadata provider module without running plugin initialization function (i.e. as on-the-fly compilable lua), then Jeffrey Friedl's Metadata Viewing Preset Editor will support it. (this is the normal case, the other case would be if plugin init computes a global variable that is returned by metadata provider module instead).
    2. You can edit a metadata viewing preset manually, by placing a .lrtemplate file in 'Metadata Field Lists' folder - in with your other presets (is that what you meant by text template editor?). - see example below.
    3. Define a tagset factory for your plugin and return the metdata viewing preset options from the tagset factory implementation file - there are instructions in the programmer's guide.
    Example below:
    return {
       items = {
             formatter = "com.adobe.label",
             label = "File/Folder"
          "com.robcole.photoName",
          "com.robcole.folderPath",
             formatter = "com.adobe.label",
             label = ""
          'com.robcole.developSettings.ProcessVersion', -- individual develop settings can be included like this.
          'com.robcole.developSettings.CameraProfile', -- individual develop settings can be included like this.
             formatter = "com.adobe.label",
             label = ""
             formatter = "com.adobe.label",
             label = "Exif Metadata"
          'com.robcole.exif.AELockButton',
          'com.robcole.exif.ActiveD-Lighting',
          -- add more here...
          'com.robcole.exif.' -- "help" item - remove this item once you've got the hang of this...
       title = "Exif Select",
       id = "Exif_Select_382790710"
    Rob

  • How to make only time show in employee template

    I had to add some times to the employee schedule template, but now it's always showing the date along with the time. I want it to only show the time. How can I fix it? Thanks!

    You can format the way those cells display "Date and Time" to show only time.  If your format bar is visible, click on the down arrow and select "Date and Time" and then one of the formats that shows only the time.
    Alternatively, you can select the formatting icon on the Inspector and adjust the Date and Time format.

  • How I make the Web Browser Control to display a PDF in Windows 8

    I have an application that run ok in previous version of windows,  Where I can load a PDF file and the web browser control automatically use the Reader OCX of Adobe,, After Install windows 8 and download the reader for windows 8 still get and (X) where the document should be displayed.  I use the following command in my program to force the windows 8 to use the same web browser (10) in my web browser control.
    WebBrowser1.Navigate(DocumentName,"",Nothing,"User-Agent:Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)")
    But still get an  (X). IF I use the URL that is in the property of the (X) and paste in my regular IE10, it open the PDF file.

    Adobe Reader Touch is a Windows Store app and does not install a browser add-on/plug-in for "in-browser" PDF viewing.
    You can either
    Install Adobe Reader XI (desktop app) which installs browser plug-ins for Microsoft IE and Mozilla Firefox
    Use Google Chrome, which has a built-in PDF viewer (enabled by default)

Maybe you are looking for