Disabling of Deletion Button Indicator in COGI

Hi Experts ,
        We would like to disable the delete icon from COGI . This is to be done to prevent the users from deleting the error list. I had contacted the Basis team and they have maintained that this wasnt possible.
Please suggest us a range of options that could be provided from the functional team to Basis team .
If there is a work around , then please suggest . Thanks.
Kind regards
Ayaz

Hi,
Basis directly can't restrict to disable delete icon from COGI. However, check with your ABAPer ( Technical Consultant) whether he can create such authorisation object with delete icon of COGI is disabled and this object BASIS can attach to COGI tcode and hence you can prevent users from delete function in COGI.
Alternately, check with SHD0 : Transaction & Screen Variant and check for making disabled delete option for COGI transaction in SHD0.
Hope this helps,
Regards,
Tejas

Similar Messages

  • How to Hide / Disable the delete button in EditForm using Infopath 2010

    Dear Experts
    In the SharePoint List 2010, need to disable / hide the Delete button while editing the item based on certain condition (based on logged in user)
    E.g, if UserA logged then should able to delete the item in EditItem mode
          if UserB logged then should not delete the item in EditItem mode
    How to achieve this?
    Regards
    Santosh

    Hi Santosh, it's you again! ;)
    I don't think this is possible. You can remove it for all users, but not sure how you could accomplish it just for certain users. See the following link for more info.:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/7a0cecbd-4aba-4fbc-a897-391e0ed4e613/disable-delete-item-option-from-ribbon-and-ecb-menu-even-for-contributors?forum=sharepointgeneralprevious
    cameron rautmann

  • Disable the Delete button in Employee Credit Card Buffer

    Huge code change. Not advised.

    Hi Santosh, it's you again! ;)
    I don't think this is possible. You can remove it for all users, but not sure how you could accomplish it just for certain users. See the following link for more info.:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/7a0cecbd-4aba-4fbc-a897-391e0ed4e613/disable-delete-item-option-from-ribbon-and-ecb-menu-even-for-contributors?forum=sharepointgeneralprevious
    cameron rautmann

  • How to disable the delete button on feedback.

    Hi All,
    I have created an Iview for anonymous user.
    The Iview shows the annotation to allow anonymous user to view the feedback.
    However, there is a linkbutton to allow anonymous user to delete the feedback.
    How to disable it?
    Thanks a million

    Thanks Damian,
    Means that there is no way to restrict deletion to only document owner?
    In fact my intention is wanted to create a workflow to one of the KM Folder.
    Within the documents there is a process setup with approval.
    Example,
    There is a default folder called New Change Request.
    EP User is allowed to upload new change request in this folder and get the approval from his superior.
    Once the superior have approved then the request file will be moved to next process folder.
    Within the process superior or requestor is needed to give the feedback to the documents.
    Therefore, the feedback shouldn't able to be deleted.
    By the requests above what could I do?
    Thanks & Regards,
    Zhixuen

  • Disable delete button in a maintenance view

    Hi,
    Does anyone knows how can I disable the delete button in a maintenance view so when a user that is not authorized can´t delete any row, or how can I lock the delete subroutine.
    Thanks!

    Hello Moises
    The problem with this solution is that if you ever need to modify your maintenance view (i.e. regenerate the dynpros because you may want to add new fields) your coding is gone.
    This is not the case if you are using event 19. Below you see same sample coding:
    ***INCLUDE LZUS_SDN_MAINTF01 .  " Function Group with maintenance views
    * Event 19: After Init. Global Variables, Field Symbols, etc.
    * http://help.sap.com/saphelp_nw2004s/helpdata/en/91/ca9f44a9d111d1a5690000e82deaaa/content.htm
    FORM exclude_gui_function.
    * define local data
      DATA: ls_excl   TYPE vimexclfun.
      ls_excl-function = 'DELE'.  " taken from standard GUI-status 'ZULG'
    BREAK-POINT.
      AUTHORITY-CHECK OBJECT 'F_BKPF_BUK'
               ID 'BUKRS' FIELD '1000'
               ID 'ACTVT' FIELD '02'.
      IF ( syst-subrc NE 0 ).
        APPEND ls_excl TO excl_cua_funct.
      ENDIF.
      APPEND ls_excl TO excl_cua_funct.  " Just for the purpose of demonstration
    ENDFORM.                    "exclude_gui_function
    Regards
      Uwe

  • Disable 'Delete' button for posted invoices  in GOS Attachment List

    Hi,
    when i open the attachement list of a generic object i see the attached files. In this dialog i want to disable the   "Delete" ( attachment)  button  for Posted invoices ( In MIR4 tcode -> If the invoice is already posted it should not allow to delete the attachment )
    I read oss notes and some ides of copying diverse classes but nothing really helps.
    I found two badis
    GOS_SRV_REQUEST
    GOS_SRV_SELECT
    but i dont know where we have to write our code .
    I read so many posts related to attachments but all the places described about authoriztion object .
    Can you please give some ideas to disable the delete button for posted invoices.

    Hello,
    For GOS there is no SAP Standard authorization concept. The only way to
    manage GOS authorizations is implementing it via custom code as
    described in SAP Note: 491271.
    Please have a look at the SAP notes:
    491271 Authorizations for generic object services
    701609 Authorizations for services: Final classes
    For the use of S_OC_ROLE: this object states if a user is an office
    administrator he can create, modify or delete every document, even
    those created by other users. If the user is not an office admin, the
    user is still able to create his own attachments.
    Regarding to the issue, there is an role object S_GUI for upload.
    To match your inquiry, pleaes find the user's role and active the
    object S_GUI.
    Regards,
    David

  • Disable Delete Button in Administrator Tab of OIM 11g

    Hi All,
    When we open a user in Administration tab, there are buttons like Lock/Unloc Account , Enable/Disable ,Delete button.
    I want to disable the delete button for all Users. No user should be able to delete the user in OIM.
    Please suggest an appropriate way....if any one has already tried....
    Thanks!!
    Awaiting Respose,
    Regards,
    T

    once login OIM with normal user it want allow you to disable/delete operation.
    Else for better usage use authorization policy. create a group/role and provide certain privilege to that group using authorization policy.
    --nayan                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to disable delete button in a form

    HI
    can anyone show me the procedure to disable the delete button from oracle forms seeded and custom form oracle applications 11i. We are on form patch set level 18
    Regards

    Hi ,
    there are various ways of doing it..
    You can try as the previous post says or also you can try When new block instance trigger and disable the item
    using set_item_property , it all depends on when and how you want to diable that item.

  • How To Disable Delete Button on AR Customer Search

    hi Guru,
    How to Disable the Delete Button of AR Customer Search Form.

    Hi;
    Duplicate post, please make post once
    How To Disable update Button on AR Customer
    Regard
    Helios

  • Hide delete button in music app

    Hi all,
    I've searched all over the web for this and i can't find the answer. Everything seems focused on how you delete music but not how to PREVENT music being deleted.
    My predicament:
    My autistic brother has an ipod touch. He has been known to accidentally delete his music from the music app on several occasions (by sliding and pressing delete). How do i disable this delete button? Why isn't it an option in parental controls?
    Many thanks!

    Obviously we don't want to buy the brand new ipod touch. He has the prior version with the retina display. I don't see why a new device would be required. Surely the IOS software controls this and not the hardware?
    Does anyone know if the 'manually manage music' option enables this? If i was to sync the music via itunes automatically would it remove the deletion option?

  • Deleting/removing delete button from photos

    Hi All,
    Just wondering if its possible to but a block or remove the delete button in photos?
    My 2.5yr old loves to look at the photos and today deleted a new video (that i had yet to sync and now understand that it is lost permenantly!!). So was wondering if you can disable the delete button on the phone?
    Thanks!!

    No, that's not possible. But you can try to transfer the photos and videos to your computer and sync them back again using iTunes. After that your daughter can only view them in "albums" instead inside the camera roll, and would not have the chance to delete them, because there is no delete button inside "albums".

  • Disable Delete Button

    Hi All,
    In the menu Shopping cart Status, I could able to see all the shopping cart.
    Now the requierment is , DELETE button should be disable if there is any corresponding PO for that SC.
    Please let me know how to do this. I tried with BADI BBP_UI_CONTROL_BADI. But this will hide alll the SC's irrespective of PO's.
    Please let me know any other way to do this?
    I am working on SRM 5
    Regards,
    Nikhil V.Kumar
    Edited by: Nikhil V Kumar on Aug 30, 2010 1:58 PM

    Hi
    It will be too complex(if at all possible) to implement a solution for enabling/disabling delete button depending on the follow on document of the cart.
    I will recommend you to put some code in Check BADI which could check the follow on documents for a Shopping cart on Action DELETE and throw an error if someone tries to delete such shopping carts.
    Regards
    Virender Singh

  • Disable Delete Button for infotype 2001 subtype 0025

    I want to Disable Delete Button for infotype 2001 subtype 0025 only in PA30/61.
    Is there any EXIT available

    Hi
    Try it .
    Somebody already given this type of answers.
    Pls first use Search then post.
    Well FYI,
    <b>There is a standard User Exit for PA30 / 40 for PBO and PAI events.
    ZXPADU01 for PBO and
    ZXPADU02 for PAI events.
    By writing proper code in here for the IT2001, you can write your rules.
    PBAS0001 ( PA: Pers.Admin./Recruitment: Default values and checks ),</b>
    Manoj Shakya.

  • Disable or Deactivate Delete Button in SAP Easy DMS.

    Dear All,
    My client is using Easy DMS and is working fine. Now the issue is as soon as files become more in Private or Public folder he is Deleting Documents using DELETE Button which is available on the Tool Bar. Whereas if he uses Delete Document from Context Menu it shows Authorization is not given to delete the Document.
    Is there any way to overcome this by Disabling or Deactivating Delete Button on the Toolbar.
    rgds,
    Dayanand

    Dear Anubhav,
    I have already tried this option. It shows this can not be implemented.
    Please let me know any other option is there to overcome this issue.
    rgds,

  • Disable/Gray Out Delete Button in SRM

    Hi All,
    In the menu Shopping cart Status, I could able to see all the shopping cart.
    Now the requierment is , DELETE button should be disable/gray out  if there is any corresponding PO for that SC.
    Please let me know how to do this. I tried with BADI BBP_UI_CONTROL_BADI. But this will hide alll the SC's irrespective of PO's.
    Please let me know any other way to do this?
    I am working on SRM 5
    Regards,
    Nikhil V.Kumar

    Hi,
    Please try this
    <<Link farm removed>>
    Thank You,
    Thanks,
    AMS
    Edited by: kishan P on Aug 30, 2010 5:38 PM

Maybe you are looking for

  • How to syn multiple google calendars

    Hi, I share my calendar with my wife's gmail calendar. Now on my Lumia 720 my appointments have synced but I am not sure how to set up the phone so it will also sync my Wife's calendar. Do I need to add her account on to my phone and just tag calenda

  • Changing SPRM 0 with a script ?

    Hi list, In have searched the archives but I did not found an answer or solution: Is there any way you can change SPRM 0 (menue language) with a script ??? Any help would be great, Michael

  • What is going on with syncing with Apple TV?

    Glad to see I'm not the only one confused by what syncing does with an Apple TV. I don't see any consistency in behaviour, and I don't know how to control its behaviour. I had ordered several TV seasons and a few movies via Apple TV. They downloaded

  • Putting to sleep while updating

    Right now I'm downloading Mac OS X 10.5.6 update and my question is does putting the computer to sleep affects download? Because previously the computer was asleep for a while and then the package didn't work.

  • Viewing from thinkpad through TV

    How do I change the frequency on my T30 to view slides and videos on my harddrive through my TV?  I connect the thinkpad to the VGA slot on my TV.  The sound is OK.  But I cannot view any pictures.  The TV screen is showing blurred images. The freque