Disable Reject Button for Invoice on Work Item Screen

Hi! I know we can use the Dynamic Column configuration to disable and enable the Approve/Reject button on the Inbox screen where the approval work items are displayed. However, I would like to know whether it is possible to have only the Reject button disabled? Reason for asking this is a rejection reason needs to be maintained for the rejection. The check is in place if we reject the invoice from the detail screen. However, if we reject it from the Inbox screen, it will go through without any warning or error message. I have searched OSS notes but found nothing so am wondering whether this can be considered a bug or not. If not, then I want to know what solution option I have relating to this. I am thinking of either a repair to disable the button on the screen for invoice approval or find a why with the dynamic columns to do that.
Appreciate any comments on the above.
Cheers!
SF

No response

Similar Messages

  • How do I disable "Exceptions" button for "Block pop-up windows" in Content tab?. I am able to Disable other Exception buttons in this tab using about:config preference.

    Need a way to disable "Exception" button for "Block Pop-up windows" in Tools-> Options -> Content tab. I want to be able to do this for Locking Down Firefox preferences.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)

    That button doesn't have a pref associated with it, so you can't disable that button with a pref on the about:config page or a lockPref call.
    That only leaves the choice to remove that button with code in userChrome.css
    <pre><nowiki>#popupPolicyButton {display:none!important;}</nowiki></pre>
    See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

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

  • After "Configure Feature", "Changed By" field shows my name for most of work items

    I recently upgraded TFS from 2010 to 2012. And I am running "Configure Feature" for every project. The configuration ran successfully. However, when I run a query, the "Changed By" field shows my name for most of work items. I thought
    configuration should never touch the data. More interesting, I go to history of work items, there is no change by me at all. Now why did history and query show totally different data?
    Thanks.

    Hi Jason,
    You can create a new work item to have a check if the same issue occurrs. To configure features, you can refer to the links below to see if you configured correctly:
    https://msdn.microsoft.com/en-us/library/ff432837(v=vs.110).aspx
    http://blogs.msdn.com/b/visualstudioalm/archive/2012/05/09/how-to-configure-features-for-dozens-of-team-projects.aspx
    Please elaborate more details about the configuration feature steps if the issue persists. You can also run TFS best practice analyzer to see if there configuration issues.
    Best 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.
    Click
    HERE to participate the survey.

  • How to disable navigator buttons for editable rowset

    Hi All!
    Is it possible easily to disable delete button for editable rowset?

    Hello Francois,
    Thank you for your fast reply!
    I tried your recommendation, but got the following result:
    When I have a label of "& OK" with the blank symbol as ALT-255, the Button in the Alert Box still has the focus. It seems as if there now is a blank in front of the OK (which is underlined). This does not really solve my issue, because the Button still has the focus and that should not be. The best solution for the user would be if he only could accept the message with a mouse klick.
    Is there an other suggestion?
    Thank you so much!

  • RBBP_OFFLINE_EVAL No e-mails exist for execution of work items

    Hi ,
    We are trying to implement SRM offline approval. The system is able to send the email to the approvers, but when they click on approve, the work item does not get updated.
    When i try to run report RBBP_OFFLINE_EVAL it says that No e-mails exist for execution of work items. No Work Item Found for Processing. What do i need to check to resolve this. If I approve thru SRM, it is working.
    Thanks,
    Jograd

    Hi
    refer related links too
    SRM : Offline approval process
    Offline approval not working?
    Check WF-BATCH user id has email ID?
    regards
    Muthu
    Edited by: muthuraman on Aug 18, 2008 8:00 AM

  • Disable the buttons for creation using PFCG roles

    Hi SAP Experts,
       How to disable the buttons for creation using PFCG roles?
    Regards,
    Jaya

    Hi,
    u have to write the code in <b>at selection-screen output</b> event
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF  <b>P_PRINT</b> = 'X'.  " this is radiobutton
          IF screen-name = 'P_RANGE'.
            SCREEN-INPUT = 0.
          ENDIF.
          modify screen.
        ELSE.
          IF screen-name = 'S_LFDAT-LOW'.
            SCREEN-INPUT = 0.
          ENDIF.
          IF screen-name = 'S_LFDAT-HIGH'.
            SCREEN-INPUT = 0.
          ENDIF.
          IF screen-name = 'S_WERKS-LOW'.
            SCREEN-INPUT = 0.
          ENDIF.
          IF screen-name = 'S_WERKS-HIGH'.
            SCREEN-INPUT = 0.
          ENDIF.
          IF screen-name = 'P_LIFNR'.
            SCREEN-INPUT = 0.
          ENDIF.
          IF screen-name = 'S_BUKRS'.
            SCREEN-INPUT = 0.
          ENDIF.
          modify screen.
        ENDIF.
      ENDLOOP.
    Hope it helps.
    Regards,
    Sonika

  • 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 disable the link for Credit -check at item level

    Hi Experts,
    I have an issue tht we want to make a block to the link available for
    credit-release at item level. In the view of the item, when we select the item
    in edit view we have a button saying MORE and in tht we have CHEC CREDIT RELEASE.
    We want to disable this.
    I found tht if we made some changes in do_prepare method, we can solve this issue.,but i was
    check fi anyother way we can do it.
    Awaiting for the replies.
    Thanks,
    SA

    Hey Saurabh,
    If you dont want the functionality occurred due to that button, just simply comment the event handler code for that particular button. That will definitely help.
    Let me know if that work.
    Regards,
    Shobhit

  • Disabling Radio Button Conditionally is not working Well

    Hi friends,
    I have three radio buttons
    <li>self
    <li>New Hire
    <li>On Behalf of
    I will be showing this radio button conditionally according to the user who logs into the application.
    Assume, suppose if a person 'A' enters into the application means he will be shown only these radio button options ---NH---,----OB----,----Self-----
    Suppose, if a person 'B' enters into the application means he will be shown only these radio button options ----NH----,----Self---
    If a person 'C' enters into the application means he will be shown only these radio button options ---Self---
    I have restricted those radio buttons according to the users who enter into the application using their roles.
    But my challenge here is once the user logged in and if he select anyone of the radio button means,
    Example if he selects----NH---means, then ---OB----and -----Self---radio button has to disable and if he selects ---OB----means then ----NH-----and ---Self---has to
    disable(vice versa).
    I have also achieved the same using the DA.
    With true action as: javascript Expression i have given the following codings( i have written the below DA for three cases, if the request_class_code is equal to
    (NH,OB,S)
    var enabled=$v('P22_REQUEST_CLASS_CODE');
    if (!$u_SubString(enabled,'S')) $('#P22_REQUEST_CLASS_CODE_2').attr("disabled","disabled");
    if (!$u_SubString(enabled,'NH')) $('#P22_REQUEST_CLASS_CODE_0').attr("disabled","disabled");
    if (!$u_SubString(enabled,'OB')) $('#P22_REQUEST_CLASS_CODE_1').attr("disabled","disabled"); The above DA is working great only for the user who has the option of viewing three radio buttons in my form(i.e)(NH,OB,S).
    For the user who has the option of viewing two or one radio button, it is not working properly(i.e)(NH,S) or(OB,S) or(S).
    Why it is not working for the user with two options or with one option radio button means, the source of that radio button property is changing. Since i have taken
    the source of my radio button in my DA only when the three options are present.
    How i can solve this issue for the user who is having this two radio option or one radio option.
    Hope you understood clearly about the problem.
    Brgds,
    Mini

    Hi,
    If I did understand what you like have this might work
    var lVal = $v('P22_REQUEST_CLASS_CODE');
    $('#P22_REQUEST_CLASS_CODE input:not([value="' + lVal + '"])').attr("disabled","disabled");Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME

  • UWL for Manager : Multiple work items for approval

    Hi Experts, We have a scenario when the line manager is approving the leave workitems in his UWL. And the UWL has multiple  leave workitems pending for approval. When the line manager click on any of the work item in the UWL, The UWL opens the items which was first creared in the UWL rather than the one which the line manager clciked. Then line manager has to navigate to the desired work item by clicking on next button. Is their any funtionality / customization available to get only the work item which is clicked in the UWL. Please advise. Regards, IFF

    I had the same issue and spent a long time correcting it including opening a OSS request with sap.
    It took a combination of all almost all the notes above (1807724 is included in our current release so we didn't have to install).
    But nothing worked for us until SAP directed me to the following note http://service.sap.com/sap/support/notes/1733095 that was the final fix to all our problems.
    One other thing to note is from the time we implemented the correction for note: 1946640 had changed from its original so if you implemented it before revision 3 came out you may need to update.
    Hope this helps,
    Martha.

  • How to disable forward button for particular workitem in SAP Enterprise portal 7.4

    HI Experts,
    We have recently upgraded our enterprise portal to 7.4 version. We have a requirement to disable the forward option for a particular shopping cart workitem coming from SRM system.
    I searched the help document and other threads and found that the FORWARD button can be removed from iview property:" LIST OF ACTIONS TO BE EXCLUDED"  But this disables the forward button for all the other workitem type also.
    Is there any way to disable the FORWARD BUTTON ONLY FOR SHOPPING CART ITEM THROUGH XML CONFIGURATIONS?
    I have attached the screen shot. Kindly revert with your suggestions.
    Best regards,
    Rahul

    Hi Gaurav,
    In you xml file , you can check forward action in<action>..</actions> tag . Also I am assuming , the shop cart workitem uses default view , so you can check default view in your xml and remove the actions from that view. For ex:.. you can create a custom view and make your task use that view and you can remove 'forward' action from that view.
    Hope this helps !
    Thanks & Regards
    Saikrishna

  • Disable middle button for osx while in Parallels

    I've been trying to accomplish this for hours, maybe someone can help:
    I need to use AutoCad for PC, so I run a Windows XP VM in Parallels 7. In OSX (Mountain Lion) I have assigned Mission Control for the middle button of my mouse (Logitech V470).
    When I try to pan in Parallels's AutoCad, as obvious, it activates Mission Control. How can I disable the middle button for OSX only if I'm working in Parallels, so when I go back to OSX it will continue to launch Mission Control. Am I explaning my self good enough?
    Thanks for your help!!

    Actually the middle button  on a mouse has a specific function in OS X and you have overwritten that. If you hadn't it would work as it should in Win XP for ACad. You need to remove that change of assignments and go back to Default.
    There also may be an isolation feature in Parallels where once you are in Parallels the mouse and keyboard commands are only relayed to the OS in parallels. Not sure as I use VMware Fusion.

  • Obtain Instance Id # for SWI5 Mgr work items

    Hi
    I need to be able to determine what the instance id #'s are for work items that managers have showing in SWI5 transaction. I am looking to get a report that has both the work item # and the associated instance number it relates to. I know that I can manually get the instance # of the workflow by clicking on the work item in SWI5 and drilling down to see the information, but is there any way I can get a report that shows me the details ?
    Any help would be most appreciated.
    Many thanks
    Nicola.

    Hi Nicola ,
    If you have the workflow id you can view the entire details in SWWWIHEAD table.
    To check the status of the workflow you can view the details in SWW_OUTBOX table.
    I think this tables will help you to find the status of the workflow.
    Thanks & Regards,
    Ganesh R K

  • Disable "logon" button for BPC for Excel,powerpoint and word .

    Hello All,
            Is there way to hide u201CLOGONu201D button for BPC for excel, word and PowerPoint. We want that our end users canu2019t see it.We have 300 users .  Is there any environment variable or BPC package setting for this to do it for all users in one shot?
    Thanks,
    Saquib Khan

    Hi,
    I still don't get why this requirement but I can understand it is required by a customer.
    I don't understand where is the problem if somebody will press by mistake that button.
    It will prompt login window and the user will be able to press cancel button.
    I think the solution proposed it is really dangerours and it can cause a lot of issues with BPC if you will delete the logon dll.
    What I want to clarify is who is asking about that button to be hide?
    Are we speaking about BPC users?
    If yes then they will use a really nice functionality.
    Majority of BPC users are working in Excel and at some moment they need access to BPC.
    So in that case it is easy they have just to press the logon button.
    If you will hide that button they will have to go into launch page and from there to start BPC webexcel.
    So that's means they will really loose a lot of time just to be back again into excel.
    So I don't get why the people request to hide that button.
    Let's suppose somebody press by mistake that button ...what is the issue with that?
    I need to understand the requirements to be able to understand what kind of solution we can provide for customer.
    Regards
    Sorin radulescu

Maybe you are looking for

  • Hpe 478d

    Hi .. I am wondering if Pavilion HPE-478d supports USB 3? I recently installed a USB 3 card and when i used it, the speed is still the same is normal USB 2.

  • Audigy 2 ZS - Dolby Digi

    When is the DDL capable driver for the audigy?s (Audigy 2 ZS btw) is coming out ? I REALLY, REALLY want it and need it... Is there any idea about how much $$ creative will be asking for? Thanks in advance.

  • I Phone Mail at Night

    Hi there Just got i phone 4 yesterday - love it. But with my old Nokia I could tell it not to retrieve e mail from 9pm to 9am - I don't want to get woken up by spam at 3am!!!! Is there a similar setting or app with an i phone? If there is, I can't se

  • Problems with HDR merge from LR 5 into PsCC

    I just get a blank screen when attempting this in LR 5 into Ps CC.  I went through Adobe help and they recommended updating drivers for my AMD support.  But I find out there is a fee for some and I get warnings all over the place for others.  Does an

  • Please help me with my nokia 3250

    hello people my first post here. i have a problem with my port on the 3250. when i connect the phone to the computer it works perfectly. BUT when i connect any audio headset i can only hear the left ear but the right ear doesnt work...ARRGH....this h