Hide Menu bar at Transaction iview

Hi,
I hav created a Transaction(e.g:se11) iview and i m displaying it in my portal.
Its displaying properly...but the problem is its displayinlg along with menu with options
Menu,Save as Variant, OKCode,Back,Cancel,Execute etc.,
Now i dont want to display the whole tool Bar. How to hide this tool bar.
And at the bottom of the page is its displaying the client number, current transaction code, current login id etc. How to hide this also...
Kindly let me know process
Thanks in advance,
Renu

HII Renushree.
use this links
Hiding menu/tool bar on WebGUI Transaction iView
hiding menu bar and toolbar in WinGUI used in transaction iView
Or
if u mean by  the browser address/men/toolbar? If so go to the iview properties and put toolbar=no in the Window Features parameter (under Navigation).
Thanks
Rewards r welcome
Edited by: Mayank  Saxena on Sep 15, 2008 5:24 AM

Similar Messages

  • Hide menu bar

    Hi All,
    Is it possibe to hide the menu toolbar?? Menu tool bar options like program, Edit.. I want to know how to hide the options at runtime...
    Please let me know...
    Thanks & regards,
    Santhosh

    Hi ,
    I do not think that it is possible to hide menu bar entirely .
    But from the list  you can remove  Program, Edit, Goto from the Menu bar. But You can not remove
    the SYSTEM and HELP from the Menu bar .
    Create a status with the specified name with out the adding in the menu barand write code in your program -
    set pf-status 'STAT'  immediately.
    WRITE : 'TEST'.
    This will remove Program, Edit, Goto from the list.
    If you want to remove some subobjects of menu bar you can go for Transaction
    variant (Transaction SHD0) but it will not work dynamically means it will be prefixed.
    Regards
    Pinaki

  • Unable to permanently Hide Menu Bar

    Hello
    I have a WD ABAP Application from where I call a SAPGUI HTML Transaction. It works fine.
    Now customer wants to hide the Menu Button and OK Header Code.
    I tried  adding         
    '&~WEBGUI_SIMPLE_TOOLBAR=132'
    When the screen is called the first time, the menu button is hidden. But the moment users press enter, the menu bar and other buttons comes back.
    Why is this happening? Please help with a possible resolution.
    Regards,
    Shubham

    Hi Shubham,
    What are the parameters in the GUI Configuration area of the ITS Service that you had created?
    Regards,
    Oisin

  • Hide menu bar and toolbar

    Hi people,
    Someone knows a way to hide (or deactivate) menus and toolbars in standard transactions? It's possible without coding?
    Tks,
    Douglas

    Hi Douglas,
    You can hide a menu bar via a transaction and screen variant. The T.code is SHD0. No code required, just a development class/package.
      I'm not sure if you have hide tool bars.
    SAP has some good documentation on transaction and screen variants. Below is the link.
    http://help.sap.com/saphelp_47x200/helpdata/en/67/232037ebf1cc09e10000009b38f889/frameset.htm
    Mike Vondran
    Mike Vondran

  • Hide menu bar in Webgui of HTML

    Hi,
    Can you please let me know how to hide the menu bar in WEBGUI of HTML.
    I have to hide the menu bar for an ALV Report which i have created in SRM 5.0 which i am going to publish in SRM Web interface .
    Also please let me know after hiding menu bar how i can give exporting option to excel file.
    Thanks,
    Vaibhav

    Hi Vaibhav,
    Make transaction code of this report EWT (Easy Web Transaction).
    Or
    While publishing this service on ITS, add ~transactiontype = EWT.
    Regards
    Sagar

  • Hide Command box in transactional iview

    hi,
      I have imported the <b>Best practices for EP</b> package. In the package we have webgui transactional iviews. my concern is when i run the iview i can see the command box and from that i can run other transactions. I want to hide the command box so that user can run only that particular transaction.
    using webgui (ITS) this can be done by setting the service parameter ~NOHEADEROKCODE = 1. But when we import the business package where do we need to set this service parameter.
    Is there a way to do it?
    Thanks in advance,
    Gopi

    Gopi,
    Are you using V2.60.
    You are best to log an OSS message under component
    SV-SMB-AIO-BP-EP.
    James

  • How to hide menu bar in SAP EP 7.4

    Dear all,
    We are upgrading our system from EHP4 to EHP7.
    How to hide the menu bar (Back, forward,history, favorites, etc..) in the SAP Enterprise portal  7.4 version ?
    Please help me to resolve the issue. Thanks in advance.

    Hi,
    This can be achieved in Framework Page Configuration.
    Navigate to Content Administration -->Portal Display -->Framework Page Configuration.
    Then choose the Frame work Page which is configured .
    In Menu area uncheck the options which you want to hide it in the Framework Page.
    Regards,
    Srinivasan V

  • How to hide command fied using transaction iview

    Hi All,
    Is there any way to hide command box (transactional field) in Portal using transactional iview ?
    I have searched in sdn forum, it is possible via IAC iview using application parameters ~headerOKcode = 1.
    Since our ITS is not configured properly and it is continously giving Browser errors (Object expected, 'wgu_global_eventhandler' is null or not an object).
    So.........I can;t go ahead with IAC Iview.
    I suspect.....anyone has gone through this problem and experts has a solution with transactional iviews to hide those command boxes.
    Appreciate your inputs in this regards.
    Thanks,
    Anil Kumar

    Try this in 'Application Parameters' field '&~NOHEADEROKCODE=1'

  • Hide menu bar and tool bar of the browser when running forms 10g

    hi all
    i want to hide browser's tool bar,menu bar when i run the form
    thanks

    maddyd2k wrote:
    Hi
    your utility is very helpful
    one thing i want ask.... i am using oracle developer suite in that where i can find web server and where i can place the FormStart folder
    Help me in this
    Thanks
    Edited by: maddyd2k on Mar 31, 2011 3:46 AMHi
    first, yes this utility is very useful but it is not mine ;) all credits goes to Peter de Vaal the author !
    for your requirements, take a look at Peter's documentation on how to set up the utility for developer suite (the webserver is the oc4j standalone)
    you must define a virtual path to your FormStart folder and html files :
    Step 2. Define a virtual path
    The FormsStart directory must be made accesible through the http protocol. The way to do this is to define a virtual path for your web server.
    For Oracle Developer Suite the webserver is the stand-alone oc4j. You define a virtual path in file orion-web.xml. This file can be found in:
    <DS_home>\j2ee\DevSuite\application-deployments\default\defaultWebApp
    Add the following line before the </orion-web-app> tag:
         <virtual-directory
                virtual-path="/forms/fs"
                real-path="C:\oracle/FormsStart/html" />
    For Oracle Application Server the webserver is Apache. You can specify virtual paths in httpd.conf or in one of its include files (oracle_apache.conf, forms.conf). We suggest to specify it in forms.conf (in <AS_home>\forms\server, For 9i and 9.0.4 it is: forms90\server\forms90.conf).
    Use Enterprise Manager Website to edit this file (Click on HTTP Server, then on Advanced server Properties, then on forms.conf or forms90.conf).
    Add the following line, below the list of other AliasMatch tags:
    Windows:
    # Virtual path for FormsStart Utility
    AliasMatch ^/forms/fs/(..*) "C:\oracle\FormsStart/html/$1"
    Unix:
    # Virtual path for FormsStart Utility
    AliasMatch ^/forms/fs/(..*) "/app/oracle/FormsStart/html/$1"JeanYves

  • Hide Menu bar and disable dock.

    s there a way to Hide the Menu bar?
    (there must be a way because it gets hidden when watching a movie in full screen in vlc or any other app)
    and is there a way to disable (not hide) the dock?
    thanks.

    Is there a way to Hide the Menu bar?
    The menubar is a consistent interface artifact in Mac OS X and Macs in general which never changes its location, unlike Windows which attach menubars to specific applications. If your purpose is a kiosk style web browser, there is Saft for Safari. Other web browsers have their own built-in kiosk mode for the Mac.
    If you want a menubar to be hidden for other applications, contact the software vendor who makes the software you want the menubar hidden on. Most applications depend on its existence.
    The Dock while put on the right hand side of the screen is less likely to get activated by accident, and will activate more slowly than when on the bottom of the screen if you make it unhidden and magnification off, and then automatically hide it with command-option-D keystroke.

  • Hide menu bar and title bar in a JFrame

    Hi!
    I'm using a JFrame for a kind of viewer application. I start it as normal, so the JFrame has a JMenuBar with menus and the title bar with the application name.
    So far, all right, but at some point I would like to press a JButton to make the viewer application full screen, that is, hiding the window title bar and the JMenuBar.
    Any idea?
    PD: I've tried the method myJMenuBar.setVisible(false) in order to hide the menu bar, but it seems it doesn't work because I'm using the Look&Feel Metal with border decorations.

    something like this seems to work OK.
    basically, create a JPanel that is the contentPane of the frame, then for full screen
    create a JWindow, add the panel to the window, show the window
    (alt-F4 to close)
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    class Testing
      public void buildGUI()
        JMenu menu = new JMenu("File");
        JMenuItem menuOpen = new JMenuItem("Open");
        JMenuItem menuSave = new JMenuItem("Save");
        JMenuBar menuBar = new JMenuBar();
        menu.add(menuOpen);
        menu.add(menuSave);
        menuBar.add(menu);
        JButton btn = new JButton("Full Screen");
        final JPanel p = new JPanel(new GridBagLayout());
        p.add(btn,new GridBagConstraints());
        final JFrame f = new JFrame();
        f.getContentPane().add(p);
        f.setJMenuBar(menuBar);
        f.setSize(200,100);
        f.setLocationRelativeTo(null);
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.setVisible(true);
        btn.addActionListener(new ActionListener(){
          public void actionPerformed(ActionEvent ae){
            JWindow w = new JWindow(f);
            w.add(p);
            f.setSize(0,0);
            w.setSize(Toolkit.getDefaultToolkit().getScreenSize());
            w.setVisible(true);
      public static void main(String[] args)
        SwingUtilities.invokeLater(new Runnable(){
          public void run(){
            new Testing().buildGUI();
    }

  • CFolder- hide menu bar

    Hi,
    For cFolders- 
    1. How to hide settings, home and logout menu bar
    2. How to remove the hyperlink which appears on banner - we have changed banner left logos but the hyperlink appears on new banner - we are just looking for plain left logo banner without hyperlink as one places mouse over left logo in cFolders
    Thanks.
    Anirudh

    The formsweb.cf and the various htm files in the Forms90/server directory work in concert.
    Name value pairs in your cfg are substituted into the htm template (e.g. webutiljini.htm if you are using JInitiator) where there is the name you used, enclosed in %
    e.g. look into the default webutiljini.htm and you'll see lines like <PARAM NAME="lookAndFeel" VALUE="%lookAndFeel%">
    so a lookAndFeel=oracle value in your configuration would transform that into:
    <PARAM NAME="lookAndFeel" VALUE="oracle">
    So in this case you can add your own useSDI=yes parameter to your cfg entry and then add a useSDI=%useSDI% placeholder in the template on the serverArgs line (which will already have userid=%userid% etc.
    Make sure you update the Object tag used by IE and the Embed tag used by Netscape. So you have to do it twice in the template

  • Hide menu bar, address bar; Determine client screen resolution

    Hi!
    1) Is it possible to create WDA with hidden menu bar, toolbar and address bar in the IE?
    2) Is it possible to determine resolution of client's screen? It's for smart resizing of controls.
    Thanks!

    Is there a way to Hide the Menu bar?
    The menubar is a consistent interface artifact in Mac OS X and Macs in general which never changes its location, unlike Windows which attach menubars to specific applications. If your purpose is a kiosk style web browser, there is Saft for Safari. Other web browsers have their own built-in kiosk mode for the Mac.
    If you want a menubar to be hidden for other applications, contact the software vendor who makes the software you want the menubar hidden on. Most applications depend on its existence.
    The Dock while put on the right hand side of the screen is less likely to get activated by accident, and will activate more slowly than when on the bottom of the screen if you make it unhidden and magnification off, and then automatically hide it with command-option-D keystroke.

  • Hide Menu Bar on BBPSTART trx

    Hi guys,
    I would like to know if one can hide for default the menu bar at the right hand side of the start screen (BBPSTART) in SRM 5.0.
    I do not need the menubar to disappear! Just hide it when oen opens SRM
    Thanks for any reply,
    Aart

    Hi Sridhar,
    I checked the Personalization object key "AREA_MENU_SETTINGS"  I marked the check box "Use tree control" but this does not hide the menu bar on the start screen.
    Maybe Im forgetting something for it to work?
    Thanks for helping me out.
    Aart

  • Hide Menu Bar from Users Opening Form

    Allow Documents To Hide The Menu Bar, Toolbars, And Window Controls
    I see this in Preferences>Documents, but how does my doc hide the Menu Bar? The doc is a form that hospital patients can fill out in a kiosk, and we don't want them to see the Menu Bar when they open the form. How do I set the form so that when it opens, the Menu Bar is not visible? Once I have the form open, I know that F9 will close it, but we want the Menu Bar to be closed whenever this form is opened. So, in short how does this work?
    Allow Documents To Hide The Menu Bar, Toolbars, And Window Controls

    That's not an option but you can run some apps such as Safari in full screen mode which hides the menu bar.
    From the Safari menu bar ckik View > Enter Full Screen
    If an app supports full screen mode, that feature should be available from the apps View menu.

Maybe you are looking for

  • Loop browser not showing all loops

    I have all of the jam packs and have installed them. Now I am noticing that not all the loops are showing up in the loop browser. For example I select guitars, acoustic, I see 12-8 acoustic strum 01 and 03 but no 02. I look in the folder for jam pack

  • Problem while trying to execute Java class in JSP using  RunTime Class

    Hi, I want to execute a JAVA class through a JSP. For this I am using following code .... JSP (AAA.jsp) CODE ............ try String[] cmd = new String[3]; cmd[0] = "cmd.exe" ; cmd[1] = "/C" ; cmd[2] = "java -DPeBS_CONFIG_HOME=D:/CASLIntegration/PeBS

  • FI year End closing activities Sequence

    Hi Gurus we are running sap ecc6 , completed one 1.5 year , successfully closed pervious year FICO, Assets.  this time FI guy left . i have some knowledge of it. apart from small small fi year end closing\ precautionary  activites \ ( normally found

  • Ad hoc Query batch job

    HI All SAP HR - Adhoc query can be scheduled as a batch job? There are a few monthly adhoc queries that are run by users, can these be automated as scheduled jobs every month, with out ABAP programming required. Cheers Dinesh

  • Pop up slide show gallery

    could use a little help creating a pop up image gallery. can someone point me in the right direction.