How to hide the standard save button

Hi gurus,
I am using the javascript below in my BPS Web Ap to perform a check function on save.  The Javascript runs the check function and then simulates the pressing of the standard save button.  It works fine.
My problem is that I now need to hide the standard Save button as I don't want users to press it, just my code.  But there is no option in the application builder to hide those standard buttons.
Is there some other way I can hide it?  Or is there some way I can perform the save from JavaScript without having to have a Save button?
Cheers,
Tristan
<script type="text/javascript">
    function CheckAndSave()
            if (bspSubmit('FunctionButtonPerformCheck'))
                    bspSubmit('SaveButton1')
</script>
<span>
    <a href="#1" class=urBtnStd onClick="javascript:CheckAndSave();"
        <nobr>
            New Save
        </nobr>
    </a>
</span>

Hi,
If you have created your layout using transaction BPS_WB then you can hide the SAVE button.
Cheers,
Gimmo

Similar Messages

  • How to hide the Slidelite close button [X]

    I'm using Captivate 4.
    I would like to know how to hide this ugly close button [X] when a slidlet is displayed on a slide ? I understand that this is usefull when the option Stick Slidelet is selected but i think the [X] makes little sens otherwise.

    Hi there
    Sorry, but there is no way to hide it. At least not using Captivate as it is out of the box.
    Maybe one of the Flash savvy folks knows a way. But that would require knowledge of Flash as well as how it interacts with Captivate to accomplish.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • SAP Cloud Marketing Lead How to Hide the Standard button action

    Hi Experts,
    In Marketing Lead TI screen button action event have 3 options
    1) Convert to Sales Lead
    2) Convert to Opportunity.
    3) Convert to Account or Contact
    I want to hide 2 option 1) Convert to Sales Lead and 2) Convert to Account and Contact from the Action button.
    I have try to enhance the standard BO as shown below.
    and when open the COD_Marketinglead_TI screen then i can not able to see 3 option under Action button.
    Please anyone have idea about how to get these 3 options 1) Convert to Sales Lead 2) Convert to Opportunity. 3) Convert to Account or Contact under Action button.
    Many Thanks,
    Mithun

    Thanks Dan for your reply.
    I have few question
    1) AP.CRM.Global:Lead is Marketing Lead BO or Sales Lead BO? if Not Marketing Lead BO then what is the correct path to extend the Marketing Lead?
    2) I have extend the AP.CRM.Global:Lead BO when we enhance the screen it give the below options and i have selected the highlighted screen is it correct or not ?
    After select the screen and click OK there are 4 screen comes automatically as shown below.
    3) When i Open the COD_MarketingLead.TI screen in UI designer i can able to see this screen as shown below.
    Here in this screen point 1 we can see that its COD_MarketingLead screen but in point 2 Screen Header Label is "Sales Lead" and point 3 under this Action button no 3 option available  1) Convert to Sales Lead 2) Convert to Opportunity. 3) Convert to Account or Contact. But when you open Marketing Lead we can able to see these option under the action event as shown below.
    Help me how to get Marketing Lead Screen with above actions in UI Designer.
    Many Thanks,
    Mithun

  • How to intercept the InCopy 'Save' button action?

    Hi,
    I have an InCopy plug-in that can successfully intercept ‘Save’ actions from the File->Save menu (using an Action Filter).
    But in InCopy there is also a Command Bar that contains a ‘Save’ button. The problem is that I cannot work out how to intercept this button action from within the plug-in code.
    I have tried ‘Spy’ and tracing events and so far there does not appear to be any clue to what I should be intercepting to achieve this.
    (the button action does not appear to trigger a FileSave action... which is what I was hoping it would do).

    Thanks for the reply, I am beginning to think that I need to do something similar.
    Did you disable the button via code?
    I know that the class id (boss) for this button is kSaveButtonBoss.
    Regards
    Malcolm

  • Air 3.3, how to hide the soft menu button ?

    Hello,
    It seems that something has changed.  When I compile using flex 4.6 + Air 3.3, I now get on galaxy nexus a menu button even with sdktargetversion=11.  Any way to target 11 but get rid of menu button ?
    Thanks

    With Air 3.4 the bug is fixed.

  • How do you hide the Page Options button on dashboards in 11g?

    Hello,
    I would like to hide the "Page Options" button on a dashboard in 11g. I found some examples on how to do it in 10g, and they all talk about editing a file called dashboardtemplates.xml. I can't find this file on my 11g BI server, so I'm assuming the file was part of 10g but not 11g. Has anyone figured out how to hide the "Page Options" button on a dashboard in 11g?
    thanks,
    Scott

    Hi Satya,
    thanks for your reply, but I have a feeling that your solution is for obiee 10g and not for obiee 11g. We are using 11g, and when running Analytics (Answers), I don't see a "Settings" option, but I seem to recall that in 10g there is a "Settings" button/link. Also, I don't understand how your solution answers my question. You describe how to grant "everyone" read permissions on dashboards, but I want to know how to hide the "Page Options" button on dashboards.
    Sincerely,
    Scott

  • How to use the standrad Refresh button in ooalv Grid?

    Hai Experts ,
                              i write editable oo alv program its works fine.  when change the data
    then click save button its saved correctly, but the problem is totals of row  & column not refresh when i am click the
    Refresh button . Please Help how to handle the standard Refresh button in ooalv .
    Thanks
    Adv....

    thank q u for ur reply,
                                            when i edit the data in grid and save the data its saved  successful,
    but the problem is manually i calculating the totals at the end of the Row as well as at end of the columns,
    when i edit the data in Grid that totals are not effected for that im using the Standard Refresh button ,
    Plz help me.

  • Standard Save button

    Hi all experts,
    I have created a ZTCode for saving input data. The problem is that i want to use the standard save button not the execute button.
    How can i do that?

    Hi,
    Sample Code, it will trigger the GUI status.
    TABLES: MARA.
    SELECT-OPTIONS: SO_MAT FOR MARA-MATNR.
    at SELECTION-SCREEN.
    case sy-ucomm.
    WHEN '&SAV'.
    message 'Save Icon Selected'  TYPE 'S'.
    stop.
    ENDCASE.
    at SELECTION-SCREEN OUTPUT.
       SET PF-STATUS 'ZSTAT'.
    can you Paste Your Code.
    Regards,
    Venkat.

  • BADI CRM_MKTPL and Status Change button! (Hide the standard system status)

    Hello,
    In transaction CRM_MKTPL, i need to delete some status that appears when i click on button Change status.
    I am trying to use the BADI: CRM_MKTPL using the method 'GET_DROPDOWNBOX_VALUE', but i didn't get what i
    want because this method is only valid (i think) for Listboxes for a field and not for a button, that is my
    requirement.
    Also i am trying to use the method 'p_fill_dropdown_listbox', but i don't know how to use this, and where, in
    whick part of the BADI CRM_MKTPL.
    I want to hide the standard system status in the dropdown list.
    Any ideas?
    Thanks in advance
    Best regards
    Message was edited by:
            yukimai maio

    just check in your badi there is any option is there for menu area customization or not in the implementation you can find attribute,interface ,subscreen like tab there check any menu area tab is there or not.. if it is not there then try for any menu exit and lastly you can try for transaction variant tcode SHD0.
    regards
    shiba dutta

  • STMS: how to hide the Import All Requests button in the import queue view?

    Hi All,
    I'd like to know how to hide the "Import all requests" button in the import queue view.
    Thanks a lot for your answers.
    G.

    Hi,
    about hiding i have a doubt but u can inactivate by following procedure,
    As referred in a thread:
    On the domain controller, in STMS>overview>systems>(double click the one you want to change)>Select Transport Tool tab and click on change. Add Import_single_only value 1, import_single_strategy value 1 and no_import_all value 1. Save distribute and activate.
    or
    Refer to OSS NOTE 194000.
    Thanks & regards.

  • How to hide the Print and Export button in analytics report or tasks pane

    Hi Experts,
    In BIEE 11g,
    How to hide the Print and Export button in analytics report or tasks pane ?
    For example:
    In console,I have created one userA which is belong to BIConsumer GROUP , when I make use of the highest user 'weblogic' to create one simple report, then the userA will login the analytivs to view this report (not dashboard), it will show the print and export as below.So customers do not want to give him the privilege for printing and exporting.
    In addtion, go to catalog->tasks(left corner), it will also show the print and export button. So how to hide or not access these button?
    Note: Maybe it can use the policy for consumer role for implementing this requirement, but I do not know how to modify the policy. Are you facing the problem? Thanks.

    Hi,
    1. Create seperate folder for Reports & Dashobard.
    2. For BI_Consumer (userA) set the catalog permission to view Dashboard Folder only and remove permission on the Report Folder (you can give traverse permission but don't give Open permision).
    3. By this user won't be able to open or run any reports in that folder and the only way he can see the reports is through Dashboard and on dashboard the export and print buttone can be removed very easily.
    Mark helpful if it helps.
    Regards,
    Kashi
    Edited by: K N Yadav on 24 May, 2013 1:51 AM

  • How can hide the command line of a t.code in the portal

    Dear Experts.
    I have the following doubt:
    How can hide the Command Line of a Report that is called with a T.Code in the portal?
    Attach Image:
    [Image T.Code|http://www.freeimagehosting.net/uploads/eab3b6a03c.jpg]
    When I created a service using the T.Code SICF for the T.Code , I can hide buttons and the filed command line  using
    ~webgui_simple_toolbar
    ~singletransaction
    ~NOHEADEROKCODE
    With notes 1010519, "SAP GUI for HTML: Simplified Title Area Without Menu and OK Code" and 959417.
    But the problem is that when I create the service in the T.Code SICF, I also have that create an Iview IAC in the portal.
    The Question is : How can hide this fields and buttons if I want Publish the T.code using an Iview Transaction in the portal?
    In this moment I have used the two options:
    1 option) I created a service using the t.Code SICF for my Transaction and I also created an Iview IAC in the portal for call the service.
    RESULT:
    SAP Web Application Server
             500 Connection timed out
            Error: -5
           Version: 7000
           Component: ICM
           Date/Time: Sat Jun 12 20:26:39 2010 
           Module: icxxthr_mt.c
           Line: 2698
           Server: xyxab...
    Error Tag: {-}
    Detail: Connection to partner timed out after 60s
    2)  created an Iview Transaction  in the portal and  call my transaction.
    RESULT.
    [Image T.Code|http://www.freeimagehosting.net/uploads/eab3b6a03c.jpg]
    But not can hide the field Command Line and other buttons.
    I think that the command :
    ~webgui_simple_toolbar
    ~singletransaction
    ~NOHEADEROKCODE
    Only can be used if I create a service using the T.Code SICF .
    Best Regards
    Carmen.

    Hi Carmen,
    The bottom line is that this cannot be done for transaction iviews without modifying the standard webgui service in SICF, which is probably not a good idea (since it affects everyone using SAP GUI for HTML). (You could hack the appintegrator to add the ~webgui_simple_toolbar parameter to the transaction URL template in the portal, but again its not a recommended thing to do ...). Better to create an IAC service in SICF with ~webgui=1 where you set the required appearance using an appropriate value for ~webgui_simple_toolbar, and then create an IAC iview to point at this service.
    You can even override the ~transaction value configured in the new service in individual IAC iviews by entering the appropriate value in the application parameter of the iview, for example:
    ~okcode=/nSU01
    And you can pass parameters in the same way:
    ~okcode=/nSU01 USR02-BNAME=xyz;USREFUS-USERALIAS=abc;
    By the way, it would not be recommended to create a URL iview to access an IAC, since you are likely to encounter session management issues in this scenario - better to use an IAC iview.
    Regards, Rory

  • How to get the standard Menu of Query Designer into Web Template

    Hi Experts,
    is there a way on how to put the standard menu within Bex Query Designer (after executing a Query with the Query Designer you get into ad-hoc reporting with a menu including several functions like print, show as..., properties, etc) into an individual Bex Web Template?
    Copy & Paste source code will not work I guess because of several javascript functions I don't have access to.
    Thanks & Best regards
    Tobias

    BEx queries are displayed on the web using standard web template 0ANALYSIS_PATTERN or some customized version base don your implementation.
    You can either include the 0ANALYSIS_Pattern web template in your custom template or use Save as to create a new template with 0ANALYSIS_Pattern  AS THE STARTING POINT.

  • How to hide the select-options fields on radiobutton select in webdynpro

    hi
    Could you please help how to hide the select-option fields in webdynpro
    there are four radio buttons
    for every radiobutton there is corresponding the select_option filed is associated to it
    user as only provision select  one radio button and reset of the select-option fileds should be hidden
    which ever the radio button is selected corresponding the select-options fileld should be displayed
    please find the attachement below

    Hi Nine,
    To hide select options you should use interface method REMOVE_SELECTION_SCREEN_ITEM of IF_WD_SELECT_OPTIONS.
    Sample code :
    Write the below code in the Event handler of Radio Button.
    DATA lv_r_helper_class TYPE REF TO if_wd_select_options.
    lv_r_helper_class = lo_interfacecontroller->init_selection_screen(
    lv_r_helper_Class->REMOVE_SELECTION_SCREEN_ITEM(exporting i_id = 'Select_option1_id1').
    This will hide first select option of your screen.Similarly pass select_option_id2 to hide it and so on.
    Regards,
    Ravikiran.k

  • Handling the Standard Toolbar Button click of an ALV

    Hi Experts,
    I have created an ALV grid output using CL_GUI_ALV_GRID with standard buttons(default) on the toolbar. When I click on any of these standard buttons, say '+' button to insert records, my custom program is not hit.
    I know there is a protected event 'TOOLBAR_BUTTON_CLICK' which I tried to handle in my program but it did not work. However, I am able to handle the public event 'DOUBLE_CLICK' of the same class 'CL_GUI_ALV_GRID'.
    So..can anyone tell how to handle this protected event OR how to handle the STANDARD buttons on ALV toolbar so that they hit my custome code.
    Thanks very much.
    Regards,
    Rudresh

    Hello Rudresh
    The point is to "re-define" the standard ok-codes of toolbar buttons:
    " Make toolbar interactive
    CALL METHO go_grid->set_toolbar_interactive( ).  " raises event TOOLBAR
    " Event handler method
    METHOD handle_toolbar.
    * define local data
      DATA: ls_button    TYPE stb_button.
    " Redefine function code
      LOOP AT e_object->mt_toolbar INTO ls_button
                      WHERE ( function = cl_gui_alv_grid=>MC_FC_LOC_INSERT_ROW ).
        ls_button-function = 'MY_FCODE'.  " triggers USER_COMMAND
        MODIFY e_object->mt_toolbar FROM ls_button INDEX syst-tabix.
      ENDLOOP.
    ENDMETHOD.
    Regards
      Uwe

Maybe you are looking for

  • How to retreive data from disabled iPhone 4

    Hi. I have permanently disabled iPhone 4. it is my wife`s phone who passed away. i need to get photos and videos from the phone. The original computer which i  synced it with doesn't help. I have 2 computer and don't remember which one was that i syn

  • Java Portal Integration Kits for CrystalReports 10

    Hi, I have to integrate Websphere Portal 6.1 with Crystal Reportss 10. Is Java Portal Integration Kits avaible for Crystal Reports 10 ? Andrzej Urbanowicz

  • Problem viewing video in canvas window

    Been editing a project in FCP for good few days now and worked fine up until today when I cannot view any of the sequence from the timeline in the canvas. But it is playing because playhead is moving and sound track plays fine Please help! Thanks Ric

  • MKMapRectContainsPoint is failing on IOS 6

    Hello, I am testing an application made for IOS 5 on IOS 6. I am using Mapkit and MKMapRectContainsPoint, it works on IOS 5 fine but it fails on IOS 6 for the same locations, so i made some tests and realize that the CGRect returned by visibleMapRect

  • OIM Disable OID Users Error

    Hello WHen disabling users in OIM, the connected OID resource is not disabled and I receive the below error in the log. Is there a status definition or lookup that needs to be filled in for this to complete? 2012-06-28 11:30:10,048 INFO [STDOUT] Targ