PCUI Advanced Search Refresh / Trigger by Event

Hello,
I created an Advanced Search in the Case Management PCUI. But the search is only started when I change the selection in the shuffler drop-down list. I would like to add a refresh button that triggers the search again, starts a new query and updates the list, since new cases are automatically created by a workflow in the background. There is a REFRESH event, but the PCUI manuals says it should not be used. Any ideas?
thanks,
Jari

How can I make changes to the properties XML and keep multi language support for the Advanced Search Box?
I am wondering this as well. It doesn't look like there's a good way to translate Managed Properties in SP2013. So we have untranslated text for Refiners, result sort options, and Advanced Search properties.
It looks like site translation (resources file) should do this, but A) the option is only presented if Publishing is enabled, and B) it doesn't seem to be working anyway.
The best solution I can come up with is to translate everything dynamically using JavaScript. I'm sure there's a better way, but I haven't been able to find it.

Similar Messages

  • Dictionary Search Help - how to trigger an event after F4 help

    Hi,
    I been searching the web lately to find a way to trigger an event after using the F4 input help.
    Here is an example of what I would like to do:
    - I have a WD form with a inputfield in it.
    - The input field is bound to datalement "LIFNR".
    - In my context I have specified the Input Help Mode to "Dictionary Search Help"
    - And the Dictionay Search Help is set to "KRED"
    A user will the click on F4 to start the Search help, then pick a LIFNR and the WD inputfield wil be filled.
    What I want is to trigger an event when this is happening.
    Does anyone have som tips or guides for me regarding this problem?
    Thanks in advance! =)

    Hi Mathias Hagen
    Actually there is no straight way of doing this , but still you can trigger a event in F4 search help ...  below is very informative blog to trigger the F4 search help by chris
    Firing a WDA event on using a Search Help - how to do it, without an NDA
    regards
    Chinnaiya P

  • Is it able to refresh the table view automaticlly after trigger an event?

    Hi expert,
    I have one table view and a "Delete" button, each time when the user click the del button, it will delete the row which is selected via a RFC module in the backend, afterwards, I want this table view to be refreshed and read the real data from backend via another function module, is it possible? how could I do it?
    Thanks and best regards

    Let me do some summarize if my understanding is correct
    1. Use a timer as "start" point of a table view, set the "interval" to be 0.05 minute
    2. use the condition in the timer with a formula (BOOL(STORE@RETURN_CODE==0)).
    3. If I trigger one event in the "table view", for example, a "Delete" event and it will return the result RETURN_CODE = 0 to datastore
    4. Afterwards, if the time interval of the timer has been reached, 1st it will evaluate the value of the datastore and decide whether to refresh the table view.
    Am I right?
    Just as you mentioned before, it is not a perfect solution, as we may still wait for the timer to be triggered after a few seconds.
    Thanks for your answer.

  • Advanced Search in PCUI

    Hi,
    I have added new fields to the advanced search in CRM 5.0. I want to select customers with the industrysector (new field). So that I have added this field to the webapplication (application: CRMM_ACCOUNT / view: zcrmmxp /.
    So I will have to customize the search question. Where can I do that? In the model Access Class?
    Where do I find the search query?
    Thank you for your help,
    Christian

    Hi Christian
    I the Fields you added in the Field Group were present in the structure then you do not need to modify anything.
    The search logic is already present
    If you did an append structure and then added the field, then you need to modify IF_CRM_BSP_MODEL_ACCESS_IL_2~QUERY of your MAC to enhance the search logic for newly added field.
    If you want to include the field in Search Result as well then enhance IF_CRM_BSP_MODEL_ACCESS_IL~READ as well.
    Regards
    -Asad

  • Time Frame option in Opporutnity advanced search from PCUI

    Hi,
    We have Time frame,Valid to Valid from time option in advanced search for Opportunity but When i checked this it is not pulling the data on Creation date or Closed data or Even the Start date of opportunity.
    Kindly help me in understanding the logic for this funcitonality.
    Thanks
    Naveen

    Resolved

  • Calling another PCUI transaction on click of an event in PCUI

    Hi All,
    I have created a new event in my incident application. Now on click of this event it should open a new PCUI transaction "CRMM_SDB_SOL". and i have to pass some parameters from my application to this new application.
    In detail the scenario is as follows.
    In the products tab ...........for notes search we have  have added a button which shows a pop up with all the problem codes. When we select the problem code and trigger an event it should open the new PCUI transaction and this problem code should be passed to this transaction."CRMM_SDB_SOL".
    Can anyone pls help?
    Thanks,
    Anu

    It can be achieved through Object links.Get the PCUI cookbook and read the Object links concept and look for examples on that.
    Thirumal.

  • Picklist in Advanced Search View

    Hi everybody,
    I've got a problem using dropdown list in an advanced search view in the WEB CLIENT UI CRM 7.0 in a Z component , here's the thing:
    I have 5 search criteria, and I need to make them dependent from each other, I mean, if the first field has a value (e.g. CAR), the next field has to show just the data associated to it (e.g. data associated to CAR).
    The problem is, when a value is picked from the dropdown list, it doesn't trigger any events in order to catch the value of the first field, so I have not found the way to solve this.
    Has anybody come across with this problem before?,
    Did you solve it?,
    Do you have any ideas for this?
    Thanks in advance¡

    Hi DLemuS,
    The following solution might help. For the purpose of explaining, I would use two field FLD1 and FLD2. Values available in drop-down for FLD2 should be dependent on value selected in FLD1.
    1. In your search component, context node, generate the getter-setter methods for FLD1.
                         1.1 In the GET_V_FLD1 method, write code to populate the drop-down values for FLD1.
         1.2 In the GET_P_FLD1 method, check for the parameter iv_parameter. if iv_parameter = 'ServerEvent' then set the return value rv_value = 'DUMMY'.
    2. In your component controller
         2.1 Declare a public global table (say GT_DDLB) of type bsp_wd_dropdown_table
         2.2 Redefine do_handle_event method. call the super class and then check if the event = 'DUMMY' then get the value in FLD1 using by calling the get method and populate the values for the second field into the global table gt_ddlb correspondingly
    3. In your search component, context node, generate the getter-setter methods for FLD2. In the GET_V_FLD2 method, declare a variable (gr_ddlb) of type reference to CL_CRM_UIU_DDLB. Call the method gr_ddlb->set_selection_table( it_selection_table = gt_ddlb ).
    If this does not work, then in 2.2 above, try to populate the list of values for FLD2 direcltly.
    Hope this helps!

  • BRF+ Trigger via Event, change on field value, etc

    Hi,
    I'm implenting BRF+ for SPM Claims & Returns Process.
    It took me a while to understand how I can set up an application, Function from type event, Rulesets, rules, etc but at the end it seems that it is a tremendous improvement compared to BRF!
    So far I have triggered the BRF+ via the CRMV_EVENT_CUST table calling a function module that triggers the BRF+ Function and receives an CRM Log message but this solution is not sufficient for all locations I want to call the BRF+.
    At first I want to call the BRF+ for the Entryvalidation: Entering a Claim with a item net value below a threashold should not be saveable.
    The second call should be to decide if the Claim will be automatically approved or set to manual investigation: This is a check that will lead to a item status change.
    The third and last check will be fullfilled by saving the Claim document: a whole set of business rules have to run and set maybe an incompleteness or process some error messages.
    I neither any information in SAP Documentation, nor on any ressource on the net any information about customing the BRF+ Solution.
    Is there any customizing in the system, as it is for BRF, that allows me to trigger the BRF+ for Business Transaction Category, Business Transaction or ItemCategories?
    Furthermore, is there an option to call BRF+ via customizing that "listens" to a field change as Reason Code ( CODEGRUPPE, KATALOGART,CODE in the Subjectprofile?)
    Can I define Events that trigger the BRF+ as in the BRF customizing?
    When I search the IMG for BRFPLUS, I find a couple of entries, but doubleclicking on this search results doesn't jump to the customizing step.
    It would be very helpfull to get some input in these topics.
    Kind regards,
    Sven

    Hi Tiwari,
    yes, the screenshot was from CRM-Financial, but available in CRM Transaction Processing:
    And I agree to your statement that there is no such customizing, because I neither found this Customizing, except:
    Using the search in the customizing IMG, you will find 3 customizing entries with BRF+ or BRFPLUS, but clicking on them you will land in Nirvana, and not in the proper customizing tree.
    But still the overall trigger for my message here is, that the BRF could be triggered via Customizing that doesn't seem to exist for BRF+ and that's strange!
    I hope someone knows how the replacement of BRF with BRF+ is intended from this customizing point of view. I have to trigger a lot of different functions and using the old BRF I could trigger this Events using this customizing setup.
    Thanks,
    Sven

  • I am having problems using Firefox with Ebay in the last 10 days. The advanced search link is dropping off the page and there is no way to access it now.

    I have been using Firefox and Ebay for at least 12 years with no problems whatsoever. But in the last 10 days I have been having trouble with the Advanced Search link disappearing from the page on Ebay. If I do a search from the Ebay home page it will show the results, but the Advanced Search link (in blue letters) which always used to appear to the right of the Search button is gone. If I click Search again at this point I can see the Advanced Search link appear for a millisecond, but then disappear just as quickly. Also, if I refresh the page the same thing happens. I tried to duplicate this problem with Internment Explorer and it didn't occur, so it appears to be Firefox that is causing this issue. Of course when I contacted Ebay they told me my problem was that I wasn't using Internment Explorer! I love Firefox and do not want to switch!

    You can try to clear the cache and cookies to see if that makes a difference:
    <h3>Clearing Cache</h3>
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    <h3>Clearing Cookies</h3>
    #Go to Firefox > Tools > Privacy > Remove Individual Cookies
    #Find the site (ebay.com) that's having problems and clear all cookies.
    #Restart Firefox
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.

  • Using the keydown option in order to trigger an event

    Hi all,
    This is my first question on this forum, and that is probably because i just started learning labview.
    I came across with an error, i could most likely solve in another programming language using C, but not in labview.
    I was wondering if someone could give me a hand with the following:
    I attached the program, which is probably a bit bad-written. Basicly, what im trying with the part on the left, is read all values from a controller on a GPIB bus.
    This part works like a charm, because i get all the values i want without any problem. After that, in the last step of this program, you have a while loop, with in there an event structure. The reason i took a while for that is because i dont want the program to start over at step 1. The event structure was first used with clicks of the mouse on the buttons, and a changed value with the numeric controls. Because a changed value did not work, cause the loop was constantly reading the values coming from the initial phases, i wanted to change the way the events were handled by a keydown of 'Enter'. I think, when you change a value in a numeric control and press enter, this could be perfectly used to trigger the events, instead of the value changes (because everytime the program reads the values in the sides, i think its considered like a value change). The fact is i dont really have an idea how to use the keydown as an event handler, any info on this would be greatly appreciated.
    I'm sorry if my english isn't the best, it's only my 3th language. Hope you understood and i can get some help for this issue
    Thanks in advance
    Thomas De Landtsheer
    Student
    Solved!
    Go to Solution.
    Attachments:
    Labview detection of keystroke.vi ‏197 KB

    The problem is a few
    blocks we havent really seen yet. All these numerics and stuff outside
    the while loop, what are they exactly, or are they just a different way
    of viewing them? The stuff with the digital at INI phase, The block
    in the lower right corner of the INI phase.
    The digital block in the
    dispatcher phase we didn't really understand. 
    I am not sure what you mean here can you circle it and send me a picture so that I can explain.
    Tim
    Johnson Controls
    Holland Michigan

  • How to trigger left_click_run event on ALV GRID

    Hiiiiiiii........
    Can any of u please tell me how to trigger left_click_run event on ALV GRID.
         There is an event LEFT_CLICK_RUN and  its a public accessed event. But the problem is , the corresponding  attribute of this event  "EVENT_LEFT_CLICK_RUN" which is needed to registered that event (We need to register our events through a method set_register_events  using table of type cntl_simple_events...) is protect accessed. So I am unable to use that attribute...Could u please tell  me is there any alternative way to register that event.......ANY POSSIBLE WAY?
    Thanks in advance,
    Rams

    I think you should use event selection_changed. Note that you shouldn't allow multiple selection for the tree at the same time, i.e. use: create object g_tree exporting \[...\] node_selection_mode = cl_gui_column_tree=&gt;node_sel_mode_single.
    For more information, see this thread: Urgently required :  cl_gui_alv_tree single_click event...

  • Enabling Multiple Search in Advanced search

    Hi All,
    I am trying to enable Multiple search on a particular field in the advanced search for that PCUI application. E.g Search for Opportunities with Partner P1 and P2.
    When i perform the search the results show me all opportunities with partner P1 OR Partner P2. So i get all opportunities which belong to partner either  P1 or P2 or both
    I want to view all opportunities with partner P1 AND P2 i.e i want to search only for those opportunities that have both P1 and P2 in it
    Is there anyway we can achieve this
    Thanks and Regards,
    Varun

    Hello,
    The MAC for the the advanced search in opportunities (application CRMD_BUS2000111) is CL_CRM_BSP_AM_HEADME_1O.
    Create a Z MAC inheriting from this MAC and redefine the method IF_CRM_BSP_MODEL_ACCESS_IL~QUERY.
    In you redefined method, you can for example first call the ‘super’ query method and do your own additional selections after.
    The FM used for the standard query is CRM_BSP_OIC_1O_SEARCH_FROM_RF.
    You can maybe also check how this FM is called and make you own call of this FM.
    Regards,
    Frederic

  • Customization in Advanced Search Area.

    Hi All,
    There is a requirement in advanced search area of return orders.
    Based on the transaction type selected, corresponding status values has to be populated.
    Here im populating the transactio type values in the drop down list box and status value i have to populate in the value help/ drop down/ F4 application, but these status values should be populated based on the transaction type we have selected.
    We are working on CRM 5.0 version, and i have done few things,here im listing out the steps.
    1) For the Transaction type field i have enable the Roundtrip CS search option.
    2) I have created a new ABAP structure for the transaction field(ZCS_Trans_Search).
    3) I have appened this abap structure to the calling F4 application (Status F4 appln)
    4) implementing the IF_CRM_BSP_MODEL_ACCESS_IL_2FILL_F4_STRUCTURE and IF_CRM_BSP_MODEL_ACCESS_IL_2CHECK ACTIVE_SHUFFLER methods, but still im not able to enter in to this methods in the debug mode.
    These steps i have done with the ref to PCUI COOK BOOK 5.0 version, here im copying the steps given in PCUI 5.0
    5.1.3.7 Context sensitive value help
    The current complex value help is not fully context sensitive. It does not consider the information
    the user has already entered on the screen, If it is present in different screen position or in different
    line of a list than the field on which F4 is pressed. Thus, the value help often displays result set
    which are not related in the current context. To make value help context sensitive following points
    must be improved.
    • The complex value help must consider the entries of relevant fields on the calling
    applications screen as search criteria.
    • The value help application should be enabled to set the value in the Search-Shuffler
    depending on the current context.
    • The application should be enabled to dynamically disable the availability of the value help
    icon for a field.
    To implement this feature for any field in the field group following steps to be performed:
    1. New field group customizing flag is added the by checking this enables context sensitive
    search for a input field. Field group customizing is called “Roundtrip CS Search”.
    <Include the figure>
    2. Determine the fields to be transferred to the value help application from calling application
    and create ABAP structure from this fields.This structure is called “Context sensitive
    screenstructure” (CS structure). Assign this CS structure to the complex value help
    application which is associated with the input field. This is done in:
    Transaction crmc_blueprint
    Open the node “Application/Layout node “
    Edit the value help application
    Enter the name of the structure in the filed “Struct. For Context-Sensitive srch. Help ”
    (F4_CS_STRUCTURE)
    3. PC-UI FW takes the CS structure data from the calling application and defaults them in the
    value help applications advance search screen structure. Include this CS structure to the
    advanced screen structure of value help application to have the same fields of CS structure
    and add the corresponding fields for the CS structure to field group of advance search.
    4. Implement IF_CRM_BSP_MODEL_ACCESS_IL_2~FILL_F4_STRUCTURE in the calling
    applications Model Access Class. In this method you fill the value in CS structure which will
    be passed to the value help application.
    IF_CRM_BSP_MODEL_ACCESS_IL_2~FILL_F4_STRUCTURE
    5. Implement / or enhance if already implemented
    IF_CRM_BSP_MODEL_ACCESS_IL_2~CHECK_ACTIVE_SHUFFLER in value help
    applications MAC. This step is optional, With this you will be able to select the correct
    shuffler based on the context sensitive data passed with new import parameters values to
    this method.
    IF_CRM_BSP_MODEL_ACCESS_IL_2~ CHECK_ACTIVE_SHUFFLER.
    Please do suggest me.. what are the things further i need to do..
    REMEMBER: I have to do this implementation in the advance Search area.
    Regards.
    Anilkumar.

    Hi,
    As I understand, you would like to have more than 5 property filter in Advanced Search web part.
    According to this article, it is one of the limitation in OOTB Advanced Search web part: "The property search doesn’t allow the users to specify more than 5 property filters." As workaround, "Reuse the OOTB Advanced Search UI’s hidden controls
    that determines the search attributes (ASB_PS_…)". Please refer more information via:
    http://blogs.msdn.com/b/senthilkumarmani/archive/2010/06/05/custom-advanced-search-metadata-values-pre-populated-for-user-selection.aspx
    Also, I find two articles about customizing the advanced search Webpart adding custom properties in case you need:
    http://vuppalasanthosh.blogspot.com/2013/03/customizing-advanced-search-webpart.html
    https://waelmohamed.wordpress.com/2011/05/31/add-custom-search-properties-in-your-advanced-search-sharepoint-2010/
    Regards,
    Rebecca Tu
    TechNet Community Support

  • In advanced search page for the first time choices value disapper

    Hi,
    I have a problem with advanced search page, in the advanced page for the first time choices field values are disapper when refresh page then all of the choice fileds value ara appear
    Thanks;

    You can create a test case based on the JHS Demo (shipped with JHeadstart 10.1.2.2) or the HR Schema (see http://www.oracle.com/technology/products/jdev/tips/muench/jhstutorial/index.html#setuphrschemaanddata). Please e-mail it to [email protected],
    * removing the cabo folder from the web root (public_html) before zipping it, it makes the zip much smaller
    * renaming the .zip file to something like .zipped, otherwise our mail server will not process it
    * including detailed steps to reproduce the problem.
    Thanks,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • How to trigger an event in the program

    Hi,
    I have a program. The purpose of the program is to retrieve the data matching the selection criteria and downlod the same to a file.
    In the selection screen, I have a parameter called 'EVENT'. Here, user enters some event name. Generally, they enter the 'Background job processing events'.
    So, my requirement is... once the files are successfully downloaded, the program should trigger the 'EVENT' specified in the selection screen at run time.
    Can someone help me in this regard. How to trigger an EVENT in the program. Is there any Function Module or Method available in SAP which triggers the EVENT at runtime.
    And is there any table available in SAP which stores all the events available in SAP. Because, whenever the user enters an EVENT in the selection screen, we should check whether the event is valid or not. So, if there is any table available which has all the events then, it will be easy I guess. or is there any other way to validate the EVENT name.
    Please help me. Thanks in advance,
    Best Regards,
    Paddu.

    Hello Paddu,
    have a look at tables
    - btcsev, btcsed (system events)
    - btcuev, btcued (user events)
    and use function BP_EVENT_RAISE.
    kind regards
    Walter Habich

Maybe you are looking for

  • Matrix-Report - Layout-Problem

    Hi, In my report (matrix-rep.) is number of column larger than side-width. Report continue printing on the next page, but I want, the report should print this on the same page bellow How can I do this? Thanks Gregor

  • Business Connector Functions

    Hello Gurus, I am normaly working with XI and not the business connector. But now I need to find some public functions which are declared in the Business Connector as transformers, but I do not know how. I just want to test the functions to see what

  • Importing menu from Photoshop?

    1. Can a menu be completely designed in Photoshop and imported into DVD SP and made interactive there? 2. If so, what is the best way to prepare the .PSD before importing it? Thanks.

  • Should I burn all my photos & docs off before installing Tiger?

    Does installing 10.4 erase the stuff I have on here? I want to install it right now! LOL!

  • How to uninstall Symbian from N8?

    I really don't like this software, anyone knows how to uninstall it from my N8?