How to grey out Allication tool bar button of PF-status for a selection-scr

Hi All,
I have an urgent requirement to grey out(not to exclude) an application tool bar button in normal selection-screen PF-STATUS.
Please let me know if any one has done something like this before.

Hi,
This code[mentioned in the suggested link] will deactivate the button.
DATA itab TYPE TABLE OF sy-ucomm.
PARAMETERS test(10) TYPE c.
AT SELECTION-SCREEN OUTPUT.
  APPEND:
           'PRIN' TO itab,
          'SPOS' TO itab.
  CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
       EXPORTING
            p_status  = sy-pfkey
       TABLES
            p_exclude = itab.
You can deactivate Print and Save button.

Similar Messages

  • How do I add a tool bar button?

    I would like to create a button on the Acrobat X Standard tool bar ribbon on the top of the page that saves the document I'm viewing to a specific directory TIFF format.  I have to do this MANY times per day, a script of this nature would save me MANY key strokes. Note I don't want the button on a form or burried in the "tools" menu, but rather along side the Save, Open, and other buttons.
    Do I need to upgrade to a more expensive Acrobat to get this functionality?
    Thanks
    Jim

    It should be possible with Standard. For more information, read the following:
    http://acrobatusers.com/tutorials/how-save-pdf-acrobat-javascript
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.524.html
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.134.html
    When you use the app.addToolButton method in a folder-level JavaScript in Acrobat 10, it adds the button in the "Tools > Add-on Tools" panel, but you can drag it up to the Quick Tools toolbar.

  • Tool bar buttons disappeared in version for iPad

    I have Pages and Numbers on my iPad 2.  Two of the toolbar buttons disappeared after an update.
    Specifically the Info button and the Object button.  Anybody have any idea how to get them back?

    It all still works, you just need to explore. There is a ruler in Pages. It is used for margins, tab settings, etc. There is a document setup for setting overall margins in a document.
    I suggest you take a few moments to read the Getting Started Document that comes with Pages and Numbers as well as spending some time with the Help Files that can be found in the Tools Menu (wrench). You'd be surprised how much is still there and working.

  • To disable the Application tool bar button in ALV report

    Hi Everyone,
    Iam using REUSE_ALV_GRID_DISPLAY to display ALV report.
    Now my requirement is to disable(I mean grey out) a application tool bar button.
    Thanks in advance
    Moderator message: please search for available information and try yourself before asking.
    locked by: Thomas Zloch on Sep 23, 2010 11:38 AM

    We can disable the buttons on the application toolbar as below.
    *To Exclude a few buttons from the Application tool bar
    data: it_excluding type slis_t_extab.
    data: wa_excluding type slis_extab.
    wa_excluding-fcode = '&OUP'.
    append wa_excluding to it_excluding.
    wa_excluding-fcode = '&ILT'.
    append wa_excluding to it_excluding.
    wa_excluding-fcode = '&ODN'.
    append wa_excluding to it_excluding.
    and in the FM.....
    call function 'REUSE_ALV_GRID_DISPLAY'
          exporting
            i_callback_program      = sy-repid
            i_callback_pf_status_set = 'ZPICK'
            is_layout               = itlayout
            i_callback_user_command =  'LIST1'
            i_grid_title            = <fs>
    *       i_callback_top_of_page  = ' '
            it_fieldcat             = itfieldcat[]
            it_excluding            = it_excluding
    But,no idea on how to disable the  whole application tool bar itself ?
    K.Kiran.

  • Safari tool bar button text

    How can text be added to the tool bar buttons in safari,OSX version 10.10, have managed to get text on mail buttons but not Safari, just makes life easier when you can see what the buttons do.
    Best regards.

    If you forget what a particular button does just hover the cursor over it until it's title appears:

  • How do I get the tool bar on the very bottom of my monitor to return there .

    How do I get the tool bar or the box at the very bottom of my monitor to return there . Now for some reason it is on the right hand side of my monitor. This box has the start up button and the time and date on it plus others.

    Hi,
    Hope the following article helps:
        http://www.wikihow.com/Change-the-Position-of-the-Taskbar-in-Windows-7
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Enabling Tool Bar Buttons for LIST UI for FBI ?

    Hi,
    I have created Actions to a Node 'MNR_SEARCH_RESULT',
    when I Configure LIST GUIBB with this node I made 3 tool bar Buttons for these actions, but when Test the Application tool Bar Buttons are disabled .
    (No data present in the list).
    below are the screen shots :
    How to make these Tool Bar Buttons Enable ?
    How to Create One Click Action in the List ?
    Thanks In Adv.
    Thanks,
    Kranthi.

    Hi Kranthi,
    1. Can you please check the additional settings in FPM list - 'Enable Event on All Selections'?
    2. Check the corresponding FPM view. In 'Action' tab, add the actions and check the checkbox 'enable' .
    Thanks,
    Dhivya

  • How to add a standard tool bar in alv

    H i
    i am developing a custom report  in Alv interactive report for to dispaly MRP information.
    Can you sejjest me how to add  a standard tool bar in alv.
      i displayed one final alv grid display there i have to add standard tool bar and application tool bar.
    Thanks,
    Rams
    Edited by: Ramsoft on Oct 27, 2010 12:09 PM

    Hi,
    Give the PF ststus name in  the PF status parameter of ALV FM
    I_CALLBACK_PF_STATUS_SET          = ' PF_STATUS'. " this parameter of ALV FM
    FORM pf_status USING pt_extab TYPE slis_t_extab.
      SET PF-STATUS 'MAIN' .
    ENDFORM.                    "pf_status
    Then create a main PF status by double clicking on it , after this goto EXTRA in menu
    EXTRA>ADJUST TEMPLATE> then give program - SAPLSLVC and status - STANDARD this will give u standard toolbar of ALV ,
    THen add what ever button you require in application toolbar
    Regards,
    Madhukar Shetty

  • How to grey out Intel Graphic Media for local users?

    does anyone know how to grey out the options to stop local users changing graphics options from Intel media graphics for Mobile?
    As well if anyone know what is different in BIOS updates, any option to cancel booting devices (not only change order)

    Hi
    Sorry but something like this is not known to me. You can disable a lot of different functions but display properties and settings are always available.
    BTW: I do not see some problem there is someone change resolution or whatever if the resolution is high and symbols to small.
    As far as I know it is not possible to cancel booting devices.

  • How to Grey out the field "tracking number" during change mode in the order

    HI Expert,
    How to grey out the Tracking number (AFVGD-BEDNR) at Order -> Operation tab -> external tab ->tracking number.
    during creation IW31 = not grey out and allow entry.
    for change mode IW32 = grey out
    if i set grey out at config OIOPD, it will grey out even during creation mode.
    Please advise
    Thanks
    Regards

    Hi
    I think Using field selection it is not possible to make as display ,kindly check with screen or transaction variant -SHD0
    regards
    thyagarajan

  • How do i get my tool bar  back on the screen

    How do I get my tool bar back on the bottom of my screen?

    Full Screen mode turned on?
    Press the  esc  key in the keyboard- left top most key.

  • User exit/ BADI in f-32 / f-28 for adding application tool bar button

    Hi Experts,
    There is a requirement, for adding application tool bar button in the Transaction codes F-32 / F-28 / Feba_lockbox. So that while clearing documents with reference document, they can upload the data(Reference Documents) from local file and after the data is fetched for clearing, they need to download the data to local file for verification. If the data is verified to be okay, then they can go ahead with simulation and posting. They need this verification to be done in excel sheet, so need to download the data into local file.
    I found a BADI in that screen is BADI_LAYER but I don't think it is relevant.         
    Any help is apreciated!
    Is there any EXIT ? Because I can not find it too.
    Regards,
    Nitin

    where you did the enhancement?
    I have to create the IDOC once Clear docuemnt is created.. It may help me.

  • How do I delete a tool bar

    How do I delete unwanted tool bars, not just hide them, but delete them permanently.

    Deleting third party toolbars can be a major problem, and not supplying the name of the toolbar you want to remove may cause additional work for everybody including yourself.
    * [http://kb.mozillazine.org/Problematic_extensions Problematic extensions - MozillaZine Knowledge Base]
    * [http://help.yahoo.com/l/us/yahoo/toolbar/version/index.html?pir=INVH9XpibUkpfvVJVLVkj39W2AE5jeCTxOjmBt55E7yaM2gzugqNJpxV8EI0cmablkUEwkxkR1R.ASd_w67B81eEfWx33eT4VAu9tQ-- Toolbar version | Yahoo Help]
    * [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling toolbars - MozillaZine Knowledge Base]

  • When I open Safari, it goes to the home page, but there is no toolbar forSafari, the home page is in the middle of an all white window, how may I get the tool bar back.

    When I open Safari, it goes to the home page but there is no tool bar at the top of the window, and the home page is in the middle of a white window that is full screen. I cannot do anything with Safari because there is no toolbar. how do I get the tool bar back.
    Thanks for any help.
    Phillip

    Sounds like you are in Full screen mode. Run your cursor to the top of the page and click on the blue arrows on the right hand side.

  • I use Aperture 3 how can I have the tool bar colored?

    I use Aperture 3, how can I have the tool bar colored?

    Thanks for your help, for the time beeng i will follow your suggestion: "learn to love the new look."
    In any case I strongly recomend Apple to correct the Aperture 3 software.
    Have a nice day
    Sergio

Maybe you are looking for

  • XI RWB monitoring error

    Hi All, I am accessing XI servers of different firewall. I can access Integration builder but getting error when trying to access RWB and Not getting errors when accessing RWB inside the same firewall of XI servers. In RWB page> Component monitoring>

  • Wat is the use of sid in extended star schema rather than linking masterdat

    hi bw gurus, wat is the use of sid in extended star schema rather than linking masterdata with dimention tables? thanx in advace, i will assign points, srinivas

  • Bindable variable and WebServices

    Hi,   I am new to flex and am trying to create a simple interactive application which interacts with a Web service. I am using a button to trigger the web service call and want to display the data in a data grid component. I also have a Combo box whi

  • Install owasmime.msi for all RDS users

    Hello everyone. We need to install owasmime for all users, using our RDS farm (2008 R2). Is there any way to do it? When I install it, it just works for my user account. Exchange 2013 SP1 CU6.  Thanks in advance!

  • Function module or search help !

    Hi ABAP gurus, I have a requirement where I have to have the Material, Sales Organization and Distribution channel displayed as parameters on one screen. But the trick here is when ever I select any material .. The sales organization and distribution