Multiple pushbuttons on application toolbar not fitting

Hi ppl,
I have a created a custom transaction wherein I need to display about 18 pushbuttons on the application toolbar.
But, the problem is that all of these do not fit on the screen so I can see only about 10 buttons in my transaction (the last button is not even displayed completely).
Please let me know if I can create a multi line application toolbar or is there any other solution for this?
Regards.

Hi ppl,
I had a custom screen designed for my transaction.
And I was able to display around 10 buttons on the application toolbar. No issues with that.
Now, I have placed 9 pushbuttons on the application toolbar and the remaining are designed in the screen area.
Thank you all for the quick and helpful replies.
Regards.

Similar Messages

  • Pushbuttons on application toolbar of basic list 1

    Hi all,
    I want to do BDC for sales order creation  but before that my user want to validate item data based on some conditions (customised in system using user exit : idea is to avoid occureence of user exit by validating it on internal table level )
      So I will display the data in the list format and user will check it...and then execute BDC...for that I want some pushbuttons on application toolbar of basic list 1.....(not on selection screen)
    I am thinking of set pf-status...but how and where to set it?
    Any idea please........
    Thanks....

    Hi,
      You can place SET PF-STATUS just before the display list code.
    Regards,
    Sravanthi

  • Pushbutton on application toolbar

    Hi,
    How to write code for pushbutton on application toolbar in a normal report program and functionality on that?
    Basic question. Please search before posting such basic questions
    Edited by: kishan P on Sep 2, 2010 3:09 PM

    Hi Chandrka,
    To create and appear push button in the screen you need to create a Push button.
    go to start of selection .
    add syntax.
    Set PF STATUS 'cutom'.  <-- Double click on the custom it will take you to se41 and add a button in application toolbar
    and write code in At-user command and handle it.
    Prabhudas

  • Adding pushbutton in application toolbar of HR programs  using LDB

    Hi all!
    I have a requirement to add a pushbutton in the selection screen application tool bar for the HR programs when using LDB PNP.
    Normally when we are using LDB in our program we will get a extra button provided by SAP after the execyte button. When we are creating a new button for this by using the table fields sscrfields with the function key as 2.
    But, the statement "SELECTION SCREEN FUNCTION KEY 1" is not showing any pushbutton in the application toolbar.
    The same question is already posted in SDN but no reply.
    Please provide your suggestion.
    Thanks,
    Rajan U

    Hi all!
    I have a requirement to add a pushbutton in the selection screen application tool bar for the HR programs when using LDB PNP.
    Normally when we are using LDB in our program we will get a extra button provided by SAP after the execyte button. When we are creating a new button for this by using the table fields sscrfields with the function key as 2.
    But, the statement "SELECTION SCREEN FUNCTION KEY 1" is not showing any pushbutton in the application toolbar.
    The same question is already posted in SDN but no reply.
    Please provide your suggestion.
    Ive found this keyword: SELECTION-SCREEN FUNCTION KEY n [ldb_additions].  Will this be useful??
    Thanks,
    Rajan U

  • Pushbuttons on application toolbar in selection screen

    Hi,
    I have created 2 pushbuttons in the application tool bar of selection screen using pf-status.But the other icons in the standard toolbar were grayed out because of this.can anyone tell me why this is happening.

    Hi
    you need to define those other elements of the menubar in the PF-STATUS for example for back write -
    > BACK
    for cancel----->CANCEL for save
    use these predefined function codes
    PRI
    List
    CTRL-P
    Print displayed list
    %EX
    List
    Shift-F3
    Exit processing
    PICK
    Edit
    F2
    Event AT LINE-SELECTION
    RW
    Edit
    F12 , ESC
    Cancel processing
    %SC
    Edit
    CTRL-F
    Find
    %SC+
    Edit
    CTRL-G
    Find next
    BACK
    Goto
    F3
    Back one level
    P--
    CTRL-PgUp
    Scroll to first window page
    P-
    PgUp
    Scroll to previous window page
    P+
    PgDn
    Scroll to next window page
    P++
    Ctrl-PgDn
    Scroll to last window page
    Regards
    Pavan
    Edited by: Pavan Bhamidipati on Jul 11, 2008 6:40 AM

  • Application Toolbar Not Working Properly. Help!

    I'm having an issue with my Mac. The toolbars and other areas of each window in each program are not working properly. There is a bunch of random apples in place of certain buttons. Its hard to explain exactly what is going on so I've attached a couple screen shots of what I'm talking about. Does anyone know whats going on or how to go back to the default settings? I'm using Mac OS X 10.7.2 Any help would be greatly appreciated.

  • Not enough space for items in application toolbar...

    Hello Gurus,
    We a ALV report where we have more then 35 items in Application toolbar. It seems that in standard application toolbar, there cannot be more then 35 items in application toolbar.
    What is the option so that I can have more tehn 35 buttons in application toolbar of ALV ?
    Is there a way (maysbe some object oriented way) so that I can have multiple lines of application toolbar or have more then 35 buttons in application toolbar ?
    Regards,
    Jainam.
    Edited by: Jainam Shah on Mar 18, 2009 6:57 PM

    If you are using OO for alv then you can make toolbars into GROUPS
    class lcl_event_receiver_grid implementation.
      method handle_toolbar_0100.
        clear ls_toolbar.
        move 3 to ls_toolbar-butn_type.
        append ls_toolbar to e_object->mt_toolbar.
        clear ls_toolbar.
        move 'DETAIL_MENU' TO ls_toolbar-function.
        move icon_detail TO ls_toolbar-icon.
        move 'Switch to STC...'(101) to ls_toolbar-quickinfo.
        move 2 to ls_toolbar-butn_type.
        move space to ls_toolbar-disabled.
        append ls_toolbar to e_object->mt_toolbar.
      endmethod.                             " handle_toolbar_0100
      method handle_menu_button.
        if e_ucomm = 'DETAIL_MENU'.
          call method e_object->add_function
                      exporting fcode   = 'YSTC'
                                text    = text-100.
        endif.
      endmethod.
    and
        set handler event_receiver_grid->handle_toolbar_0100 for grid1.
        call method grid1->set_toolbar_interactive.
        set handler event_receiver_grid->handle_menu_button for grid1.

  • Displaying a Push button in the application toolbar for an ALV report

    Hello everyone,
    Query:
    Is it possible to display a custom push button in the application tool bar while displaying an ALV report(1st one)?
    On pressing this custom push button will I be able to display another ALV report(2nd one) based on the selection made on the current ALV report(1st one)?

    Yes u can have pushbutton on application toolbar.
    You just have to use the new pf status in your report program.
    You should copy the 'STANDARD' GUI status from program SAPLKKBL using transaction SE90 >Programming SubObjects> Gui Status.
    Execute this transaction to get to next screen. select status using checkbox. click on GUI Status --> Copy.
    Enter your Z program name and the name you what for this status - you can keep it as 'STANDARD' to be simple.
    Then you can edit the new status to add or delete buttons. This will also bring in the standard SAP ALV functionality.
    Have a look at below code for using the new status.
    TYPE-POOLS: slis.
    DATA: i_qmel LIKE qmel OCCURS 0.
    data v_repid type repid.
    SELECT * FROM qmel INTO TABLE i_qmel.
    v_repid = sy-repid.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    I_CALLBACK_PROGRAM = v_repid
    I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS'
    I_CALLBACK_USER_COMMAND = 'USER_COMMAND'
    i_structure_name = 'QMEL'
    TABLES
    t_outtab = i_qmel
    EXCEPTIONS
    program_error = 1
    OTHERS = 2.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    form set_pf_status using rt_extab type slis_t_extab.
    set pf-status 'TEST'.
    endform.
    FORM user_command USING ucomm LIKE sy-ucomm
    selfield TYPE slis_selfield.
    data lv_ucomm type sy-ucomm.
    lv_ucomm
    = sy-ucomm.
    CASE lv_ucomm.
    WHEN 'BUTTON'. "Double Click line Item
    **Write ur functinality here
    endcase.
    endform.
    Also have a look at below links.
    http://www.sap-basis-abap.com/abap/add-button-to-alv-toolbar-with-reuse-alv-list-display.htm
    ALV report
    Best Regards,
    Vibha
    *Please mark all the helpful answers

  • I have windows 7. I keep getting error message"apple application support not found". I have uninstalled and reinstalled i tunes multiple times but unable to get rid of error message. Can anyone offer a solution

    I have windowa 7 operating system. When I install I Tunes, I get an error message "Apple Application Support not found".
    I have uninstalled and reinstalled I Tunes multiple times with same error.
    Can anyone offer a solution?

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Changing of Application ToolBar pushbutton  base on the tab.

    Hi,
    I have a tabstrip with 2 tab. When the user come to the first screen ( 1st tab) the application toolbar will show 3 pushbutton, when the user select 2nd tab, the application toolbar must change to 2 pushbutton. 
    When the user click back on the 1st tab, it will show the 3 pushbutton again in the application toolbar. How to achieve that?
    Regards,
    Rayden

    Hi Rayden ,
    I am giving you an idea, just try this, in the mean time I will prepare a code for you and 'll post. What I understood is you want to display 3 Buttons in the application tool bar for the Tab 1 and 2 for the Tab 2.
    Just declare an internal table with type sy-ucomm.
    <b>Data:itab type standard table of sy-ucomm.</b>
    Now you 'll be having one screen say 1001 in which two subscreens 0101 and 0102. For the screen 1001 create all the 5 (3+2) buttons.
    Say you have a button called SAVE and function code is SAVE also.
    <b>Append save to itab.</b>
    Now when user will select the tab1 check the ok_code and in the PBO section for the screen 1001 you have to set the PF status as below.
    In that case suppose you don't want to display the SAVE button so what you have to do is
    <b>set pf-status 'PF_1001' excluding itab.</b>
    So you have to just write a logic to handle this scenario with tab2 also.
    Hope this would help you.
    Cheers
    Somnath

  • 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

  • Why is my FireFox browser application either taking multiple attempts to open or not opening at all?

    When I click the FireFox icon, the application will not readily open. I usually have to go into Task Manager and delete the process and I must do this several times. At times the application does not open at all and I just have to wait after shutting the computer off. I removed FireFox and re-downloaded the most recent version. It did not help. I clean the cache/defragment and have malware detection software. I check updates. Please advise.

    http://kb.mozillazine.org/Browser_will_not_start_up

  • Preview application does not print images correctly sized

    The Preview application does not show me what size the image will print out.
    It defaults to Scale to Fit: Print entire image.
    The % in the Scale: window seems to be what the % turns out to be, depending on which Scale to Fit: is selected.
    If I click into Scale:, and then change the %, when I hit Return, it prints immediately without allowing me to preview what size the change actually looks like.  Need to change that behavior!!!  Can't see how to do it.
    Probably want the default setting to be Scale: 100% but can't figure out how to do that.
    ALSO the Preferences / Images setting has two choices.
    But playing with the Define 100% scale as just changes the size of the image in the Preview viewing window.  The PRINT menu still has the same default and the same Scale: % size.  No matter which I select, the PRINT default is still the same %.

    OR....
    https://discussions.apple.com/message/10689391#10689391
    choiropiha
    Dec 4, 2009 7:48 PM 
    Preview.app in Snow Leopard has removed the option to print without scaling, and recreating this behaviour with the remaining options is quite complex and requires 4 extra steps. Steps to Reproduce:
    1. Open a document in Preview.app, such as a PDF, of a known paper size.
    2. Select 'File' > 'Print…'
    3. Change the paper size to one where the default scale value with the default 'Scale to Fit:' 'Print Entire Image' is not 100%. This step is often unnecessary, as many documents will require reduction to include margins, even if the paper sizes match.
    4. Select 'Scale:'
    5. Select the scale % value.
    6. Delete the scale value.
    7. Input '100' in the scale value box using the keyboard.
    8. Press tab to avoid radar #7256827.
    9. Click 'Print' Expected Results:
    Click on a single option to print at 100%, if by chance that wasn't the default option. This would have been one step. Actual Results:
    Does what it says. Steps 4 through 8 are necessary to print at 100% in most cases. Regression:
    This behaviour was as expected in OS X 10.5.x and previous versions, or we wouldn't be having this discussion. Notes:
    Printing at 100% is the only scaling that is common enough to warrant a button to make it an easy one to get to. Preview.app itself even has an 'Actual Size' toolbar button, but has removed this function for printing.
    Graphic designers (and other professionals) or specific applications (such as printing on pre-cut or pre-printed paper, labels, or DVDs) can commonly require printing at 100%, and using PDF to distribute documents makes Preview.app the most logical choice for many printing jobs.
    Having something other than 100% as a default can cause expensive media to be ruined by a mis-scaled printout, unless these 4 (+1) steps are followed every time.
    Most other apps, including Safari, Mail.app and TextEdit default to no scaling, making Preview.app an exception. I am an architect and this is really annoying!
    Does anyone know a workaround? 

  • Module-Pool application toolbar

    Respected SAP guru,
      I like to know how Application Toolbar button should be disabled or enabled in Module-Pool Programming plz, explain with example.
    Sincerly,
    sandeep

    As mentioned in the Thread, use the Syntax
    SET Pf-STATUS 'STATUS' excluding itab
    Example:
    data: BEGIN OF MTAB_UCOMM_EXCLUDE OCCURS 0,
            VALUE(4) TYPE C,
          END OF MTAB_UCOMM.
    AT USER-COMMAND.
      PERFORM SET_PF_STATUS. ...
    FORM SET_PF_STATUS *
    Set up the menus/buttons for the report *
    FORM SET_PF_STATUS.
      CLEAR MTAB_UCOMM_EXCLUDE.
      REFRESH MTAB_UCOMM_EXCLUDE.
      CASE MI_CURRENT_PAGE.
        WHEN 1.
    *-- Do not want any pushbuttons that point to items to the right
    *-- since the list is at its rightmost position
        MTAB_UCOMM_EXCLUDE-UCOMM = 'FRST'.
        APPEND MTAB_UCOMM_EXCLUDE.
        MTAB_UCOMM_EXCLUDE-UCOMM = 'PREV'.
        APPEND MTAB_UCOMM_EXCLUDE.
      WHEN MI_TOTAL_PAGES.
    *-- Do not want any pushbuttons that point to items to the left
    *-- since the list is at its leftmost position
        MTAB_UCOMM_EXCLUDE-UCOMM = 'LAST'.
        APPEND MTAB_UCOMM_EXCLUDE.
        MTAB_UCOMM_EXCLUDE-UCOMM = 'NEXT'.
        APPEND MTAB_UCOMM_EXCLUDE.
      WHEN OTHERS.
    *-- Want all pushbuttons to appear on any other page
      ENDCASE.
      SET PF-STATUS 'MAIN' EXCLUDING MTAB_UCOMM_EXCLUDE.
    ENDFORM. " SET_PF_STATUS
    Hope this helps
    Vinodh Balakrishnan

  • Menu bar and application toolbar

    is there a way to change item text on menu bar and application toolbar  eg in business partner overview(T-Code fmcacov) i want to change text 'Business Partner" to "tax Payer" on both menu bar an application toolbar. i have tried the norma way of going to change the screen but when i am on the GUI status its not going to change mode even sfter entering the access key

    Hi ,
    Open the program and click on GOTO=>ATTRIBUTES.
    Change the text to the heading which you want.
    SAVE & ACTIVATE.
    Regarding opening in change mode, the steps you have carried out are correct.
    You need to comment the existing gui-status by placing cursor on that line & click delete.
    Then click on INsert button and add new gui-status.
    Best regards,
    Prashant

