Back Button for Custom Search Component CRM 7.0 Webui

Hi Guys,
I have developed Zworklistsearch component (WEBUI) for the service order header and item level search.
The component will replace standard worklist search in the worklist Menu (Standard component CRM_BT_TRANSINB).
The Component is having following parts
1. Search option (Selection box with option header level search and item level search)
The search option is binded to the component controller. When the search is loaded the default search type is header.
2. Search view fields
BOL objects for both item level and header level search has been created. However both the search views are referring to the same Z structure.
When the search is loaded default search view is header. The search view is loaded based on the search type selection by triggering outbound plug.
Both the search views are binded to the same component controller
3. Saved Search
Used standard Component SavedSearchRegistration.
4. Result view
Both item and header result views BOL objects are created.
The zworklistsearch object has been replaced with the standard transaction inbox search. However, the problem is with the navigation.
In case of header search type when I navigate to the service order from the header result view and when I hit back button the search view selection is retained.
However, in case of Item search type when I navigate to the service order or service order item and when I hit back button the search view selection is not retained.
The search view loaded on the component is the header search view.
Also when I execute the saved search, Component is opened in a new window (not in the worklist window). And If I navigate to the service order and hit back button, the worklist view is not displayed.

Hi,
Refer to this thread
You need to write breadcrumb methods.
[Re: Advanced Search Field Hiding]
[Re: "Back"-Button History in Z*Window]
-Satish

