How to remove go button for prompt

Hi everyone,
I got a requirement from client asking to remove 'GO' button for prompts which has single value to select and have go button for those which need multiple select values.
If prompt has one select value the report has to change based the selection of value no need to press go button.
Will it be possible to remove 'GO' button for some prompt filter and have for others .
Thanks in advance.
Regards
Sandeep

Sandeep,
I think it's not possible to remove the 'GO' button for prompts. If you need to rename the 'GO' button, follow the below steps.
Go to {OracleBIDir}:\oraclebi\web\msgdb\l_en\messages and Open the globalfiltermessages.xml file.
Find this text
<WebMessage name="kmsgGFPGo"><TEXT>Go</TEXT></WebMessage>
Edit the 'Go' which is there between the TEXT tags.. for e.g.., replace the Go with Confirm
<WebMessage name="kmsgGFPGo"><TEXT>Confirm</TEXT></WebMessage>
Thanks,
Balaa...

Similar Messages

  • How to add Cleat button for Prompts

    Hi
    I have 7 Prompts in my dashboard page. And i have Apply filter. But it is not working. Do i need to some thing for this? Help me on this.
    And i want to create a Clear Button for the all Prompts.
    Than

    Hi,
    Use below code in Dashboard Text object,
    [div align='left' class="XUIPromptEntry minibuttonOn"][br][br][a href="#" onclick="return PersonalizationEditor.removeDefaultSelection(false)"]   Clear all Filters[a][div]
    Use < instead of [
    and > for ]
    Thanks,
    Balaa...

  • How to remove the buttons in ALV GUI?

    Hi All,
    I am using the FM REUSE_ALV_GRID_DISPLAY for disaplying the ALV grid. i need how to remove these buttons ( mail word processing, loal file, Mail recipient,  ABC analysis, Microsoft Execl and Graphics ) from the ALV Gui?
    please give solution.
    Regards,
    Santha

    hi,
    IT_EXCLUDING TYPE SLIS_T_EXTAB OPTIONAL
    you need to append the Fucntion codes to the it_exclude and then pass it to the parameter it_excluding.
    append '&ABC' to it_excluding.
    append '&BAC' to it_excluding.
    call function 'REUSE_ALV_GRID_DISPLAY'
    IT_EXCLUDING = it_exlcuding
    Regards
    Anver

  • How to remove clear button on message file upload bean item?

    Dear Guru's.
                    How to remove clear button on message file upload bean item .
    Regards,
    Srinivas

    Hi Raghu,
    This is srinivas i am also facing this issue how u achieve this can u share me this is urgent for me .
    Regards,
    Srinivas

  • How to remove payment block for AP invoices which has been cleared

    How to remove payment block for AP invoices which has been cleared
    Thanks
    Chiru

    Hi,
    Thanks for immediate response in fb02 is in deable mode
    mrbr unable to change
    please provide to to remove blocking code i will assign points
    Thnaks
    Chiru

  • How to remove leading zeros for an item number within quickviewer

    how to remove leading zeros for an item number within quickviewer. Pls help

    ask your abap guy to do  it. not portal guys business.

  • HT1349 how to remove apple id for imessage

    how to remove apple id for imessage

    Go to Settings>Messages>Receive At...tap the Apple ID at the top, sign out.

  • How to assign a button for attachment and send the data through browser ?

    Hi friends,
    How to convert to browser ?
    how to assign a button for attachment and send the data through browser ?
    Thanking you.
    Regards
    Subash.

    Refer to
    How to create a text box in ascreen painter?
    where another user (venkateshwar reddy) has asked a very similar question...
    Jonathan

  • How to remove calender button beside date prompt in infoview

    Post Author: Durga
    CA Forum: Desktop Intelligence Reporting
    Hi ,
    We have developed one deski report which will run through infoview.
    while opening in the infoview in the beside the date prompt calender button is appearing.
    But we dont need the calender button beside the date prompt.we want to select from LOV's only.
    Please advice how to remove the calender button in infoview which is developed in Deski.
    Regards,
    Durga.

    Changing the data of the date to char will get ride of the calendar control.

  • How to remove the '#'symbols for infoobject movement types in bex reporting

    Hi All,
      I have a problem in Bex reporting. The problem is when ever executing the report  that time some of the characteristic values is shown in layout '#' Symbols. i want to remove the '#' valuse in report.
    is it possible please give me step by step procedure for how to remove the '#' Symbols in reporing layout.
    this is very urgent please help to me on this issue.
    Thanks & Regards,
    Guna.

    Hi Guna,
    To achieve this issue, we need to replace the value of ‘#’, we need to change the description while retrieving the data from tables. So we need to write some ABAP code in SE38. Go to RSA1 transaction and go to Info objects tab. Then go to context menu for ‘cProject Key Figures’ as shown below. Click on the ‘Object Overview’ to get the overview of all the info objects. Here you can see the field names which are used to know the table names.
    In SE11, type the table name in ‘Database Table’ field. Now press ‘F4’, then you will get the next screen to select one of the P/Q/S/T tables.
    Now click on the button rounded in the below screen to view the data in the table.
    Now click the execute button or press ‘F8’ to view the records.
    Now go to Tcode: SE38. Create a source code and give some program name for that source code. To write code, you need access key. Contact your BASIS for this.
    Now write the below code for that particular table in which you want to change the value ‘#’ to description ‘Blank’. In the below source code, we are updating particular table, setting the field as ‘Blank’ where it is null or no value. Here the field will automatically get updated to ‘#’ if there is no value or null.
    update /BIC/PXXXXX set /BIC/ZXXXX = 'Blank' where /BIC/ZXXXXX is null or /BIC/ZXXXX = ''.
    if sy-subrc eq 0.
    write 'successful'.
    commit work.
    else.
    write 'unsuccessful'.
    endif.
    OR
    If this # is because of the missing master data than,
    right click that IO -> maintain master
    you will see first row as a blank.
    whatever value you maintain in this row that will come in the report for all Not assigned # values of the master data in the report.
    maintain it according to your requirement, save and activate the master data
    Hope this helps u...
    Regards,
    KK.

  • How to remove the buttons coming from report program?

    Hi All,
    I need to remove the buttons from an iview which is a sap transaction. when i execute the  report program which uses a ldb (PCH) shows a selection screen having all the buttons.
    We have created variants for this.Now i want to remove the buttons which are coming from the report program.how to do this ?
    Lakshmi.

    Goto sicf ->sap->bc->gui->sap->its->                              
    open Webgui application                              
    in the GUI Config enter the following parameters.                              
    ~noHeaderOkCode = 1                              
    ~webTransactionType = EWT.                              
    All buttons can also be removed by ~webgui_simple_toolbar =0 ..                              
    Also now open the trancsaction of the program form SE93 for which you want to hide                               
    the Menu bar, in its properties select the EASY WEB TRANSACTION radio button.

  • How to remove the buttons which are coming from a report?

    Hi All,
    I need to remove the buttons from an iview which is a sap transaction. when i execute the  report program which uses a ldb (PCH) shows a selection screen having all the buttons.
    We have created variants for this.Now i want to remove the buttons which are coming from the report program.how to do this ?
    Lakshmi.

    Hi,
    I think u r mentioning about the addition buttons that appear in the selection screen when using a logical database. for removing these buttons u can use a function module RS_SET_SELSCREEN_STATUS  for setting ur own pf-status
    do this in "at selection screen output" of the program..
    in the tables parameter, u have the option for giving the ok-codes that u want to remove. append all the ok-codes into this table.
    for getting the ok-codes u can use "tab" and go the button.. press F1. it will give the ok-code.
    Regards,
    Anoop

  • CRM Survey - How to remove Radio button defaults.

    Hi experts,
    I am trying to remove Radio button default. By default it is selected when I am trying to set attribute for answer options. Even if I unchecked, it reverts and set as selected again. Actually, I need remove Radio button default for the customer sees a response pre filled.
    Please advise on how can I remove Radio button default for answer options.
    Banu

    Hi,
    I see it now.
    You need to change the config of your radio buttons in the transaction itself.
    Goto CRM_SURVEY_SUITE, locate your survey, click on the change button ( a pencil) this will take you to the survey configuration.
    There navigation to the section in the left hand pane that corresponds to the radio buttons. And you will see Yes and No for answers to the questions. Double click on each of them to display on the right side work area and change the property 'Selected' (which is a check box) to unchecked.
    This should be easy.
    Regards
    Prasenjit

  • How to remove the buttons

    When I use quiz manager to make some test question, I would
    like to remove the bottom buttons ,
    For example, play button, I just need submit button. Would
    you all to tell me how to do it? Thanks.

    You can actually remove the playbar from the entire presentation.  Here's what I did. 
    I created a simple "shell" presentation of only a few slides with a standard look and feel that I would use on all the presentations requiring no playbar. In the theme editor, I set everything up as I wanted it (the playbar will show at first), I then did a save as with an appropriate name for the theme.  Next, I published the presentation using the theme name.  In the published data file, I opened the vconfig.xml file in notepad and altered the playbar line from
    <uishow name="playbar" value="true"/> to <uishow name="playbar" value="false"/>
    I then copied the entire published folder and placed it C:\Program Files\Adobe\Presenter 7\Themes
    The next time I go to create a presentation, I go to the theme editor, choose the theme I created and you will notice that the playbar will not appear.

  • How to remove forward button from notification Page?

    Hi All,
    I would like to remove (disable ) forward button from Req approval work flow ? How can i achive this functionality ?
    I will be appriciate for help.
    Thanks
    pat

    Well, I'm guessing that you are using PO workflows, and using one of the standard lookups? Without having any details of what you are using, trying to second guess the answer is somewhat difficult.
    If it's the case that you are talking about the PO workflows, then the buttons are standard functionality based on the lookup type that is used as the notification response. Trying to suppress this doesn't actually make much sense - you are sending someone a notification, asking them to take action, and then not giving them any ability to respond to the notification.
    You would need to customize / personalize the notification page if you want to remove the buttons. The question then is - how will the process continue if you are removing the ability to respond to the notification?
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

Maybe you are looking for

  • Payment Notification Issue

    Is it possible to force an expense report from "released for reimbursement" to "reimbursed"  ? During a test I submitted a report for $1.00 to make sure it would post to SAP properly. Once posted I reopened the report and entered a $-1.00 to offset i

  • Can't screen share in messages osx mountain lion

    Since upgrading to Mountain Lion, I have been unable to connect to someone else's computer via Messages and share their screen.  I use this to help my parents with computer problems.  I have checked, and their "capabilities" do not show screen sharin

  • Regarding the running the jsp file

    i am getting an error class names date.jsp are only acceptable is annotation processing is explicitly requested i have saved this file by name date.jsp and when i run this .jsp file in commant prompt i am getting an error so what should i do do i nee

  • How can I control the mouse by command-line ?

    Hi, Does anybody know if there is any command that I can use to control the mouse event, like: move cursor to some place, click, double-click, etc.? Thank you! ps. what I want to do is to bind keyboard to mouse, so that I can use keyboard to control

  • Messing up the Walkman app

    I put up a review with the new Walkman app update on Google Play, but I feel very strongly about this and wanted to address it here also to make sure my point gets across. The worst mistake that could have been made with updating the Walkman app was