Authorizatrion for buttons

Hi!
I wish to either remove or change the autorization for a button, create group, on the search screen for Accounts.
I can create a new enhancement set, but that feels a bit overkill and time consuming, I thought about removing the authorization for the button so nothing happens when the button is clicked, but I can not find the correct values to do so in TX. PFCG.
The object type is BP_GROUPACCOUNT with object action Create
If I just wish to disable the button, how do I do this in the role?
Or am I approaching the issue the wrong way? Is there another way to solve the issue?
Thanks!
rollo

hi,
I dont know your business requirement but with limited understanding i have suggestion. Why don't you try to get role of person logging in. Then in code write if condition if role=1 or 2 or 3 then only create button.
Best regards
Pankaj kumar

Similar Messages

  • Type of listener needed for buttons ? please help

    hi
    does anyone know what type of event or listener one should
    include for buttons in a web page which has been downloaded
    into a JEditorPane. i have been able to get a web page
    onto my JEditorPane and can even follow most of the hyper links
    by implemmeting hyperlinklistenter.
    but i am not able to do the same for butttons
    ie for eg in google web site i am not able to get anythinh
    by clicking on button .

    This is not easily dooable, You're talking about form submit buttons, which the Default HTMLEditorKit does not support. Even worse, the LinkController class is not overridable, which is a bad design on sun's part.
    You'd have to create your own EditorKit, me thinks, and use that for text/html.
    Not an easy job, but you could cheat off the HTMLEditorKit source.

  • How to find function code for buttons on toolbar in oops alv

    Hi experts,
    I want to remove some buttons from toolbar in oops alv, i know the procedure like get function code and pass the value in a table and pass that table to IT_TOOLBAR_EXCLUDING of
    method set_table_for_first_display but I WANT TO KNOW HOW TO FIND FUNCTION CODE FOR BUTTONS ON TOOLBAR IN OOPS ALV

    Hi Prakash,
    -->First you have to set the pf status in your alv program by,
    {FORM pf_status USING rt_extab TYPE slis_t_extab.
      SET PF-STATUS 'FIRST'.
    ENDFORM.                    "PF_STATUS}
    -->Pass this Subroutine name in the Function module, Reuse_alv_grid_display's parameters i.e,
          i_callback_pf_status_set          = 'PF_STATUS'}
    *-->Then doble click on that pf status,
    From the menu bar, select Extras->Adjust Template->List Viewer,
    This will give you the existing statndard gui status of the program*
    ->Then catch that function codes in the User command Parameter of the Function module Reuse.. i.e,
          i_callback_user_command           = 'COMM'
    And make a subroutine of the name 'COMM'i.e,
    FORM comm USING ucomm LIKE sy-ucomm selfield TYPE slis_selfield.
      DATA: okcode TYPE sy-ucomm.
      okcode = ucomm.
      CASE okcode.
        WHEN 'REF'.
        CALL FUNCTION 'POPUP_TO_INFORM'
          EXPORTING
            titel         = 'MANSI'
            txt1          = 'CREATED BY'
            txt2          = SY-UNAME
          TXT3          = ' '
          TXT4          = ' '
    endcase.
    Hope it helps you
    Regrds
    Mansi

  • Setting icon for buttons in labview 6i

    Hi All,
    Currently i am working on Labview 6i. i created two buttons in my vi one button is used to perform the test, another will be used to exit from the test. i would like to add icons for those buttons. can anyone tell me how to add icons for buttons.
    Thanks,
    kalpana

    You realize that LabVIEW 6.0 is at least 15 years old? That would be almost equivalent to working with a Windows 98 machine nowadays!
    Yes your picture can't be imported in LabVIEW 6.0 on my machine either. I haven't checked about all the details, but the LabVIEW import in 6.0 doesn't seem to work for png and gif images but only for bmp. Newer versions do work for your png file including honoring the transparency at least since version 7.1.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • t:inputFileUpload : problem with styleClass for button

    Hello,
    the component <t:inputFileUpload> has a field and a button. I want to add styleClass for button, but the styleClass into inputFileUpload tag works only for fields. Where can I add styleClass for button?
    Thank you in advance
    Manu

    Hello,
    I tried your suggestion, but it is not working.
    look the code:
    jsf
    <t:panelGroup styleClass="inputFile">
              <t:inputFileUpload value="#{interpreterDataImageHandler.uploadedFile}"
                   storage="file" accept="image/*" size="30"/>
                                  </t:panelGroup>css:
    .inputFile p{
         color:#5d0408;
         width:80px;
         margin-top:20px;
         border:1px solid #cacac4;
         background-color: #f87e39;
         }generated source:
    <span class="inputFile"><input type="file" size="30" accept="image/*" name="imageListForm:subimageUpload:_idJsp7"/></span>

  • Raster / vector option for buttons

    As written in the title, it would be a great improvement to have an option 'raster/vector' for buttons.
    The same we already have for MSO and scrolling contents.

    Well I figured it out on my own. It was my wacom touch-zoom. My hand brushed it while I had hit both option and command by accident. So it WAS a lock like I thought! Sadly nowhere does anyone seem to MENTION THIS.... so here's the fix;
    Option+command+~+e+u+i
    Opt and Cmnd are already on lock so you just need to push the others at once. You don't need shift. I just refer to the ~ since it's more specific visually than the ` since it seems to differ depending on font and may look like a typical comma at times.
    You can also just swipe the zoom since that's it's function. But in case you get stuck and can't, there it is in normal letters.
    The zoom was deactivated and reset with opt+cmnd+8 I managed to find this online which helped me pinpoint the whole problem.
    I hope this helps anyone else who's unlucky enough to accidentally trigger such a ridiculous and basically hidden command.

  • How to create valid values for button

    Hi,all
    I want put valid values to button like copy from or copy to functionality is it possible.
    if u have idea plz post it..?
    by
    Firos.C

    Hi,
    Actually u cannot have valid values for buttons. IN SAP we have Copy to and Copy from but the same kind of button cannot be created in SDK..... so u need to use the combo box and add ur valid values.
    Hope it helps,
    Vasu Natari.

  • How to set Shortcut keys for button in Apex

    Hi
    Could anyone help me on how to set shortcut keys for buttons in Apex.
    I need to use say ALT + S to submit the page.
    The following thread pertaining to HTML DB refered to use ACCESS key. but that couldnt work in my case.
    Re: operation of the app. with the keyboard
    Any pointers on achieving this would be helpful.
    Thanks
    Vijay

    Hi Vijay,
    I’m afraid you must do it using javascript key listener. You can’t use action() on template based buttons because they are actually not HTML buttons but images with hyperlink.
    Key listener checks which key has been pressed down and invoke some JS function. For example, write this code in page header:
    <script>
    document.onkeydown=keyCheck;
    function keyCheck(e){
         var KeyId = (window.event) ? event.keyCode : e.keyCode;
         switch(KeyId){         
              case 113:
                   doSubmit('SAVE');
                   break;                    
              case 118:
                   alert('Hello');
                   break;
    </script>
    This script will submit page with request 'SAVE' if you press F2 or will show alert message if you press F7. Modify it to your issue.
    Regards,
    Przemek

  • How to set the short cut key for buttons

    Hi
    I dont know how to set the short cut keys for the button...can u pls help me out

    Do you mean a short cut key for buttons at client side (web browser)? If yes, you could do it with JavaScript~~~ ^o^

  • Technical names are appearing in OVS pop-up for buttons.

    HI Experts,
    I have used OVS help in my application, I have deployed and tested it on local WAS where everything works fine.
    But, when i access it from portal deployed on staging server, the OVS popup window shows technical names for buttons e.g for Go it shows "view.MainView.gr.c.tc.goSearch.text", same is for Exit button.
    Could you please tell me where can be mistake and what are corrective measures?
    regards,
    abhijeet

    Hi,
       You will need to open an OSS message for the same under BC-WD-JAV-RUN component. This is an issue with the NW WAS version that you are running. You can find a similar issue [here|OVS - Buttons without correct label].
    Regards,
    Satyajit.

  • [svn:fx-trunk] 11602: Fix for Button tooltips.

    Revision: 11602
    Author:   [email protected]
    Date:     2009-11-09 22:35:11 -0800 (Mon, 09 Nov 2009)
    Log Message:
    Fix for Button tooltips. TextBase dispatches an event when _isTruncated is set through the setIsTruncated() function. This allows ButtonBase to listen for the event and set the tooltip as necessary. If an explicit tooltip is set, then ButtonBase will not set a tooltip.
    QE notes: No
    Doc notes: No
    Bugs: SDK-22260, SDK-23474, SDK-23657
    Reviewer: Evtim
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22260
        http://bugs.adobe.com/jira/browse/SDK-23474
        http://bugs.adobe.com/jira/browse/SDK-23657
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ButtonBase.a s
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TextBase.as

  • How to make a shadow for Button or Panel

    Actually I want to show a shadow for Button or Panel.
    How can I do it.

    Hi
    Pls try to look for the Forms On-Line Help for how to create an alert...
    besides this Video Hope it helps....
    Good Luck :)
    Regards,
    Amatu Allah.

  • Condition For Button Display

    Hi All,
    I have new requirement that create push button to reject all line items in complaint page.
    I have done all changes.  Now button is functioning as expected.
    Issue is button display by default in the initial page even we have not entered any order number in that page. Here i need to set some conditon that if item list is not empty then need to display the button.
    Component : ICCMP_BT_BUTTON
    View          : ButtonBar
    Context Node : BTADMINI
    Item List from Another Component & View
    Component : ICCMP_BTITEM
    View          : ItemList
    Context Node : BTADMINI
    How can i set condition in HTM page whether Node(BTADMINI) is empty or not. How can i access here.
    Note : Button Component as well have Contextnode (BTADMINII).
    Hope you got the detailed issue.
    Thank you,
    Cha

    Hi Andreai,
    Thank you, as per your suggestion, created bound in "WD_USGE_INITIALIZE" method, initially in this method for Button usage only  "BTADMINH" bound was there. Now added BTADMINI as well.
    BTADMINI Entity gets populated now. Issue is backend is not updated with the value we are passing from UI.
    We have a button in frontend which is used to reject all items of the order.
    But if we click the button, item (BTADMINI) entity get filled now, using the entity, calling the execute method with the value of "SetRejectReason" but if we look at the beckend item status still in Open and not "Reject".
    Event handle method Code (In Button Component)
    lr_entity ?= me->typed_context->btadmini->collection_wrapper->get_current( ).
    ls_param-name = 'REASON'. "#EC NOTEXT
    ls_param-value = iv_rejection_code.
    APPEND ls_param TO lt_param.
    lr_entity->execute(
    iv_method_name = 'setRejectionReason'
    it_param = lt_param ).
    Button COMP : ICCMP_BT_Button
    Main COMP    : ICCMP_BT_COM ( Which has Item Structure as well, here Button component has been called)
    My assumption, BTADMINI instance only might be populatuing without value. Can you please suggest what is the issue
    Thank you,
    Cha

  • Custom JDialog, waiting for Button Press

    I want to create a custom dialog so i can do the following:
    Color yrColor = MyColorChooser().showDialog();
    I can create the dialog just fine but i cant get it to return a value
    on a button press.
    Here is my code:
    public class MyColorChooser extends JDialog implements ActionListener{
    public MyColorChooser(){
    super(Main.Frame, "Color Chooser", true);
    // Gui Stuff
    public Color showDialog(){
    setVisible(true);
    // ?? how do i have it wait for button press??
    return YourColor;
    public void actionPerformed(ActionEvent e) {
    if( e.getSource() == Button ){
    returnColor()
    public void returnColor(){
    Color YourColor;
    JButton Button = new JButton();
    }Im clueless when it comes to JDialogs.
    I know i am probably approaching this all wrong.
    I need guidance more in the approach rather than the code.
    If anyone has any suggestions id appreciate it.
    Thank you!

    Maybe this simple example can give you some ideas. Note how I make the dialog modal. This will halt the program flow until the dialog is dismissed.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class SimpleTextInputDialog extends JDialog implements ActionListener {
        private JTextField  inputField;
        private JButton     okButton;
        private JButton     cancelButton;
        private String      value;
        private SimpleTextInputDialog() {
            setTitle("Enter a value");
            setModal(true);
            inputField = new JTextField(20);
            JPanel textPanel = new JPanel();
            textPanel.add(inputField);
            getContentPane().add(textPanel, BorderLayout.CENTER);
            okButton = new JButton("OK");
            okButton.addActionListener(this);
            cancelButton = new JButton("Cancel");
            cancelButton.addActionListener(this);
            JPanel buttonPanel = new JPanel(
                    new FlowLayout(FlowLayout.CENTER, 10, 10));
            buttonPanel.add(okButton);
            buttonPanel.add(cancelButton);
            getContentPane().add(buttonPanel, BorderLayout.SOUTH);
            pack();
            setLocationRelativeTo(null);
        public void actionPerformed(ActionEvent e) {
            if( e.getSource() == okButton ) {
                value = inputField.getText();
            dispose();
        public static String getValue() {
            SimpleTextInputDialog dlg = new SimpleTextInputDialog();
            dlg.setVisible(true);
            return dlg.value;
        public static void main(String[] args) {
            String value = SimpleTextInputDialog.getValue();
            System.out.println("Entered value: " + value);
    }And as always, you should study the tutorials:
    "How to Make Dialogs":
    http://java.sun.com/docs/books/tutorial/uiswing/components/dialog.html

  • UI standard for button textAndAccessKey

    I am wondering what the UI standard is for button textAndAccessKey?
    My current textAndAccessKey setting is
    #{ResourcesGenBundle['Action.OK']} for Ok button and
    #{ResourcesGenBundle['Action.Cancel']} for Cancel button
    The setting is not working because only label is returned, there are no access keys.
    Please confirm the UI standard before I log an ADF bug.
    Regards,

    Remember that the '&' character has special meaning in HTML and XML (and in .jspx and .jsff in particular). If you type the text directly in a JSF page or fragment, then you should use the &amp;amp; macro and write it as follows:
    textAndAccessKey="Can&amp;cel"If you return the value from a Java bean, then you should write it Java as follows, because the '&' character has no special meaning in Java string literals:
    return "Can&cel";Dimitar

Maybe you are looking for

  • I shut off my computer but the sidelight is still on ?

    I just got my Macbook just about a week ago, everything was fine until tonight when I shut down my computer and the sidelight was still on. That was my indication that the computer must still be on. HOW DO I TURN IT OFF? I tried a suggestion from ano

  • I can't attach a pdf to an email but can attach a saved pdf to an email?

    So, I can open a new email and click the paperclip and attach a pdf with no problem but when I open a pdf and click file/attach to an email it fails. Why? is three a setting in 9.0 that I need to change? This is using Outlook 2007. Thanks, Ken

  • Select List & Pop-up Page

    Hey everyone... I am having some trouble with passing values to and from a pop-up window. When running the application the user must select a value from a select list (which appears in every row of a query report), then another page must pop-up displ

  • Add a field in the header of MB21/MB22

    Hello gurus, i am interested in adding  one field in the header of the mb21 (reservations), but i didn't find one exit or one badi for my purposes. My question is someone knows an easy manner for adding the fields to the screen. I tried to use enhanc

  • Web service available in SAP Solution Manager

    Hi, Which are the Webservices available in SAP Solution Manager. I want to Integrate HP Openview change request process with SAP Solution Manager ChaRM. Regards PK Edited by: PK on Aug 9, 2010 3:37 PM