Similar Messages

  • Forward/ back button for various sub-folders

    Hello all,
    Here's the scenario.....
    I have a forward and back button that load several images in a sub-folder that load to a UIloader....
    next_btn.addEventListener(MouseEvent.CLICK, nextImage);
    function nextImage2(evtObj:MouseEvent):void{
    imageNumber++;
    LargeImageLoader.source = "portfolio/UIloader/bike/00"+imageNumber+".jpg";
    checkNumber();
    back_btn.addEventListener(MouseEvent.CLICK, backImage);
    function backImage2(evtObj:MouseEvent):void{
    imageNumber--;
    LargeImageLoader.source = "portfolio/UIloader/bike/00"+imageNumber+".jpg";
    checkNumber();
    Since I have multiple sub-folders for my portfolio, I was wondering how to apply these same buttons to other sub-folder image paths without needing to create a pair of forward/back buttons for each sub-folder.
    Thanks!

    It's not entirely clear to me, but what I think you need to do for what I think you are saying you want to do would be to make the folder targeting (portfolio/UIloader/bike/, et al) a variable as well.  The only missing link is what you would use to redefine the folders.
    Your next/prev buttons can't be that smart unless you have some conditional logic that helps them realize a particular imageNumber range belongs to a particular folder.  If your images have the same file names (00#.jpg) across the different folders then that won't help.  I believe you would need them to be sequential such that no folder repeats the filenames/numbers of another

  • How to call custom BSP application on click of BACK button for SC in EBP.

    Hi All,
    We are implementing OCI using custom BSP applications.In EBP SC screen ,in step1 (Select Goods/Services), the links for these BSP applications are displayed.
    The user can create a shopping cart using these applications , after the items are transfered from BSP to SC on standard  EBP screen , in step2
    there are four buttons ,
    1)Refresh
    2)Check
    3)Back
    4)Continue.
    We need to call one of our custom BSP applications on click of  this BACK button
    How can i acchieve the same?
    Do i need to make changes in the standard ITS application or thers some other way?
    Thanks,
    Anubhav.
    Edited by: Anubhav Jain on Jul 1, 2008 7:24 AM

    To call a wd abap application from BSP use the method CL_WD_UTILITIES=>CONSTRUCT_WD_URL then just create a link in bsp with the url returned like this:
    <a href="url">Link</a>
    To pass data from wd abap to bsp or vice versa that a look at this blog: /people/koen.labie2/blog/2006/11/29/eating-cookies-with-webdynpro-and-bsp
    regards,
    Fabio Louzada Saito

  • How can i create forward and back buttons for a dreamweaver slideshow?

    Hi
    I am an illustrator attempting to create a website in dreamweaver (basically it will be an online portfolio). I would like to have a box/slideshow with images of my work that someone can browse through by clicking 'next' and 'back' buttons. Does anyone know how to do this? I have been trying to find out how to do this for ages - i dont want to use flash if possible as i am worried about making the site too complicated. I know how to make swap image thumbnails, but i think my site would be more user friendly (and look more professional) if i could have next and back buttons. Would this involve complicated css code (which scares the life out of me!) or is there a relatively easy way to do it? I have got two 'dreamweaver for idiots' books, but neither of them cover this topic. Can anyone help?

    If you are using CS4, there is a Command to create a Web Album... this does it automatically for you.
    Otherwise, you can create this manually.  Say you have 3 pages,
    page1.html  (is the index page of the album)
    page2.html
    page3.html
    Therefore, using ordinary text links
    Home would link to page1.html
    Previous would link to page3.html
    Next would link to page2.html
    You would need to make adjustments naturally to each page as you move along with the gallery pages, changing the previous and the next links as needed.  Below is a a basic example of setting up the links in a simple table structure.  You would also then style the table layout as you see fit - yes, using css preferably  :-)
    <table>
    <tr>
    <td><h2>MY GALLERY OF PHOTOS</h2>
    <a href="page3.html">Previous</a> | <a href="index.html">Home</a> | <a href="page2.html">Next</a>
    </td>
    </tr>
    <tr>
    <td>
    <br>
    <a href="../images/img_2401_jpg.jpg"><img src="../images/img_2401_jpg.jpg" border=0></a><br>
    </td>
    </tr>
    </table>
    Here's an article on creating an album using the DW Command I mentioned earlier. You could create the album and then copy and paste the code into a current page if you've already designed on.,... not too difficult, I just tested it.  You do however, need to have Fireworks to process the images.
    http://livedocs.adobe.com/en_US/Dreamweaver/9.0/help.html?content=WSc78c5058ca073340dcda91 10b1f693f21-7ad1.html
    You could also check out the Lightbox effect which is very popular:
    http://www.lokeshdhakar.com/projects/lightbox2/
    Or do a google search for 'jquery'.  There are different album effects using that framework as well.
    Hope some of this helps  :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    Book: Ultimate CSS Reference
    http://www.sitepoint.com/launch/005dfd4/3/133
    http://twitter.com/nadiap

  • How to clear the last_line_iterator for custom search result?

    Hi Friends,
    I have one issue regarding search result of service request please help me on this issue....
    We have added some custom fields using value nodes and EEWB image field in search result of service requests....and the problem is when we click on export excel sheet button in result list for first time it is working fine data is showing in excel sheet, but after that when we done some changes in search screen and press search button for second time and press the export excel sheet...data not bound in excel sheet....
    After analysis by me....after pressing the button and modify in search screen export excel sheet for second time in ME-> Last_line_iterator is not clearing it is containing previous search value for last_line_iterator....  so it is failing to call GET_ITERATOR( ) ....so anyone suggest who face same problem in their experience ....how to clear the Last_line_iterator ...let me know if any information required .....pls it is very urgent .....
    thanks in advance....
    regards,
    kumar

    Hi Lakshman,
    Everytime user clicks on a new shop, create a session variable and set it to any value.
    userSessionData.setAttribute("NEWSHOP","true");
    Now go to history.jsp and just above this piece of code put a validation for the value of this session variable and
    if its value matches to "true" than only let the below code to execute.After the validation dont forget to remove this
    variable from session.
    <isa:iterate id="historyItem" name="<%= UpdateHistoryAction.HISTORY_LIST %>"
                 type="com.sap.isa.isacore.HistoryItem"> 
    Likewise you can work with organizer frame refresh also.Hope this helps you.
    Regards,
    Arshi

  • Authorizations for Opportunity searches in CRM/EP?

    Need help restricting user results in Opportunity searches.
    Our authorizations scheme defines users by their sales group, but when doing searches in CRM/EP User 1 can see results for users 2 and 3 when doing an opportunity search which are defined outside of user 1's sales group.  Does this require any additional config enhancements such as Account or Territory management?
    Does this need to be solved by authorizations at field level, or is there a table where these restrictions can be maintained? So far I have been trying to restrict values via CRM_ORD_LP and B_BUPA_BZT.
    Not sure if this is the correct forum to post in, if not, is there a forum on here specifically for CRM Authorizations or configuration?
    <removed_by_moderator>
    Edited by: Julius Bussche on Aug 7, 2008 3:10 PM

    Hi Ram,
    The way we ended up resolving this was by adding the authorization object B_BUPA_ATT to each sales user role.  Each user had a secondary role which defined their particular sales group in the org model.
    It involved some programming (which required an outside resource) on our development side, but it worked.
    We basically had the consultant write code to perform a check against custom Z values in the AUTHTYPE field, and then the variables were the data placed in
    the AUTHVAL1 and AUTHVAL2 fields.  And obviously ACTIVITY was whatever the specific user was allowed to do with items in that sales area (postal code, country, etc)
    SAP's preferred solution is something called ACE which creates an extra layer of authorizations, however we didn't have the time and resources to properly implement that.  You may want to look into that if you have the time.
    Hope this information helps!

  • Adding new item to a result page for customer search

    Hi all,
    I have the following requirement :
    In Sales Dashboard,once the user queries for customer, the result table shows name, registery id, address and some other fields.
    I have to add another column 'Account Number', which will display customer number of the customer. With forms personalization, I was able to show the column, but how do I get the value of account_number to display in this column?
    Sorry for the basic question. I am new to OAF and have started reading the guidelines.
    I just need help with the directions I need to go ahead in.
    TIA,
    AZ

    Go to "about this page" link and check the associated VO. if the VO already has the required field which you are looking for, then just set those VO name and attribute. Otherwise you will have to go for substitution.
    Search on forum and you will find many similar discussions.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How do i have status bar and a back button  for applets?

    I have an applet which displays a set of panels in order. Is there any way that i can have a status bar like in an browser and a back button so that it can go back and go forward. What do i need to do? Is there any sample code to do so. I am new to java and learning.
    Thanks
    Ram

    Status-Bar -- a long thin panel with a long TextField. Perhaps use something from the BorderFactory class to seperate it from other parts of the screen...
    Back Button -- Keep track of your panels in a CardLayout, for example, then use a Button with an action listener that uses the CardLayout's previous() method to move back to the last panel.

  • SAP Cloud for Customer & SAP ECC/CRM OnPremise integration using WebServices!

    Hello All,
    I would like to ask if anyone has really created a working integration scenario between a Cloud Solution & an ECC/CRM OnPremise solution?
    We are trying to build some prototypes for this, however, due to connectivity errors/issues, unable to proceed.
    I'm looking for information on:
    > What certificates precisely are needed on both Cloud & OnPrem systems?
    > What configuration if any is required on Cloud & OnPrem solution, except for communication system/arrangements on Cloud solution?
    > Any use case if available from anyone which can demo integration between Cloud solution & ECC/CRM OnPremise solution.
    I'd really appreciate responses on this.
    Many Thanks
    Ankur

    Thanks Sathya for the response.
    https://scn.sap.com/community/cloud/blog/2013/10/10/new-e-learning-for-i
    ntegration-of-sap-cloud-for-customer-with-sap-erp-and-sa
    p-crm-now-available  : Not working! => Please check & confirm.
    Just to give you our background...we are SAP Cloud Partners & VARs, hence we are building few prototypes for Customer Demos & POC.
    Per my understanding, its just one of the OnPrem system, either an ECC OnPrem or CRM OnPrem that you can integrate with one C4C tenant at a time, i.e. to one single tenant. In our case, we are trying to integrate ECC OnPrem with C4C system.
    We are in the process of deploying SAP PI as the middleware platform for integration between C4C & ECC/CRM OnPrem., which is going to take few more weeks.
    SAP HCI will be the other approach, but we are currently not familiar with that, hence we have a trial to start in coming week for SAP HCI, so this is going to take some time as well.
    Hence, WebService is the only currently available option for us to build these prototypes, POC for Customer Demos, to show working integration scenarios between ECC OnPrem & C4C system.
    We have been facing some technical issues after setting up necessary communication systems/arrangements on C4C system & trying to do a WS call from SDK also we get error when we do a ping test from within C4C system to check connection.
    Has SAP developed any WS integration between C4C & either of the ECC or CRM OnPrem system? Or is it just PI & HCI which SAP has for integration?
    I'd truly appreciate if you can guide us on creating few integration scenarios (Working ones of course ) using Webservice between C4C & ECC OnPrem system.
    Many Thanks
    Ankur

  • Disable Default function of "Back" button for Android.

    Hi there!
    I have tried SO MANY methods to PREVENT the default function of Back button in Android but no success
    This is one of the codes I have used with no success:
    stage.addEventListener(KeyboardEvent.KEY_UP, optionsKey, false, 0, true);
    function optionsKey(ke:KeyboardEvent):void
          if (ke.keyCode == Keyboard.BACK)
                ke.preventDefault();
                ke.stopImmediatePropagation();
              //Do my own code below...
    I am using Flash Cs6 , Air 3.2 for Android , Testing it on LG Google nexus 4.
    When I use the flash simulator, it works fine! Means the Back Button, let the App go back to previous step (as I expect it to do)
    But after I publish the apk (Aspect ratio: Auto , Auto orientation , Render mode: GPU), as soon as I press BACK, it minimize my app!
    (means when i press the Back button on my phone, the App minimize down (not close!). when I re-activate it/click on it, I see the app has actually gone one step BACK (as I programmed and expected), but I just CANT STOP the default action of MINIMIZING/De-activating my app after pressing Back button.
    Anyone have any "Fla" file that I can see it in ACTION please?!
    Because I have used many-many codes and no success yet
    thanks and looking forward for your any kind of hlep...
    Message was edited by: Pouradam

    I got my own answer thanks to myself!!
    in above code .KEY_UP should be changed to .KEY_DOWN.
    simple!

  • Back button for internal hyperlinks?

    I've created internal hyperlinks with IBA (to other chapters in the text) and for the most part, they work. But there is no back button? Help! And thanks!

    true, IBA books do not have a back better, per se. However, tap on the bookmark icon and you will see a section called "Recenlty viewed". It can be used to navigate back after a user taps on an internal link.

  • Naming "Go" button for simple search

    I have a page which has two independent Query regions. Each Query region is set to autoCustomizationCriteria and each has a simple search panel. Is there a way for me to uniquely name the "Go" buttons for each one?
    The reason I want to do this is so I can tell in processFormRequest which one was clicked. It seems like right now they have the same name. Any ideas?
    Thanks!

    I recommend getting a handle to your query bean in the processRequest. After that you can call the setClearButtonName() and/or setGoButtonName() methods.
    processRequest(OAPageContext pageContext, OAWebBean webBean) {
         super.processRequest(pageContext, webBean)
         OAQueryBean region1 = (OAQueryBean)webBean.findIndexedChildRecursive("region1");
         region1.setClearButtonName("Clear1");
         region1.setGoButtonName("Go1");
         OAQueryBean region2 = (OAQueryBean)webBean.findIndexedChildRecursive("region2");
         region2.setClearButtonName("Clear2");
         region2.setGoButtonName("Go2");
    }Edited by: Centinul on Aug 22, 2012 3:03 PM

  • Modify User (OIM 11gR2 PS1): How to enable "submit" button for custom udf fields?

    I made some new attributes following oracle documentation for create user, modify user, and view user details forms. create user and view user details are working fine, but I'm not being able to copy/paste the following code in custom modify user attributes to enable the submit button for modify user form change: #{pageFlowScope.cartDetailStateBean.attributeValueChangedListener} . Any ideas? Thanks.

    Export the sandbox and edit userModifyForm.jsff to set value change listener property for the new attribute as below
    valueChangeListener="#{pageFlowScope.cartDetailStateBean.attributeValueChangedListener}"
    http://docs.oracle.com/cd/E27559_01/admin.1112/e27149/customattr.htm#autoId4

  • Enabling Browser Back Button for FLEX App

    Can anyone suggest me a way to implement Browser Back Button work with Flex App which runs in every browser and works perfect bug free ???

    thanx for the reply but unfortunately its not running in IE6 ... any idea why ?

  • What happened to the quick browse button (down arrow) that use to be by the back button for quickly moving back several webpages?

    The old Firefox used to have a small arrow button next to the forward/back buttons. When clicked it would show the entire browsing history making it easy to jump back several pages. Now it seems to be gone. I have only used the new version for a day and already I am tired of having to click back one page at a time. Was the quick navigate button moved or was it taken away?

    This feature is still available, simply right click on the back button, and select which page you would like to go back to, just as before.

Maybe you are looking for

  • I have windows 7 installed in imac. It sometimes starts up and sometimes it hangs on the windows logo.

    I have installed my windows using bootcamp. I don't now why is happening. I have scanned for viruses. Updated windows. Windows behaves like it is very moody, it has own wish whether it wants to startup or not.

  • Mail in OS 10.8.2 very sloooow!

    The new mail (OS 10.8.2) is very slow. I click on Inbox and it could take up to a minute for anything to load. The same w/SENT. Also, click on get mail, nothing happens. Eventually, it will download one or two, more later. Finally, one more question:

  • Mail quits after upgrading from snow leopard to mountain lion

    During installing Mountain lion I ported across my settings, but not my applications; Post installation mail quits after about 3 seconds (my emails all seem to be there). Any ideas? I have alot of emails in different mailboxes, Id disable some of the

  • ITunes store will not load on my computer.

    The status bar loads about half way.  I need help!  Internet is working.  Husbands computer sitting right next to mine can load the store.  I have uninstalled all apple products and re-installed.  

  • Syncing checked podcasts

    I've read about a solution for syncing only checked podcasts and manually managing music in iTunes 7 (this was easily accomplished in iTunes 6). However, the first step makes me nervous -- it is to uncheck the "manually manage music" box in the iPod