Hide the Settings button in POWL

Hi,
I am working on powl application.
When we run Standard powl application there are two buttons "filter" and "settings" at the right top of table.
How  to hide/remove Settings button ?
Any inputs. ?
Edited by: pankaj aggarwal on Oct 8, 2009 4:07 PM

hello,
This can be done by application configuration,
go the webdynpro component-> then to application configuration,
there you can see that thing.
for configuartion you can see sap help.
Best regards,
Rohit

Similar Messages

  • Disable/Hide the Refresh Button in Child report

    Hi All,
    Our Environment is BOXI-R2;
    We have a Master Report calling a Child Report (based on Open Document);
    Our requirement is to hide the" Refresh Button "in the child report Layout
    we tried using "hideRefresh=true"
    but the child report is not responding to the above clause
    Help us in this,
    if this is a BUG in XI R2, let us know the Service Pack details
    Thanks

    Joe , Thanks for your Inputs..
    our master report has the aggregated Measure , when the user clicks on this , it has to open a child report (with paramters from master report).
    We are aware of customizing "viewer.js " file (under BO install home) with "refreshDocIcon = null".
    But is this the only solution to hide the refresh button in the child report ?
    SInce its already a PRODUCTION environment, our customer won't allow to change the standard settings of the product.
    Thanks

  • HT3819 how do I share movies/music between my computers. I have opened shared on both computers and both are on, but i am not able to drag anything from one to the other. Does anyone know where the settings button is on the bottom of the itunes screen?

    how do I share movies/music between my computers. I have opened shared on both computers and both are on, but i am not able to drag anything from one to the other. Does anyone know where the settings button is on the bottom of the itunes screen?

    Oops, I forgot a step between 7 and 8 ... before syncing the iPhone I need to explicitly send the document back to iTunes on the iPhone, or the changes won't come over at all ...
    and then one more thing ... Numbers on iOS does NOT recognize a number of key features of the OSX app, such as conditional formatting ... so after editing my document on iOS and syncing it back to OSX on my Mac, all of those settings are lost (no more conditional formatting, have to do it all over again)
    What am I doing wrong ?

  • HOWTO: Hide the delete button in a NavigatorBar

    HOWTO: Hide the delete button in a NavigatorBar (JSP)
    Goal: Hide the delete button in a NavigatorBar or JSNavigatorBar Data Web Bean. This example works for either bean.
    Solution: Edit the .jsp file containing your NavigatorBar bean. For a generated BC4J JSP application, the file is YourView_Top.jsp.
    Find the code that instantiates the NavigatorBar. It will look something like:
    <jsp:useBean class="oracle.jbo.html.databeans.NavigatorBar" id="tb" scope="request">
    <%
    tb.initialize(pageContext, "MyProject1_bizcomp_BizcompModule.MyView");At this point, add the following line of code to hide the delete button:
    tb.getButton(tb.NAVIGATE_DELETE).setButtonVisible(false);You can find the variable names for the other navigator buttons in the javadoc for oracle.jbo.html.databeans.BaseNavigatorBar. In the online help, this is under Reference -> Business Components Reference.
    null

    Georges,
    This has come up before, and after some experimentation, there's not a straightforward way to do it.
    There are two possible solutions that I can think of:
    1. Write your own custom bean and/or extend the beans provided to modify them to your needs.
    2. Wait for the 3.2 release at the end of the month. This release provides custom data tags with much finer grained control over specific items such as the buttons.
    I think 2 is preferable, if you have the time to wait.

  • Hide the Save button in tool bar in pdf form

    Hi All,
    I need to hide the save button in the tool bar in pdf form out put. I need not hide the print button, hand tool and etc.
    I have seen some forum threads,but i am not able to get the answer.
    I have refered this links
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/fd9841e2ebb05fe10000000a1550b0/frameset.htm
    How to hide tool bar from Adobe Form
    The above link contains some scripts,The code id used for hide the hole tool bar not only save button.
    I need to hide only save button in the tool bar.
    How to hide the save button in the tool bar ?
    Thanks and regards,
    Boopathi M

    Adobe Designer 7.1 uses XFA 2.4
    If you can upgrade to Adobe desinger 8.2 to be abel to use XFA 2.8 you can code in the following way:
    Write the following code in the preSave method
    if (do_not_save_condition == 1) then
      xfa.event.cancelAction = 1
    endif
    Adobe Quote
    cancelAction specifies whether to cancel a forthcoming action.
    This property applies only to the following scripting events: prePrint, preSubmit, preExecute, preOpen, and preSign.
    The user experience is determined by the scripting event that contains the cancelAction reference:
    u2022  preOpen - The drop-down list does not expand to display the list of values. 
    u2022  preSubmit - Form submission does not occur. 
    u2022  preSign - The form is not digitally signed. 
    u2022  prePrint - No print dialog boxappears, and the form is not printed. 
    u2022  preSave The form is not saved. The user experience is that no action occurred. 
    Edited by: Reema Shahbazkar on Sep 10, 2008 7:54 PM
    Using this, the save button will still be visible but, you can prevent the form from being saved.

  • How to hide the "EXIT" button on the ESS Personal inf. iViews

    Hello,
        We are using SAP ECC 6.0 + SAP EP 7.0 + ESS 1.0 (latest Releases).
        In the ESS iViews (Java WD) for Personal information (Adresse, Bank, Family, etc. there is the Button "Exit"..
      Does any have any Idea where and how to hide this "Exit" Button in the iView/Java-WD?
    Many Thanks,
    Nazih

    Hi Chris,
      thanks for your reply.
      If you mean to hide the button using the iView/WD Personalisation by rightclick on the iView in PCD and then Review, well yes i know this and i have tried this already before and we were able to hide some not required input fields in the Webdynpro, but we were not able to find and to hide the "EXIT" Button using the personalisation..!!?? you know why?
    Why to hide the Exit button, i will tell you why, in the iView for maintainig the ESS Personal Information -> e.g. Adresse --> Edit Adresse View (Roadmap view No. 2) --> when User click on the Exit Button --> This will open new browser Window with ESS... ---> This second Browser Window (Pop up) would confuse the User, since he already have an opened window, so the Customer mean why open new window, since the user can simply click the Button Back and so his data are also saved..
    How can we manage to control the behaviour of the Button, so the iView is closed safety without that new Pop-up windows are opened...
    Many Thanks,
    Nazih

  • Hide the submit button programatically

    Hi Friends,
    i have standard page , in that, submit button is rendering programatically,i want to hide that submit button. do i need to extend standard controller to hide the submit button? here below code i have to hide the Activate button. can any one give guide to achive this solution.
    standard controller process request code....
    public void processRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    super.processRequest(oapagecontext, oawebbean);
    NegotiationCreationAM negotiationcreationam = (NegotiationCreationAM)oapagecontext.getApplicationModule(oawebbean);
    String s = getCurrentStepCode(oapagecontext, oawebbean);
    if(oapagecontext.isLoggingEnabled(1))
    oapagecontext.writeDiagnostics(getClass().getName() + ".processRequest ", " currentStepCode " + s, 1);
    mIsReviewPage = "Review".equals(s);
    mIsItemDetailPage = "ItemDetail".equals(s);
    mIsHeaderPage = "Header".equals(s);
    mIsViewNetChangesPage = "ViewNetChanges".equals(s);
    mIsUpdatePfValuesPage = "UpdatePfValues".equals(s);
    if(!negotiationcreationam.isTemplate() || negotiationcreationam.isTemplate() && !mIsReviewPage)
    OAWebBean oawebbean1 = oawebbean.findChildRecursive("SaveTemplateBtn");
    oawebbean1.setRendered(false);
    OAWebBean oawebbean8 = oawebbean.findChildRecursive("Activate");
    oawebbean8.setRendered(false);
    if(negotiationcreationam.isTemplate())
    OAWebBean oawebbean2 = oawebbean.findChildRecursive("SaveBtn");
    oawebbean2.setRendered(false);
    if(mIsReviewPage)
    OASubmitButtonBean oasubmitbuttonbean = (OASubmitButtonBean)oawebbean.findChildRecursive("Activate");
    oasubmitbuttonbean.setRendered(true);
    String s1 = null;
    if("ACTIVE".equals(negotiationcreationam.getTemplateStatus()))
    s1 = oapagecontext.getMessage("PON", "PON_TEMP_INACTIVATE", null);
    else
    s1 = oapagecontext.getMessage("PON", "PON_TEMP_ACTIVATE", null);
    oasubmitbuttonbean.setLabel(s1);
    oasubmitbuttonbean.setText(s1);
    if(!mIsHeaderPage || negotiationcreationam.isTemplate())
    OAWebBean oawebbean3 = oawebbean.findChildRecursive("ApplyTemplateBtn");
    oawebbean3.setRendered(false);
    if(!mIsUpdatePfValuesPage)
    OAWebBean oawebbean4 = oawebbean.findChildRecursive("ApplyPfValuesBtn");
    oawebbean4.setRendered(false);
    if(mIsReviewPage)
    setPageBtnsForReviewPage(oapagecontext, oawebbean);
    if(!negotiationcreationam.isTemplate())
    setEditButtons(oapagecontext, oawebbean);
    if(negotiationcreationam.isAmendment() || negotiationcreationam.isMultiRoundDocument())
    OAWebBean oawebbean5 = oawebbean.findChildRecursive("ReviewChangesBtn");
    oawebbean5.setRendered(true);
    if(mIsViewNetChangesPage)
    setPageBtnsForReviewPage(oapagecontext, oawebbean);
    OAWebBean oawebbean6 = oawebbean.findChildRecursive("EditBtn");
    oawebbean6.setRendered(mDocIsEditable);
    OAWebBean oawebbean9 = oawebbean.findChildRecursive("ViewDocumentBtn");
    oawebbean9.setRendered(true);
    OAWebBean oawebbean7 = oawebbean.findChildRecursive("OkBtn");
    oawebbean7.setRendered(mIsItemDetailPage);
    OAWebBean oawebbean10 = oawebbean.findChildRecursive("ReviewBtn");
    oawebbean10.setRendered(!mIsItemDetailPage && !mIsUpdatePfValuesPage && !mIsReviewPage && !mIsViewNetChangesPage);
    if(!mIsItemDetailPage && !mIsUpdatePfValuesPage && !mIsReviewPage && !mIsViewNetChangesPage)
    addSideBar(oapagecontext, s, negotiationcreationam.isTemplate());
    private void setEditButtons(OAPageContext oapagecontext, OAWebBean oawebbean)
    if(oapagecontext.isLoggingEnabled(1))
    oapagecontext.writeDiagnostics(getClass().getName() + ".setEditButtons ", " mDocIsEditable " + mDocIsEditable, 1);
    if(!mDocIsEditable)
    OAWebBean oawebbean1 = oapagecontext.getPageLayoutBean().findChildRecursive("HeaderEditButton");
    oawebbean1.setRendered(false);
    oawebbean1 = oapagecontext.getPageLayoutBean().findChildRecursive("ItemsEditButton");
    oawebbean1.setRendered(false);
    oawebbean1 = oapagecontext.getPageLayoutBean().findChildRecursive("ControlsEditButton");
    oawebbean1.setRendered(false);
    oawebbean1 = oapagecontext.getPageLayoutBean().findChildRecursive("ContractsEditButton");
    if(oawebbean1 != null)
    oawebbean1.setRendered(false);
    oawebbean1 = oapagecontext.getPageLayoutBean().findChildRecursive("SuppliersEditButton");
    oawebbean1.setRendered(false);
    Thanks in advance,
    vamshi

    Vamshi,
    Extending CO would anyways be required in either of the approach. Now let me brief you which approach you can use :
    1) If you need to hide the submit button while rendering of page, based on some logic, you can ahead with your approach extending the CO and in process request get refrence of submitbutton bean and use API, setRendered(false);
    2) If this button needs to be hidden on some logic on a post event on the page i.e. in process form request, its better to have a tranient attribute and a PVO approach u worked on tutorial.
    Apprach 1 can be used in case 2 also but in that case you would have do an extra looping on the page, by redirecting to same page retaining the AM. I hope this helps up to decide the approach.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Hide the Approve button in TRIP transaction

    Please,
    I read that I if I want to hide the 'Approve' button automatically I must pass proper values in Auth Object F_TRAVL and P_TRAVL.
    Do you know, specifically, which authorization field and value I must have in P_TRAVL?
    I thank you in advance,
    Cláudia.
    Edited by: User BasisMasterUser on Mar 30, 2011 7:56 PM
    Edited by: User BasisMasterUser on Mar 30, 2011 7:57 PM

    Hi and thanks for the answer.
    We use the transaction PRAP for approval all the travel, so we need to prevent a simple user can approve the trip in the TRIP transaction. As I could not find an authorization object that correspond to the button of approval, we thought better to hide it.
    Unfortunately I did not see in the TRVPA feature anything that influences me in the way of approval, except that the WRP is equal to 3 which sets the approval status only for travel completed.
    Am I mistaken?
    I thank you again,
    Cláudia.
    Edited by: User BasisMasterUser on Mar 31, 2011 3:35 PM

  • I recently got the iPhone 4S and for some reason the Settings button for the home screen has a little red 1.If anyone know why their is little red number1 and what I have to do it would be fantastic! Thanks :)

    I recently got the iPhone 4S and for some reason the Settings button for the home screen has a little red 1.If anyone know why their is little red number1 and what I have to do it would be fantastic! Thanks :)

    Hallo. I did it this several times and I have the latest update to iOS 6.0.1, but still the red mark 1 at the Settings icon. Do you have any other idea?
    Thank's.

  • How do I hide the admin button after someone has logged in as the administrator?

    Hi everyone,
    I am using Dreamweaver CS3, my question is:
    I have a login page that has check boxes at the bottom of the page that tell the database whether the user is an administrator or not.
    After the owner of the site has logged in as the administrator I would like to be able to hide the administrator button, can this be done with PHP, if so how do I do it?
    Thanks.

    Hello,
      Please try this:
    <?php
        function loggedin(){
            return isset( $_SESSION['loggedin'] );
        function require_login(){
            if( !loggedin() ){
                    header( 'Location: /login.php?referrer='.$_SERVER['REQUEST_URI'] );
                    exit;
    ?>
    Good Luck!
    Sean Colicchio
    Server Engineer
    hosting.com

  • I mistakenly deleted the settings button on my iPhone, help!?

    I mistakenly deleted the settings button on my iPhone. Now I don't know how to restore it. Help!

    you can't really "delete" that button but its possible its hidden in a folder, search for it in your folders and if all else fails then you can search "settings" on the leftmost screen on the iphone (hit the round button on bottom of phone swipe your finger left to right on your screen)

  • Hide the Execute Button

    Dear all,
    Im writing a report for reading details from a barcode reader.
    My requirement is in At seletion screen I do the necessary processing and want to hide the execute button.
    Please could any one help me.
    Thanks
    ann

    Hi Ann:
    It's late for my answer, but I send this post. May be useful.
    I faced the same problem for other reasons.
    I solved the problem by doing:
    AT SELECTION-SCREEN OUTPUT.
      DATA gt_ucomm TYPE TABLE OF sy-ucomm.
      APPEND: 'ONLI' TO gt_ucomm.
      CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
           EXPORTING
                p_status  = sy-pfkey
           TABLES
                p_exclude = gt_ucomm.
    This works well if your selection screen is number 1000 (default).
    But if you define a selection selection screen with another number, like this:
    SELECTION-SCREEN BEGIN OF SCREEN 100.
    PARAMETERS:
        p_examle like sy-datum.
    SELECTION-SCREEN BEGIN OF SCREEN 100.
    And you don't define a Status GUI for screen 100, then the solution does not work because sy-pfkey is not informed.
    Then I solved by changing the call to the Function Module in this way:
    AT SELECTION-SCREEN OUTPUT.
      DATA gt_ucomm TYPE TABLE OF sy-ucomm.
      APPEND: 'ONLI' TO gt_ucomm.
      CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
           EXPORTING
                p_status  = '%_00'  "Status GUI for screen 1000
           TABLES
                p_exclude = gt_ucomm.

  • Hide the DELETE button in EditCurrentRecord !!!

    Hi,
    Who can tell me how can I hide the DELETE button of the EditCurrentRecord ?
    Thank You !

    Georges,
    This has come up before, and after some experimentation, there's not a straightforward way to do it.
    There are two possible solutions that I can think of:
    1. Write your own custom bean and/or extend the beans provided to modify them to your needs.
    2. Wait for the 3.2 release at the end of the month. This release provides custom data tags with much finer grained control over specific items such as the buttons.
    I think 2 is preferable, if you have the time to wait.

  • Hide the Email Button

    Hi,
    Is it possible to hide the email button when it is clicked and have it replaced with a comment of some type, ie 'Thank you for your submission!'
    Frank

    This is what I don so far.
    I created the Submit by Email button and made the presence invisible. then I created another button (button1) and the control type is regular (not execute or submit)I then added the script
    EmailSubmitButton1.execEvent("click");
    Button1.presence="invisible";
    app.alert("Thank You for Your Response");
    to the Click option in the javascript window. Should one button be over the other button and how do I click the button to ignitate the emailing process. Nothing happens. I appreciate you help;
    Frank

  • On my ipad i am receiving a message iCloud backup "i cloud backup can not access the account . review your account in information settings .  the screen goes blank  if i push  the ignore or the settings button. what do i do

    on my ipad i am receiving a message iCloud backup Cloud backup "i cloud backup can not access the account .
    review your account in information settings . the screen goes blank  if i push  the ignore or the settings button.
    what should i do

    Hold Sleep and Home buttons for 10 seconds until your device restarts, so you will be able to use your device again

Maybe you are looking for

  • How to hide the table header if no data present

    Hi I need to hide the table header if no data present. Table has 5 column. if no any clolumn has data then this table section should not be display. i am using <?if:count(Installation_Event_S19)= 0?> but this is not work for me. Could you please help

  • HP Deskjet 2540 won't scan

    Wireless connection.  Printing is OK, but "Printer not found" when trying to scan.

  • Video acquisition from frame grabber

    I wanted to acquire image from a video camera which only has analog output. To do that, I used a framegrabber, called :"Hauppaugel analog video giditizer". However, as I can see from the list, the framegrabber provides image with YUY 2 format and in

  • Fuzzy Match Language Support

    hi, can i use special Turkish names in my query for fuzzy match? for ex. for address field in my table.. i know that Turkish is not supported.. but what about special names? regards, helen..

  • Tricky Java UDF

    Hello Sdn I have bit tricky problem to achieve through java udf in XI. We have to parse a tricky text in java. Source has a text field : ST - 102RP34;RP - 234ST89;VT - 90789ST; So the souce text field has a qualifier - value; In target , I have 3 rep