Interactive report - unable to disable save report option

Hi,
I am using an interactive report and unable to disable "Save Report" option... Although the option is unchecked under "Include in Actions Menu" section... Others' are working fine, I just can't disable "Save Report" option...
Thanks in advance...

When you are logged in as both a Developer and End User, you will ALWAYS see the Save button, even if it is disabled. This is so that you can save the Defaults for an IR. Thus, if you click on the save option, you should only see one item - Save Report Defaults. You will not be able to save a custom report.
Your end-users are not logged in as developers, and thus, won't see any save icon at all. In fact - if you log out of APEX and run just your application, neither will you.
Thanks,
- Scott -
http://spendolini.blogspot.com
http://www.sumneva.com

Similar Messages

  • How to disable save as option in forefox when we right click on the image?

    Hi Folks,
    Can somebody help to disable save as option when i right click on the image which is showing in the browser.

    Hi,
    '''sorry,it is impossible by code'''
    you can use addons.
    or
    you can disable while developing webpage using:
    <script language="javascript">
    document.onmousedown=disableclick;
    status="Right Click Disabled";
    Function disableclick(event)
    if(event.button==2)
    alert(status);
    return false;
    </script>
    Regards
    '''Deepak Krishnan'''

  • Ssrs report web service to save report as pdf throws error Soap exception unhandeled by user code

    I am creating a C# web application to save  an SSRS report as a pdf file on my local machine.
    I added the ReportService web reference as RS2005 and ReportExecution2005 web reference as RE2005.
    http://myServer/ReportServer_DEVPROJECT/ReportExecution2005.asmx?WSDL
    http://myServer/ReportServer_DEVPROJECT/ReportService2005.asmx?WSDL
    I created the following function SaveReport that is called on button click. My report can be accessed on the report server with the following url:
    http://myServer/Reports_DEVPROJECT/Pages/Report.aspx?ItemPath=%2fData+Mgmt%2fSample+Letter
    On the Report Manager home page the report link appears as "SAMPLE LETTER".
    It is deployed in the DataMgmt folder on the Report Manager.
    It uses a data source called "DS Letter" with option "Credentials stored securely in the report server"
    My application gets compiled, but I get the following run time error:
    Error: Soap exception unhandeled by user code. The item '/DataMgmt/Sample Letter' cannot be found. ---> Microsoft.ReportingService
    s.Diagnostics.Utilities.ItemNotFoundException: The item '/DataMgmt/Sample Letter' cannot be found.
    Please check my code and let me know what I can do to run this successfully. Once this is done, I would like to get help with passing a parameter (memberID) to the generate report for that member, through this application.
    Thank You in advance for your help.
    public static void SaveReport()
    RS2005.ReportingService2005 rs;
    RE2005.ReportExecutionService rsExec;
    // Create a new proxy to the web service
    rs = new RS2005.ReportingService2005();
    rsExec = new RE2005.ReportExecutionService();
    // Authenticate to the Web service using Windows credentials
    rs.Credentials = System.Net.CredentialCache.DefaultCredentials;
    rsExec.Credentials = System.Net.CredentialCache.DefaultCredentials;
    rs.Url = "http://myServer/ReportServer_DEVPROJECT/ReportService2005.asmx";
    rsExec.Url = "http://myServer/ReportServer_DEVPROJECT/ReportExecution2005.asmx";
    string historyID = null;
    string deviceInfo = null;
    string format = "pdf";
    Byte[] results;
    string encoding = String.Empty;
    string mimeType = String.Empty;
    string extension = String.Empty;
    RE2005.Warning[] warnings = null;
    string[] streamIDs = null;
    string fileName = @"c:\temp\samplerHAPeport.pdf";
    string _reportName = @"/DataMgmt/Sample HAP Letter";
    string _historyID = null;
    bool _forRendering = false;
    RS2005.ParameterValue[] _values = null;
    RS2005.DataSourceCredentials[] _credentials = null;
    RS2005.ReportParameter[] _parameters = null;
    try
    _parameters = rs.GetReportParameters(_reportName, _historyID, _forRendering, _values, _credentials);
    RE2005.ExecutionInfo ei = rsExec.LoadReport(_reportName, historyID);
    RE2005.ParameterValue[] parameters = new RE2005.ParameterValue[1];
    if (_parameters.Length > 0)
    //parameters[0] = new RE2005.ParameterValue();
    //parameters[0].Label = "";
    //parameters[0].Name = "";
    //parameters[0].Value = "";
    rsExec.SetExecutionParameters(parameters, "en-us");
    results = rsExec.Render(format, deviceInfo,
    out extension, out encoding,
    out mimeType, out warnings, out streamIDs);
    using (FileStream stream = File.OpenWrite(fileName))
    stream.Write(results, 0, results.Length);
    catch (Exception ex)
    throw ex;
    protected void BtnGenReport_Click(object sender, EventArgs e)
    SaveReport();

    Hello Devster,
    Thank you to post your question on TechNet forum.
    After reviewing the whole post, I have a question to you. You can access the report via the link, http://myServer/Reports_DEVPROJECT/Pages/Report.aspx?ItemPath=%2fData+Mgmt%2fSample+Letter.
    From the URL, I can see that the report is located at: /Data Mgmt/Sample Letter, instead of /DataMgmt/Sample Letter. In addition, I found that the target report is "/DataMgmt/Sample HAP Letter" instead of "/DataMgmt/Sample Letter" as the error described. I
    am not sure whether you post out the correct code segment.
    Please check the above things on your side, and hope it is helpful to you.
    Regards,
    Edward
    Edward Zhu
    TechNet Community Support

  • Report generation vi's-save report to file.vi

    I am a new user of LabVIEW. I'm using the Report Generation Toolkit VI's to do some customized reports.
    1. how can I stop the report from popping up on the front panel when I initialize the report to be done. I know you can use "minimized" but that takes a few seconds to minimize and I would like to NOT see the report I'm generating pop-up at all.
    2. I want use this customized report and constantly be saving data when a reset button is pushed. That is save the time stamp, the change in data etc on a continuous basis in 1 folder. Right now when I use the "Save Report to File. Vi" it over writes the previous data saved and all that data is lost. I need to be constantly saving all the data generated to be able to look back at it.
    Thanks.

    Hi shaef,
    Which version of LV and Report Generation Toolkit are you using?
    Assuming you are using LV 8.5 and RGT 1.1.2, then the attached screenshot should offer some help.  Basically, you need to wire in the existing file as your template in order to not just overwrite the old data.  You also need to make use of the series of 'Append' VIs that are in the toolkit.
    Let us know if this works for you,
    David_B
    Applications Engineer
    National Instruments
    Attachments:
    2008-03-23_165242.png ‏5 KB

  • Unable to Disable Delete row option in FBCJ tcode

    Hello Sir/Madam,
                             I am giving authorizations to users, and I have given auth of FBCJ t-code to a user with create/generate and park activity codes, but I am surprised to see that delete row option is by default working in the tcode, which needs to be disabled or blocked or hidden. Kindly suggest if anything needs to be done in configuration, or from basis side.  I havent given 06  i.e delete access to this user.
    Thanks and Regards,
    Harsha
    SAP-Basis
    Clockwork Business Solutions

    Hi,
    Please refer the below link and SAP notes which might help in solving the issue. If disabling the delete option does work with standard authorization, then please take help of your ABAPER's and check if the same can be disabled using user exits.
    Note 304685 - FI Cash Journal (FBCJ): Authorizations
    Note 304984 - FBCJ: Missing/incorrect authorization checks
    Note 785283 - FBCJ: Authorization check with external call
    http://help.sap.com/saphelp_47x200/helpdata/en/95/ab201b137b11d3a6fc00104b57ed65/frameset.htm
    Regards,
    Sharath

  • Unable to disable Save and Cancel button on change user answer form

    Hi,
    I am not able to disable Save and Cancel button on change user answer form depending on a condition. Any kind of help will be appreciated.
    Thanks

    save and cancel are the default buttons
    check the disable default buttons...
    Nsankar

  • Disable Save, copy option of PDF through servlet

    Hi,
    I have a servet which displays the pdf files which is stored in a server. That is happening perfectly. But now i need to disable the pdf save copy all those options is that is possible through my servlet. i can control right click and ctrl c using java script but i don't know how i can handle the save as copy option. Any idea ???
    Regards
    Rasa

    rasa wrote:
    I too hate :-)
    But it is a client reqment.
    I am not using itext or pdfwriter calss. as i told i am just reading the file and just showing the user through a servlet. But still let me try the options which you have givenThe base Java libraries can't do what you want. As Saish indicated either the Adobe or iText libraries will be needed. Adobe doesn't sell their libraries separately - you'd have to purchase their giant application server to use it.

  • Report Designer: No Authorization Save Report ???

    Hello,
    I'd like to save a report.
    After entering Technical Name and Description the System says: "You do not have the necessary authorization to perform this action."
    Does anyone know which authorization I need to add?
    Thank you
    Daniel

    Hi
    In PFCG check the roles assigned to you and check the authorization data.
    There you need to modify your authorization permission to change  the report.
    Contact the reponsible person who created the role, ask them to include the permission to Edit or save the report.
    Regards
    M.A

  • How to disable SAVE AS option while opening PDF in browser in OAF

    Hi All,
    We have created a page with MessageTextInput fields. All the datas are captured and export into PDF format. We have done this through XML publisher. PDF will be generated when we click on Generate button. PDF is getting opened in the IE browser.
    The user should not save the PDF, so we need to disable the save as functionality of browser.
    Thanks and Regards,
    Myvizhi

    On your Print window (CTRL+P '''''or''''' ''Firefox button > Print'' '''''or''''' ''File > Print''):
    #be sure your correct printer is seclected
    #be sure "Print to file" is '''''not''''' checked
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *'''''Adobe Shockwave for Director Netscape plug-in''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.org/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.org/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.org/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • Disable of "Save Report" takes no effect in an interactive report

    Hello,
    when I disable the checkbox "Save Report" in the report attributes of an interactive report, this has no effect. The menue item "Save Report" is still shown when I press the "Actions" button.
    Is this a bug or do I miss something?
    Regards,
    Arndt

    Hello Arndt,
    After you disable the checkbox "Save Report", if you run the app when you are logged in to the workspace, then you will still see the menu item "Save Report" when you click the "Actions" button. Run the app from outside the workspace, then you will not see the menu item "Save Report".
    When the checkbox for "Save Report" is disabled, you will see an * next to the menu item "Save Report" when you are run the app from the workspace.
    Thanks,
    Machaan

  • Disable Edit Report Option from SharePoint 2013 PowerView Dasboard

    Hi All,
    I have PowerView Dashboard in Sharepoint 2013, In a Preview Bar there are three options i.e. File, Edit Report, Full Screen.
    The requirement is disable only Edit Report Option from preview bar not all.
    Please help me if there is any possibility for the same.

    Hi,
    Based on your description, you want to disable the edit report option from SharePoint 2013 PowerView Dasboard.
    There is a workaround:
    You can change the permission of the report. You should upload the report to a SharePoint library and set a user have read-only permission of the report. When the user open the report and save the changes, it will have error. The user cannot edit the report.
    The article below is about change the report permission in order to disable the edit option.
    http://parasdoshi.com/2013/10/30/a-note-about-edit-report-button-seen-on-power-view-in-sharepoint/
    Best regards
    Sara Fan
    TechNet Community Support

  • Remove Save as option in R12 instance - discoverer reports

    Hi,
    IN R12 instance discoverer reports we find following option at top-left side of the screen
    - Rerun query
    - Save as
    - Revert to saved
    - Export
    ....etc
    Is it possible to remove 'Save as' option? If yes, please suggest how can it be done.
    Thanks,
    Kamath.

    Hi Kamath
    The whole of the Viewer interface is customizable, meaning you turn off / on the features you want to see made available to your users. Thus, if you don't want your users to be able to Export you can turn it off.
    Rod has commented that the only way you can stop a user from saving a workbook is to turn off that privilege in the Admin edition. This is absolutely correct. Just turning off or disabling the Save and Save As buttons inside Viewer will stop stop a user from saving. What it will stop is the casual saving but if a report has been modified when the user goes to exit they will be asked if they want to save, even with the Save and Save As button disabled. Thus, you do need to remove the privilege.
    As for altering the look and feel of Viewer, not only can you decide which buttons to activate / deactivate, but you can also change the base fonts, color scheme and even add your corporate logo. I have been to many organizations who have changed Viewer to have the look and feel of their corporate website.
    I hope this information helps
    Best wishes
    Michael

  • IN ALV Report 'SAVE LAYOUT' option missing

    Dear All,
                 I have created one report in ALV GRID using ABAP OBJECTS(Using class CL_GUI_CUSTOM_CONTAINER and
    CL_GUI_ALV_GRID).But in output when i click on change layout option i am not getting SAVE layout option.
    I have already passed I_SAVE parameter = 'A' while calling metod SET_TABLE_FOR_FIRST_DISPLAY. But i didnt worked.
               Please do needful.
    Regards,
    Mayank

    Hi,
    You can manage display variants by using parameters, “is_variant” and “i_save” of “set_table_for_first_display”. Here are options for variant handling. <structure_name> is the variant-defining structure of type “DISVARIANT”. The field “report” in this structure should contain the value of “sy-repid.”
    Hope this helps. Reward points if helpful.
    Thanks,
    Balaji

  • How to disable save button on selection screen (1000) run from other report

    Hi Experts,
    Can any one let me know how to disable save button on selection screen (1000) run from other report.
    Say I am running from report R1 which submits report R2, but the save button should be disabled on
    report R2(selection screen 100).
    Thanks in advance.
    Regards
    RP.

    Hi RPReddy16 ,
    Try this:
    DATA :BEGIN OF t_extab occurs 0,
                     fcode like rsmpe-func,
                 END OF t_extab.
    REFRESH T_EXTAB.
    MOVE 'SAVE' TO T_EXTAB-FCODE.
    APPEND T_EXTAB.
    CLEAR T_EXTAB.
    SET PF-STATUS 'STATUS' EXCLUDING T_EXTAB.
    Regards,
    José

  • Standard Report's Layout not displaying 'SAVE LAYOUT' Option

    Dear All,
                Using Tcode VF44, i am getting output list.But in that list when i click on select layout option from toolbar its not displaying 'save layout' Option. can anybody give me soln for the same.How can i get that option?
    Regards,
    Mayank

    HI,
        No yaar, This one is standard report and  i am getting 'SAVE LAYOUT'  option in 300 but not in Production Server.There must be settings for this.  If u hv any idea ?
    Regards,
    Mayank

Maybe you are looking for

  • HELP!  Photos locked and can't delete in Windows 7/PSE8

    Hello, Appreciate any and all help!  Not a computer gal..... Have a 3 day old Dell Studio XPS 8100 with Windows 7. Using an external drive transferred from my former Dell. Loaded new Photoshop Elements 8. Can access and edit my photos just fine... bu

  • Error in installing Application server

    Hi all, I am trying to install application server for the first time. while installing I am getting the error in the REGISTER with Internet directory screen, It has two fields to enter 1. HOST : I assume machine name in which the S/w is getting insta

  • Sub reports access database multiple times

    Hello,   I have a crystal report created with a main and 2 sub reports. The data source is a stored procedure. when ever I ran/refresh  the report it access the database 3 times(first for main report and 2 times for 2 sub reports).   There is a big s

  • "DV Start/Stop" is 1 frame off!

    how come when I capture down conv dv anamorphic from my xha1 and do the "dv start/stop"....the first frame of all of the markers is from the previous clip? system info: FCP 5.1.4 Canon XHA1 OS 10.4.10 Thanks!

  • Palm Pre Won't Turn On

    I was just using my Pre, I set it down for a few minutes to play Bioshock 2, and when I came back to try and reply to a text, my phone was off, won't turn back on. I've plugged it in, held the power button for a minute, and taken out and put the batt