Maybe you are looking for

  • How many times do I need to refuse Verizon Selects before you accept my out OUT choice?

    I don't want to join now, I do not wish in the future, and you're starting t **** me off with the **** weekly prompts on my phone! I've refused at least a hall f dozen times, how many times do I gave to say "No!" before you pay attention to my decisi

  • Cannot open numbers

    Can someone help? I cannot open my own numbers documents, numbers documents sent to me by others, xcel documents or the numbers application.  It worked fine for years, then had difficulty opening one doc.  I performed a force quit and re-opened.  Aft

  • Help! External hard drives lost formatting from windows!?!!

    I have Windows installed on my macbook through bootcamp, and i was trying to get my external hard drives (formatted as HFS+) to connect through macdrive. I have 2 500GB WD firewire drives anyway in the process windows did something and now my drives

  • Correct OCCI connection String

    Hi, I trying to write some small application on a 32bit Centos machine, with g++ and OCCI, I have correctly setup the library linking and have some sample code running alright, however I don't seem to be able to get a correct connection string to con

  • Final Cut Express 3 - Won't Open

    When clicking on the icon I get the splash screen and I see that it's going through my AU audio plug-ins. Then the program just doesn't open. *Is there a way to not have it look at my AU plug-ins?* I never do audio editing in FCExpress anyway. I have