Disable Screen Elements & Application toolbar elements!

Hi All,
Just a quick requirement.
I'm using 4 buttons on Application tool bar. And 4 buttons on Screen.
Once i click on any particular button, it should run few subroutines using Perform based on my requirements and once the processing is completed i need to disable all the 4 Application Tool bar buttons as well as Screen element buttons.
Thus, not allowing the user to perform the similar action repeatedly.
Please help to input your earliest suggestions.
Points guaranteed for your precious time
Thank you!
Regards,
Sundar.

Hi,
when the user is clicking the buttons for the first time then only the code should work
then put a counter
when the user clicks for the first time increase the counter
if the counter is greater than one then give a message like already action done
endif.
that is only when the counter is one then only process for the subsequent code..
other wise give an information message to user....
i hope this will work for your requirement but not exactly which you are asking...
this will not do the greying of the buttons..
thanks & regards,
venkatesh

Similar Messages

  • When I try to start Firefox I get an Error Message: (Javascript /application) Error on adding toolbar element. TypeError, aButtonLabel is undefined. id. Google Shortcut settings

    When I try to start Firefox I get an Error Message: (Javascript /application) Error on adding toolbar element. TypeError, aButtonLabel is undefined. id. Google Shortcut settings. Firefox will not start. I have been through the troubleshooting steps. Nothing helps
    == I tried to enter Firefox. No apparant reason ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; AskTbGLSV5/5.8.0.12304)

    Hi,
    had this problem but now sorted.
    Go to settings for google shortcuts, follow link to homepage and upload latest version, it has not yet been approved by Firefox, but works and solves the bug.
    Hope this helps.
    A

  • Disable selection screen application toolbar button

    Hi All,
    Could you please let me know how to hide or disable application toolbar pushbuttons in the selection screen default screen 1000??
    Thanks & regards,
    Santhosh

    Hi,
    Try this way.
    "Create table for function codes
    DATA: it_exclude TYPE TABLE OF sy-ucomm.
    PARAMETERS: r1 RADIOBUTTON GROUP gr1 USER-COMMAND uco1,
                r2 RADIOBUTTON GROUP gr1.
    INITIALIZATION.
      "Create two buttons with function codes FCODE1 and FCODE2.
      SET PF-STATUS 'MY_GUI'.
    AT SELECTION-SCREEN OUTPUT.
      IF r1 = 'X'.
        APPEND 'FCODE1' TO it_exclude.
        CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
          EXPORTING
            p_status  = 'MY_GUI'
          TABLES
            p_exclude = it_exclude.
      ELSE.
        REFRESH it_exclude.
      ENDIF.
    Thanks
    Venkat.O

  • Enable disable screen elements..

    hi,
    at runtime, say for e.g. i want to enable or disable screen elements, like text boxes. also i want to check/uncheck the checkbox..what r the statements ?
    where do i get the list of properties of the screen elements that i can set/reset ?
    thks

    hii
    here p_docno is individual screen element in above thread  there you need to give your screen element name and there is a condition like
    if p_rad1 is not initial..at this place use your codition like in below code for create and for modify radiobutton is there and see the code..like this you can use while you press button for CREATE and MODIFY.
    just you need to use button at that place like
    when 'CREATE'..or when 'MODIFY'.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS p_rad1 TYPE c RADIOBUTTON GROUP gr  DEFAULT 'X'
    USER-COMMAND
    usr .
    SELECTION-SCREEN COMMENT 3(16) text-005.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS p_rad2 TYPE c RADIOBUTTON GROUP gr.
    SELECTION-SCREEN COMMENT 3(16) text-006.
    SELECTION-SCREEN END OF LINE.
    PARAMETERS:
      p_num1 TYPE i MODIF ID num,
      p_num2 TYPE i MODIF ID num,
      p_char1 TYPE c MODIF ID chr,
      p_char2 TYPE c MODIF ID chr.
    AT SELECTION-SCREEN output..
    if p_rad1 is not initial.
        LOOP AT SCREEN.
           IF screen-group1 = 'NUM'.
            screen-input = 0.
            MODIFY SCREEN.
          ENDIF.                           " IF screen-name CS 'p_docno'.
          IF screen-group1 = 'CHR'.
            screen-input = 1.
            MODIFY SCREEN.
          ENDIF.                           " IF screen-name CS 'p_docno'.
        ENDLOOP.                           " LOOP AT SCREEN.
      ELSE.
        LOOP AT SCREEN .
           IF screen-group1 = 'NUM'.
            screen-input = 1.
            MODIFY SCREEN.
          ENDIF.                           " IF screen-name CS 'p_docno'.
          IF screen-group1 = 'CHR'.
            screen-input = 0.
            MODIFY SCREEN.
          ENDIF.                           " IF screen-name CS 'p_docno'.
        ENDLOOP.                           " LOOP AT SCREEN .
      ENDIF.                               " IF p_rad2 IS INITIAL .
    i hope it helps you.
    regards
    twinkal

  • Everytime i open Mozilla Firefox appears several messages saying that there were errors on adding toolbar element or menu element.How can i get rid of this?

    I changed my operative system in my computer to windows 7 and add several plugins to my mozilla firefox, and after that i couldn´t find the plus signal to open a new page in a new tab.So, everytime i opened a new page it oppened a new firefox window, and this was very boring.So, i tryed to open mozila in safe mode and tryed to add some extras and i think it was because of this that i started to have several boxes from java script application opening and telling about several errors everytime i open a new window in mozilla.The errors are the following:
    "error on adding toolbar element:NS_error Unexected, component returned failure code:0x8000fff (NS_Error_Unexpected)...id:places-New Place
    or:id:Plus-Circles
    or:id:Plus-Profile
    or:id:Wallet
    or:id:Web fonts
    error on adding menu element:NS_Error_Unexpected, component returned failure code:0x8000fff(NS_Error_unexpected) id:Places-New Place
    id:Plus-Circles
    id:Plus-Profile
    id:Wallet
    id:Web fonts
    id:"
    The problem now is that despite the errors appears all the time i open firefox, the good thing is that the plus signal now appears and i can open a new page in a new tab but that page opens at the same time in a new window!!! I mean the page appears in a new tab and in a new window and the errors are appearing all the time i open mozilla!What can i do to get rid of this???

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Disable Technical Information for UI Element in WEB DYNPRO ABAP

    Hi expert,
    I want to disable  Technical Information for UI Element in  my web-dynpro application i am alredy disable  in user setting by parameters WDDISABLEUSERPERSONALIZATION by i want to disbale other two options 1 Display quick help.
                2 More field help.
    KINDLY GIVE ME SUTIABLE SOULATION.
    REGARD'S
    Vikash

    Hi Vikash,
    Check this thread, may be you'll get some clues from here.
    [How to restrict right click to show user setting in WebDynpro ALV?;.
    Regards
    Manas Dua

  • How do I disable a unused application at the bottom of the screen on the IOs7to  save on battery life.

    How do I disable a unused application at the bottom the screen on a 4s using i0s7.0 software to save on battery power.

    Double Tap the Home Button... Then swipe the App Upwards.
    From here  >  Force the app to close

  • Enhance OVZ9 Screen with a new element

    Dear Experts,
    I know this has been discussed earlier and I had already searched through the forums to see an answer, but I could not find any and hence I am posting this here.
    We have the following business requirement in the ECC ATP functionality.
    1) We have different types of deliveries ( say QR delivery and normal delivery )
    2) We do the ATP check during delivery creation and when we create the normal deliveries ( customer shipments ), we would like to exclude the already created QR deliveries from the ATP situation so that the customer shipments get the confirmation.
    To achieve this, we would like to enhance the OVZ9 screen with a new element say "QR delivery" and we would like to keep it unchecked so that when a normal delivery gets created these QR delivery elements are unselected in the Scope of check and the confirmation is given to customer delivery ( normal delivery ).
    Is this possible ? If yes - I would highly appreciate your guidance on this.
    Thanks & Best Regards,
    Babu Kilari
    SCM APO Consultant

    To be honest, I do not know why SAP uses these ATP_* views rather than the database table. I doubt it provides any significant value regarding performance. Then again, I am not a performance person so you would be checking with somebody who has performance knowledge.
    we also intend to put this flag in the STO deliveries only for very few of them that undergo a specific process as per our business rules. So, the VBBE entries with this flag will be minimal
    I know I said it earlier but I think it is worth re-iterating. The modification you are proposing is so big that you should check if it is really necessary, especially if you are talking about so few deliveries on the system. There could be a danger that you are under-estimating just how much the availability check (i.e. the code you are changing) is used throughout the system.
    Another approach you could take is to use the EXIT_SAPLATPC_002 exit. This allows you to manipulate the ATP result. In here, you could just select the entries from VBBE that have the flag set (i.e. the flag that identifies them as STO deliveries). and then add this amount to the confirmed available quantity. So lets take this example:
    Stock = 100
    Issues = 100 [50 are sales order delivery, 50 are STO delivery].
    Your scope of check includes deliveries. So at the moment, there is 0 available. You want that there is still 50 available. T_MDVEX-MNG02 will contain the confirmed available amount (so 0). You could implement a select on VBBE in your exit that searchs for deliveries belonging to STO (based on whatever flag you decide to use). Then your code will total the values of these requirements. In this example, there is just one requirement so total would be 50. Then add the total to T_MDVEX-MNG02. This means you have 50 available in the above example, and not 0.
    So in summary, use the exit to:
    - Select the STO deliveries from VBBE (using the modified select you were going to use in LATP2FV0)
    - Total the quantities from the STO deliveries
    - Add the total quantity to the confirmed available quantity (T_MDVEX-MNG02)
    I think this approach is better as you can control in the exit when the STO deliveries are to be considered and you are not modifying code in include LATP2FV0 (I would be very wary of modifying that code). For example, you can put in conditions like "IF CHECKING RULE = "B" then do this", or "IF Transaction = then do this".

  • Enhance OVZ9 Screen with a new element - Is it possible ?

    Dear Experts,
    I know this has been discussed earlier and I had already searched through the forums to see an answer, but I could not find any and hence I am posting this here.
    We have the following business requirement in the ECC ATP functionality ( We have some of our plants not interfaced to gATP due to some restrictions )
    1) We have different types of deliveries ( say QR delivery and normal delivery )
    2) We do the ATP check during delivery creation and when we create the normal deliveries ( customer shipments ), we would like to exclude the already created QR deliveries from the ATP situation so that the customer shipments get the confirmation.
    To achieve this, we would like to enhance the OVZ9 screen with a new element say "QR delivery" and we would like to keep it unchecked so that when a normal delivery gets created these QR delivery elements are unselected in the Scope of check and the confirmation is given to customer delivery ( normal delivery ).
    Is this possible ? If yes - I would highly appreciate your guidance on this.
    Thanks & Best Regards,
    Babu Kilari
    SCM APO Consultant

    Dear Babu,
    sorry, but I am not a developer to answer this question. Please try to contact your local developer or you can
    request the development of special functions by SAP Custom Development under
    http://www.sap.com/services/portfolio/customdev/index.epx.
    as described in note 11.
    Hope this helps further.
    Regards,
    Tibor

  • I just installed Photoshop Elements that is supposed to be for Mac. The message appeared that said, ""You can't open the application Photoshop Elements 2.0 because PowerPC applications are no longer supported." I have a Mac OS X, Version 10.8.5,

    I just installed Photoshop Elements that is supposed to be for Mac. The message appeared that said, ""You can't open the application Photoshop Elements 2.0 because PowerPC applications are no longer supported." I have a Mac OS X, Version 10.8.5,

    Have a look here:
    https://www.google.com/search?q=%22You+can%27t+open+the+application+Photoshop+Elements+2.0 +because+PowerPC+applications+…

  • Screen problems with photoshop elements 10

    I installed Photoshop Elements 10 and Premiere Elements.
    Premiere Elements works allright, but Photoshop E 10 gives screen problems.
    De menu's on the top roll out, but there is no text in them.
    The screen in Organiser is distorted.
    I reinstalled P E 10 but the same problem accurs.
    I dit a computer reset to an earlier date and installed Ph.E. 10 again but the same problem. No text in the topmenus and a distorted screen in Organiser.
    Letters become 6x larger than normal.
    All my other programms work fine. I never had screenproblems.
    I use Elements 8 now again and that works fine.
    I use: Windows 7
    Card: NVIDEA GeForce GT 220 resolution 1680x1050
    Do I have to remove Elements 8 before installing Ellements 10? Is that perhaps the problem?

    Ken, The problem is: The buttons don't work. So I cannot use Edit...
    But:
    I reïnstalled Adobe Elements 10 for the 4th time
    Cleaned my register again.
    restarted my computer
    Did a computer reset to an earlier date
    Installed Elements 10 again but .......not the try version of Premiere Elements.
    Now Elements 10 has a normal screen.
    This was a try and error sollution. I hope it will last.
    Jan

  • How to create application toolbar in modal dialog box in selection-screen

    Hi Experts,
    how to create application toolbar in modal dialog box in selection-screen?
    Regards,
    Swapnika

    Hi,
    Check the following link regarding Model dialog box and appication toolbar
    http://help.sap.com/saphelp_nw70/helpdata/en/d1/801b84454211d189710000e8322d00/frameset.htm
    It helps in solving your problem.
    Thanks.
    Ramya.

  • How to pass selection screen parameters in text elements?

    how to pass selection screen parameters in text elements?

    don't you mean he other way around. Assign text-elements (selection texts) to select options?
    This you do in the menu where you can find text-elements, selection texts.
    menu Goto->text elements->selection texts.
    Edited by: Micky Oestreich on May 10, 2008 2:45 PM

  • Screen Application toolbar.

    Hi Experts,
       I have created two buttons on application toolbar i.e. SAVE And CHECK.
    my requirement is when any one click on CHECK button then only SAVE button should active.
    how to do this?
    Thanks,
    Abhishek

    Hi Tarun,
    I didn't understand whether it would work with the code you have given,
    START-OF-SELECTION.
      SET PF-STATUS '<pf_status_name>' EXCLUDING 'SAVE'. "disable save button
    AT USER-COMMAND.
      CASE sy-ucomm.
        WHEN 'CHECK'.
          SET PF-STATUS '<pf_status_name>'. "enable save button when CHECK is clicked
          "other code
      ENDCASE.
    once you have set the pf-status, i doubt if it would work without using the immediately option...
    please check it out...
    Hi Abhishek,
    is it working without immediately option as well.... please do let me know as I tried from my end tarun's code was not working without immediately option and it worked with the code I pasted just before tarun.
    Regards,
    Pinaki

  • Button on report selection screen application toolbar

    Hi,
    I want to place Button (application tool bar)on report(executable program) selection screen.
    Need your valuable suggestions.
    Thanks,
    Sreedevi

    hii
    1. create GUI status with "Status" name and "Short text"
    2. Now a screen will appear with the following,
                    a. Menu Bar
                    b. Application tool bar
                    c. Function keys
    3. Click the down arrow near the application toolbar
    4. Enter the function code like SAVE, EXIT, etc., You
    can also give ur own meaningful naming convention .
              For example ( ZTEST)
    5. Now press enter, it will ask for "Static text" or "Dynamic Text". Choose Static text and press enter
    6. Now it will ask for function text and Icon name. Specify some function text ( what it does ) and Icon name u want to attach.
    7. Press enter. It will ask for function keys. Specify a function key and press enter.
    8. Now u can handle this function code (ZTEST) either in PBO/PAI like IF FUNCTION = ZTEST ...ENDIF
    Note:
    Don't forget to set the GUI status u have created in PBO event.
    Example code to set PF status.
    PROCESS BEFORE OUTPUT.
    MODULE liste_initialisieren.
    MODULE setstatus_0100.
    LOOP AT extract WITH CONTROL
    tctrl_ztufi_league CURSOR nextline.
    MODULE liste_show_liste.
    ENDLOOP.
    In the above MODULE setstatus_0100 do the following,
    SET PF-STATUS 'ZGUI'. ( The GUI status u have created).
    Check this:
    <b>http://www.sapdevelopment.co.uk/reporting/selscr/but_appbut.htm</b>
    <b>http://www.sap-basis-abap.com/abap/add-button-to-alv-toolbar-with-reuse-alv-list-display.htm
    Re: How to add push buttons in out put screen of ALV
    http://www.planetsap.com/Tips_and_Tricks.htm</b>
    Regards
    Naresh

Maybe you are looking for

  • How do i backup my itunes library?

    hi all, is there any way i can backup my itunes libary with a dvd? i'm not interested in playing the music from it, just to have in case of hard drive failure. i thought of making one huge playlist but that seems like the wrong way to go about it. an

  • SCVMM Cloud Capacity Limitations don't match what OS reports

    So, in SCVMM we're going to be using clouds to limit how much resources different business groups can consume. I've created a number of clouds, and when VMs are created within them, each cloud reports a "Utilization" in the overview pane, basically s

  • How to lock ''Navigation Pane'' in Adobe Acrobat Standard 9

    Hello everyone, I want the Navigation Pane in Adobe Acrobat Standard 9 locked. I want the navigation pane lock in this position. Can it be possible ?

  • Difference Between Business service & Business System

    Hi Guys, I am new to SAP XI Any one pls Explain me with some basics like. What is the difference Between Business system & Business Service. Party & Service without party. Thanks In Advanece Regards Kiran.B

  • I cant log in via CC DT app

    Put email and password in its a no go said email or password invalid. Changed password told me not to use previous password, so I wasn't going nuts after all Entered a new PW same thing tells me each time I've been logged out please sign in.  Is ther