Hide a Status Gui button in SM30

Hi people!
Anyone knows how I can hide a button in status gui in a sm30???? I've already done the sm30!
When I say 'sm30'  i mean -> go se11 create a Ztable and acess Utilities > Maintenance table generator!
Can you help me???
Regards,
Gabriel
Edited by: Gabriel Petrini on Jan 21, 2008 4:15 PM

have you tried going into SE93 and creating a Z transaction code?  You might be able to go into that transaction... 
To have the create entries button hidden, you can go and set the default values for the screen to SHOW and it corresponding value to X.

Similar Messages

  • Add icon in Bar Button of Status Gui

    Hi Guys,
    I'd like to add an ICON_POSITIVE of <icon> in the bar button, but when trying it in status gui it show me an error message: "The icon ICON_POSITIVE doesn't exist".
    Please, help me.
    Yours sincerely,
    Marcos.

    Hi guy,
    I've already checked it in this table and the icons ICON_POSITIVE and ICON_NEGATIVE are there, but aren't allowed to be used in Bar Button of Status Gui.
    Thanks,
    Marcos.

  • Hide status bar buttons in transaction FBV2

    Hi,
       I want to hide BACK and CANCEL button in transaction FBV2.
       please give the solution.
    Thanks in advance.
    Regards,
    Arun.

    Hi
    check the program MF05VO00
    in the module status output you can add below statements
    set pf-status 'STD' excluding EF12
    set pf-status 'STD' excluding EF03
    let me know how it goes
    thanks

  • Now that the "Status Bar" is gone, is there a way to hide the "status notification" (bottom left corner) when a page loads? This is on Windows & FF5/6

    The so called "Status Bar" has apparently gone away since FF4, I'm now onto 6 I think, on my work machine. But one of the things I liked about the Status Bar was that it could be hidden entirely.
    With no Status Bar, now when a page is loaded in FF, you get a floating "Status Notification" in the bottom left corner for a second or two while the page is loading (this even happens in FullScreen F11, something I never had to deal with when the Status Bar existed).
    What I want to know is, is there a way to turn off this "Status Notification" entirely? A setting somewhere? Something in About:config? I haven't been able to find anything.

    1. Install the addon Status 4 evar, which puts the status text back in the status bar: https://addons.mozilla.org/en-US/firefox/addon/status-4-evar/
    2. Hide the status bar by right clicking the refresh button and unchecking "Addon bar"

  • Multiple selection screens with status gui

    Hi,
    I want to make a report with two selection screens and i should create a status gui for these two.
    So, I've tried to do, the following:
    * FIRST SCREEN
    SELECTION-SCREEN BEGIN OF BLOCK bk WITH FRAME.
    PARAMETERS: pa(200) TYPE c.
    SELECT-OPTIONS: so FOR sflight-carrid.
    SELECTION-SCREEN END OF BLOCK bk.
    * /FIRST SCREEN
    * SECOND SCREEN
    SELECTION-SCREEN BEGIN OF SCREEN 2000.
    SELECTION-SCREEN BEGIN OF BLOCK bk1 WITH FRAME.
    PARAMETERS: pa2(200) TYPE c.
    SELECTION-SCREEN END OF BLOCK bk1.
    SELECTION-SCREEN END OF SCREEN 2000.
    * /SECOND SCREEN
    AT SELECTION-SCREEN OUTPUT.
      SET PF-STATUS 'Z_STAT'.
      SET TITLEBAR 'COISO'.
    AT SELECTION-SCREEN.
      IF sy-dynnr EQ '1000'.
        CASE sy-ucomm.
          WHEN 'BACK' OR 'EXIT' OR 'CANC'.
            LEAVE TO SCREEN 0.
          WHEN 'EXECUTAR'.
            CALL SELECTION-SCREEN 2000.
            IF sy-subrc <> 0.
              LEAVE TO SCREEN 1000.
            ENDIF.
        ENDCASE.
    The problem is that on the first selection screen i have the status gui that I've created, but when i use CALL SELECTION-SCREEN 2000
    the status gui (Z_STAT) is not assigned with the screen 2000.
    Is this possible? If yes how, and how can i capture which button on status gui of screen 2000 was clicked, because the field sy-ucomm after the call selection-screen 2000 is not updated?
    Regards,
    Pedro Bessa

    harsh bhalla,
    its the same report. with two selection-screens. Can't i have status gui for both of them?
    Gurpreet Singh,
    I have a selection screen. Not a screen. Can a have a pbo for a selection-screen? or one for each selection-screen?
    The table SSCRFIELDS and the field sy-ucomm stays with the value from the first selection-screen.
    Regards,
    Pedro Bessa

  • How to create status separator button?

    I would like to create a separator button like ' | ' between two status button, how to achieve this?

    Hi eckwise su,
    Refer to this link
    Vertical line separator in status gui toolbar
    solves your problem
    Regards!

  • STATUS GUI

    Hi all!
    I would like to know, how to setup the icons EXIT and BACK from the Standard tollbar.
    I created a new Status GUI, with that, the standard tollbar is disabled, my code works, but when I clic on BACK or EXIT nothing happens, I wrote this:
    at user-command.
    CASE sy-ucomm.
    when '&BACK'.
    when '&EXIT'.
    endcase.
    But I don't know what I should write there, I wrote EXIT, but is not working. It's a simple program, no dynpros, it's a simple report.
    Also, is there any way writing a code, and after pressing a button to show the :
    1. Name of the button. and
    2. The function asociated to this button  ?
    I'll appreciate any help.
    Thanks,
    Gaby

    Did you set the function type to exit-command for that buttons ?
    check this link
    link:[http://www.sapdev.co.uk/dialog/exit_command.htm]
    Edited by: Keshu Thekkillam on Oct 6, 2009 7:32 PM

  • Break line in status gui

    Hi,
    I need to put a brake line like: |
    between some buttons of status gui toolbar. I tried some way but I miss. help
    thx
    mk

    U say "break line",is it a seperator?
    If YES,then u may assign the property of the menu item to be a seperator.It is displayed as the seperator of the WINDOWS.
    Hope this can help u.

  • Status GUI items ME51N

    How can I add a button in the status of the items table control in ME51N?
    In program SAPLMEGUI I do not see any STATUS GUI that corresponds.
    Thanks.

    I have solved it.
    In the include LMEGUICJM, in the METHOD toolbar_init.
    Putting the following thing:
        L_quick = ' My button '.
        CALL METHOD cl_gui_toolbar=>fill_buttons_data_table
           EXPORTING
             fcode            = '&MYCODE'
             icon             = icon_select_detail
           DISABLED         =
             butn_type        = cntb_btype_button
            TEXT             =
             quickinfo        = l_quick
           CHECKED          =
           CHANGING
             data_table       = lt_my_buttons
           EXCEPTIONS
             cntb_btype_error = 1
             OTHERS           = 2.
    The code of this button in the include LMEGUICJL, METHOD if_command_mm~execute.

  • OK Codes of GUI buttons while GUI recording.

    Hi all,
    I am facing a problem.. While BDC recording of any T-Code OK- Codes of the GUI (PF status) buttons like Cancel, Back and Up are not captured..
    Suppose after recording is done and we run that BDC recording and at any point of time we want to press 'CANCEL' and come out of screen it is not cancelled and goes further to the next screen..
    Please Help.
    Thanks and Regards,

    hi,
    No need to capture gui button function code..
    In SAP 'bend ' function code is used for come out the bdc recording at any step provided by .
    regards
    Gaurav

  • Hide or remove delete button - ESS personal data iView

    Hi, regarding for example ESS(50.4) personal data overview iView. 
    How to hide or remove delete button in the personal data overview iView screen(I know that this can be done on the ITS server side (web studio), but I want to do this in R3)
    /Best Regards
    Patrick

    Achim was right on. Edit/Change the Internet Service in R/3. A few things to consider though....
    (1) if using the original service, you may want to create a copy of theme 99 into your own theme (any number will do...99 is just the default theme). If doing so, be sure to change the service's service file (yeh, I always loved that about SAP's naming) to point the ~theme paramter to your new theme.
    or
    (2) Copy the entire service into your own "Z" service. Then modify the templates as you wish. You will need to point the iView to this "Z" service too.
    Also, it is best to do it via SE80 vs. file level because then it will be part of a transport and follow the correct path through the landscape.
    Now, if you really want to go back to R/3....find the function module or program the transaction code for your service actually calls, make a "Z" version of it, modify it, create your own "Z" t-code to call it, and THEN modify the internet service's service file (either the original SAP one or a custom version) to call your new "Z" t-code. Lot of work...yes, I know....but that's the way it's done if you gotta get back down to the ABAP level.
    Hope this helps!
    Message was edited by: Christopher Solomon

  • Robo v9 Show/Hide without Twisties - One button no longer working

    Hey there, as stated I am using Robo v9 with Show/Hide without Twisties (One button) with javascipts.  We have most of our images using DHTML drop-downs and when folks click on "Show All Images" on the page, the GIF changes to "Hide All Images" and all drop-downs (our images) and expanding text are diaplayed.
    It had been working all the time, but now it only works when I right click the topic in the TOC and choose "Edit Topic", then while in the Edit Window (Display view), when I do a View (Ctrl-W) and it displays the page within RoboHelp..I can click the "Show All Images" and it works like it always had.  BUT, if that page is not in the Edit Window, and I right click "Preview Topic", the click "Show All Images" (or on the DHTML dropdown itself) it will NOT show the images, *but the GIF image does properly toggle to "Hide All Images" (and if I do again, then it properly toggles to the "Show All Images" GIF, if I do it again), but now NO images are getting displayed for some reason.  It also NEVER works properly when I publish to our website (even when clicking the DHTML dropdown itself), but the GIF images toggle properly.
    If I right click and choose "Preview Topic" and click "View With" and use Internet Explorer 8 it still never works anymore, unless the topic is in the Edit Window (Display View), so I know the issue is not on the server.  It stops working after I do a generate and run on my pc.  Also when I view it IE8 within Robo (and Allow the Blocked Content to run the scripts), many instances of the same error is shown as:
    Message: Access is denied. 
    Line: 2646
    Char: 3
    Code: 0
    URI: file:///D:/Users/_RBH9_TPO-Generate/v9-testing/ehlpdhtm.js
    ...but I *do* have access to the folder system, but in checking the coding of the ehlpdhtm.js, that area show, where I believe line 2646, character 3 starts at the "values = getAttribute(element, prop );" line below...but maybe something does not exist:
    ==
      //End HTML code invoked function
    function InitEffect( element, prop )
    var values = null;
    if( getAttribute(element,prop)) 
      values = getAttribute(element, prop );
    else if( getAttribute( element, "currentStyle" )  && element.currentStyle.getAttribute)
      values = element.currentStyle.getAttribute( prop );
    else  if (element.style.getAttribute)
      values = element.style.getAttribute( prop );
    if( !values )
      return;
    var functions = new Array();
    ==
    I have a much older backup when restored, it all works properly again in all cases, but I have done so much work since then that I think would need to be manually redone.  I have played with keeping those some javascipts alone (in case I changed something) and updated the rest of the data files I had added, deleted the .CPD file, but it somehow stops working again, probably with some updated file.  I am not sure what specific files could be causing the negative impact that is preventing it from working.  Maybe if I knew what files could impact, I couldrestore those from my old backup.  The newer backups when restored do not work properly, so there was a point in time where something changed and is causing this.
    All prior versions of RoboHelp (v7 and v8) have always worked and still do.  I am using v9.0.1.262, as the latest version has not yet been allowed on our pcs (per security), but since my earlier backup works, I thought it may not be the issue, but wanted to tell you anyway.  ;->
    Any ideas on how I should proceed?  What files may have impact to cause it not to work anymore?  The showhide.js is the only .js to show up as a baggage file.  Also, the DHTML line does exits in each html page's code, as we are still using Robo v7 as the production software and the Show/Hide always works, and I copy them into the respective Robo v9 folders (and if new, then I copy them, then import them), otherwise the newer v7 updated pages are copied over the older v9 html files while RoboHelp is closed.
    Thanks in advance for any info you can provide!

    I may have figured out what to fix to get v9 back to working on the Show/Hide button, but not the "why?" .
    It looks to all be dealing with the Robo automatic html coding of where to locate the .js file(s)...here is a quick overview of this issue and what I did.  When I view the non-working pages within Internet Explorer 8 within Robo (and Allow the Blocked Content to run the scripts), I saw many instances of the same error is shown as this in the log, which implied since I *do* have access rights, maybe the file was just not being found.
    Message: Access is denied.
    Line: 2646
    Char: 3
    Code: 0
    URI: file:///D:/Users/_RBH9_TPO-Generate/v9-testing/ehlpdhtm.js
    OK, here are my findings.  EXAMPLE #1 and EXAMPLE #2 below are excerpts of the same file.  EXAMPLE #1 is from Robo v7 and is copied to the v9 folder after it was updated so our soon to be "production" webhelp will be from Robo v9 (instead of making the same manual updates in Robo v9 as in Robo v7, I copy the updated the .html file to the Robo v9 file system).  Note the direction of the directory slashes of the java scripts listed below, as they are all DOS type slashes (back slashes), EXCEPT for ehlpdhtm.js as it is the ONLY one using UNIX (forward) slashes.
    EXAMPLE #1 (from Robo v7)
    ==
    <link rel="StyleSheet" href="..\..\sty-std-topic.css">
    <script type="text/javascript" language=JavaScript x-save-method=compute-relative
    src="..\..\showhide.js"></script>
    </head>
    <body>
    <robohelp><script type="text/javascript" language=JavaScript1.2 src="../../ehlpdhtm.js"
    x-save-method=compute-relative></script>
    <script type="text/javascript" language=JavaScript1.2>
    <!--
    if( typeof( InitEffects ) != 'function' ) InitEffects = new Function();if( typeof( InitTrigger ) != 'function' ) InitTrigger = new Function();if( typeof( FilePopupInit ) != 'function' ) FilePopupInit = new Function();if( typeof( TextPopupInit ) != 'function' ) TextPopupInit = new Function();
    //-->
    </script>
    ==
    EXAMPLE #2(from Robo v9)
    This is from the restored backup of the Robo v9 files that always work when I restore them, and note they are ALL UNIX (forward) slashes.  These backup files were generated from Importing/Upgrading a copy of the Robo v7 files into Robo v9.
    ++
    <title>[Endpoint Protection] Symantec Overview</title>
    <link rel="StyleSheet" href="../../sty-std-topic.css" type="text/css" />
    <script type="text/javascript" language="JavaScript" src="../../showhide.js">
    </script>
    </head>
    <body>
    <?rh-script_start ?><script src="../../ehlpdhtm.js" type="text/javascript" language="JavaScript1.2">
    </script><?rh-script_end ?>
    ++
    Additional info: The following is from another file from the Robo v9 backup files that always WORK and once again they are ALL UNIX (forward) slashes. 
    ~~
    <link rel="StyleSheet" href="../../sty-std-topic.css" type="text/css" />
    <script type="text/javascript" language="JavaScript" src="../../showhide.js">
    </script>
    </head>
    <body>
    <?rh-script_start ?><script src="../../ehlpdhtm.js" type="text/javascript" language="JavaScript1.2">
    </script><?rh-script_end ?>
    ~~
    BUT since all .js files are referenced in EXAMPLE #1 have DOS slashes (back slashes), EXCEPT for the ehlpdhtm.js, I decided to change the line in ehlpdhtm.js FROM src="../../ehlpdhtm.js" TO src="..\..\ehlpdhtm.js" and IT (this one page) BEGAN WORKING AGAIN after I published.  So having all DOS back slashes DOES work in Robo v9!!!!  BUT it appears that Robo v9 only generates new pages using UNIX (forward) slashes in ALL coding.  I've read about issues like this occurring with the FireFox browser, but we only use IE8, and have not read anything like this related to IE8 issues. 
    So if all UNIX forward slashes and all DOS back slashes can work in Robo v9 in finding and using ehlpdhtm.js, (the Show/Hide buttons function properly) why is this problem existing in Robo v9 when there are mixed "slashes" (using forward and backward)?  ...and the mixed slashes ALWAYS works in Robo v7!  They do not have to all be in the same direction in Robo v7 as it appears to have to be in the newer/more advanced Robo v9.  Why does it matter that all slashes need to be all the same direction, if Robo v9 CAN actually read and figure out the DOS back slashes (formatted by Robo v7 creation) and actually generates UNIX forward slashes for the .js files in new Robo v9 output within the .html?
    More importantly will I have to always do a Global search and replace in Robo v9 to change the direction of the "back slashes" when I copy updated Robo v7 .html files into the Robo v9 folders (instead of manually reworking each change), while in transition from v7 to v9?
    Thanks in advance any information, recommendations, and feedback as your time is greatly appreciated!

  • Gui Buttons don't press when upgrading from 1.1.8 to 1.4.0

    We are upgrading an application from 1.1.8 to 1.4.0 and the Gui button's do not work. I believe it is due to some sort of focus problem (and parent windows) but cannot get it to break in a simple test application. Just wondering if anyone else has had gui problems when upgrading to 1.4.0. If I recompile back to 1.1.8 it works great.
    Thanks.

    wow that's odd...almost sounds like you have a transparent window that is over the buttons so it intercepts the mouse events. Would have to see some code but it really sounds like it's the code and not the jvm....if it were, I would think alot of people would be screaming.

  • Is there an app that hides the status bar?  Or permits customization of it?

    I'd like to hide the time in the status bar, or replace it with other information.
    Reason: I don't like being reminded what time it is when using a PDA type device, especially not in the middle of the night if I'm reading on it.
    Is there an app that hides the bar universally, or lets one replace the time, with say the date or other text?

    Are you sure about that? Several highly regarded, widely downloaded apps, e.g., eReader, have an option to hide the status bar. The developer forums are awash in discussions about the commands to hide the status bar-- it's built in to the SDK.
    I figure someone will have put out a small program that does nothing but hide the status bar or allow its tweaking... much like StatusBar does on the Palm OS 5 PDAs...

  • How to change the Callback function of a GUI button?

    I would like to change the callback function associated with a GUI button dynamically in the programming way.
    Here is the code piece I tried, but it does not seem to work:
    const char* pstrLabelSaveJpeg = "SaveJpegCb";
    SetCtrlAttribute(pahel_id, ctrl_id ,ATTR_LABEL_TEXT, pstrLabelSaveJpeg);
    int CVICALLBACK SaveJpegCb(int panel, int control, int event, void *callbackData, int eventData1, int eventData2);
    Solved!
    Go to Solution.

    The attribute you used is about the "label" of the button.
    It is just an appearence attribute. You can write your own name on it, but that does not change the callback function.
    You should change the ATTR_CALLBACK_FUNCTION_POINTER attribute, and you should not pass the function name as a string.
    So your function call will look like this:
    SetCtrlAttribute(pahel_id, ctrl_id, ATTR_CALLBACK_FUNCTION_POINTER, SaveJpegCb);
    Of course, you have to declare the SaveJpegCb function somewhere above that line.
    I think you have already done that.
    S. Eren BALCI
    www.aselsan.com.tr

Maybe you are looking for

  • How can we change the time of the media file from java code ?

    Hi, particularly, how can we start the media file from the second 55 and not from the second 0 (beginning) ? Thanks.

  • Photoshop PSD is importing as Quicktime Picture

    I am creating menus in DVDSP 4.1.2 and when I import my PSD files they show up in the Assets window they appear as a "quicktime picture" not a "photoshop still" that will allow me to select my overlays, etc. Checked the Apple DVDSP boards only came a

  • My ipad 3 has disappearing apps.

    I can see them in the App Store as needing updates, but they will not update and they do not appear anywhere else on my ipad. I have tried to search for them and still nothing! Help? Netflix, imdb, amazon, pandora, etc. all missing!

  • Include program

    Hi all, I am tyring to develop an report.In this I want the definition of the subroutine in an include. This the code I have written : <b>Main program :</b> REPORT zotcrgt003 . INCLUDE z_i_otcrgt003. " include for data Declarations. SELECTION-SCREEN

  • Scene Builder

    Will Scene Builder be integrated in Netbeans or it will be a stand alone application?