Hiding of Delete button for Text Note in complaints Management

Dear Friends,
component Name : GSTEXT
VIEW : LIST
while creating the text note in WEB UI for complaints Management ,I want to hide the delete button.
Plz help me.
Regards,
Jaya Chandra

Enhance the Component and the view and then the Context Node TEXT. Redefine the method GET_OCA_T_TABLE and code your logic of hiding and displaying the delete button.
Rg,
Harshit

Similar Messages

  • 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

  • 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.

  • Can't find delete button for quick link address in my inbox navigation pane !

    Hi,
    There is no delete button for quick link which I mistakenly added in my inbox navigation pane. In fact, the link I added for quick link was a mistake and it was a different page address, and the missing delete button is for this specific link only; other than it is alright. How can I remove or delete it from my inbox quick link ?
    Thanks,
    Regards,
    Cyberkhan

    There does seem to be a close/delete button present that is hidden under the 'm' from 'google.com' that is probably not clickable.
    I don't know if there should be such a long link visible in that list item or that something else is wrong.
    You can try to right-click that area and use Inspect Element to open the Inspector.
    *https://developer.mozilla.org/Tools/Page_Inspector

  • 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.

  • In Earthlink Webmail, the "check all" and "delete" button for deleting multiple messages no longer function (although they work in I explorer).

    When using the webmail application for earthlink email, the "check all" option to select an entire page of messages at once no longer functions. Same problem with the "delete" buttons that are located at the top and bottom of the page with multiple messages. Consequently, the only way to delete a message is to open the message and delete it in that view -- extremely tedious if there are a lot of messages.
    This is a recent change, in the last few days. Everything works fine in I explorer. Earthlink support suggested I start Firefox in safe mode and restore firefox default settings. I went through the process on the help page. It didn't help.
    I'll provide the earthlink link, but it is my email page that is the problem.

    Same here.
    - select multiple mails with the SEARCH option (manually selecting seems to work fine)
    - click the move button
    - list of folders appears (witn account &amp; cancel options that both still work)
    - click on a folder
    - mail flies to this folder (animated)
    - list of folders remains visible
    - the cancel button does NOT work
    - the accounts button takes you back to the root "directory" of your accounts
    - in my case "live" and "exchange"
    - this screen is a dead end. Clicking on both the account names and the cancel button do not work
    A complete restart fixes the problem

  • Disable DELETE Button for TMG

    Dear All,
    I have a TMG for one of the Custom DBT.
    In the maintenance screen, I want to delete the DELETE Button.
    Is this posible ?
    If yes, any help is appreciated !
    Regards,
    Deepu.k

    Hello Guy,
    Yes, I did the same.
    I used the following :
    a. Go to the TMG
    b. Go to the Maintenance Screen.
    c. Double click on the screen number.
    d. In the PBO write amodule : module disable_delete.
    e. module disable_delete output.
           excl_cua_funct-function = 'DELE'. "(function code for delete)
           append excl_cua_funct.
       endmodule.                 " disable_delete  OUTPUT
    It worked fine !
    Thanks,
    Deepu.K

  • Delete button for each line in UWL

    Hi All,
    For our implementation, we are brining notifications from SAP Business Workplace to Notification tab in UWL.
    Now, we would like to provide delete button/link in each line in last column in UWL, using which user can delete the notifications wthout reading.
    The asme kind of delete button is required for Task tab in UWL to delete any task.
    How this can be achieved?
    Please guide.
    Thanks in advance.

    Hi,
    Well, it seems there's a way to add a column with an action. Please take a look at the "WorkItemsApprovalView" View in the standard UWL configuration file (uwl.standard.xml) :
    <DisplayAttributes>
            <DisplayAttribute name="openCol" type="radiobutton" width="" sortable="no" format="default" referenceBundle="open" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="rejectCol" type="radiobutton" width="" sortable="no" format="default" actionRef="reject" referenceBundle="reject" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
            <DisplayAttribute name="approveCol" type="radiobutton" width="" sortable="no" format="default" actionRef="accept" referenceBundle="approve" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
          </DisplayAttributes>
    This will create 3 columns with 3 actions (open, reject, approve).
    You just have to change the actionRef and type and the users will be able to delete work items quickly.
    Regards,
    Pierre

  • Lightroom,Cant get the permanent delete button for pictures.

    On Lightroom4+5 I try to remove some of my pictures permanently, cant get the window with the tree delete buttons. I use a Mac. It must be a simle thing...but i fell over this one a few times...

    Switch to folder view, grid mode (or if not grid mode, context menu of selected photos in filmstrip).
    If you want to permanently delete pictures whilst viewing a collection, consider splat-delete instead:
    Windows: Ctrl-Shift-Alt-Delete
    Mac: Cmd-Shift-Option-Delete
    *** Beware: There will be NO prompt.
    Rob

  • No delete button for mail

    I have just updated the firmware to OS4.1 and the delete button has totally disappeared from Mail. Theres a new Edit feature at inbox level which you can pick up multiple emails as in messages but still no ability to delete the emails.......anyone else got this?

    I have the same problem with my gmail account.
    With 4.02 I was able to delete a message either with the button or swiping on the message, after upgrading to 4.1 the action is "archive" rather than delete.
    edit:
    Thanks to a guy on this forum I found the solution on another thread.
    You have to go to the gmail account settings and turn "Archive messages" OFF then is possible to delete messages
    Message was edited by: gualtiero.f

  • Create / Delete buttons in the MSS POWL -- Performance Management EhP4

    When I log-in as manager, in the MSS POWL table, I see create / create multiple / delete buttons. How do you remove those buttons?

    For button manipulation and for removing buttons in POWL , you have to manipulate Feeder class CL_HRHAP00_STARTPG_POWL in that IF_POWL_FEEDER~GET_ACTIONS method.
    Mohan

  • Every now and then my SEND button for texts is greyed out and unfunctional

    I'll be texting someone just fine then suddenly the SEND button freezes up and doesn't allow me to continue the conversation.
    Anyone else?
    Thanks

    Hey! I get the same problem. I'm so happy I found someone like you, cuz no one at Rogers (my carrier) or Apple knows what's going on. I've recently tried going to "Settings" "Messages" and turning OFF "Show Subject Field". I do not yet know if this will solve our problem which is constantly frustrating, but I saw this in a discussion forum so I've just tried this. Let's keep each other posted on this intermittent issue okay? I get so bugged when I'm texting back & forth & suddenly for no reason the "send" button goes gray & simply won't allow me to continue no matter if I turn the phone off/on or whatever or even delete that string of texts & begin again to same person, (who's now been waiting too long for my reply LOL) Cheers, Steve. iPhone (647) 300-9222 Toronto. [email protected]

  • HT1343 Power button – for Standby not working anymore

    Power button – OS X Mavericks
    Tap to power on. Once powered on, tap to wake or sleep.
    This shortcut is not working after update anymore. My system is 10.9.2 . is it possible to define the power button pressed shortly to standby like it was before?

    It was change because laptop owners couldn't keep from accidentally hitting the power button when reaching for the delete key.
    Press and hold for about 2 seconds to get sleep.
    Press and hold for about 4-5 seconds for dialog box.
    Press and hold for about 10 seconds to force shutdown.

  • Hiding the submit button on text fileds

    Wne we issus a form there are a few text only answers in it. How do I hide the submit button as there is nothing to submit. Seems daft there is not an option to not show submit for certain answers.
    Thanks
    LG

    I am not sure I understand your question. Do you want to hide the submit button until the user fill out all the fields? We do not support that but I think what you want is to make the fields required so that the when the filler tries to submit and there is missing data the user will be warned and the data won't be submitted until all fields are filled-in.
    You can mark a field as requered in the Property Panel
    Gen

  • Reset button for text entry field

    Hello,
    How do I add a reset button that removes information entered into a text entry field?
    Thanks in advanced!

    Hmm, is there a reason why you don't use the Likert type of question, and have the Clear button (you can change the label to 'Reset') available? That would be a lot easier.
    And if you want to create such a custom slide, why don't you use the enhanced radiobuttons widget from Jim Leichliter? I explained how to reset the radiobuttons choice it in this blog post:
    http://blog.lilybiri.com/extended-widgets-for-custom-mcq-and-tf-questi
    And in this one I explained similar work flow for the extended TextArea widget. Same logic can be used for the enhanced TEB I talked about in my first answer:
    http://blog.lilybiri.com/extended-textarea-widget-more-functionality
    Since you are using 5.5, no output for HTML5 is possible, so you can use those widgets. Really, although I'm an Advanced Actions fan, I would never try to realize this the way you are doing it. Maybe with shared actions in 7, or with the new copy+paste functionality for advanced actions in 7.0.1 but not in 5.5. Be sure: my memory about the different versions is pretty good.
    Lilybiri

Maybe you are looking for

  • Standard or Enterprise Version

    I am putting together a proposal at work to start using ColdFusion and I want to confirm that the Standard Edition will suffice. I know the company will not want to purchase the Enterprise Edition and I don't think that it is needed but want to make

  • Can Reader 10 create a pdf from a website (by printing as PDF)? if so, how?

    Can Reader 10 create a pdf from a website (by printing as PDF)? if so, how?

  • Report with user and group

    Hi. I'm looking for the way to make a report from the BO 6.5 repository that has the user and the group where he is registered. Have someone done a query like this? Thanks in advanced

  • F4 display on a table cell

    I've a table cell which is bound to the 'Matnr" field. So in the display, I automatically get the F4 help, But in the display the F4 help button is not dispalying. If I press F4 on the cell, the search help opens up. But the users will not know that

  • Mplayer depends on libcap...

    ... but I can't really find through which module. Looking at libcap's "required by" in testing, I thought I would only need to reinstall proftpd, avahi, samba and wireshark. But I had to upgrade mplayer and mpd too. So this is just a question, maybe