Remove Button from WEB UI

Dear Experts,
We need to remove Buttons of Individual and Group from WEB UI in Accoutn creation screen. However we couldn't find the relevant context node and view about it.
what should we do? do you have any idea?
thanks in advance?
Mehmet

The simple method to do this is the following:
Enhance the component BP_HEAD_SEARCH
Enhance the view BP_HEAD_SEARCH/MainSearchResult
Now you will need to redefine the method
DO_PREPARE_OUTPUT in the class CL_BP_HEAD__MAINSEARCHRES_IMPL.  If you look at the existing code they define the buttons that are display via appending entries into a "button" table.  You need to delete the button from the gt_button table.
Your method redefined would look like:
CALL METHOD super->do_prepare_output.
if gt_button[] is not initial.
  delete gt_button where on_click eq 'CREATEIND'.
  delete gt_button where on_click eq 'CREATEGROUP'.
endif.
Take care,
Stephen

Similar Messages

  • Remove album from Web Gallery (not in Iphoto)

    I have a album in my Web Gallery but it's not in my IPhoto. I am trying to remove it from Web Gallery but can not figure out how?

    Welcome to the Apple Discussions. Go into iPhoto's Preferences/Web Gallery. If the gallery is listed then select it and hit the Stop Publishing button.
    If the gallery is not listed then mount your iDisk and go to the iDisk/Sites/Web/_gallery folder. If you have more than one gallery you'll have to look inside each of the gallery folders (they are just numbered and hard identify which is which) to determine which is the gallery you want to delete. When you find it drag it to the trash.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.≤br>
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Remove buttons from CAD Supervisor toolbar

    UCCE 9
    CAD 9
    I know we can remove Agent buttons from CDA -> CAD-Agent work flow -> User Interface section.
    How to remove buttons from CAD Supervisor toolbar please? Like Recording. If not possible, is it possible to Disable / Grey out a button. I am looking to remove / disable VoIP Monitoring and Record buttons please?
    Thanks,
    Kartik Bhatia

    Can you try this:
    Go to CAD Admin web page
    Services Configuration-> Remove VoIP/Recording & Playback Services
    Make sure that there are no IP addresses of any servers in the Recording & Playback Service menu. If there are some, select them and press ‘Remove’ button to remove them.
    Please make sure that you close CSD, CAD completely and login back to see the changes. I haven’t tried this before but I think this would disable the recording buttons in CSD. I don’t know whether it needs CAD services restarts(all).
    -Sunil

  • Remove 'Buttons' from INFOVIEW toolbar

    How would I go about removing buttons from the Infoview Toolbar (Send, New etc...)
    Thanks

    Hello Daniel,
    some of these Buttons can be removed by permissions in the CMC. The others have to be removed by coding the InfoView .jsp Files.
    Check the following SAP Notes:
    1286494
    1286496
    1197103
    1283449
    Regards
    -Seb.

  • Remove button from Ribbon in a specific toolbar

    Hi,
    I have created a custom list using feature. the list contains 7 content types inheriting from another custom content type. I have set the toolbar type for different views to "None".
    I want to remove the attach file option from Actions group in Ribbon. I tried the solution given in
    http://sharepoint.stackexchange.com/questions/32606/remove-button-from-ribbon-in-a-specific-toolbar
    by specifying custom action with
     the Registration type "ContentType" and registration Id "Content Type Id" for all the content types.
    <CustomAction
    Id="RemoveUploadButton"
    Location="CommandUI.Ribbon"
    RegistrationType="ContentType"
    RegistrationId="{firstcontenttypeid}">
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition
    Location="Ribbon.ListItem.Actions" />
    </CommandUIDefinitions>
    </CommandUIExtension>
    </CustomAction>
    <CustomAction
    Id="RemoveUploadButton"
    Location="CommandUI.Ribbon"
    RegistrationType="ContentType"
    RegistrationId="{secondcontenttypeid}">
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition
    Location="Ribbon.ListItem.Actions" />
    </CommandUIDefinitions>
    </CommandUIExtension>
    </CustomAction>
    but still the attach file option is appearing in ribbon under item tab. When I set the toolbar type to "Standard" attach file option disappear.
    Please help. TIA
    -Harry

    Hi,
    I tried to reproduced your issue like this: Create a custom Item Content Type, apply it to a custom list. Then I create a custom action for this custom Content Type with the
    code you provided.
    The outcome is: When I set the Toolbar Type as “Full Toolbar” or “Show Toolbar”, the “Attach File” button disappear as expected, when I set the Toolbar Type as “Summary Toolbar”
    or “No Toolbar”, the “Attach File” button appears again.
    Anyway, I will try to work on it or involve someone familiar with this topic to further look at this issue.
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Patrick Liang
    TechNet Community Support

  • Removing Buttons from Button Group

    Hi
    I am new to WAD 2004s, and am in the process of customising templates.
    I would like to remove some buttons from the button group, but so far the only way I can do this is to go in the XHTML and remove the code segments from there. Surely I should be able to do this from the layout view?
    Cheers,
    Andrew

    Hi,
    As Deepu says, in general everything is possible in the properties (you have to switch to "web item parameters" tab -> you will see all parameters for the web item.
    Regards, Karol Kalisz
    SAP NetWeaver BI Development

  • Remove button from accordion widget

    Ok, I know this HAS to be simple and right in front of my face - But, I can't for the life of me find where to remove a button from the accordion widget of Captivate v6.  The default comes with 4 accordion buttons but I only need 3.  How do I get rid of the fourth???
    Thanks in advance.

    Select a button and you'll see a minus sign appearing, click it and the button will be removed.
    Lilybiri

  • How to remove Button from Flex Mobile app actionbar with AS3?

    How exactly would i remove a Button from the actionBar "actionContent" in a flex mobile app?
    I tried these:
        this.stage.removeChild(menu_btn);
        this.removeChild(menu_btn);
        stage.removeChild(menu_btn);
        this.stage.removeElement(menu_btn);
        this.removeElement(menu_btn);
        stage.removeElement(menu_btn);
    I'm not having any luck with those. Im guessing where it is located in the actioncontent isn't considered the stage. Any ideas?
        <s:actionContent>
                            <s:CalloutButton id="menu_btn" icon="@Embed('assets/images/menu/menu_btn.png')" visible="false">
                                      <s:VGroup>
                                      <s:Button id="btn_one" label="Button" />
                                      </s:VGroup>
                            </s:CalloutButton>
                  </s:actionContent>
    The actionContent is setup like that, I know like with most mxml stuff I could give it an ID to reference it but im not sure how how to give the action content an id number `<s:actionContent id="testID">` does not work. So how can i access this to remove it? making it invisible isn't cutting it i need to actually remove it.

    Does this do what you are looking for?
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">
        <s:actionContent>
            <s:Button id="excess" label="excess" />
            <s:Button label="remove" click="this.navigator.actionBar.actionGroup.removeElement(excess);" />
        </s:actionContent>
    </s:View>

  • Remove buttons from Marketing Calendar

    Hi All,
    Is there any way to remove buttons like NEW/COPY/DELETE from marketing calendar screen? Please suggest.
    Regards,
    Nikhil

    You can check if there is a BADI for that.
    If not then you have to enhance that component and remove the buttons in custom code.
    How to enhance refer this ->http://wiki.sdn.sap.com/wiki/display/CRM/HowToEnhanceaWebUIComponentinSAP+CRM
    Regards,
    Alwyn

  • Pse 7 remove photos from web

    I synconized my photos with the website. I decide I want to remove them from my website & restore them to my PC. How do I do this?
    Thanks,
    Alice

    Hi,
    Before suggesting something I would like to know about the reason why you want them to delete from Photoshop.com?
    Actually Backup/Sync is more about keeping your PSE-catalog and photoshop.com in Sync. So if you try to delete anything from Photoshop.com it will be deleted from PSE-Catalog also. But in this case file will not be deleted from your hard-drive.
    Q1. Do yu want this?
    If NO for Q1: There is another way to keep the files in catalog but they will be removed from Albums.
    HOW TO DO THIS: Before doing anything check the option in Sync Preferences to ask you before deleting anything from this catalog. In this case, if you delete something on Photoshop.com, PSE will show you Delete Conflicts where you will be asked to take action. You ca choose to keep the file in catalog without Album. Remeber, your Album will be empty in the end but all the files will be there in your catalog.
    Q2. Is above solution fine for you?
    If NO. You can keep the catalog as it is by unmarking it for Sync and never mark Sync ON for this catalog. So you need to be very-2 careful.
    WHAT TO TO FOR THIS: Go to Sync preferences and uncheck it for Sync. Do whatever you want to do online but never check this catalog for Sync.
    Q3: Will any of above solution work for you?
    If Not, get back to me on my mail-ID [email protected] for other workarounds
    + Ripple (VJ)

  • How to remove buttons from standard check in page

    Hi,
    Can any one tell me how to hide buttons from the standard check in page and re-arrange field in UCM. I want to just display Check In, Reset and Quick Help.
    Thanks,
    Abhijit
    Edited by: AbhijijitPr on Sep 6, 2010 2:28 PM

    Hey Tim,
    Even i am facing a similar situation but i have to hide the field on the selection of an option list
    How can i do it through profile and rules?
    Can it be done by using custom includes in the fields?
    if yes how?
    Thanks,

  • Removing buttons from SAP Records Management GUI.

    Hi Records Management Experts,
    I want to delete some push buttons like Back, Exit, Cancel... in records management(in portal), which is a SAP GUI.
    Please tell me how to delete the buttons from the GUI.
    Thanks,
    Rani.

    Dear BP,
    1. Is it possible in SAP Records Management copy records, using standard functionality or i need to Z development?
    Pragya - you will need to develop it..no standard module
    2. Is it possible in SAP Records Management dowload(serialize) and upload records to ORGANIZER/SCASE? (download/upload, that is, per se, copying.)
    Pragya-not in SCASE or ORGANIZER but in SCASEPS it is possible
    3. When I implemented the circulars in ORGANZER, I observed that the method COMPLETED from BUS SDISPOSITN does not start automatically. I can start it using transaction SWUE manually but it won't good... Maybe this can be done in the Status Profile,
    but I didn't manage because BUS RECORD is only started in Status Profile.
    Pragya- This cant be done via status profile in Record directly. What you can try though, is to raise an event for record say CLOSED...register a listener in SWETYPV & raise COMPLETED in that listener (could be a function module).
    Best Regards,
    Pragya

  • Removing xmlns from web service response issue (XSTL mapping)

    Hi XI experts.
    I'm having a very strange issue with a pamming program: It all started because the response from a 3rd party web service is coming with a "xmlns=http://....etc" in the document node and this was causing XI not to recognize the message.
    After reading most of the forum threads and with the help of other web resources, I was able to write a small XSLT program to remove this. The program seems to work perfectly: I can open the resulting XML document in IE, return it as a response to a test soapUI call, even load it all in "green" in the XI mapping test tool.
    But, when I feed the resulting message into the next mapping (XI mapping), only the Message Type node is produced at the other end!!! Not even an error message is issued. The same happens in the mapping test tool. Hoewver, I'm able to display the queues. I'm puzzled.
    This is my XSLT mapping, is there anything wrong with it?
    <?xml version="1.0" encoding="UTF-8" ?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="*">
    <xsl:element name="{local-name()}">
    <xsl:for-each select="@*">
    <xsl:attribute name="{local-name()}">
    <xsl:value-of select="."/>
    </xsl:attribute>
    </xsl:for-each>
    <xsl:apply-templates/>
    </xsl:element>
    </xsl:template>
    </xsl:stylesheet>
    Thanks in advance.
    Carlos

    Hi Aamir,
    Thanks for your response. I will check it out.
    In the last 10 minutes or so I realized that the empty message is being produced because the first child node of the message is optional (0..1) and for some strange reason that source node mapped to it was not being recognized after the XSLT. I confirmed this by mapping this node to a constant. Then I restored the original mapping and now it's working - weird! It looks like something was messed up inside the XI mapping program.  I will continue testing however I am now off-site and have no connectivity via SOAPUI until Monday.
    Thanks.
    Carlos

  • Can't navigate using back button from web gallery linked to iweb page

    I have a web gallery that I enabled as a hyperlink to my iweb site. When I go to the gallery from a web page, I don't have any problem navigating to the gallery to view photos, but I am unable to navigate back to the web page using the "back" button. Instead I have to relaunch my web page in Safari; otherwise I would be "stuck" on the gallery unable to navigate to other web pages.
    Does anyone know how to fix this problem?

    Load the gallery in your browser and copy the URL.
    Create a text or image link and in the "Link" inspector select it as an eternal link.
    Paste the gallery URL into the box and check "Open link in new window".
    This way, the gallery window can be opened and closed but your original webpage will remain.

  • Removing buttons from the assignment block

    Dear WebUI experts,
    I want to remove the buttons for creation of 'corporate account', 'group account', 'individual account' from the search account workcenter page.
    http://picasaweb.google.com/satishsoni.sap/SAP?authkey=Gv1sRgCJz0wMn5j_ftvgE
    The authorisations given to the user are display only still the create buttons are displayed.
    Thanks
    Satish

    Go to Tx: BSP_WD_CMPWB
    Enhance the component/ view: BP_HEAD_SEARCH/MainSearchResult
    Redefine method:  DO_PREPARE_OUTPUT with something like this:
    CALL METHOD super->do_prepare_output
      EXPORTING IV_FIRST_TIME = IV_FIRST_TIME.
    DELETE LS_BUTTON WHERE ON_CLICK = 'CREATECORP'.
    DELETE LS_BUTTON WHERE ON_CLICK = 'CREATEIND'.
    DELETE LS_BUTTON WHERE ON_CLICK = 'CREATEGROUP'.
    Before this I think you shold take a look at the Auth. Obj. UIU_COMP for authorizations on this buttons.
    Best Regards

Maybe you are looking for

  • Multiple BP for same vendor in SAP SRM

    Hello SRM experts, We have an issue in our SRM 7 system where in during the replication of vendor from backend, the system has generated two BP numbers for one vendor in the backend. We are not sure of how and why this was generated. Ex: BP no     Ve

  • Ask to shut down when pressing backspace or eject button

    I recently changed my topcase (macbook late 2007) through an official repair service and after some days I noticed that when i press the button "backspace" or "disk eject" the computer asks me "Are you sure you want to shut down your computer now? (R

  • I facetime

    yep, i know that not big trouble for you guy but not my family or wife. Since my wife update my mac in to YOSEMETE 10.10 that's have been bring so many troubles. the most important is iface time, i am working far away from her then the only thing kee

  • Search for documents in the web UI

    We have created a new work center Z_CM which enables application component "CRM-IC-ARD", with a view "ICCMP_CM/CMSearch". This view should incoporate the standard functionality, but I can't search for document descriptions. Should I use our TREX, ent

  • Why is there no official support from apple to use an iPad as second display for mac/PC?

    I know there are one or two apps for that but they work over a wifi network, which is very laggy. I feel like an official solution would work ten times better, especially if apple'd be willing to construct a new port on the iPad to make it wired. Thi