ADD APPROVER button to be disabled!

Hi All,
   I have implemented the n-level approval WF WS14000133 through the BADI BBP_WFL_APPROV_BADI.
  Can anyone tell me whether it is possible thorugh disable the "ADD APPROVER" and "ADD REVIEWER"  button on the approval preview screen???
Regards,
Disha.

Hi Disha,
you can use BADI BBP_CHNG_AGNT_ALLOW to determine whether users can add approvers and reveiwers.
There is a sample implementation for this BADI that can be copied and an example in the documentation for this BADI.
Regards
Chris

Similar Messages

  • Add Approver button disabled for PO in sap srm when GR and IR are already posted

    Hello Gurus,
         One of my user has edited an old PO for which the GR and IR has already been posted in backend. Now the reason for editing was to change the expected value for 3 item and he changed the value the approver is still blank as for old PO's there was no approval required but later on the whole scenario changed and based on total value the approvers are decided now. But for this PO still its not showing the appovers and also the add approver button is disabled. Is there any way to enable the Add approver button. Also please let me know whether addition of approver is allowed after the GR and IR are posted in backend.
    Thanks
    Gaurav Gautam

    Solved.
    In Control Actions -> Configure Control of Actions on Header Level, it's not neccessary put the subtype equal to 0.

  • SRM 7.0 'Add Approver' button disabled after rejection

    Hi Experts,
    I'm working on SRM 7.0(BRF) RFx workflow. I have configured the process level schema and the acceptance by contact person in customizing. When any of the approver rejects the document, it comes back to the creator which is right. But i see the 'Add Approver' button as disabled. But while creating a new document it is showing the 'Add Approver' button, only after rejection, the creator is seeing the button as disabled. Is it the standard behaviour in SRM7.0 ?
    Can you guys share your thoughts on this..
    Thanks
    Ram

    Hi,
    Please check the note 1378094.
    https://service.sap.com/sap/support/notes/1378094
    Regards,
    Masa

  • Add Approver button disabled in SRM Shopping cart

    Hello,
    We have activated 2 level PC workflow. However we are facing issue that Add Approver button is not enabled.
    Could anyone please advise.
    Thank you
    Ritesh

    Hi Ritesh,
    On the face of it,I have couple of points for you to check it out.
    1.
    Please check the agent assignment at the header level of the workflow.
    Go to transaction PFTC -> Select workflow template -> 14000133 (or   
    whichever workflow you are using) -> Display -> Additional data ->   
    Agent Assignment -> Maintain -> Attributes -> Select radio button    
    'General Task' .. or instead of everybody being able to make changes 
    you can set the agent assignment of the workflow at role level.      
    Please also review note 581191.
    2.Check if this button is not visible or not for all the roles.
    3.Check any portal enhancements or Metadata config to make it display.
    Thanks
    Balaji

  • Hide "Add Approver" button ?

    Hi guys,
    I need to hide the "Add Approver" button.  Which is the best way to do this ?   
    Im not sure if this action is feasible via Screen Variants  or if I should modify ITS templates.
    Any clue?
    Thank you !!!
    Regards,
    Diego

    This can be done via the BADI <b>BBP_CHNG_AGNT_ALLOW</b>.
    implement methods AUTHORISE_FOR_INSERT and AUTHORISE_FOR_CHANGE to block the add/change approver options.
    ABAP code would be:
    <i>method IF_EX_BBP_CHNG_AGNT_ALLOW~AUTHORISE_FOR_CHANGE.
    *No approver modification allowed
    move 'X' to  EV_CHNG_BUTTONS_DISABLED.
    endmethod.</i>
    <i>method IF_EX_BBP_CHNG_AGNT_ALLOW~AUTHORISE_FOR_INSERT.
    *No addition of approver possible
    MOVE 'X' to  EV_ADD_BUTTONS_DISABLED.
    MOVE 'X' to  EV_CHNG_BUTTONS_DISABLED.
    endmethod.</i>
    Regards.
    Vadim

  • Activate Add Approver wtih N Step Badi

    Dear Experts,
    we are in SRM5.0 and the add approver button has been disabled using the badi bbp_chng_agnt_allow, however the current requirement is to activate this button specific to a country.Please advice on how to achieve this requirement,as we have also implemented n-badi workflow approval for shc.
    Thanks and Regards,
    Sathya Kumar.

    Hi,
    Take a help of Technical guy ( abap ) and implement the logic ( coding ) in BADI   BBP_CHNG_AGNT_ALLOW
    method IF_EX_BBP_CHNG_AGNT_ALLOW~AUTHORISE_FOR_CHANGE
    You can use BADI   BBP_CHNG_AGNT_GET : restrict / build your own list of possible agents
    Thanks
    prasad.s

  • Shopping Cart Add Approver option

    Hi all,
        We have a requirement wherein after creating a shopping cart we can add approver by using the "Add Approver" button on the top, i just want to know what is the backend function module or BADI called while adding the approver manually.
      In our case the creator can add his name as approver but this should be prevented, can any one guide me how to do this......
    Its very urgent and every one is highly appreciated..........
    Regards,
    Ravi G

    Hi
    Which SRM version are you using ?
    If you use WS14000133 as an alternative, you can determine the list of approvers flexibly according to your particular requirements.
    You do this using the method GET_REMAING_APPROVERS of BAdI BBP_WFL_APPROV_BADI, with which you can integrate a logic for determining the approvers for each approval step (this can be more than one) and the number of steps in the entire approval process.
    For more details, see the IMG:
    Supplier Relationship Management   ®  SRM Server  ®  Business Add-Ins for Enterprise Buyer (BAdIs)  ®  SAP Business Workflow  ®  Determination of Approvers for n-Step Dynamic Approval Workflow
    N-Step, Dynamic Approval for Spending Limits
    http://help.sap.com/saphelp_srm30/helpdata/en/17/40a86c773d6c41801d78af1a34b90f/content.htm
    Do let me know.
    Regards
    - Atul

  • Add Approver/ Rewiever error

    Hi Gurus,
    We have currently upgraded EBP 4.0 version from SP5 to SP11.
    When clicking on the Add Approver button, getting pop up "No Possible Processor Found for approval task. Inform system admin" and not fetching any list of agents.
    When clicking on the Add Reviewer, it is not bringing any pop up or other error/warning screen.
    Please advice. Thanks in advance.
    Regards,
    Gopesh

    Hi All,
    This BADI deactivation started throwing other error message class BBP_WFL and no 038.
    This problem has been resolved by changing the include LBBP_PDH_WFLF02 and function module BBP_PDH_WFL_APP_ASSIGNTYPE_GET.
    Thanks everybody for your suggestions.
    Regards,
    Gopesh

  • Buyer not able to add Approver

    Hi all,
    I have an issue where buyers are not able to ADD APPROVER,When the completion workflow starts the cart is in buyer ,where the ADD APPROVER button is enabled, while clicking ADD approver button does not perform any action.Could anybody advice me in this regard?. Whats the technicality behind it while clicking ADD APPROVER button?
    Thanks
    sibi

    Hi CK,
    Thanks for your Reply. Where i need to check the status.Could you please explain me?.
    My issue is ,Buyer Not able to ADD APPROVER during completion workflow(WS14000044).
    ADD APPROVER button is enabled , but when i click add approver button no action performed,
    I keep all the relevant task as general task in OOCU transaction.
    Scenario 1 : Requestor can able to add approver before the cart moves to buyer.
    Scenario 2 : After buyer assign the source of supply cart back to requestor,where once again 
                      requestor able to add approver.
    Scenario 3: Based on the approval matrix ,approver are listed in the approval workflow where all the
                     approvers can able to add approver.
    My issue here is : During the completion workflow the cart is in buyer hand where he is not able to
                               add approver- but still add approver button is enabled.
    Appreciate all form of advice.
    Thanks,
    sibi

  • Functinality of Add Approver in PO

    Dear All,
    I am working on SRM 5.5.
    I am creating the PO.
    in 'APPROAL Tab' , As per the conditon one dummy approver is added. And I added the New approver using "ADD APPROVER" Button, Its adding the two New Approval, as a First and Last approver.
    It confusing me, Its the problem in the functinality or its correct functionality?
    Regards

    it is called adhoc approval
    afater you add one approver see the graphic log. you might see correct data.
    Muthu

  • Disable Add Attach Button in the Interactive PDF form

    Hi all,
    Can you please let me know if is possible to disable the Add Attachment Button for the interactive form?
    I need to show the attachment icon on the toolbar (setShowOption method from IWDPDFDocumentAppearance interface) but I need to disable the ability to add an attachment.
    Thanks in advance for your time.
    Regards,
    Mirco

    Hi Mirco,
    check below link may be it will help you
    Re: Disable Save Button in the Interactive PDF form

  • Disable the 'Approve' button on the TRIP Tcode

    Hi ,
          I need to Disable  the 'Approve' button on the TRIP Tcode ( Travel management)  security setting.  User does not want TRIP tocde to be able to approve their own trip expenses. The approval button should be enabled in PR05 but not in TRIP.
    So can someone suggest me, Can we achieve this through object restriction? Or else Do we need to change the codeing with the help of ABAPer .
    Thanks & Regards
    Umashankar
    SAP Security

    Eliminate the Option from the TCode screen by using Transaction Variant and then create a Variant Transaction for that. Assign this new custom TCode to the Users.
    To know more on this process, please check the following thread just discussed:
    Variant using SHD0
    Regards,
    Dipanjan
    Edited by: Dipanjan Sanpui on Jul 7, 2009 6:59 PM

  • How to Disable the Add & Review Button

    How to Disable the Add & Review Button
     *Updated with the correct ISF  code (the previous code, in case you saved it, was to actually  escape apostrophes.  That will be posted  seperately. 
    Note that this solution might not work in your environment - you might have to modify it based on your installation.
    Enjoy! 
    Common_disableAddAndReviewButton()
       if ( Moment == 'ordering' )
            var theForm = document.forms[0];
            var buttonCt = 0;
            for( i = 0; i &lt; theForm.elements.length; i++ )
                 if( theForm.elements[i].type == &quot;submit&quot; )
                    if ( buttonCt == 0 || buttonCt == 2 )
                        theForm.elements[i].disabled = true;
                         theForm.elements[i].style.visibility=&quot;hidden&quot;;                  
                     buttonCt++;              

    This is GREAT - I added a new Java Script and set it to "when form is loaded" and when I did some test reqs - no Add & Review button !!!!

  • Add Approver / Reviewer Button

    Hello Experts - I did search the forum before posting this note and only found information that I already knew about this. The add approver, add reviewer button is displayed and works in our QA region but not in Production.
    I compared the source code by right clicking on a req and found difference's between the HTML in the two regions. Also, dev shows bbpsc01/99/saplbbp_1000.html and prod bbpsc02/99/saplbbp_2000.html shows BBP_CHNG_AGNT_ALLOW badi is not active in either region and yet add approver / add reviewer works in QA. I badi is in se18 in both regions, not se19.
    I ran a compare of the code in both regions for bbpsc01/99/saplbbp_sc_ui_its_100, 1000, 110, 120, 150, 1000 and 2000.  No difference's found between any of them
    in the two regions.  I have also compared the transports in the two regions. 
    Any ideas, suggestions would be appreciated. Thank you.

    Hi Jolee,
    Did u find a solution to the issue ? Please reply back.
    Best regards,
    Sambit

  • Disable the approve button when ever nonapprover login

    Hi Friends,
    i want to disable the approve button , when ever non approvers login into that requisitions page. please let me know, how to do. only approvers will have to see that approve button. can we achieve through OAF personalizations or Extensions.
    Thanks
    vamshi.

    Hi,
    You can extend the Controller of that page and in extended controller on page load
    Capture the Requistion details and valid approvers from a Prepared Statement.
    Then match the Approvers with the Login user name (pageContext.getUserName())
    If the user name is not there in the valid approvers then set the disabled property of button to true,
    bean.setDiasbled(true);
    Thanks,
    Gaurav

Maybe you are looking for

  • My ipad2 is not updating.

    Is there a way to update besides through the App Store? I have current IOS.

  • Next activity

    In a process, one interactive activity has a conditional and an unconditional transition. Going to which activity is decided by a business rule. The main task is external. After finishing the main task and before sending this activity, how to know th

  • How do I get out of full screen mode?

    How do I get out of full-screen mode? This happened after installing Lion.

  • ItemRenderer

    Hi, Having a problem with using an itemRenderer in datagrid column, the custom column appears correctly but whenever I dynamically change the dataProvider I get a repeat of the custom column and as I'm potentially using a dataProvider with a differen

  • Ipod Touch Recognition Problems...***Different Than Others***

    I have seen a bunch of other posts similar to the problem i have but i wanted to post one specifically with my problem. Ok, when i plug my ipod in it starts to charge like it should and itunes opens up, like it should...But my ipod doesn't show up in