Back button for Navigation in the UWL

Just migrated an EP 6 SP2 Patch 4 to Patch 31 and now the Button in the UWL got lost.
It was just above the R/3 system view and now there is only a link on the left side which says "back".
That´s not enough for my case.
So how can I get back the button or is it impossible ?
Thanks.

Hi Wei,
That's because you can't link to UDO's. There is no object type for an UDO. You should use onject type NONE and make the logic behind it yourself. (Capture the linked button press event and handle all actions)
Hope this helps,
Rowdy

Similar Messages

  • When I'm in yahoo mail the main buttons for navigating around the page don't work right. When I place my cursor on them nothing happens.

    When I place my cursor on buttons to navigate around the yahoo mail site, most don't highlight like they use to and don't respond at all.
    I've reinstalled Firefox to see if that solved the problem and it didn't. Can you help?

    There have been problems with Yahoo mail and Flash. It looks like you need to update your Flash plugin. See [[Managing the Flash plugin#w_updating-flash|Updating Flash]].

  • 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!

  • 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

  • My 4th generation ipod touch is not turning off when i hold the wake button for few seconds the Voice Control Function Starts Automatically.Please help me to get out of this problem.

    My 4th generation ipod touch is not turning off when i hold the wake button for few seconds the Voice Control Function Starts Automatically.Please help me to get out of this problem.

    Sorry i mistakenly made this question. It was alright. No Problem At ALL

  • Just updated to iCloud, but I can't find the 'purchased' list on the itunes store on my iphone. There's no button for it on the toolbar or under the 'more' option. Want to play/download my puchased music via iCloud on my iPhone.... Help someone please?!

    Just updated to iCloud, but I can't find the 'purchased' list on the iTunes store on my iPhone. There's no button for it on the toolbar or under the 'more' option. Want to play/download my puchased music via iCloud on my iPhone.... Help someone please?!

    Hi again Limons,
    just got your last reply per mail, re: 'presently only available in the USA.'
    Unfortunately, you're right. Just found this article: http://www.digitalmusicnews.com/stories/061011icloud
    seem like it's going to be a while before this gets sorted out . . .
    Frustrating outcome to my question, but thanks a lot for helping me sort out what the problem was :-)
    All the best to you.

  • I've just downloaded the add-on - Quick Locale Switcher but don't know how to access it because there doesn't appear to be a button for it on the Firefox toolbar?

    I've just downloaded the add-on - Quick Locale Switcher but don't know how to access it because there doesn't appear to be a button for it on the Firefox toolbar?

    With any extension, look at the add-on page for that item in Mozilla Add-ons: https://addons.mozilla.org/en-US/firefox/<br />
    *Answers can usually be found there: https://addons.mozilla.org/en-US/firefox/addon/1333/<br />
    *Also the developer's home page for the extension (the link is on the above page): http://www.captaincaveman.nl/firefox-extensions-quick-locale-switcher.aspx<br />
    *Also see if there is a forum on the developer's home page (there is for this one): http://forum.captaincaveman.nl/default.aspx?g=topics&f=12

  • Buttons donu00B4t appear in the UWL for UserDecisionHandler

    Hi,
    I try to make decisions avaible straight from the UWL using the UserDecisionHandler in my config:
    <name="uwl.task.webflow.decision.admin.Procurement.TS14508044.SAP_EBP" connector="WebFlowConnector" defaultView="Procurement_DecisionTasksView" >
    <ItemTypeCriteria systemId="SAP_EBP" externalType="TS14508044" connector="WebFlowConnector"/>
    <Action name="approve" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no" >
    <Properties>
    <Property name="decisionKey" value="2"/>
    </Properties>
    <Descriptions default="Approve">
    </Descriptions>
    </Action>
    <Action name="reject" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no" >
    <Properties>
    <Property name="decisionKey" value="1"/>
    <Property name="UserDecisionNote" value="mandatory"/>
    </Properties>
    <Descriptions default="Reject">
    </Descriptions>
    </Action>
    </Actions>
    After I have cleared the cache and log off and on, not any buttons disabled as expected.
    Thx for help

    Hi thanks for your reply. Sorry, here is the whole code section:
    <ItemType name="uwl.task.webflow.decision.admin.Procurement.TS14508044.SAP_EBP" connector="WebFlowConnector" defaultView="Procurement_DecisionTasksView" >
    <ItemTypeCriteria systemId="SAP_EBP" externalType="TS14508044" connector="WebFlowConnector"/>
          <Actions>
    <Action name="approve" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no" >
       <Properties>
         <Property name="decisionKey" value="2"/>
       </Properties>
       <Descriptions default="Approve">
       </Descriptions>
    </Action>
    <Action name="reject" groupAction="yes" handler="UserDecisionHandler"            returnToDetailViewAllowed="yes" launchInNewWindow="no" >
        <Properties>
          <Property name="decisionKey" value="1"/>
          <Property name="UserDecisionNote" value="mandatory"/>
        </Properties>
        <Descriptions default="Reject">
       </Descriptions>
      </Action>
    </Actions>
    </ItemType>
    Greetings

  • 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.

  • Firefox 3 used to have a drop down list under the back button for recent pages. How do I get this in FF4?

    FF3 used to have a drop down list of the most recent pages that a tab had displayed under the back arrow button. FF4 does not appear to have this. How can I see history of what's been displayed in the tab say four or five pages back?

    You can get the drop down list by either right-clicking on the back/forward buttons, or holding down the left button until the list appears.
    If you want the drop-down arrow you can add it with the Back/forward dropmarker add-on - https://addons.mozilla.org/firefox/addon/backforward-dropmarker

  • Can someone please tell me the default Firefox settings for Fonts and sizes (the advanced font settings, too)? I started playing around with mine and now I just want them back to normal, but there's no reset button for fonts, just the zoom features. Help!

    Under "Firefox," "Preferences," and then "Fonts and Colors" there is a setting that I would like to know the default for, as well as all of those that you see when you select the "Advanced" button for Fonts.

    You can see the defaults in a screenshot in this KB article: [[Some text shows up bold after upgrade]]<br />
    You can check the font setting in: Firefox > Preferences > Content : Fonts & Colors: Advanced
    <br />
    Default Font: Times New Roman (16)
    <br />
    Fonts for : Western
    <br />
    Proportional: Serif (16)
    Serif : Times New Roman
    Sans-serif : Arial
    Monospace : Courier New (13)

  • In the Navigation toolbar, the Forward/back buttons are dimmed, and the URL bar has "Search Bookmarks and History"

    The Forward and Back buttons are dimmed and don't work, and "Search Bookmarks and History" is in the URL bar. Also, I sometimes find blank pages with "Search Bookmarks and History" in the URL bar after visiting some websites.

    No, no need to remove other SQLite files in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder]
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • 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

  • [iphone] Remove back button from navigation bar

    I have an app set up with a navigation controller which is working fine. What I'd like to do is remove the back button when certain views come up. In fact I can't seem to manipulate the back button at all. I tried putting self.navigationItem.backBarButtonItem.title = @"TestTitle"; in the view controller for one of the views in the app, and the title doesn't change. Mainly I would like to remove the back button. Anyone have an idea? This is on beta 6.
    Thanks.
    Message was edited by: Lysandus

    Each view controller that is being managed by your UINavigationController has a property called navigationItem. You should do something like this in the managed viewController:
    self.navigationItem.hidesBackButton = YES;
    hope that helps

  • Back Button for export to SWF

    Hi, I am working on some interactive wire frames using indesgn. It's actually a test to convince my boss that indesign can handle this type of project. It was all going well until I tried to implement a back (previous) button.
    I am exporting the file to SWF as this option seems to give the best options for navigation. I have tried to use the built in 'previous' button but this just seems to take me back one page - e.g. if I navigate from page 1 to page 10 and then hit the previous button it takes me to page 9 and not page 1.
    Can anyone help. Or explain why this can be achieved if you export to PDF but not to SWF.  Thanks in advance.

    I would say that is the farthest thing from a description for why dynamic loading is done in Flash that I could think of.  While the amount of code that a file has to process can be a performance burden for a file to get started, in the end the code has to live in the swf file that you create so there is no opportunity to dynamically load the code.
    Dynamic loading involves keeping out the heavy content such as sound, video, and large image files until they are required for use in a file.  If you have alot of images that are being used, then it is better to have them loaded in dynamically when the file is running rather than having them built into the file.
    I can't really think of a time when dynamic loading is not the better way to go regardless if it involves a web-based implementation or not.  But for the web, your enemy is time/user-patience... any time some user has to twiddle their thumbs waiting for a file to load is time they are more likely to spend going elsewhere to find what they seek.

Maybe you are looking for