Remove "Export Spreadsheet" button in result list for search on BP in WebUI

Hi everybody,
Could someone tell me how to remove the standard button "Export spreadsheet" from the result list of a search for Customer and Account in the WebUI?
Is it possible to do this by using the transaction BSP_WD_CMPWB "BSP WD Component Workbench"?
The component is CRM_UI_FRAME and I'm afraid that if I do some changes to this one, the modification will affect all othe transaction with search...
I'm open to other solutions (if exists ;o)
Thanks in advance,
Luis.

Hello Michael,
First thing, thanks for your quick answer :o)
It 's the first time that I use the BSP WD Component Workbench so I don't know what you are talking about, sorry :o)
I understand that I have to put the parameter "downloadToExcel" to False but I don't know where it is.
I looked in the tree node "View layout" of the component CRM_UI_FRAME.
I didn't find the tag "chtmlb" in the code.
Could you please explain me a little more about this (or just where to look ;o)
Thank you very much,
Luis.

Similar Messages

  • How to remove a Sort button from ALV List

    Hi Experts,
    How to remove sort button from ALV List.
    I have requirement where I need to remove the sort button from ALV list.
    Kindly give me useful clues.
    Higher points will be awarded for the useful inputs.
    Thanks in Advance,
    Dharani

    Hi dharani,
    1. UP and Down Sort Button will get removed.
    2. Important code is marked in bold
    3. Just copy paste.
    4.
    report abc.
    TYPE-POOLS : slis.
    DATA : alvfc TYPE slis_t_fieldcat_alv.
    DATA : alvfcwa TYPE slis_fieldcat_alv.
    <b>data : excl type SLIS_T_EXTAB.
    data : exclwa type SLIS_EXTAB.</b>
    data : begin of itab occurs 0.
            include structure usr02.
    data : end of itab.
    START-OF-SELECTION.
      select * from usr02
      into table itab.
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
        EXPORTING
          i_program_name         = sy-repid
          i_internal_tabname     = 'ITAB'
          i_inclname             = sy-repid
        CHANGING
          ct_fieldcat            = alvfc
        EXCEPTIONS
          inconsistent_interface = 1
          program_error          = 2
          OTHERS                 = 3.
    <b>*----
    IMPORTANT
    fcodes to remove
    Up and Down Sort Button
    exclwa-fcode = '&OUP'.
    append exclwa to excl.
    exclwa-fcode = '&ODN'.
    append exclwa to excl.</b>
    Display
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
        EXPORTING
          it_fieldcat   = alvfc
          <b>IT_EXCLUDING     = excl</b>
        TABLES
          t_outtab      = itab
        EXCEPTIONS
          program_error = 1
          OTHERS        = 2.
    regards,
    amit m.

  • The result list for activities is empty but items are coming but invisible.

    Hi ,
    The result list for activities is empty / blank - nothing shown at all. but the line items are coming but all are invisible.
    please guide me to find the root cause of this issue.
    Thanks,
    Prem.

    Hi Rene,
    When I am click on 'Search' , the view area is created but records are not being displayed. I checked in the background and data is being fetched.
    Moreover, When I am copying one line item(which is viewed blank after the search being performed but has data)  and after saving press 'previous' all the records are being displayed.
    Do you have any idea on this? Can you share your ID , I can mail you the screenshot .
    Thanks,
    Prem
    Edited by: prem kumar on Jun 7, 2010 1:17 PM

  • Add button in "Due List for Purchasing Documents" Screen

    Dear All,
    I need to add one button on "Due List for Purchasing Documents" Screen in customer view. Can you please suggest BADI for adding this button.
    Thanks

    Button to be added on toolbar.

  • Export to spreadsheet from program result list (ALV Grid) via the web

    Hello alles!
    When executing a program (a report) using SAP WebGUI or the portal (Manager's Desktop/Launchpad etc.), exporting the result list to a spreadsheet doesn't seem to work. No error message, browser doesn't really hang, but nothing happens. Neither Excel, nor XML export, nor anything works.
    Export from the same program works just fine in SAP GUI.
    (SAP Note 314568 has some information about ALV Grid export limitations, but I can't make the XML export work either...)
    Could this be a configuration error in ITS? In that case, where..?
    Or is it something we just need to live with?
    Thank you in advance!
    Brgds, Caroline

    There is a known problem regarding exportation to Excel.
    Try the following path :
    Tools --> Macro --> Security
    Then go to the "Trusted Publishers" tab and tick the "Trust acess to Visual Basic Project" option.
    This should do the trick.

  • Display Sales Order Result List for a customer from ECC

    Hello Experts.
    I have a requirement to display list of sales order posted for a particular date or sold-to-party or ship-to-party.
    System landscape is as below:
    My ECC system  holds all the data. Orders and subsequent documents are created here.
    My CRM system does not have any Sales related data stored on CRM system.
    Client requires to search for sales orders created for a customer.. based on few search parameters. and display the result list.
    From the Result list,Navigate to see the Over View page, Also, with partner information and material information as assignment blocks.
    How could i achieve this?
    Another Point is we do't not want to create or Edit or even Display ERP Sales Order on UI.
    We want to have UI look.
    Kindly, if someone has implemented this scenario or used standard CRM objects to achieve this functionality please share.
    Thanks

    Hi Nageshwara,
    You need Lean Order(LORD) Interface set up for such kind of requirement.
    There should be a trusted RFC Destinations needs to be set up in the CRM system and an ERP Profile to be set up in the IMG Path CRM --> Transactions --> Settings for ERP Transactions Maintained via CRM ---> Define Profiles for ERP Sales transactions. If these things are properly setup you can use the component ERP_S for searching for Sales Order in ECC using the criteria that you mentioned in your question.
    Regards,
    Mahesh

  • Use Querystring to define result source for searching

    I am migrating a site from SP2010 to SP2013. One of page contain a search result webpart. By define the querystring like this:
    SearchResult.aspx?k=Scope:Hotnews
    It will return only the defined scope results.
    However, SP2013 no longer provide Scope. Can I perform similiar trick with querystring? I have setup a Result Source "Hotnews" on my SP2013 farm. But I don't know the syntax in querystring or is it even supported. Could you please guide me? Thanks.

    Hi  Mark,
    According to your description, my understanding is that you want to set the result source of your search result web part to a custom result source "Hotnews" in SharePoint Server 2013.
    For achieving  your demand, you can limit search results of your search result web part as below shows:
    Reference:
    http://techmikael.blogspot.com/2013/04/limiting-search-results-in-sharepoint.html
    Also you can have a look at these blogs:
    http://www.eliostruyf.com/dynamically-changing-result-source-sharepoint-2013-search-center/
    http://blog.mastykarz.nl/programmatically-working-keyword-search-queries-sharepoint-2013/
    http://technologybooth.blogspot.com/2013/08/keyword-query-in-sharepoint-2013.html
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • Disable Export PDF button inside CS Review for the reviewers

    Hi all
    Times ago I used CS Review to share some specific projects to a group of reviewers. Found CS Review very safety because these reviewers could see the pages, post comments and just it.
    Now I´m using again the CS Review to share a new set of projects to a group of reviewers and have perceived the reviewers are able to EXPORT PDF from the content.
    Is there any way to disable the Export to PDF button so reviewers can acess....read the informations..post comments..but do not do anything more..do not download it ? (only see online)
    Thank you a lot
    Gustavo.

    Hi Katharine and Ken how have you been?
    Long times we do not chat. I remember the times of CS Review Pre-tests
    Ken thank you a lot
    Well...Seems I do not have or I´m not able to find this Review Setting option inside my acrobat.com.
    >>>Reviewers will not be able to export, only Coauthors and the original Author.
    This is the best !!! and very suitable for me.
    Could you help me to find this option to disable?
    Thank you a lot
    Gustavo.

  • Result List for Premise different for same BP

    Hi SAP experts,
    We are facing the following issue in our system,
    When we confirm a BP in our system we get two connection object againt the confirmed BP
    When we search for premise from the search option for the same BP :
    We get 3 connection object in the result :
    Any sort of help will be highly appreciated.
    Thanks in advance.

    Hi Anirban,
    Ideally for one BP, there is always one connection and that too if it has a Sold to party role with it.
    Connection can only be for the Sold to parties.
    But, if this is really the issue, check for the business partner feilds, if any enhancement is affecting it and also the search criteria if it is modified.
    Regards,
    Dinesh
    (Rate the Answer if helpful.)

  • Execute button in Report List

    Hi
    I have an ALV wich executes with user commad button a Report List (write) ; then when the Report List is showed i need to execute some action with some button so i set a status gui with the button , but when i press the button any action is executed ; no control is passed to program even if i set the debug mode and then press that button.
    Does somebody knows how can i catch a button in report list for make some action , taking in account that the report list was called from an ALV user command button.
    Regards
    Frank

    I think you will need to activate the events of user_command in the events activating subroutine,
    form f_eventtab_build changing lt_events type slis_t_event.
      data:
        lw_event type slis_alv_event.
      refresh lt_events.
      call function 'REUSE_ALV_EVENTS_GET'
        exporting
          i_list_type = 0
        importing
          et_events   = lt_events.
      read table lt_events
      with key name = slis_ev_user_command into lw_event.
      if sy-subrc = gc_zero.
        move slis_ev_user_command to: lw_event-form, lw_event-name.
        append lw_event to lt_events.
      endif.
    endform.                    " f_eventtab_build
    form user_command.
      if sy-ucomm = 'XXX'.
    *   etc.....etc...... 
      endif.
    endform.
    does this solve your problem?
    Edited by: Andre Julius on Jul 8, 2009 4:30 AM

  • Add feild in result list

    hi experts,
    I need to add a field in  the result list for component BT111S_OPPT/Search ,in context node 'RESULT' .i have added a couple of  EEWb feild  for business_transaction object and they are appearing in Search node,but i also need them in the result node.
    Please advice how do I go about this.

    Hi,
        I'm not sure if EEWB can be used to extend search result objects. Find out the structure of the result object. (GENIL_MODEL_BROWSER for BT)Try to see if you can do an append structure in it. Even if you add the fields, I'm not sure if the system will fill the values. In this case, adding the get_i_xxx methods is less troublesome. All you need is to set the return varable "value", which is what you see on the screen.
    Regards,
    Arun Prakash

  • Multi selection in result lists

    Hello,
    in some resultlists like in the result list for opportunity search multiselection is possible.
    In the result lists in CRM Service multiselection is not possible.
    Example:
    BT116S_SRVO/AdvancedSRL
    Could one of you experts please share the experience if it is possible to have multiselection also available on result lists where the SAP standard does not support it?
    Thanks a lot.
    Kind regards
    Manfred

    Hi all,
    in component SRQM_INCIDENT_S in the result list there is a method EH_ONSELECT with this code:
    method eh_onselect.
      data: lv_event type ref to cl_htmlb_event_tableview,
            lr_comp_controller         type ref to cl_crm_srqm_common_s_comp_ctrl
      lr_comp_controller ?= me->comp_controller.
      if lr_comp_controller->mv_multi_selection_mode eq abap_true.
        lv_event ?= htmlb_event.
        gr_result_list_cnode->eh_on_row_selection( iv_htmlb_event    = lv_event
                                                   iv_htmlb_event_ex = htmlb_event_ex ).
      else.
        super->eh_onselect(
          htmlb_event = htmlb_event
          htmlb_event_ex = htmlb_event_ex
      endif.
    endmethod.
    lr_comp_controller->mv_multi_selection_mode  is abap_false in debugging therefore the super->eh_onselect is called.
    But i´m still not able to mark one or multiple lines. It just don´t mark anything.
    I already tried to disable this method - but this had no effect for my issue.
    Thank you.
    Kind regards
    Manfred

  • Missing large number of results through Bing Search API (web results only)

    When making multiple calls to the Bing Web Search API (with a different $skip parameter), many queries I try seem to be missing many of the result I'd expect.
    For example, searching for the string 'obama' on bing.com shows 107,000,000 results available.
    When I search using the web search API using:
    https://api.datamarket.azure.com/Bing/SearchWeb/v1/Web?Query=%27obama%27&%24format=json
    I get 50 results, and the '__next' parameter is given as 'https://api.datamarket.azure.com/Data.ashx/Bing/SearchWeb/v1/Web?Query='obama'&$skip=50'
    If I repeat this several times, eventually I get a response with less than 50 results, and no '__next' parameter, indicating there are no more results.
    However, I always get far fewer than 1000 results (I'd expect there to be at least 1000). Trying to get 1000 results (by making a request and querying against the '__next' URL), I get different numbers of results each time:
    attempt 1: 355 results
    attempt 2: 441 results
    attempt 3: 358 results
    attempt 4: 692 results
    attempt 5: 692 results
    attempt 6: 694 results
    attempt 7: 659 results
    Querying for this should always return at least 1000 results, since 'obama' has 107,000,000 results listed when searching from bing.com
    Any idea what's going on here?

    Sorry to respond to this old thread, but the problem persists. It exists in both the web UI and the API. The initial result page (on the web) or result object (in the API) report millions of search results, however after clicking through a number of result
    pages (on the web) the total number is reduced to a few hundred. Similarly, in the API, setting the '$skip' parameter above this number does not return results. In the Obama case the first page shows 18.2 million results (http://www.bing.com/search?q=obama&go=Submit+Query&qs=bs&form=QBRE)
    but from page 35 and over only 529 results are reported (e.g., http://www.bing.com/search?q=obama&qs=n&pq=obama&sc=8-3&sp=-1&sk=&ghc=1&cvid=92729d6076e24a37a9e6ee099da99a4a&first=527&FORM=PERE7). Therefore the above problem
    does not seem to be related to the difference between the API and the web UI, but rather that Bing does not provide any results from a certain point (presumably because nobody is interested in them anyway). However, for data mining/web content analysis it
    is desired to get all results, even uninteresting ones. Is this behaviour documented somewhere, or can it be influenced?

  • Excel download for ALV Block report (List- export- spreadsheet)

    Dear friends,
    I want to download the output into Excel...
    I am using all SAP standards and using the ALV Block list
    Ex: List->export->local file..  is anable from here i can download to excell .....but the same there is anothere option : List->export->spreadsheet...( this one inactive.)
    I want to activate the  List->export->spreadsheet option.
    how to do this???
    Thanks,
    Sridhar.

    hi Sridhar,
    there is already an option to download in spreadsheet format when saving to local file...then why do you want to activate List->export->spreadsheet ????
    regards,
    madhu

  • ALV list -Runtime error using the Spreadsheet button(CTRL+SHIFT+F7)

    Hi,
    We are on ECC6.0.When ever I try to use the button 'Spreadsheet' (CTRLSHIFTF7) it gives me the following runtime error.It works fine if I use the export button.Also it works for ALV grid.Issue is only with ALV list.
    Can you pelase advise waht could be the issue.
    Thanks
    Venkat
    Runtime Errors         GETWA_NOT_ASSIGNED
    Date and Time          08.06.2009 16:02:22
    Short text
    Field symbol has not yet been assigned.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "CL_SALV_BS_TT_RESULT_TABLE====CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    Error analysis
    You attempted to access an unassigned field symbol
    (data segment 32781).
    This error may occur if
    - You address a typed field symbol before it has been set with
    ASSIGN
    - You address a field symbol that pointed to the line of an
    internal table that was deleted
    - You address a field symbol that was previously reset using
    UNASSIGN or that pointed to a local field that no
    longer exists
    - You address a global function interface, although the
    respective function module is not active - that is, is
    not in the list of active calls. The list of active calls
    can be taken from this short dump.
    Trigger Location of Runtime Error
    Program                                 CL_SALV_BS_TT_RESULT_TABLE====CP
    Include                                 CL_SALV_BS_TT_RESULT_TABLE====CM00L
    Row                                     165
    Module type                             (METHOD)
    Module Name                             GET_CELL_VALUE
    Source Code Extract
    Line
    SourceCde
    135
    call method cl_alv_xslt_transform=>get_days_since_1900
    136
    exporting
    137
    i_date = l_date
    138
    receiving
    139
    e_num  = attribute01.
    140
    141
    elseif ls_attribute-s_dfies-inttype eq cl_abap_typedescr=>typekind_time. "Time
    142
    data:
    143
    l_time type t.
    144
    145
    l_time = <l_data>.
    146
    147
    call method cl_alv_xslt_transform=>get_isotime_from_inttime
    148
    exporting
    149
    i_value = l_time
    150
    receiving
    151
    e_value = value.
    152
    153
    *... fill attribute01 with percent value of actual day
    154
    call method cl_alv_xslt_transform=>get_percent_of_act_day
    155
    exporting
    156
    i_time = l_time
    157
    receiving
    158
    e_num  = attribute01.
    159
    160
    elseif ls_attribute-s_dfies-inttype ca if_salv_bs_log_exp_operand=>c_numeric and
    161
    ls_attribute-s_dfies-convexit is initial.
    162
    case ls_attribute-s_dfies-reference_field_type.
    163
    when if_salv_bs_c_data=>reffieldtype_curr.
    164
    *... get iso value for currency value
    >>>>>
    call method cl_alv_xslt_transform=>get_isonum_from_intnum
    166
    exporting
    167
    i_value    = <l_data>
    168
    i_currency = <l_reference>
    169
    i_decimals = ls_attribute-s_dfies-decimals
    170
    importing
    171
    e_value    = l_isovalue.
    172
    173
    when if_salv_bs_c_data=>reffieldtype_quan.
    174
    *... get iso value for quantity value
    175
    call method cl_alv_xslt_transform=>get_isonum_from_intnum
    176
    exporting
    177
    i_value    = <l_data>
    178
    i_unit     = <l_reference>
    179
    i_decimals = ls_attribute-s_dfies-decimals
    180
    importing
    181
    e_value    = l_isovalue.
    182
    183
    when others.
    184
    *... get iso value for value

    Hi Pinaki,
    Thanks for your reply.
    below is my code.
    data: t_fieldcat type slis_t_fieldcat_alv,
            w_fieldcat like line of t_fieldcat,
            w_layout   type slis_layout_alv,
            t_sort     type slis_t_sortinfo_alv,
            w_sort     like line of t_sort,
            t_events   type slis_t_event,
            w_events   like line of t_events.
      call function 'REUSE_ALV_FIELDCATALOG_MERGE'
           exporting
                i_structure_name   = 'ZSD_ORDERS'
                i_bypassing_buffer = 'X'
           changing
                ct_fieldcat        = t_fieldcat.
      data: l_lines_fieldcat type i.
      describe table t_fieldcat lines l_lines_fieldcat.
      clear: w_fieldcat.:
      w_fieldcat-col_pos = l_lines_fieldcat + 1.
      w_fieldcat-datatype = 'QUAN'.
      w_fieldcat-just = ' '.
      w_fieldcat-do_sum = ' '.
      w_fieldcat-fieldname = 'ZZSCLQTY'.
      w_fieldcat-tabname = 'T_DATA'.
      w_fieldcat-qfieldname = 'VRKME'.
      w_fieldcat-seltext_s = text-a01.
      w_fieldcat-seltext_m = text-a01.
      w_fieldcat-seltext_l = text-a01.
      append w_fieldcat to t_fieldcat.
    Modify column headings
      loop at t_fieldcat into w_fieldcat.
        case w_fieldcat-fieldname.
          when 'MATNR'.
            w_fieldcat-no_zero = 'X'.
          when 'ZZPRICECHECK'.
            w_fieldcat-reptext_ddic = text-l01.
          when 'KZWI5'.
            w_fieldcat-reptext_ddic = text-l02.
          when 'VBELN'.
            w_fieldcat-hotspot = 'X'.
          when 'BMENG'.
            w_fieldcat-do_sum = 'X'.
          when 'COUNTER'.
            w_fieldcat-do_sum = 'X'.
            w_fieldcat-reptext_ddic = text-l03.
          when 'OBJDE'.
            w_fieldcat-reptext_ddic = 'Obj ID'.
              endcase.
        modify t_fieldcat from w_fieldcat.
      endloop.
    Format output options
      clear w_layout.
      w_layout-colwidth_optimize    = 'X'.
      w_layout-zebra                = 'X'.
      w_layout-get_selinfos         = 'X'.
      w_layout-detail_initial_lines = 'X'.
      w_layout-group_change_edit    = 'X'.
    Specify list processing events
      w_events-name = 'TOP_OF_PAGE'.
      w_events-form = 'TOP_OF_PAGE'.
      append w_events to t_events.
    Fit Add List Variant from Selection Screen               "003
      clear: w_variant.
      w_variant-report  = sy-repid.
      w_variant-variant = sp_vari.
    end Fit02
      call function 'REUSE_ALV_LIST_DISPLAY'
           exporting
                i_callback_program      = w_repid
                is_layout               = w_layout
                it_sort                 = t_sort
                i_callback_user_command = 'USER_COMMAND'
                is_variant              = w_variant
                i_save                  = 'A'
                it_fieldcat             = t_fieldcat[]
                it_events               = t_events[]
           tables
                t_outtab                = t_data.
    endform.

Maybe you are looking for