SAP WebGui -  Hide "Standard buttons"/ "Address/navigation bar"

Dear,
We would like to use the WebGui for some HR transactions.
To prevent some wrong operation executed by users like selecting "Back" button and "forward" button of Web browser (IE or FireFox), we would like to hide "Standard buttons". To prevent also any URL modification, we would like to hide the "address/navigation bar" and if possible the "menu bar (File/Edit/view/Favorites)"
Could you please provide us your help?
Thank you,
Regards,
Z. Lamarti

Hi Z. Lamarti,
I can assist with two out of 3 requests. However your request are really IE / FIREFOX rather than ITS/SAP
First read the following WIKI in relation to:
"To prevent some wrong operation executed by users like selecting "Back" button and "forward" button of Web browser (IE or FireFox), we would like to hide "Standard buttons"
The following has nothing to do with the Browser buttons - but helps in restricting the access of the ESS services accessed via the ITS
[How to terminate a user session with integrated ITS when the transaction |http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=25427]
AND
[Article - Employ SAP GUI for HTML instead of an Internet service |http://wiki.sdn.sap.com/wiki/display/HOME/Article-EmploySAPGUIforHTMLinsteadofanInternet+service]
RE URL's
Rather than hiding the bar - could use a Reverse Proxy. The SAP WEB Dispatcher can be used for this function.
See:[SAP Web Dispatcher |http://wiki.sdn.sap.com/wiki/display/SI/SAPWebDispatcher]
In order to secure your SAP system you can put an SAP Webdispatcher (or application gateway like a reverse proxy) in the outer DMZ, which filters the incoming requests and forwards them to the corresponding application servers.
Regards,
Oisin
Edited by: Oisin ONidh on May 30, 2011 4:10 PM
Initial URL's had a strikethrough in them

Similar Messages

  • Buttons on navigation bar not working??

    Hello all, I am in a web design class and im currently wokring on my website. When i made my navigation bar in adobe fireworks and saved/exported it then tried to open it in dreamweaver cs6. The way i did this was insert>image objects>fireworks HTML then selected the html version of the nav bar. But for some reason when i try to do live view or open it in browser the buttons don't work, they worked when I opened them from fireworks. Someone help please :/

    The old Fireworks code relied on javascript for the menus.  If the javascript file is not in the proper location or is missing then the menus will not work.  In order to tell if this is the page we would need access to a test page online to view your code.  In case this is not possible, I am also including a link to the KB article discussing how this process works from FW to DW to explain all of the steps.
    Macromedia Fireworks - Working with Macromedia Fireworks MX buttons and navigation bars : Export the navigation bar

  • I lost my url address navigation bar in safari

    I've lost my URL navigation tool bar and can't navigate from web page to web page. Anyone experience this that can help me resolve this issue

    Welcome to Apple Support Communities
    To recover the navigation bar, open Safari and go to View menu (on the menu bar) > Show Toolbar)

  • Hide go arrow in navigation bar, can't seem to find the selector to edit in userChrome.css

    I used edits to userChrome.css to hide several items from the address bar, but I can't seem to find the right selector for the arrow that appears when you start typing in the address bar. So now it is the only thing there and it's driving me crazy. I have spent over an hour trying to figure it out with inspector addons and searching the web. I'm about to lose my mind. Obviously this is an insignificant thing to spend more than an hour on. Hopefully you can help me solve it relatively quickly.

    Yes, that is the Go button. That button appears when you edit the URL on the location bar and can be used instead of the enter key.
    Did you try that selector?
    <pre><nowiki>#urlbar-go-button { display:none!important; }</nowiki></pre>

  • Buttons at Navigation bar have disappeared

    I am running FF 16.0.2 on my home computer (Windows 7) and until a few days ago I had an Amazon and Feedly buttons just in front of the Navigation pane. Now both are missing although both add ons are enabled. How can I get these buttons back?

    If the menu bar is hidden then press the F10 key or hold down the Alt key to make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible:
    *"View > Toolbars"
    Open the Customize window to set which toolbar items to display:
    *View > Toolbars > Customize
    *Firefox > Options > Toolbar Layout
    *If missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up
    You can also check for problems with the localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • On opening, the browser comes up with not an address navigation bar, but with only two google search windows. How can I make it open with an actual address line?

    It's all been said in the question.

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: command+Shift+F).<br />
    If you are in full screen mode then hover the mouse to the top to make the Navigation Toolbar and Tab bar appear.<br />
    You can click the Maximize button at the top right to leave full screen mode or right click empty space on a toolbar and use "Exit Full Screen Mode" or press F11.
    If the menu bar is hidden then press the F10 key or hold down the Alt key, that should make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"

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

  • Removing Delete button from Navigator Bar

    I am Using Jdeveloper 9.0.5.1 version and How can disable and make invisible the delete button in some Jsp pages only

    No, that's not possible. But you can try to transfer the photos and videos to your computer and sync them back again using iTunes. After that your daughter can only view them in "albums" instead inside the camera roll, and would not have the chance to delete them, because there is no delete button inside "albums".

  • Help with multiple buttons on navigation bar

    I'm new to AS3 and am doing my first project. I
    believe that I've got a problem coding AS3 with bad AS2 habits.
    I can click on one button and it goes to the correct frame, but then none of the others work.
    It doesn't matter which button I click on. The first one works. Then nothing.
    I've traced it - and they aren't active. Why?
    I have 9 buttons on my nav menu. Following a tutorial, I've coded them to work as follows (I'm pretty sure I don't need: import flash.events.MouseEvent; : every time.
    On Frame 1 actions layer I have:
    stop();
    import flash.events.MouseEvent;
    Weddings_btn.addEventListener(MouseEvent.CLICK,aClick);
    function aClick(event:MouseEvent):void{
    gotoAndStop("Wedding");
    import flash.events.MouseEvent;
    Garden_btn.addEventListener(MouseEvent.CLICK,bClick);
    function bClick(event:MouseEvent):void{
    gotoAndStop("Garden");
    import flash.events.MouseEvent;
    Seasons_btn.addEventListener(MouseEvent.CLICK,seasonsClick);
    function seasonsClick(event:MouseEvent):void{
    gotoAndStop("Seasons");
    import flash.events.MouseEvent;
    Floral_btn.addEventListener(MouseEvent.CLICK,cClick);
    function cClick(event:MouseEvent):void{
    gotoAndStop("Floral");
    import flash.events.MouseEvent;
    Orchids_btn.addEventListener(MouseEvent.CLICK,dClick);
    function dClick(event:MouseEvent):void{
    gotoAndStop("Orchids");
    import flash.events.MouseEvent;
    Baskets_btn.addEventListener(MouseEvent.CLICK,eClick);
    function eClick(event:MouseEvent):void{
    gotoAndStop("Baskets");
    import flash.events.MouseEvent;
    Memorials_btn.addEventListener(MouseEvent.CLICK,fClick);
    function fClick(event:MouseEvent):void{
    gotoAndStop("Memorials");
    import flash.events.MouseEvent;
    Animals_btn.addEventListener(MouseEvent.CLICK,gClick);
    function gClick(event:MouseEvent):void{
    gotoAndStop("Animals");
    import flash.events.MouseEvent;
    Contact_btn.addEventListener(MouseEvent.CLICK,hClick);
    function hClick(event:MouseEvent):void{
    gotoAndStop("Contact");

    If your menu layer has keyframes that's your issue. The code you have in frame 1, won't be there past a keyframe...
    You only need to import once - imports should go at the very top. Also if your menu buttons are MovieClips you can 'inject' the label name into them and then just use one listener, greatly simplifying your code:
    import flash.events.MouseEvent;
    Weddings_btn.goLabel = "Wedding";
    Garden_btn.goLabel = "Garden";
    Weddings_btn.addEventListener(MouseEvent.CLICK,aClick);
    Garden_btn.addEventListener(MouseEvent.CLICK,aClick);
    function aClick(e:MouseEvent):void
         gotoAndStop(e.currentTarget.goLabel);

  • How to hide the on screen bottom navigation bar - ...

    I'm new to Windows Phones , and I was looking at the Lumia 630 Dual sim version but discovered that it has an on screen  navigation bar , instead of physical capacitive buttons. I can't seem to find out a way to hide  the on screen navigation bar , does any one know if this is some how possible ? 

    yasfer21 , Thaks for that 
    This shot below is from a 630 ( 8.1 ) 
    Attachments:
    missing.jpg ‏143 KB

  • Adding a print button, a "download" PDF button and a navigation bar in a SWF created by InDesign

    I can't find a way to add "PDF features" on a SWF file exported from InDesign CS5.5 such as:
    - a print button
    - a download PDF button
    - a navigation bar (outside of the pages)
    edocker provides these features but it is pretty expensive and does not allow a lot of customization.
    Would anyone have an idea of how to do it ?
    Thank you.

    eDocker actually allows you to use all the interactive features you can create in InDesign. It kind of "wraps" your exported SWF into a user interface with all those 3 elements asked + more (zoom for instance)
    Check out these links:
    Sample:
    http://www.edocker.com/_demo/edocker-online-demo/index.html
    Workflow:
    http://www.edocker.fi/index.php/en/products/edocker2-desktop-publisher/workflow/

  • I can not type inn address in the navigation bar

    When trying to type anything in the address/navigation bar, firefox hang.

    So you can't even the location bar in a new unmodified profile without copying any files to it?
    Do a clean (re)install and delete the Firefox program folder (C:\Program Files\Mozilla Firefox\).
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 12.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible.
    *Do NOT remove personal data when you uninstall your current Firefox version, because all profile folders will be removed and you will also lose your personal data like bookmarks and passwords from profiles of other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Add toolbar button navigation bar

    Hi, Can I add toolbar or toolbar button to navigation bar? I am using Interface builder and it seems that I could not do it.
    thanks,
    ff

    <u>'''Can't see the Menu Bar'''</u> (File, Edit, View, History, Bookmarks, Tools, Help)?
    Turning the Menu Bar on and off is a new feature in version 3.6.
    ''(Linux & OSX see: [[Menu bar is missing]] )''
    <u>''Windows'' Method 1.</u> '''''Hold down''''' the key and press the following letters in this exact order: V T M
    <u>''Windows'' Method 2.</u> Press and release the key. The Menu Bar will be displayed; then choose ~~red:V~~iew > ~~red:T~~oolbars and click on ~~red:M~~enu Bar.
    The Menu Bar should now be displayed permanently, unless you turn it off again using View > Toolbars. Check mark = displayed, NO check mark = not displayed.
    See: http://support.mozilla.com/en-US/kb/Menu+bar+is+missing
    <u>'''Navigation Toolbar, Bookmarks Toolbar and other Toolbars'''</u> under View > Toolbars. Clicking on one of them will place a check mark (display) or remove the check mark (not displayed).
    <u>'''To display the Status Bar'''</u>, View, then click Status bar to place a check mark (display) or remove the check mark (not displayed).
    <u>'''Full Screen mode'''</u>
    http://kb.mozillazine.org/Netbooks#Full_screen
    Also see:
    ''' [[Back and forward or other toolbar buttons are missing]]'''
    '''[[Navigation Toolbar items]]'''

  • Add Image in the navigation bar of Help page

    Hi,
    I wanted to add image next to to the Search in the Help page navigation bar as in snapshot below:
    I wanted to add an image i.e the the logo next to above button in navigation bar. I tried adding , howevr could only add as Header, not right in the navigation pane. Correct me if I m wrong, the navigation control can be configured while generation web output. I coudnt find any other option to do this.
    Please let me your inputs on this.
    Thanks,
    Pallavi

    Hi all
    Sorry Colum, I think you are wrong. That looks exactly like a WebHelp Search dialog.
    Pallavi, I am thinking the answer for you may be a simple one. Use the WebHelp skin editor. There you should see an option to choose the image used for the Go button.
    I'm not exactly sure what version you are using. But I'll insert a screen capture of RoboHelp 7 below.
    My thought here is that you could create an image that includes your company logo along with the Go button. Then use that image for the Go button. Sure, both the company logo as well as the Go button would be clickable, but it should do the job, no?
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How to Upload the new logo on top of Navigation bar

    Hi ,
    I want to upload a new logo (company logo ) on top of Navigation bar . How can i do that...
    1.Upload the specific image(logo) to the specific Skin---in SE80, but where should this new image I have to upload....how the system understand to pick this image.
    Regards
    Vijay

    Did you check the help portal?
    Skins - SAP Library
    Example: Changing Logo and Navigation Bar Picture - Skins - SAP Library
    Cheers!
    Luis

Maybe you are looking for

  • I can't open my website to edit it.

    It is on a pen drive. When I open iweb it lists my site but only allows me to add new pages. I see a red square with a white cloud by my site's name. When I go to the menu to file or edit, it won't let me open the pen drive to access the pages of my

  • Opening a new page via "open in new tab" doesn't load new page anymore

    I have been using firefox for a long time now because I love it's option of opening in a new tab while staying on the tab I am currently using. Recently, over the last week or so, when I open a link using a new tab, the page doesn't load in the new t

  • Truetype, postscript, opentype problems

    We have several macs that we use for publications. Since upgrading from system 9, where all fonts were in one folder and we could limit fonts to postscript (which our offset printers prefer), we have all sorts of font problems. When we take a quark f

  • Cannot Check In Software Components in Track Check In Tab

    Hi, SDN Experts. I am trying to setup a NWDI track. I have defined a new product, and a software component. I have also added the standard usages dependencies (SAP J2EE, SAP BUILD TOOL, and SAP JAVA TECH SERVICES). I went to the Change Management Ser

  • SSD and ASM configurations

    Hello all, Although I realize that the question of configuration on ASM regarding the use of SSD storage devices is, or should be mote at this point. I still see, from time to time, questions and discussions on this topic in the other forms. I am won