Removing the Delete Entry (Shift+F2) in SM58 through authorization object

Dear All,
Please guide me how to remove the delete entry (Shift+F2) from the following tcode SM58, SMQ1, LBWQ.
The above said tcode having the S_ADMI_FCD with NADM check.
I know to edit or copy the standard reports which is used to do the activity.
But I would like to implement this to the functional Users only to avoid deleting all the TRFC logs.
Please suggest ASAP.
Cheers..
Khadar

Hi,
I Appreciate your response.
Actually my issue was, once you execute the SM58 it will list all the TRFC logs with the criteria of all or mentioned users.
There you could find the delete icon and in the Edit menu --> Delete Entry (Shift+F2).
I want to disable this function for all the users except System Administrators.
Cheers..
Khadar

Similar Messages

  • What will happen to the deleted entry in xml when publish sandbox?

    Hi,
    In a MDS sandbox, If I delete something from a document, for example, one of xml element. when I publish the sandbox, what will happen? will the deleted entry disappear from the same document in mainline?
    Is there any document explain this in detail?
    Thanks

    Hi,
    wrong forum as this seems to aim for WebCenter uses. When you publish a change and metadata is missing for a document then resulting documents will not contain the components that you have removed. A Sandbox is a protection mechanism to try changes until you are happy with them. Once you switch them to become the actual version then new documents are applied with these changes. What were your expectations ?
    Frank

  • How to retrive the deleted entries in the ztable

    please let me know how to retrive the deleted entries in the ztable.

    >
    Naseer uddin wrote:
    > Hi,
    >
    >   While creating a table have u activated the buffering (full).
    >   if not then it is not possible to retrive the lost data, and if u have activated the full buffering of table then it is possible to retrive data, up to some extent, using transaction Code se14.
    Complete Nonsense.*
    buffering doesn't mean that it will buffer the records back in database ,once you deleted.it means it will allow the buffer the table to memory only while read access.

  • I need a fix from HP which outlined how to remove the registry entries which were stopping recognition of the cd/dvd reader but then itunes cannot find the reader.

    I need a fix from HP which outlined how to remove the registry entries which were stopping recognition of the cd/dvd reader but then itunes cannot find the reader.

    Thanks for pointing that out, it was not apparent on the day i used them and wrote the How-To. The links have been replaced with the SID# (Solution ID #) and the title given for the Article.
    Have fun

  • How to remove the deletion on item level in PO

    Hi Experts,
    How can I remove the deletion on item in a PO ? Do I need to fill the item again lower in the document?
    Thanks for your help.

    Go to PO change mode,Select the line item and besides deletion indicator there are teo indicators one to lock PO line item and another to unlock PO line item, select the unlock one.
    Save po
    Regards
    PK

  • Remove the delete button from MFBF screen

    I want to remove the delete button frmo MFBF screen.
    Please help.

    Create a transaction variant using SHD0 and make the variant as default variant for MFBF and hide the delete button in the variant.
    Hope this helps you.

  • How to hide/remove the 'Delete' button for a particular role

    We have a role that can only Create and Edit the Accounts, Contacts, Opportunities, & Leads. So I modified the Default and Owner Access Profiles for that role and changed the Access Level to 'Read/Edit' for each of the above mentioned Record Types.
    When the user is logged with this role they can see the 'Delete' button on all the Record Types. When they click on the 'Delete' button they get the 'Access Denied' message. Thats fine, but how do you hide/remove the 'Delete' button for this role so they don't try to click it.

    At this time it is not possible to hide/remove the "Delete" button. This functionality is on the roadmap.

  • HT2500 How do I remove the deleted mailbox from the sidebar on Mail?

    How do I remove the deleted mailbox from the sidebar on Mail?  Anyone knows how? Hit delete and dragging to the Trash but none seems to work.

    Hi, try highlighting it the Right click or Control+click & see if Delete Mailbox is an option.

  • How to control the  authorization of IM05 through  authorization object

    Now we want to control the  authorization of IM05 through  authorization object C_PRPS_USR, but C_PRPS_USR is not assigned to tcode im05.How can we assign authorization object C_PRPS_USR to tcode im05? OR do we have any other method to obtain the same result?

    write a factory method that controls the number of instances for you:
    import java.util.List;
    import java.util.Arrays;
    public class Bar
       private static final int MAX_BARS = 5;
       private static int numBars = 0;
       private int id;
       public static void main(String [] args)
          try
             int numBars = ((args.length > 0) ? Integer.parseInt(args[0]) : MAX_BARS+1);
             Bar [] bars = new Bar[numBars];
             for (int i = 0; i < bars.length; ++i)
                bars[i] = Bar.create();
             System.out.println(Arrays.asList(bars));
          catch (Exception e)
             e.printStackTrace();
       private Bar() { this.id = numBars++; }
       public String toString() { return "I am bar number " + this.id; }
       public static Bar create()
          Bar nextBar = null;
          if (numBars < MAX_BARS)
             nextBar = new Bar();
          return nextBar;
    }%

  • How to remove the row entries

    HI,
    I have a row entry which contains radio button,dropdown,input field,calender.All the fields are dynamic
    All these fields(UI elements) are in one line and these are not in the table.If I add new entry(by clicking NEW ENTRY button),then a new row will be added dynamically with the same UI elements in the new row.Means every new row entry contains radio button,dropdown,input field,calender.
    Problem :- I want to delete one row entries.Means if I delete the 5th row entries,then it should remove all the UI elements(radio button,dropdown,input field,calender) from that 5th row entries only.
    I think I am clear about the requirement.
    Please suggest me how to remove a row entry.These UI elemenets are not table entry.
    Regards
    -Sandip

    Hi Sandeep,
    You can use the below code for deleting a row from table.
    int n = wdContext.nodeProducts().size();//size of node binded with table
    int leadSelected = wdContext.nodeProducts().getLeadSelection();
    // loop backwards to avoid index troubles
    for (int i = n - 1; i >= 0; --i)
    if (wdContext.nodeProducts().isMultiSelected(i) || leadSelected == i )
    wdContext.nodeProducts().removeElement(wdContext.nodeProducts().
    getElementAt(i))
    Hope this will help.
    Regards
    Narendra

  • How to remove the 'New Entry' button in the warning message for a dialog bo

    Hi Experts,
    I am calling a Modal Dialog box screen having a pushbutton.
    On the click of the pushbutton, I am performing some checks, and giving a warning message.
    The warning message comes as a popup in this case and has three buttons on it.
    One of these buttons is titled 'New entry'.
    I dont want that button to come on the warning popup.
    Please let me know if there is a way out for this.
    Thanks in advance.
    Useful answers will surely be rewarded.
    Regards,
    Himanshu

    Hi Jyothi,
    Thanks a lot for ur prompt reply.
    But, in my dialog screen, on click of the button I am simply using the statement :
    MESSAGE W000(0K) with 'text'.
    The resulting warning message comes as a popup with the 'New Entry' button on it.
    From the warning popup, how can I remove the button.
    Please let me know.
    Thanks.
    Regards,
    Himanshu

  • How to remove the delete and edit toolbar buttons from the Overview page

    Hi,
    In the account/contact overview page, we see that the interaction history assignment block does not support the EDIT and DELETE options.
    However, when we click on the hyperlink description of an activity in the interaction history, we get into the overview page of the activity. Here we can see the DELETE button and the EDIT button.
    Is there a way to remove these two options from the overview page of an activity which is in COMPLETED status and in the interaction history section?
    Please advice.
    Thanks & Best Regards,
    Ramesh.
    PS: We use CRM 5.2 Web UI.

    You can hide the box that shows the snippets and the "Restore Previous Session" box with code in userContent.css
    *http://kb.mozillazine.org/userContent.css
    *http://kb.mozillazine.org/Editing_configuration
    You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.
    *ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
    <pre><nowiki>@-moz-document url(about:home){
    /* hide snippet container on the about:home page */
    #snippetContainer { display: none !important; }
    /* hide sessionRestore container on the about:home page */
    #sessionRestoreContainer { display: none !important; }
    </nowiki></pre>

  • How to remove the older entries of backup sets in windows server

    Hi guyz, 
    we are using windows server backup feature.. and we are backing up files and folders to remote shared location.
    the problem that we are facing is that, we run this backup every day using a script to new folder (folder name=datemonthyear) , and after each 30 days we start deleting the oldest entry from the shared location
    so its similar to the retention days feature of the dpm.
    but the problem is that even though we delete the actual backed up folder from the shared location, its entry is still there and we can see that when we type Get-WBBackupSet
    can any one tell me how to delete this entry whenever we delete the folder...
    plz help me guyz.

    Hi,
    We can use "wbadmin delete systemstatebackup" command line to delete old versions. If the backup storage location is full, Windows Server Backup automatically deletes the oldest backup version and only the latest backup will be available.
    For more detailed information, please refer to the links below:
    Wbadmin delete systemstatebackup
    http://technet.microsoft.com/en-us/library/cc742081.aspx
    How a can delete old versions
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/62488e7a-4638-430c-950c-e75ac42b0fa3/how-a-can-delete-old-versions?forum=windowsbackup
    how to delete backups from a network share when it is full - Windows 2008R2
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/9562ece3-2c6c-474a-aa44-d293eadbf536/how-to-delete-backups-from-a-network-share-when-it-is-full-windows-2008r2
    Regards,
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Need to remove the delete access of a document from CV02N

    Hi All,
    We have implemented DMS. We found one issue that if by mistake a person hits the delete button in CV02N all the history gets erased.
    We want to remove this capability from all people other than the supervisor.
    I have tried playing around with authorization object C_DRAW_TCD, C_DRAW_TCS and C_DRAD_OBJ i.e. by removing the 06 option from Activity.
    But I am still not able to disable the delete option.
    Let me know how do I go about the same.
    Regards
    Raji

    Hi,
    the delete of applications in CV02N can be done by any of the following ways,
    1. thru abapers, by doing some changes in program (which is not recommended at all)
    2. thru creation of screen variants thru t-code SHD0, in this you need to enter the t-code and specific doc type under which changes are required, further the Delete option can be made invisible.
    Thank You,
    Manoj
    pls consider points if useful..!!

  • How To Remove the Deletion MArk on Customer

    Dear all,
    I am using a customer in Test system it says message the customer marked for deletion i want to remove the mark ,How can i do that ??
    Thanks
    Sundar

    Hi
    Use T Code XD06...
    Give your
    Customer number
    Company Code
    Sales Org.
    Distr. Channel
    Division
    press enter
    Uncheck the deletion check boxes
    Problem solved
    reward if helps
    Muthu
    Edited by: Muthupandiyan on Mar 17, 2008 5:57 PM

Maybe you are looking for

  • Database bug issue after upgrade ( version 8.1.7.4)

    Hi, Currently our database version is 8.1.7.0.0 We have planned to upgrade our database to 10g Rel2 and for that we have already applied terminal patch set (i.e. 8.1.7.4). But after applying terminal patch set we came through list of the GENERIC bug

  • How do i get my "recently added" playlist back on my phone?

    When i synced my iphone 4 last night the playlist disappeared but it is still on my computer! I have synced twice since and no joy! Any thoughts? Also i have not touched any settings on the laptop!

  • Overlapping of records on bi publisher display on IE8

    Hi All, I am having a problem for Overlapping for records for BI publisher(obiee 11.1.1.5.0) report display in IE 8 . The report display looks good on firefox and chrome browser. Even, when I open display of report from RTF file on IE , there is no o

  • How to rganize projects in albums

    I have a number of projects under Library Albums, one project per day, like events in iphoto. So when trying to organize, creating an album per month, then putting all the projects in a month in to this alum it is not possible - I must be very stupid

  • Can I drop data tablespace

    what is significance of DATA tablespace in oracle 11g ? Which is created default while installation time . Can I drop it . Plz reply immediately