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

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

  • Hide Add Row button

    Hi All,
    I want to hide "Add Row" button which is of type "OAAddTableRowBean" without using PPR. If setRendered is used, I see there is no data coming up on the page although the buton is hidden.
    Apprecaite pointers to this.
    Thanks

    Hi
    Can you tell what is happening when you are rendering it false means whole table gets invisible or anything else..Do one thing instead of taking addTableRow default use a submit Button in Footer region where you have created this addTableRow and handle that item in your controller..
    Thanks
    AJ

  • Hide the Approve button in TRIP transaction

    Please,
    I read that I if I want to hide the 'Approve' button automatically I must pass proper values in Auth Object F_TRAVL and P_TRAVL.
    Do you know, specifically, which authorization field and value I must have in P_TRAVL?
    I thank you in advance,
    Cláudia.
    Edited by: User BasisMasterUser on Mar 30, 2011 7:56 PM
    Edited by: User BasisMasterUser on Mar 30, 2011 7:57 PM

    Hi and thanks for the answer.
    We use the transaction PRAP for approval all the travel, so we need to prevent a simple user can approve the trip in the TRIP transaction. As I could not find an authorization object that correspond to the button of approval, we thought better to hide it.
    Unfortunately I did not see in the TRVPA feature anything that influences me in the way of approval, except that the WRP is equal to 3 which sets the approval status only for travel completed.
    Am I mistaken?
    I thank you again,
    Cláudia.
    Edited by: User BasisMasterUser on Mar 31, 2011 3:35 PM

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • Hide ,add or remove button in LIST MANAGER ITEM

    Hi,
    How i can hide ,add or remove button in LIST MANAGER ITEM.
    Thanks & Regards
    Vedant

    I figured out the VO and CO object and the page.
    PersonSitPG.xml
    SpecialInformationDetailsVO
    SitMainPageCO
    And after going through the forum form Anil passi, it mentions there are three ways of doing it and the SPEL example given
    extends a VO object.
    I created a boolean variable based on IdflexNum as isIdflexNum in SpecialInformationDetailsVO
    That is if Idflexnum = 2356 then
    retrun true
    else return false.
    And use this in the HrSitDeleteButton and HrSitUpdateButton---?property rendered --->SPEL. But there is no SPEL in the rendered property when I clicked on the button property.
    So I doubt if this approach is right . Can you please let me know. I am new to OA framework, I have done only personalizations before.

  • Readability add-on buttons are not possible to hide from toolbar.

    I have installed Readability add-on from the official website - https://www.readability.com/addons
    This adds three buttons left off my navigation bar, as depicted here - https://i.imgur.com/SgYjJnp.png
    Ideally, I would like to move "Read" button moved to Australis menu and other two buttons hidden entirely, however, whenever I restart the browser, the buttons are kept in their initial position.
    This was not the cause with any other add-ons I have installed.
    There is no difference between right clicking those buttons and pressing "Move to Menu"/"Remove from Toolbar" or dragging them to desired locations via "Customize" button in Australis menu, the outcome is the same.
    Please help.

    Some extensions do reposition their buttons at startup but I haven't heard about this one before. Does Firefox have trouble remembering any other changed icons positions on the toolbar or between the toolbar and menu? If so, then it could be one of the issues in this article: [[How to fix preferences that won't save]].

Maybe you are looking for

  • Clearing vendor open items

    Dear all, I need to clear all open vendor items posted before 2008 and post the difference to a P/L account. Is there a way to do that automatically? Thanks Claudia.

  • ITunes 7 won't open.

    After installing the latest version of iTunes and attempting to open it, I recieve this error message: The iTunes application could not be opened. An unknown error occured (-200.) Has anyone else encountered this problem and if so, how did you fix it

  • Cable req'd to connect Mac Mini to PC Laptop?

    What cable do I need to connect my Mac mini to my PC laptop?

  • How to best connect multiple non TB monitors to 2013 macbook air

    I have the new Macbook Air (2013)   Model Name:          MacBook Air   Model Identifier:          MacBookAir6,2   Processor Name:          Intel Core i7   Processor Speed:          1.7 GHz I would like to connect two non Thunderbolt displays to my Ai

  • Exporting prores files from adobe premiere on a windows 7 PC

    Does anyone know if Media encoder can be set up to encode to Prores files. If not how can I save edited prores files on my Adobe premiere timeline to a prores file for distribution.