How to perform a bottom of the application toolbar by codding?

Hi.
I tried to found info about this, it seems to be easy, but i couldn't found it.
I have a ALV Report (with funtion module not OO).
I copied a gui status from program saplkkbl status gui: standard_fullscreen.
In the ALV i have one column editable, i could refresh the info when i push the bottom that refers the function code &REFRESH
I add a buttom in the application toolbar, i would like to execute or perform the standard funtion '&Refresh', and after that do my own code.
how could i do it?
thanks!!!
Albio.-

Hi.
Well... i'm doing my program like you told me:
FORM user_command USING r_ucomm LIKE sy-ucomm
  rs_selfield TYPE slis_selfield.
  rs_selfield-refresh = 'X'.
  CASE r_ucomm.
    WHEN 'CALC'. "buttom added by me
      PERFORM recalcula_formula.
    WHEN 'RUN'.  "buttom added by me
      PERFORM corre_batch_input.
    endcase.
ENDFORM.                    "USER_COMMAND
I need to execute the standard funtion bottom '&REFRESH' before my perform 'recalcula_formula'.

Similar Messages

  • How Do I Get Rid Of The Application Toolbar In CS4?

    I can seemingly turn everything else off. I don't want the Application Frame. I don't want the Application Toolbar. I just don't want it. My screen real estate is valuable to me and it's in the way. I can't even dock it on a side or as a tab somewhere. I need the vertical screen real estate. Where do I turn this off? And if it isn't possible--why NOT? This is a serious gripe and I'm going to see if I can scrounge up an old copy of PS. This is a waste of $700.

    I humbly submit that I was wrong. And sorry for the rant; this has been bugging me for a while. The menu item was indeed there--after I restarted PS while holding down command-option-shift. Best guess is something corrupted while/shortly after installing.

  • Creating a push button in the application toolbar-----vvvv urgent...

    Hi,
    I have already created in the program.
    The addl. requirement is to create a pushbutton after displaying the output .
    Can anybody tell the procedure on how to create a pushbutton in the application toolbar.
    Plz send the relevant code also to download the output in to the excel sheet.
    Regards,
    Sree
    Edited by: sree on Feb 18, 2008 10:09 AM
    Edited by: sree on Feb 18, 2008 10:13 AM

    Sree,
      If you are using ALV report:
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
             EXPORTING
                  i_callback_program       = ws_repid
                  i_callback_pf_status_set = 'GUI_STAT1'
                  i_callback_user_command  = 'STAT'
                  is_layout                = gs_layout
                  it_fieldcat              = i_fieldcat[]
                  it_sort                  = wa_sort1
             TABLES
                  t_outtab                 = i_zaw_pol_plan.
    *--Setting Status of output screen
    FORM gui_stat1 USING rt_extab TYPE slis_t_extab.
    SET PF-STATUS 'STANDARD1' EXCLUDING rt_extab.
      SET TITLEBAR text-005.
    ENDFORM.
    Double click on status 'STANDARD1'.
    Expand the Application toolbar-->press ctrl+f1 for change mode -
    >add your  buutton name --> double click on name add text name button icon  --> save it.
    In classiccal report also Add set pf status
    same like above

  • How to make the buttons INVISIBLE in the Application toolbar

    Hi All,
    I have a requirement to create a button in the Application toolbar of the Module Pool Screen. The field should be made Invisible by default. and it should be displayed based on one condition.
    Could you please let me know how to make that particular button INVISIBLE. I think we can make it invisible by using EXCLUDING statement. But, How to make the button VISIBLE again when the check is satisfied.
    I found from the portal that the FM 'VIEW_SET_PF_STATUS' can be used to make a button INVISIBLE. Could anyone help me out how to pass the parameters to this Function module?
    or is there any Function Module available to make the button VISIBLE and INVISIBLE? Please help me on this issues.
    Is there any possibility to make the button VISIBLE or INVISIBLE as we do for the screen fields using LOOP AT SCREEN..?
    Thank you in advance.
    Regards.
    Paddu.

    Hi,
    Try to use below in the PBO module status_0100 OUTPUT.
    DATA t_fcode TYPE TABLE OF sy-ucomm.
    refresh t_fcode[].
    APPEND 'Function code name of the button' TO t_fcode. 
    Check the condition here for which you want to make field visible.
        DELETE FCODE of the button from T_FCODE table
      ENDIF.
      SET PF-STATUS 'STATUS_0100' EXCLUDING t_fcode.

  • How to perform a QBE in the tree table

    Hi,
    How can we perform the following actions on the tree table
    1) We wanted to display all the enabled children for all the node stamp. There is a column for the child node which can say whether tehy are enabled or not .
    we can have an action listener. But how can perform this query in the action listener. How to access all the childern in all the node stamps
    2) similarly we we want go back again to display all the children for all the node stamp, jow can we do that.
    As per my uderstanding we don't have toolbars filter for the tree table.
    any pointer or code snipet will help a lot
    Thanks
    Santosh

    Hi,
    you cannot disable nodes in the sense that they cannot be expanded or selected. What you can do though is to ignore node selections in a custom selection handler or to render the node different (e.g. using an output text component instead of a command link or image etc.). What is your functional requirement for what disabled nodes should not do
    Frank

  • How do I disable Security Warning - "The application requires an earlier...

    h4. How do I disable Security Warning - "The application requires an earlier Java. Do you want to continue?" ?
    The message is correct - our ESS application requires 1.4.08, but this message has begun with 1.6.11. Earlier versions of 1.6 did not produce this. Is there any setting anywhere that I can use to prevent this from displaying for my users?
    Thanks.

    The simplest approach is to only have the latest version of Java "enabled".
    A fix, step-by-step, is as follows:
    1. Close all browsers;
    2. Make sure you are running latest version of Java (check this via Java Control Panel in Windows Control Panel, or, more simply, just download latest version from Java.com) (as of today's date, the latest version is 1.6.0_14);
    3. Open Java Control Panel (via Windows Control Panel);
    4. Go to "Java" tab;
    5. Click on "View" in "Java Applet Runtime Settings" of that tab;
    6. Uncheck "Enabled" for every version of Java listed EXCEPT for the latest version;
    7. Click "OK", etc., and thus close Java Control Panel;
    8. Restart browser(s);
    9. Done.
    Alternatively, you can Uninstall all earlier versions via Windows Control Panel - Programs and Features (This is in Vista; similarly in other Windows versions)... Select previous versions and uninstall them. Leave the most current version.
    This was a puzzling one, at least for me. Took a while to figure out.
    M

  • How many pushbuttons u can create in application toolbar in selection scree

    Hi
    How many pushbuttons u can create in application toolbar in selection screen? 
    Thank You

    Hi,
    Use SET PF-STATUS 'ZABC'.
    Double click on it.
    It will display Application toolbar. Create the buttons.
    I think the limitation is bcz of the LABEL of button, if you create buttons with a Single TEXT, then you would be able to create many buttons, including toggle button. The Toggle button would switch the buttons.
    i.e say initially 10 buttons are displayed along with toggle button. You click the toggle button , then remaining 10 buttons are displayed.
    Best regards,
    Prashant

  • Grey-out button dynamically in the application toolbar

    Hi,
    How can I grey-out button dynamically in the application toolbar?
    It's not an ALV grid, where it's easy.
    SET PF-STATUS '100' EXCLUDING 'SOMETHING'. hides completely the button.
    Thanks,
    Peter

    Hi,
    Sorry forgot to add something to my previous reply...
    The complete steps will be as follows :
    1. Create Two PF status , One with active Button and Function code and Second with Inactive Function code and Greyed button (This can be acheive by using Push Button assignment as specified in the thread)
    2. Dynamically change the PF status to Second one when you want to deactivate the specified Function from the application tool bar.
    regards,
    Sumeet Mishra
    Reward point if this helps : )

  • Every time I open Safari, I get a message (and a pop-up) that says the Safari browser I'm using does not support Community Toolbar. How can I get rid of the Community Toolbar or at least turn it off?

    Every time I open Safari, I get a message (and a pop-up) that says the Safari browser I'm using does not support Community Toolbar. How can I get rid of the Community Toolbar or at least turn it off?

    That toolbar/ct plugin seems to cause problems for all who install it!
    Close Safari, then locate and delete the following files and it should be gone:
    /Library/Application Support/Conduit
    /Library/InputManagers/CTLoader
    /Library/Receipts/ctloader.pkg
    /Library/Receipts/<Toolbar name>.pkg
    /Library/Application Support/SIMBL/Plugins/CT2285220.bundle
    /Users/<User name>/Library/Application Support/Conduit
    where / is the root library on your Hard Disk.
    If you are running Snow Leopard you should also look here:
    Library/launchAgents/com.conduit.loader.agent.plist
    Library/Application support/conduit plugins
    Note: Safari does not support any third-party toolbars except those supplied as an extension to Safari via the Extension Gallery.

  • Is it possible to deactivate a button on the application toolbar?

    Hello everybody!
    Is it possible to deactivate a button on the application toolbar from standard transaction like PA40?
    I'd want to do it using an user-exit.
    Thanks in advance.
    Cristian

    there is a push button on the std tool bar of pf-status 'Function code'.using that u can activate and deactivate teh function codes
    or
    Check this FM : RS_SET_SELSCREEN_STATUS
    sample code :
    DATA: BEGIN OF i_exc OCCURS 0,
    code LIKE sy-ucomm,
    END OF i_exc.
    DATA: ws_repid like sy-repid.
    CLEAR i_exc.
    i_exc-code = 'ONLI'.
    APPEND i_exc.
    MOVE: sy-repid TO ws_repid .
    CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
    EXPORTING
    p_status = ' '
    p_program = ws_repid
    TABLES
    p_exclude = i_exc.

  • DISPLAY DYNAMIC TEXT ON THE APPLICATION TOOLBAR

    Hi Abappers,
    On the application toolbar i want to display dynamic text depending on which button is selected. can this be done...
    regards,
    Mansi.

    write the conditional setting of titlebar in
    at selection-screen output .
    if <condition> eq 'X' .
        set titlebar 'MAIN' with 'Maintain' .
      else .
        set titlebar 'MAIN' with 'Display'  .
      endif .
    now double click on MAIN, the system will ask youto creat the title click yes
    in the title field you can write static text along with & sign
    (& Test & & &)
    now if you say
    set titlebar 'MAIN' with 'Display'  '1' '2' '3' .
    it will display as
    Display Test 1 2 3 .
    Regards
    Raja

  • How do I get rid of the community toolbar error message

    how do I get rid of the community toolbar error message

    Folks,
    Here is THE answer.  This has been a  problem of mine for MONTHS.  Use this link and it will DELETE that "community toolbar" notice.  Thanks to another person for posting this:
    http://thefreedictionarycom.ourtoolbar.com/uninstall/
    IT WORKS!

  • I uninstalled and reinstalled but at the end of installation there were erros.  See attached screen shot.  I now cannot open the application.  error code 10810 comes up when I try to open.

    I could not update photoshop CS6 and Jeff from forum advised unistalling and reinstalling (Tk93580659). Mac OSX. In real trouble, as suggested I uninstalled and reinstalled but at the end of installation there were errors.  See attached screen shot.  Now I cannot open the application.  Error code 10810 comes up when I try to open (see 2nd screenshot).  Please help.  I have now lost photoshop altogether whereas previous at least I still could use it but could not update.  Thank you for any help to instal successfully.  Dr Koh

    Still looking for a solution to specific installation errors (see screeshot) referring to "Language Pack installation failure":
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050: - Adobe Photoshop CS6 Core: Failed due to Language Pack installation failure
    ERROR: DW050: - Adobe Photoshop CS6 International English Language Pack_AdobePhotoshop13-en_GB: Install failed
    Unfortunately previous advice of using CCS cleaner tool, and suggestions from links for 1) "exit code 6 and 7" and 2) "Troubleshoot instal logs" did not work at all. So I am desparate to fix this because I have spent a lot of money purchasing Photoshop CS6 but have no functioning program. Surely Adobe can help solve this problem with installing, or else it means a lot of money spent on Photoshop CS6 for nothing. I am appealing directly to Adobe to help because I have come to the end of my options. I thank the forum for their suggestions but so far the solution for this specific "Language Pack installation failure" problem is missing. Thank you.
    Dr Koh

  • How do I get rid of the community toolbar error message when I select Safari?

    How do i get rid of the community toolbar error meessage when i select safari

    Folks,
    Here is THE answer.  This has been a  problem of mine for MONTHS.  Use this link and it will DELETE that "community toolbar" notice.  Thanks to another person for posting this:
    http://thefreedictionarycom.ourtoolbar.com/uninstall/
    IT WORKS!

  • How can I change Icons on the Bookmarks Toolbar?

    How can I change Icons on the Bookmarks Toolbar?

    There are two extensions that help you apply your choice of an image for any Bookmark, not just the BTB icons. Choose one extension based upon the features it has, <br />
    https://addons.mozilla.org/en-US/firefox/addon/7849/ <br />
    https://addons.mozilla.org/en-US/firefox/addon/3176/

