Disable commnad field standard toolbar SAP

Hi,
How I can disable de command field in the standard toolbar?
I try to remove, delete, disappear or lock the command field, by this way, the users can't introduce any transactions.
I know that exist the possibility with which you can don't show this command field (pressing the triangle) but this solution doesn't lock this field and if you press again the icon, this field appear another time, then this is not a solution with which I can solve this problem. Another thing or method that I have used it is through the SM30 with the table SSM_CUST with the parameter ALLOW_TCODE_START but this doesn't work or do any thing with the command field standard.
Don`t exist authorizations.
I hope some help for this problem.
Thank's
-MARCOS-

Hi Darren,
thank you for your answer.
Do you know other way to disable that command field?? I was thinking about something like Windows Regedit or modification the initial screen (programme SAPLSMTR_NAVIGATION). 
Thank's.
-MARCOS-

Similar Messages

  • To disable one field of standard sap screen.

    Hi,
    I want to disable one field of standard SAP screen for example
    tran code : MD61
    Field : Version.
    Can Anybody suggest me with simple coding.
    thanks
    naresh

    Naresh,
    I guess this can be done using Transaction Variant SHD0.
    Just try to check the links related to transaction variant.
    1.go to SHD0
    2.give the transaction as MD61     
    3.Transacation variant as zmd61
    4.now press create button
    4.Here you will get to see the initial screen on MD61
    5.Press enter
    6.You will get to see the field attributes in a screen called 'Confirm Screen entries"
    7.There you can make a field as required/invisible/ouputonly.
    Do check other links available in SDN for more info.
    K.Kiran.

  • How to disable a field in a standard transaction

    Good day,
    Can any one tell me , with an example of , how to disable (the field should not allow any input ) a parameter  or a select option in a standard transaction.

    Probably the only way to achieve this is by creating transaction variants:
    In the SAP Reference IMG, you can create transaction variants. Choose Basis Components ® Application Personalization ® Tailoring of Application Transactions ® Configure Transaction-Related Display Values for Fields (Transaction SHD0). Transaction variants allow you to preset values for fields in a transaction, set field attributes, or hide entire screens.
    To execute a transaction variant, you define a variant transaction using the Transaction Maintenance transaction (SE93).
    Once you have entered a transaction code and short description, choose transaction type Transaction with variant (Variant transaction).
    To define a variant, enter the name of the transaction and the name of the variant. You can then use the new transaction code to start the special variant of the transaction.
    Steps :-
    Transaction SHD0 - Create a variant for the required transaction bychanging the layout through hiding fields and screens.
    Transaction SE93 - Create a variant transaction (e.g. for VA02 you canname it as ZA02). Next allocate the transaction variant to this varianttransaction.

  • How  to add custom fields to the  sap standard  program ukm_bp_display

    How  to add new custom  fields to the  sap standard  program ukm_bp_display .
    could u  please any one help me on this?

    Hello Kumar,
    You have to modify below structure, as this structure is providing the field catalog for output display (ALV).
    Here you can see there are a lot of include structures, so if you want to add fields in the output display you can add those fileds as an append structure to any of the below mentioned structures (Like ukm_s_account, ukm_s_bp_cms_sgm etc as per your requiremnt and positon at which you need to dispaly your fields.)
    DATA: BEGIN OF gt_grid_alv OCCURS 0.
           partner LIKE but000-partner,
           credit_sgmnt LIKE ukmbp_cms_sgm-credit_sgmnt.
            INCLUDE STRUCTURE ukm_s_account.
            INCLUDE STRUCTURE ukm_s_bp_cms_sgm.
    DATA:   credit_sgmnt_txt LIKE ukmcred_sgm0t-credit_sgmnt_txt.
          Gruppe Vector
            INCLUDE STRUCTURE ukm_s_bp_vector.
          Gruppe OBL = Obligo
          include structure UKM_S_BP_CMS_MALUSDSP_OUT.
            INCLUDE STRUCTURE ukm_s_display_segment.
            INCLUDE STRUCTURE ukm_s_bp_cms.
            INCLUDE STRUCTURE bus000_dat.
    *DATA:   icon(4).
          Gruppe RAST (Raster)
    DATA:
             rast01 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast02 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast03 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast04 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast05 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast06 LIKE ukm_s_display_segment-AMOUNT_GRID.
    DATA:    rast2_6 LIKE ukm_s_display_segment-AMOUNT_GRID.
    "Summe raster 2 bis 6
    DATA:  END OF gt_grid_alv.
    Another way is you can  go  to SE38, and you can create implicit enhancements.One enhancement point is available here in this required area. so create an implementation and add your fileds with data types.This way is also simple.
    Hope this will solve yiour problems.
    Regards,
    Antony Thomas

  • Menupainter: How to disable - Standard toolbar -

    Hi All,
    I wish to disable few buttons in Standard toolbar in a  report output.This report is obtained from a standard program.Kindly suggest a solution.
    Regards
    Tina

    Hi,
    you are calling standard Transaction.
    get the main program name and pf-status name.
    and then collect the okcodes(function codes) for the buttons which you want to exclude.
    now you have to append to the table of type sy-ucomm.
    then call this way..
    data: p_extab type table of sy-ucomm.
    append 'ENTR' to p_extab.
    SET PF-STATUS 'STATUS'  OF PROGRAM 'ZTEST_PROG' excluding p_extab.
    Regards
    vijay

  • Import button (the exclamation point) is disabled in Import manager toolbar

    Hi,
    I am working with MDM and loaded catalogue into MDM import manager. I did Mapping fields/Values and table mapping in Import status tab shows "Filed mapped 30 of  30". But the Import button (the exclamation point) is disabled in Import manager toolbar to import this to data manager.
    Thanks
    Suri

    Hi Suri,
    Please refer my article "SRM-MDM Catalog Setup - Ready Reference".
    The SDN link is attached below
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/806f3d56-0d29-2d10-9abf-c0df6f0fdfe8?quicklink=index&overridelayout=true
    Kindly refer "Import of supplier catalog" section.
    Hope this helps.
    Regards,
    Vikas

  • Embed word document in C# winforms, Have to disable/hide Quick access toolbar.

    Hi Team,
    Currently i am embedding a word document in winforms. I need to disble/hide/remove the quick access toolbar from the word, i was tried in different ways like below ways in C#  but it's not working .
    With oDocument.Application.CommandBars("Standard")'disable the standard toolbar
          .Enabled = False
          .Visible = False
     End With
    WebBrowser1.ExecWB OLECMDID_HIDETOOLBARS, OLECMDEXECOPT_DONTPROMPTUSER'toggle between "reviewing" and "standard"
    toolbar
    End Sub
    Any help would be highly appreciate.Thanks.

    Hi Ravindra
    The code you're trying to use is for the old "toolbar" GUI that was discontinued in the Office applications starting with version 2007. CommandBars is still present in the object model and does interact with the new "Ribbon" interface
    to a certain extent, but it's NOT used to affect visibility.
    The Ribbon GUI, introduced in Office 2007, is defined by "Ribbon XML" and cannot be affected by code running from outside the application interface, nor by code running in-process that's not part of the same "container" as defines the
    Ribbon XML.
    From the screen shot you provide, it looks like you want to work with a specific type of document ("Custom Letter")? If yes, then it would be best for you to create a template that contains the Ribbon definition you want to provide for that type
    of document. In order to suppress the QAT you need to use the "startFromScratch" command for the customUI which also means that the Ribbon XML must define the ENTIRE Ribbon interface you want to provide to your users.
    You'll find the basics about customizing the Ribbon in the three-part article "for developers". You can find links to that, as well as to other information concerning the Ribbon,here:
    https://social.msdn.microsoft.com/Forums/office/en-US/ba8c9d0b-7312-4503-8167-f2ef86f17435/information-on-the-office-fluent-ui-ribbon-for-developers?forum=officegeneral
    Cindy Meister, VSTO/Word MVP,
    my blog

  • Change the description of a field in a SAP QUERY

    Can i change the description of a field in a SAP QUERY report in the output of the report.or only the standard descriptions can be displayed.
    Edited by: mysap query on May 12, 2009 7:23 AM

    HI,
    in query maintenance (sq01) you can change the text of the field at the selection screen (change the selection text in the screen where you choose the selection fields) and the header text in the output list (basiclist maintennace , go to "basic list header", double-click each header field to maintain the text). This change is only for the particular query. No ABAP-er required to do so.
    BR Christian

  • Disable a field at Item level for SC confirmation Screen

    Dear All ,
    PLEase help me with a step by step instruction on how to disable field at Item level of  confirmation screen of SC .
    I tried in Webdynpro component : Web Dynpro Component:/SAPSRM/WDC_DODC_CONF_IBD in se80 and below is what I get ;
    When I click on Display it asks me for an access key which I dont have ..
    When I click on the enhancement option it asked me to create an implemenation which I did as seen in yellow below and still the enabled field is not getting editable so tha I can uncheck and make the field dissapper .
    Please can some one really help me in understanding what exactly I am doing wrong ?
    Also  Please let me know if the SPRO path related in this to be able to do in any which way ... I tried expanding
    Configure field control .. and it doesnt expand so dont know which other option to use ..
    Thanks for your help in advance .
    Kindly let me know !!
    Regards
    Vinita

    HI Laurent .
    1. Thanks for your input . I wasnt able to open the SPRO path coz I was using SAP 720 and when I installed 730 I was able to use it .
    2. I am still not able to udnerstand how to configure it through Meta data .. What does Final_Entry mean .. I want to disable the field Last del indicator and its flag box and the label as well ..
    3. I tried through component configuration and it worked ..as below :
    I went to the webdynpro component and started the component configiurator :
    Here I made both the field and Label insisible and was able to do this .
    Please can some one help ,me know how to configire this through Meta data concept as well .. I wanted to try that method as well for my understanding ..
    Would appreciate your help and would be closing this post soon ..

  • How to retrieve ABAP query field metedata using SAP JCO?

    How can I retrieve all field details (such as field name, field description, output length field type) using SAP JCO for an ABAP Query?
    I have query name, user group, query area and infoset name with me.
    Thanks

    Hi,
    Please use the DDIF_FIELDINFO_GET (standard) Function Module to retireve the details which you have mentioned.
    Thanks,
    Arun

  • Should  Standard Toolbar FIND work on an ALV within a custom container ?

    I have an ALV in a custom container on a screen.
    The FIND and FIND NEXT of the ALV toolbar work fine against the grid.
    Should the FIND and FIND NEXT of the standard toolbar also work against the ALV if they are "activate" in the GUI status?
    If so, what do I call/execute in response to the "FIND" ok-code?
    I've tried calling  the function ALV_POPUP_TO_SEARCH2 and the popup comes up, but it doesn't do anything.
    Please advise at your earliest convenience.
    Thanks
    djh

    Hi Rich,
    Absolutely.  Especially as they can paint the picture, and then blame the techies when their fiction is exposed.
    Similarly, we had a situation where the Expense Report WD was failing, and the functional person ensured that everyone knew it was a technical problem and therefore my fault (with SAP as the popular co-conspirator). 
    Sadly the message above the Java stack messages was "No entry in table T706Z  for argument ' '".  Had the functional check their config and all was well.  No one apologised though......
    Last week at a different site the same thing happened (this time with TA20C) but the funky took one look at it and reviewed their config to solve - so they're not ALL the same.
    Cheers
    Gareth

  • Add Button with ALV  Standard Toolbar.

    Hi,
    Can any one tell me how to add user-defined button with ALV
    Standard toolbar? When I add Pf-status for alv output , standard alv toolbar is not displayed.
    Plz do needful.

    On the toolbar event of your alv grid, all the button as shown in the code below.
    FORM handle_toolbar USING i_object TYPE REF TO cl_alv_event_toolbar_set .
    DATA: ls_toolbar TYPE stb_button.
    CLEAR ls_toolbar.
    MOVE 'EXCH' TO ls_toolbar-function. "#EC NOTEXT
    MOVE 2 TO ls_toolbar-butn_type.
    MOVE icon_calculation TO ls_toolbar-icon.
    MOVE 'Payment in Other Currencies'(202) TO ls_toolbar-quickinfo.
    MOVE ' ' TO ls_toolbar-text.
    MOVE ' ' TO ls_toolbar-disabled. "#EC NOTEXT
    APPEND ls_toolbar TO i_object->mt_toolbar.
    ENDFORM
    CLASS lcl_event_handler DEFINITION .
    PUBLIC SECTION .
    METHODS:
    *To add new functional buttons to the ALV toolbar
    handle_toolbar FOR EVENT toolbar OF cl_gui_alv_grid
    IMPORTING e_object e_interactive ,
    ENDCLASS.
    CLASS lcl_event_handler IMPLEMENTATION .
    *Handle Toolbar
    METHOD handle_toolbar.
    PERFORM handle_toolbar USING e_object e_interactive .
    ENDMETHOD .
    ENDCLASS.
    DATA gr_event_handler TYPE REF TO lcl_event_handler .
    *--Creating an instance for the event handler
    CREATE OBJECT gr_event_handler .
    *--Registering handler methods to handle ALV Grid events
    SET HANDLER gr_event_handler->handle_toolbar FOR gr_alvgrid .
    Hope this helps.
    Thanks,
    Balaji

  • How to ennable/disable a field or check the status of a field

    I'd like to ennable/ disable a field, and check if a field is ennabled or disabled. Does anyone know the methods for this?

    I had a problem where dropdowns that were populated from the Standards Table wouldn't allow me to set them as Read-Only.  Doing this allowed me to automate some other dropdowns and reuse the form over several services, so there was actually a reason for this.
    Anyway, I used this to force the dropdown to Read-Only after it was populated, since Javascript runs after the Conditional Rules.
    JS_Z_SetReadOnly (theobject){
     var myselect=document.getElementById(theobject);
     myselect.disabled = 1;
    What I passed to it was the FormName.DictionaryFieldName in single quotes - 'CMN_Chargeback.OfficeNumber'.

  • Search and search next in standard toolbar

    Hi Everyone,
    In my screen, I have a standard toolbar with these button search and search next.
    There are 2 grids and 2 frames in my screen.
    When i press the search button it has to search for a given in the entire screen - which has the grids and the frames with some input fields, checkboxes and radiobuttons.
    How can I implement this is there any function module?
    Any help on this will be greatly appreciated.
    Thanks in advance.
    Prabs.

    Hi Rich,
    There must be some fm to find for a given string in the entire screen.
    I know there are individual find buttons for the grid. But my requirement is to find for given string in the entire screen which has the frames with input fields and grids.
    This find button is common button which is in the standard toolbar.
    I think now you got my point.
    thanks,
    Prabs.

  • Disable Preferences Fields

    Hello Ladies and Gentlemen,
    I've the requirement of a customer to change modifiy the EasyDMS UI.
    I couldn't find in SAP note 1367514 how to disable the fields in the preferences pane.
    Especially on the "System SID (SYSNR)" tab, the default values: Authorization Group, Laboratory; Document Type and Folder Type.
    I've found already out that the regkeys DisableLifeTime and DisableRFCTimeOut are greyout / disable the corresponding field on the "Gerneral" Tab.
    Would  be great if you can help me there.
    Best Regards
    Christian Schmitt
    GOPA IT Consultants GmbH

    Hi Christoph,
    is there a possibility to forward this as a request to the EasyDMS Product Manager as a enhancment request for the next SP or Patch?
    Best regards
    Christian Schmitt
    GOPA IT Consultants GmbH

Maybe you are looking for

  • Is there any type of automated shadow effect for text?

    Hi, I've got a 30-second sequence of white text on black background, consisting of about 40-50 individual clips where the text is moving randomly in each clip. Some clips have the text moving left to right some right to left, some diagonally, zooming

  • How do I contact Apple?

    I'm having trouble with my nano and although my post received some very helpful and considerate advice my problem hasn't yet been solved. Is there an email address for apple so i can contact them directly as i haven't found one.

  • Networking imac and pc help!

    Ok i just go my first mac today i love it except for the fact that i can get it networked with my pc's. Ive tried everything. It says the printer is added but when i try to print stuff to it it doenst work. Could some one tell me the exact steps that

  • Lower jpeg compression on masters

    This might seem like an odd question but how can I resave masters with lower jpeg compression or even lower resolution to save disk space? Please dont make this a thread lecturing the downsides of actually doing this I know what Im asking of

  • Setting the Vissible Row count Dynamicaly

    Hi,     I need to set the Vissible row count dynamically in Webdynpro Java, depending upon the number of rows in the internal table.