CM5.1 - No Save/Update button in CCMuser page

I have a user that doesn't have any Save/Update button when he logs in the CCMuser page to update his speed dial. The Update button somehow is missing.
Tested with other users and they do not have such problem. This is only affecting one user. Also tested logging in using other PCs, but still the Update button is missing.
Any advice is appreciated.
Thanks.

Hi Esther,
It sounds alot like this bug;
CSCsl28451 Bug Details
adding user to more groups breaks 'save' function on CCMUser
Symptom:
CallManager 5.1.2.3000-2.
When end user is in Standard CCM End User group. He can save the configuration changes he made on CCMUser page (e.g. fast dial, etc.).
After adding him to 'Standard CCM Gateway Administration' group, he no long has the 'save' option on CCMUser page.
Conditions:
Workaround:
remove user from 'gateway admin' group.
Further Problem Description:
Status
Fixed
Severity
3 - moderate
Last Modified
In Last Year
Product
Cisco Unified Communications Manager (CallManager)
Technology
1st Found-In
5.1(2)
Hope this helps!
Rob

Similar Messages

  • Excel addin with Retrieve and save/Update buttons

    Hi , we wanted to fetch data from sharepoint list and the data will be displayed once user clicks on retrieve button on excel addin ribbon . we have to show a WPF/Winform control where in user can perform filtering and fetch data again. user can manually
    change the data and upon saving the data should get updated .please suggest examples of excel addin ,how to add wpf/win form controls ,and the entire flow .
    Krishna

    Hi Krishna,
    You can use SharePoint web service to retrieve list data to Excel as Dimitri has suggested, and for the questions about creating Excel addin and controls you can post in "Excel
    for developer" forum for a better assistant with more Excel dev experts.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/77a20661-32b9-4e38-bb9a-24b4cea7c4bd/retrieve-data-from-sharepoint-list-to-excel
    http://msdn.microsoft.com/en-us/library/office/aa159897(v=office.11).aspx
    http://social.msdn.microsoft.com/Forums/office/en-US/5732248e-ee5b-43f1-90be-ff2808b3b923/accessing-sharepoint-list-to-add-item-from-excel-20072010
    Thanks
    Daniel Yang
    TechNet Community Support

  • I am trying to update a chart in Pages that I created in Numbers, but the refresh button does not show up after I save the Numbers file. Thoughts?

    I am trying to update a chart in Pages that I created in Numbers, but the refresh button does not show up after I save the Numbers file. Thoughts?

    It is hard to exactly understand what you have  done or not by you one sentence description. My thought is have you read in the Pages User Guide? Here is what it says about updating a chart in Pages:
    Updating a Chart Copied from a Numbers Document
    If you’ve created a chart in Numbers, you can copy it and paste it into your Pages document. After it’s been pasted into Pages, the chart remains linked to the data tables it references in Numbers. To change the chart data, open the original Numbers document and edit the data there, save the Numbers document, and then refresh the chart data in Pages.To update a chart after you’ve updated its linked Numbers table:
       Select the chart on the page and click the Refresh button that appears.
    Note: You must save the Numbers document before copying and pasting your chart into your Pages document and after editing the Numbers data tables that the chart references.
    I hope it has helped you.

  • Update/save record on a single page?

    Hi all. I've got a form with read-only fields displaying database data in a repeat region. If I click the Edit button at the end of each line, the 3 fields post to update.php where I can edit the data. The Save button on this page updates the database and returns to the list.  I am new to PHP and was wondering if this can all be done on a single page so all the fields in the repeat region are editable/saveable? thanks guys.

    Unfortunately because form field names need to be unique in case, let's say a user edits 2 different forms, making everything editable live is not usually the best way to go.  Personally, from a beginner's standpoint and from a compatibility standpoint, your way is the best way to go.
    The only other approach would involve javascript and JSON to pass information between PHP and javascript.  Basically the end result would be a Facebook style post system, where what happens in the background is you actually load a processing and/or editing page and then post results back to the original page.  It's a bit complicated for a beginner.  It might not be for you immediately, but it could always be interesting to learn about:
    http://www.99points.info/2010/07/facebook-style-wallpost-and-comments-system-using-jquery- ajax-and-php-reloaded/
    Obviously that is just for a wall, but if you understand how to edit the pages and how the data is moving it could easily fit your needs.

  • Can't save/update advanced action with specific slide set to jump to

    Using version 6.  Experienced with Advanced Actions, but no clue what's causing this.  If I include a "Jump to Slide" pointing at a certain slide in the project the action will not save or update.  I can point at any other slide except the one I need.  Nothing especially unique about the slide in question.

    When you save/update, does it give any error/prompt?
    Try creating a fresh script just with the action to jump to 'that' slide.
    Also check from a regular button, if you can set on Success to jump to the particular slide.
    Thanks,
    Anjaneai

  • Save All button for dynamic form

    Hi All,
    I haven't used coldfusion for a while and I am a little stuck getting my head around a problem I have occured.  I have taken a project over from one of my colleagues so the coding is not my own. See code below....
    <cfif isdefined("btnSubmit")>
         <!--- DO INDIVIDUAL UPDATE CODE HERE --->
    </cfif>
    <cfoutput query="getList">
         <cfform name="fmUpdList99_#applicationid#" action="list99.cfm">
              Clear:       <cfinput type="Radio" name="result" checked="No" value="CLEAR">
              Match:     <cfinput type="Radio" name="result" checked="No" value="MATCH">
              N/A:         <cfinput type="Radio" name="result" checked="No" value="NA">
              <input type="submit" name="btnSubmit" value="Save" />
         </cfform>
    </cfoutput>
    Now this works perfectly if I want to click on a submit button per row and save each row individually.... But what the user wants is the option to have a save all button which loops through each row and does the update code for all rows (rather than individually) depending on what is selected in the radio buttons.
    Sorry if I haven't described my problem to well, its just I haven't used CF for a while now and trying my best to get back into it.
    All apprciate all the help you can give.
    Thanks,
    George

    How would I syntax it to use my variable:  #form["result"&ilist99id]# to use in conjuction with the method StructKeyExists ???
    What did you try, and what were the results?
    Did you have a look @ the docs:
    http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f bb.html
    Did they not make sense?
    This is the key text from the docs:
    Function syntax
    StructKeyExists(structure, "key")
    Parameters
    Parameter Description
    structure
    Name of structure to test
    key
    Key to test
    Usage
    This function can sometimes be used in place of the IsDefined function, when working with the URL and Form scopes, which are structures. The following pieces of code are equivalent:
    cfif IsDefined("Form.JediMaster")>
    <cfif StructKeyExists(Form,"JediMaster")>
    I suspect Ray Camden wrote this part of the docs... ;-)
    So given all that... how would you use structKeyExists()?
    The chief questions are:
    * which part of your variable is the structure?
    * which part of your variable is the key?
    Adam

  • "Save image" button of Camera Raw does not save JPEG with modifications made.

    I am using Bridge CC to process my RAW images and make modifications to some JPEG images as well.  I have no need to further alter images in Photoshop at the moment, so I do all modifications in Camera Raw. After altering my images, I then press the "save image" button at the left bottom corner of Camera Raw and choose the settings to save in JPEG.  However, when I upload these JPEG images to a website or when I email them, the image is uploaded without the modifications I had done!  It seems to me that Camera Raw is saving JPEGs the same way it does for RAW images, in a non-destructive manner, only attaching instructions for the images to be displayed properly on Photoshop. But when I save an image in JPEG, I expect the image to be saved entirely with the modifications I made while still keeping the original RAW file.  What goes on then?  What is Camera Raw doing and how do I get to save a modified image in JPEG with Camera Raw?  Would you please explain?
    Many thanks for your help,
    Beza

    Hi,
    What version of camera raw and operating system are you using?

  • Issue with Save As button

    Hi All,
    We are on NW2004s SP15. I have a BI iView that runs on the BI Portal. The report runs absolutely fine, but the problem is, when I click on the "SAVE AS" button and then select the "Bex Portfolio" tab, give the description and click on OK, the report it throws the following error:
    This error is shown in the new window that appears in which I select the "Bex Portfolio" tab.
    The initial exception that caused the request to fail was:
    java.lang.NullPointerException
    java.lang.NullPointerException
    at com.sap.ip.bi.service.portal.objectservices.nodes.km.PortalOsProviderKMNode.createPortalObject(PortalOsProviderKMNode.java:223)
    at com.sap.ip.bi.bics.objectservices.consumer.impl.nodes.OsConsumerNodeProvider.createPortalObject(OsConsumerNodeProvider.java:300)
    at com.sap.ip.bi.webapplications.dataproviders.queryview.impl.WdpQueryView.saveAs(WdpQueryView.java:343)
    at com.sap.ip.bi.webapplications.ui.dialogs.opensave.save.DlgStateSave.doOkCommand(DlgStateSave.java:126)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    The complete error trace is below:
    com.sap.ip.bi.base.exception.BIBaseRuntimeException: Unknown Error at com.sap.ip.bi.webapplications.runtime.impl.Page._processRequest(Page.java:3034) at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2794) at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:994) at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller._processRequest(Controller.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:860) at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService._handleRequest(BIRuntimeService.java:359) at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:276) at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:24) at com.sapportals.portal.prt.component.AbstractPortalComponent.doPreview(AbstractPortalComponent.java:240) at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:168) at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114) at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java(Compiled Code)) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code)) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code)) at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215) at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645) at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java(Compiled Code)) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code)) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code)) at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753) at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240) at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524) at java.security.AccessController.doPrivileged1(Native Method) at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code)) at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407) at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code)) at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code)) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java(Compiled Code)) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java(Compiled Code)) at com.sap.engine.services.httpserver.server.Client.handle(Client.java(Inlined Compiled Code)) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java(Compiled Code)) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java(Compiled Code)) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code)) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code)) at java.security.AccessController.doPrivileged1(Native Method) at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code)) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code)) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))Caused by: java.lang.NullPointerException at com.sap.ip.bi.service.portal.objectservices.nodes.km.PortalOsProviderKMNode.createPortalObject(PortalOsProviderKMNode.java:223) at com.sap.ip.bi.bics.objectservices.consumer.impl.nodes.OsConsumerNodeProvider.createPortalObject(OsConsumerNodeProvider.java:300) at com.sap.ip.bi.webapplications.dataproviders.queryview.impl.WdpQueryView.saveAs(WdpQueryView.java:343) at com.sap.ip.bi.webapplications.ui.dialogs.opensave.save.DlgStateSave.doOkCommand(DlgStateSave.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code)) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code)) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code)) at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) at com.sap.ip.bi.util.MethodInvoker.callMethod(MethodInvoker.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.base.CommunicationProcessor.processCommand(CommunicationProcessor.java(Inlined Compiled Code)) at com.sap.ip.bi.webapplications.runtime.base.Dialog.processCommand(Dialog.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.base.CommunicationProcessor.processDialogCommand(CommunicationProcessor.java(Compiled Code)) at sun.reflect.GeneratedMethodAccessor385.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code)) at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) at com.sap.ip.bi.util.MethodInvoker.callMethod(MethodInvoker.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.base.CommunicationProcessor.processCommand(CommunicationProcessor.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.base.Provider.processCommand(Provider.java:17) at com.sap.ip.bi.webapplications.runtime.impl.Page.processDataProviderCommand(Page.java:1408) at sun.reflect.GeneratedMethodAccessor403.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code)) at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) at com.sap.ip.bi.util.MethodInvoker.callMethod(MethodInvoker.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.command.CommandProcessorHelper.processCommand(CommandProcessorHelper.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.base.CommunicationProcessor.processCommand(CommunicationProcessor.java(Inlined Compiled Code)) at com.sap.ip.bi.webapplications.runtime.impl.Page.processCommandSuper(Page.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.impl.Page.processCommandInternal(Page.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.impl.Page.processCommandSequence(Page.java(Compiled Code)) at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:3941) at com.sap.ip.bi.webapplications.runtime.impl.Page._processRequest(Page.java:2948) ... 42 more
    After that when I close the error window, I get the following error:
    ERROR: The BEx Web application does not exist; the error that occurred has been logged with ID "02000000000400660000005A00005CCA0004585F74E62B4F".
    I cant even get back to the report.
    Has anyone faced this problem before? Please suggest what needs to be configured.
    Thans
    SB

    Hi Kamaljeet,
    Yes I can see the "Favourite" option but when I fill up the value and click on Save As, it throws me this error:
    The initial exception that caused the request to fail was:
    java.lang.NullPointerException
    java.lang.NullPointerException
    at com.sap.ip.bi.service.portal.objectservices.nodes.km.PortalOsProviderKMNode.createPortalObject(PortalOsProviderKMNode.java:223)
    at com.sap.ip.bi.bics.objectservices.consumer.impl.nodes.OsConsumerNodeProvider.createPortalObject(OsConsumerNodeProvider.java:300)
    at com.sap.ip.bi.webapplications.dataproviders.queryview.impl.WdpQueryView.saveAs(WdpQueryView.java:343)
    at com.sap.ip.bi.webapplications.ui.dialogs.opensave.save.DlgStateSave.doOkCommand(DlgStateSave.java:126)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Also, when I close this window, I get this error:
    ERROR: The BEx Web application does not exist; the error that occurred has been logged with ID "020000000004006700000003000043ED000458C27D865AF3". See SAP Notes 937697 and 948490
    Any help will be appreciated.
    Thanks
    SB

  • I connected my iphone 4s that i unlocked for t-mobile. I plugged it into itunes, and it asked me to update to ios6. I accepted the download and update button. it told me it needed 8 hours. i closed my laptop. not shut down. i opened and it wants restorin?

    I connected my iphone 4s that I unlocked for t-mobile. I plugged it into itunes, and it asked me to update to ios6. I accepted the download and update button. It told me it needed 8 hours. I closed my laptop, not shut down. I re-opened the laptop a few hours later, and it wants restoring?? Whats going on?! i want my iphone back! PLEASE HELP. I'M LOST!!! (I synced my iphone to my computer if that helps at all).

    Yes, and, I try to restore. I have the T-Mobile sim card in it just to clarify. It will not let me get passed that, it does not accept the t-mobile sim card. i tried restoring it using wifi, cellular, and i cant get i tunes. I am scared that if i take the tmobile sim card out and put the at&t one in just to complete the restoration process that the iphone will lock again and not read the tmobile sim card, then all my hard work has gone for nothing. ( this whole process was caused by me trying wanting to empty my pictures onto my computer because i did not have any storage space left). <--- that may not be as important, but i included it just because.

  • Sed an iPad from someone and I want to go into App Store to update apps, but when I click on the update button, the previous owners' apple Id username appears and it won't take my apple id password. How do I replace their username w/ mine?

    I purchased an ipad from someone and i set up my apple id for it but when i go to the app Store to update apps, i click on the update button for an app, the previous owners' apple Id username appears and it won't take my apple id password. How do I replace their username w/ mine? It doesn't give me an option... Help! Please!

    Cc2528 wrote:
    The iTunes Store on my iPad is set up with all my music already. And at the very bottom it shows my apple Id username. The only place it shows the previous owners id is in the App Store...
    You can probably change the ID in the "iTunes and App stores" settings on the iPad....click on the wrong account ID , select sign out, then log in with your own ID, I have not done this but I think it works.....
    but I would be more inclined to to the factory reset and start afresh.

  • When I try to update apps on my iPad mini, I tap the "Update" button, but the app just opens and doesn't update.

    I have an iPad mini, 16G, WiFi only. My operating system is iOS 7.0.3. My problem is that my App Store has stopped updating apps. And it's not like the update starts, but never finishes. It doesn't start at all. I touch the "Update" button, and the app opens instead of updating. I have 9 updates now, and none of them work. And the rest of the App Store is working fine. I have no problems searching for apps or downloading new apps. It's just the updates that don't work. I had thought that maybe I needed to update my software and then it would start working, but I can't. The available software update requires 5.9G of storage, and I only have 1.6G. I also thought that maybe there was not enough forage to update the apps, but if that was the case, then it would tell me that there is not enough storage instead of opening the app. Does anyone know how to fix this? I really need to update my apps!

    Hey there nstephanie0625,
    It sounds like you are unable to update your apps in the App store because they launch, rather than update. I would recommend starting by signing out of your Apple ID in Settings:
    iTunes: Using the iTunes Store for iPhone, iPad, and iPod touch
    Settings > iTunes & App Stores > Create New Apple ID on your device.
    Then quit all the running apps on your phone:
    iOS: Force an app to close
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    When you have done that restart the device and test the issue again:
    iOS: Turning off and on (restarting) and resetting
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • HT4753 Is there already a rant thread to restore save as button and disable autosave?

    I found some threads with users having problems with new autosave and duplicate feature, and none of them contained an answer, and I was asking myself if there is an "Apple give us the save as button" back thread somewhere already.
    First of all this autosave behaviour. I really don't want pages or numbers to save every nonsense I may write in a file, sometimes by simply mistyping cmd-v in a wrong window, without me telling it to do so. How dumb is that?
    Second, why is the save as button gone? And no, duplicate is not the same, because duplicate doesn't start in the same folder. If I write an invoice to the customer, I take the invoice from the last month, click save as, select new number and change some dates and sums. This means, I did before 10.7. Now I have to find this very invoice on disk, which is not everytime easy to click through, click c&p, create a new invoice, and than i can start working on it. Annoying. If I click duplicate in an open document, it starts with the default folder, which is wrong in 99.99% of the cases.
    Alas, the autolocking function on freshly created copies. This is just dumb. Really.
    So, what the deal with removing such a simple button as save as?
    I was being using iWork for business since 2007, and I have had hard time to convince everyone in the office to be on mac, and just as I achieved that, ... Well, now the people want to move to MsOffice again, isn't it silly? Thank you Apple.
    P.S. And yes I tried to live with it for 9 month, but I can't get used to it.
    P.P.S. I don't want to use ms-office....

    Terence Devlin wrote:
    Of course there's another way of looking at it.
    First of all this autosave behaviour. I really don't want pages or numbers to save every nonsense I may write in a file, sometimes by simply mistyping cmd-v in a wrong window, without me telling it to do so. How dumb is that?
    Not Dumb at all. Very intelligent actually. Why on earth should protecting your data require an extra step - saving? All that's happening here is that the app is defaulting to protect the data, instead of defaulting to having the data unprotected. It's common sense that it should take an extra step to trash data, not to save it. What's odd is that no computer up to now has defaulted to protecting the data.
    But in fact is acting the opposite way. Instead of protecting my data is trashes the data, by saving when I wanted it not to. Do I actually have to kill the pages from terminal with -9 to prevent it from saving my data?
    Maybe other people find it useful, great, then why not just make it optional and let those who do not need it switch it off?
    Terence Devlin wrote:
    If I write an invoice to the customer, I take the invoice from the last month, click save as, select new number and change some dates and sums.
    So, to be clear, you're using last month Invoice as a Template, right? So, why do that when you can just use an actual Template? Much more simple. That's what that whole 'Save as Template' command is about.
    This would mean that I have to save each and every document I write as template? I have several customers and always write the new invoice based on the previous one (change in adress, other people worked on it, etc). Saving it each time as template and creating a new one from template is not really an easy workaround to the save as thing. And, yes, TextMate, Eclipse and 1000 other programms do offer a save as button, and I never lost any data in it yet...

  • Update button on sales order

    hi everyone
    maybe this is a simple problem...not sure.
    after updating sap 2007 to patch 41, the system seems to prompt me to click on the 'update' button everytime i open any sales order, even if i dont make a change on it. any reason why this is happening? any setting that i need to put off?
    thanks

    Prem,
    It is probably being caused by a Formatted Search on one of the Fields on the Sales Order.  This happens when the Formatted Search is set to Auto Refresh > Refresh Regularly.
    Please go to View > click Search Field...This will place a magnifying glass icon on the top right cornor of all the Fields which have a Formatted Search...This is for easy identification.
    Once you find the Formatted Search....Uncheck Refresh regularly and see how it works
    Suda

  • Making a "Save As" button on a form

    I need to make a "Save As" button on a form created in Designer 8.0.
    This will go on a form that will be enabled for Reader 8.0, so user can fill in form, save filled form, and submit via e-mail.
    I have tried to figure how to add a regular Button, and add a simple menu functionality like "Save As" but cannot.
    I need step-by-step instructions for this, please... and I do not know much about scripting at all.
    TIA,
    Glenn Cauley

    Have a look in the Help (index Script Editor => about). This should give you more insight into how the Script Editor is used.
    For this example, you'd just need to select your button, make sure the 'click' event is in the 'Show' drop-down, select 'JavaScript' from the 'Language' drop-down and then paste the script into the script editing field.
    Thanks,
    Mike
    Adobe Systems

  • 'Save layout' button missing in the ALV report layout screen

    Hi Friends,
         In one of our ALV report the 'save layout' button is missing in the report output screen.i have used the OO concept for creating the ALV output and not the function module.I have attached the code below used for creating the ALV grid.
    CREATE OBJECT alv_grid
          EXPORTING i_parent = g_container_2.
    CALL METHOD alv_grid->set_table_for_first_display
         exporting
                   i_structure_name = 'PA0002'
                   is_layout =
           CHANGING
                     it_outtab = gt_outtab
                     it_fieldcatalog = wa_fieldcat.
    But i'm not able to trace why the 'save layout' button is missing in the output.Can anyone of you help me in sorting out this problem.
    Thanks and Regards,
    Vadivel.

    Pass <u><i><b>A to I_SAVE</b></i></u> parameter. That will give the options to the user to save the layout outs.
    I_SAVE = SPACE
    Layouts cannot be saved.
    I_SAVE = 'U'
    Only user-defined layouts can be saved.
    I_SAVE = 'X'
    Only global layouts can be saved.
    I_SAVE = 'A'
    Both user-defined and global layouts can be saved.
    Regards,
    Ravi
    Note : Please mark all the helpful answers
    Message was edited by: Ravikumar Allampallam

Maybe you are looking for

  • Problem displaying memo field

    I have a table in MS access with a memo field. Everything the user inputs in the field is recorded in the table. When I try to output the memo field I am on getting part of the field. Attached is the code for displaying the data from the acty_comment

  • DRM wma audio books to ipod? how?

    Does anyone Know a way to play DRM WMA audio books from OverDrive into my ipod ? that is free and some what legal ... i just trully wanna hear the books on my ipod.. or i am gonnna have to buy a lame mp3 player ... maybe change my phone to one that c

  • IDoc issue

    Hi, i'm trying to test a scenario from idoc  to idoc.Partner profile is defined properly. But when i post through runtime work bench i'm facing a issue.PFB error error category  - IDOC_ADAPTER error id - ATTRIBUTE_IDOC_METADATA When i try to load met

  • Just some thoughts for Win Users.

    I am not an expert but just a regular forum brouser. Is your system mother board is designed for Win XP? Yes, then that is what you have got max user RAM 3GB. Your system board may accept two 2GB sticks but the system will only use a max of 3GB. Do n

  • What's with the ringtones?

    Ring-tones have been added to the menu in my iTunes 7.5. Is this a feature only reserved for the iPhone? It finally got my interest as we have just inherited our 'first' phone with bluetooth capability. The phone can synch addresses but I wanted to t