Maybe you are looking for

  • Hash Table -Runtime error.

    Hi, i am defining internal table as hash table but it is giving runtime error like bolow. some times it is executing properly or giving dump.please give me some suggestions to come out of this problem. Ex: What happened?     Error in the ABAP Applica

  • Selecting two JText Area at a time

    Hi All, I am creating an GUI application for diff'ing two text files. For showing the two text files I am using the JTextArea and now the problem is when I show difference between two fields I have to select text in the two JTextArea Simultaneously s

  • Verify Sender System - Communication channel RFC sender

    Dear all, We would like to select the option "Verify sender system" in our communication channel, RFC sender. Do you know the correct parameters that we need to set? SYS-ID, CLIENT? It would be nice to have an example. Our PI version: PI7.11 Thanks y

  • Selective Mode Pubshing (See it but NOT Try it, etc.)

    I am trying to publish player content for my partner organization. They would like the "SEE IT" and "PRINT IT" but not the other modes. When I publish, I always get ALL the player modes. Looking at the topic properties, it appears as though you can c

  • EP6.0 How to restore deleted Content in the PCD

    Hi,    I have suddenly discovered that the entire custom created folder with all the content objects( Roles, Worksets, pages, Iviews etc ) in it suddenly disappeared from the PCD. I have searched extensively with the folders, pages, ivies etc but cou