Html template change and refresh on ITS Admin

hi all,
I need to change the HTML templates sent via email to the users. I found the files on the ITS server and changed them but when I view the same templates in ITS Admin then it is still showing the previous version.
The mentioned HTML templates are only present in the ITS server not as an internet service in SE80 so I cannot change and publish them from SAP.
Please advise that how can they be changed and refreshed so the changes to the layout appear.
Thanks,
FS

Hello FS,
ITSAdmin and local files - so you are using an external ITS 6.20?
If you did not start up the ITS in debug mode with ~adminenabled you will need to restart the ITS to apply the changes (that will be preparsed and cached in the ITS for performance reasons).
With best regards,
  TJ

Similar Messages

  • [svn] 3120: When you point Flex Builder at a local sandbox trunk build, it couldn' t generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build

    Revision: 3120
    Author: [email protected]
    Date: 2008-09-05 10:44:10 -0700 (Fri, 05 Sep 2008)
    Log Message:
    When you point Flex Builder at a local sandbox trunk build, it couldn't generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build.xml's to accommodate the directory change
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/webapps/webtier/build.xml
    Added Paths:
    flex/sdk/trunk/templates/client-side-detection/
    flex/sdk/trunk/templates/client-side-detection/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection/index.template.html
    flex/sdk/trunk/templates/client-side-detection-with-history/
    flex/sdk/trunk/templates/client-side-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.css
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/client-side-detection-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation/
    flex/sdk/trunk/templates/express-installation/AC_OETags.js
    flex/sdk/trunk/templates/express-installation/index.template.html
    flex/sdk/trunk/templates/express-installation/playerProductInstall.swf
    flex/sdk/trunk/templates/express-installation-with-history/
    flex/sdk/trunk/templates/express-installation-with-history/AC_OETags.js
    flex/sdk/trunk/templates/express-installation-with-history/history/
    flex/sdk/trunk/templates/express-installation-with-history/history/history.css
    flex/sdk/trunk/templates/express-installation-with-history/history/history.js
    flex/sdk/trunk/templates/express-installation-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/express-installation-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation-with-history/playerProductInstall.swf
    flex/sdk/trunk/templates/metadata/
    flex/sdk/trunk/templates/metadata/AC_OETags.js
    flex/sdk/trunk/templates/metadata/readme.txt
    flex/sdk/trunk/templates/no-player-detection/
    flex/sdk/trunk/templates/no-player-detection/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection/index.template.html
    flex/sdk/trunk/templates/no-player-detection-with-history/
    flex/sdk/trunk/templates/no-player-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.css
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/no-player-detection-with-history/index.template.html
    Removed Paths:
    flex/sdk/trunk/templates/html-templates/

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • HT4972 i am not getting notification on most of my apps, e.g twitter and facebook...except i go to the app and refreshed manually. its an iphone 4 and running on ios5...i have gone through everything and its still the same..help please........I seem to be

    i am not getting notification on most of my apps, e.g twitter and facebook...except i go to the app and refreshed manually. its an iphone 4 and running on ios5...i have gone through everything and its still the same..help please........
    I seem to be having the same problem on my brand new iPhone 4S. Everything was working fine on the phone until I updated to iOS 5.1.1, but now I no longer receive push notifications for the native Mail app, Instagram, or the Facebook app. I still seem to be receiving SMS texts and iMessages via push, but the aforementioned apps need to be opened before I can receive missed notifications (having them open in the background seems to make no difference).
    Thanks for any help that you may provide!

    did you try notifications under settings? You can customize it as per your requirement, for each application.
    check this out: http://www.gottabemobile.com/2011/10/12/ios-5-how-to-use-notification-center/ or http://reviews.cnet.com/8301-19512_7-20120625-233/ios-5-notifications-a-deeper-l ook/

  • I am having issues with adjusting the duration of time for each still frame and transition in imovie 11.  Each time that I adjust these times, the app does not accept the change, and automatically enters its own time. Am I doing something wrong?

    I am having issues with adjusting the duration of time for each still frame and transition in imovie 11.  Each time that I adjust these times, the application does not accept the change, and instead automatically enters its own time. Is there a work around this? Or am I doing something wrong? Please Help!
    Thank you,
    lagrl

    Have you tried turning off automatic transitions ? Choose file - project properties and follow the dialogue box to change duration with a slider.  iMovie also doesn't allow a transition to be more than 50% duration of the clip its attached to. In other words if the clip is 4 seconds the transition cannot be more than 2 seconds and remember that relates to the first clip as the following clip (right side) is pulled back to overlay it.
    Does this help.  Perhaps you already know this ?

  • ADF 10.1.3 Programatically committing changes and refreshing the list page.

    Hello,
    I have a requirement where on list page i select a recrod and than modifies it on next page. I am using different database views for list and update purpose. So when i save the changes, control comes back to REFRESHED list page.
    Pls let me know how can i commit and refresh the changes programatically. I hav added a method on managed bean as part of action binding.
    Thanks
    Manish

    public String beanMethod() {
    //obtain a reference to your bindingcontainer. chances are you have the "bindings" member variable of the mangaged bean and you have the getBindings() function already built by the wizard for you.
    DCBindingContainer bc = (DCBindingContainer)getBindings();
    //Make sure you have the "Commit" action binding on your pageDef. If not ob will return a Null reference. If you have drag and dropped the Commit operation on your ApplicationModule found on the Data Control Pallete on your page, the "Commit" operation should be there on your pageDef
    OperationBinding ob = (OperationBinding)bc.get("Commit");
    ob.execute();
    return "navigationToListPage";
    I think when you go back the listPage, the ADF framework will execute the query automatically.
    When you go to the update page, are you just updating the current row or creating a new row and then filling out the attribute values?

  • How do I edit optimised artwork in Illustrator so that the changes apply to all its instances?

    Hi,
    I am working on a layout in Flash Catalyst CS5 that I exported from Illustrator that is made of many instances of various optimised graphics. I now changed my mind about one of my optimised graphics and would like to make a change to it in Illustrator however I need to break it apart first in order to do so. I am stuck because I would like those changes I made in Illustrator to apply to all the instances of that optimised graphic however when I optimise the artwork back to a vector graphic, its a different symbol and therefore is no longer related to those instances. Therefore, how can I edit optimised artwork so that the changes will always apply to its instances?
    Thanks

    When you have placed your Spry menu in a Template, you must set the links in the Template and preserve the menu in an ineditable region by not making an editable region surrounding it. Don't forget to make editable regions in the rest of your page, so you can put content on the pages!
    When you save a page as a Template, the Template is placed in a Templates folder, and DW keeps track of maintaining the accuracy of the links. You do not have to change the links in the Template for the child pages, DW does that for you.
    When you are using a Template to create child pages, you do File > New Document > Page from Template, choose the template, check the box labeled "Update page when template changes" and press "Create".
    Save the page in the appropriate place in your site files, and you should be good to go.
    You can use a Template for many many pages...there is no limit, as far as I know.
    You might find it useful to review the tutorials on Templates just to refresh your understanding. Here is a link to the Help documentation: http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WScbb6b82af5544594822510a94ae8d65-7acda .html
    Here is a link to Template Tutorials: http://www.adobe.com/devnet/dreamweaver/articles/ora_dw_cs4_mm.html#templates
    Beth

  • ADF FACES: HTML template text Layout is broken when uses ADF Faces tags

    This works fine:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <f:view>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"></meta>
    </head>
    <body>
    <h:form>
    <table border="1">
    <tr>
    <td width="45%">
    <h:dataTable rows="5" bgcolor="Red" value="#{class1.names}" var="name">
    <h:column>
    <h:outputText value="#{name}"/>
    </h:column>
    <h:column>
    <h:outputText value="#{name}"/>
    </h:column>
    </h:dataTable>
    </td>
    <td width="55%">
    <h:inputText/>
    </td>
    </tr>
    </table>
    </h:form>
    </body>
    </html>
    </f:view>
    => a table is rendered with one row and two columns; in the first column the data table is rendered in the second the inputText
    Changing to ADF Faces tags breaks the layout:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/EA11" prefix="af"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/EA11/html" prefix="afh"%>
    <f:view>
    <afh:html>
    <afh:head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"></meta>
    </afh:head>
    <afh:body>
    <af:form>
    <table border="1">
    <tr>
    <td>
    <af:table rows="5" value="#{class1.names}" var="name">
    <af:column>
    <h:outputText value="#{name}"/>
    </af:column>
    <af:column>
    <h:outputText value="#{name}"/>
    </af:column>
    </af:table>
    </td>
    <td>
    <h:inputText/>
    </td>
    </tr>
    </table>
    </af:form>
    </afh:body>
    </afh:html>
    </f:view>
    => at the begin of the page an empty table is rendered; below the data table is rendered and below the inputText
    It think it should be possible to layout the page with HTML template text and use ADF Faces tags.

    As of EA12 (and EA13) <afh:body> is what is known as a "rendersChildren" tag. It needs to do so in order to support partial-page rendering This means that template text inside it needs to be wrapped inside <f:verbatim>.
    For later releases of ADF Faces, I've filed an enhancement request to loosen up this restriction for <afh:body>.

  • Changes to HTML template not reflected in production

    Hi All,
    I am facing the following issue.
    I have changed an already existing screen(HTML template) and published the service. It is working fine in development environment. This is now transported to production environment and the screen change is not reflected here. We have tried refresing the ITS buffer, but hasnt worked. Any pointers would be of great help.
    Thanks,
    Shruti

    Hi Shruti,
    did you check the changed template in the productive environment? Did the transport successfully reached the new system?
    If the changed template is available please (re)publish the file on the new environment.
    Regards,
    Sabine

  • SRM ITS - Modify HTML templates

    Hello,
    I am currently trying to understand the flow of the ITS and the SAP about how the screens are converted into HTML templates to be displayed on the web browsers. I would like to know if it is possible to modify the HTML templates and add some of our own JavaScript Validation or even add our own text field or other objects without touching the ABAP code?
    Thanks,
    Pramod

    Hi Pramod,
    You can always change the templates, If you know the standard Program ( You can get the standard program from SE80, input the template name and it gives the details of the programs related to that template) once you know the program you can do the changes in SE51( Screen painter), Input the Program name and the screen number for which this change is required.
    Once you input click on Display/ change and at the top in the applicaton toolbar there will be a push button called Layout, click on that that takes you to screen painter where you can add new text fields.
    For validation purpose in SRM there a badi BBP_DOC_CHECK which is used for validation purpose, but you need to do some coding depend upon your requirement
    Regards
    Sameer

  • HTML Templates in integrated ITS

    Hi,
    I am using certain ITS services in integrated ITS. However, their look and feel is like WebGUI. For two of the services, there are HTML templates defined but still their look and feel is like WebGUI. If I do not definr ~GENERATEDYNPRO = 1, then I get an internal error. If I use this parameter, then the look and feel is SAP like.
    Any pointers?
    Thank you.
    Abhijeet.

    Hi abhijeet,
    Set by Service file
    ~ generateDynpro = 0 -Automatic screen generation 
                          disabled.
                       1 -Automatic screen generation
                          enabled.
    can you re-publish service again on your ITS and re-start ITS server and test this.
    Please share the result.
    Thnx,
    Suriya.

  • Changing HTML templates for Standard SRM screens!!!!!

    Hello SRM gurus,
    I have to modify the standard SRM PO screen. I have modified the screen and added the requirement tracking number field but on activation it gives me message to adapt the HTML template manually.
    How to change HTML template assigned to the screen? Also what more needs to be done for the field to appear on the SRM portal?
    I am not aware even of the transaction code to be used.
    Your help will highly be appreciated and rewarded.
    Regards,
    Shrikant Gavali.

    Hi,
    You need not chnage the Standard SRM screen nor the HTML template  to add a custom field in the PO sceen.
    Please check these notes:
    672960 - user-defined fields.pdf
    676016 - user-defined fields.pdf
    There is an additional note for req tracking no not available in SC but in your case you want the field in PO so wont be relevant.
    Note 676016 - SRM: Requirement Tracking Number not available
    Also refre this weblog for adding custom fields in the std SRM screens:
    /people/nanda.kondagunta/blog/2006/10/23/how-to-create-custom-fields-in-srm
    The tcode for PO is BBP_POC.If you ever need to  modify the HTML template for this screen/trascn,goto SE80.select Internet service as BBP_POC.There you can see all the HTNL templates and each of which corresponds to some screen in the trascn BBP_POC(PO trascn).
    BR,
    Disha.
    Do reward points for useful answers.

  • In ITS-Service ITSMOBILE no HTML-Template ALV_GRID.html

    Hi all,
    i use its-mobile with alv grid. In my Template i changed text:
    Unknown type CUST_CTRL for element CONTAINER1
    with:
    `include(~service="itsmobile", ~theme="99", ~name="alv_grid.html");
    alv_grid("ALV", 52, 8);`
    But now i get the error: ITS_CANT_LOAD_INCLUDE - that file alv_grid.html is not found. That is right! When i look into ITSMOBILE -> Thema 99 -> HTML-Templates no file called alv_grid.html is there. So how do i get this file?
    System is SAP ECC 6.0, Release 700 Support Package SAPKA70016.
    Best Regards,
    Max

    Hi Max,
    What is the BASIS Support pack that you are on?
    I presume its the same level as your Application Support Pack SAPKA70016? i.e SAPKB70016
    For ITSMobile - I thing you would need to be on SAPKB70018?
    See notes:
    [BC-FES-ITS #1320125 ITSmobile: fixed ALV Grid row selection|http://service.sap.com/sap/support/notes/1320125]
    [BC-DWB-TOO-WAB #1142337 Generating program creates slow HTML mobile templates|http://service.sap.com/sap/support/notes/1142337]
    Regards,
    Oisin

  • I have a problem with a chart refreshing after its bound data provider changes.

    I have a problem with a chart refreshing after its bound data
    provider changes. After the subsetHighLowData.refresh() is called I
    would expect the chart to redraw, but it still looks the same. I
    even inspected the debugger to see if the slice had taken place and
    it had.
    Any ideas coding friends?

    "nikos101" <[email protected]> wrote in
    message
    news:gib6aa$prr$[email protected]..
    >I have a problem with a chart refreshing after its bound
    data provider
    >changes.
    > After the subsetHighLowData.refresh() is called I would
    expect the chart
    > to
    > redraw, but it still looks the same. I even inspected
    the debugger to see
    > if
    > the slice had taken place and it had.
    >
    > Any ideas coding friends?
    >
    > subsetHighLowData.source =
    >
    highLowData.source.slice(slider.values[0],slider.values[1]);
    Just use the ArrayCollection's removeItemAt, and it should
    handle the event
    dispatching for you.
    HTH;
    Amy

  • Changing monitor resolution and refresh rate

    Does anyone know how to change the monitor resolution and refresh rate on a Sun workstation?

    Hi,
    On Solaris 8 you can use the command fbconfig to do this job.
    Please check the FAQ:
    http://access1.sun.com/technotes/00921.html
    and also man page of fbconfig.
    Regards

  • Finding Html template for Internet Serivce BBPCF02 and BBPCF03

    Hi ,
       We need to change some spelling mistake in "Confirm Goods/Services " so for that i think we need Html template but i searched in SE80 but for BBPCF02 I am not able to get the template can any one
    sugest me how to carry the changes to the fields in the Confirm Goods/Services .
    Thanks
    Channappa Sajjanar

    Hi  Pradeep ,
         In the SRM portal  we have  "Confirm Goods / Services"  there are some spelling mistakes which we need to change like Calculate(calcullae)  so for that i view the source   i find the below template
          Template:       bbpcf02/99/saplbbp_cf_2200.html .
    but when i gone to SE80 and entered the Internet serivice "BBPCF02" but it will not display folder 99 and any of the html templates .
    Thanks

Maybe you are looking for

  • JDBC Control - Calling Stored Procedure

    Hi people, I have a big problem calling my procedure by jdbcControl, It might by easy to solve, but I don´t know what is wrong. My stored procedure return a Doube value, a key to be used in my system. Follow my Oracle procedure definition: --one curs

  • Table joins, templates, null-checks, layer confusion and localization

    Hello everyone, this is my first post on this network. I am designing a website that does several things, one of which is to display latest news items on the home page. The news items are stored in the database as a table with a basic structure: id,

  • Skype video call recorded and blackmeeling

    Me also firt got kne reqedt from fb then on skype..and my personal she taken and upload on youtube and she taken all my friends profile link on fb and balackmeeling for money.what i do?any solution i sended money already but if she ask moren and more

  • Save As, erratic behaviour

    Hi I'm on Windows Vista using Photoshop Element 8 and processing raw and tif pictures taken with a SONY NEX 5 18-55 I took a batch ow raw pictures and minimally adjusted them with Sony Raw processor then saved them as  tif files. I open each tif file

  • How to simulate sms serviceS

    Hi there Currently I am working on J2ME project but I am stucked in SMS problem. How can I simulate sms sending and receiving to and from emulators. I want to send sms from my PC to emulator and receive sms form emulator. Could you please help me wit