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.

Similar Messages

  • 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

  • 'Add Approver' is inactive for SRM contracts

    Dear colleagues,
    We have deal with SRM 5.5. The point is that the button 'Add Approver' is inactive for  'Approval Preview'.
    This issue regarding SRM contracts. Does anybody know how to activate usage of "add approver"  during approvement  of a contract.
    Many thanks in advance for your help.
    Kind regards,
    Grygoriy
    P/S
    I've had a look at  notice 'ADD Approver/Reviewer buttons are disabled'  by  N M Poojari ( ADD Approver/Reviewer buttons are disabled), unfortunately, author didn't point to solution of his problem. So, I'll appreciate more detailed  plan of actions.

    Thanks, Siobhan, for your reply.
    However, the problem was caused by my attempt to  to do the following steps with a wrong WF (instead standart workflow for contracts (WS14000148) we use Z-flow) :
    PFTC -> Select workflow template ->  workflow you are using -> Display -> Additional data ->
    Agent Assignment -> Maintain -> Attributes -> Select radio button
    'General Task'. -> The problem is solved
    Yours faithfully,
    Grygoriy Gavrylyuk

  • 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

  • How can I disable the automatic hiding of known file attachments, and why are always about 10 internet pages where I have to download something if i use firefo

    How can I disable the automatic hiding of known file attachments, and why are always about 10 internet pages where I have to download something when I use mozila firefox?
    Windows Computer

    1) If you are talking about the file names on the computer, there is a
    setting to turn off known file types. Open your file browser. Then
    just under the location bar, press '''Tools,''' then '''Folder Options.'''
    A new window will open. Select '''View.''' Look for
    '''Hide Extensions For Known File Types.'''
    2) Never NEVER '''NEVER''' download anything unless you know what
    it is. If a web site claims it needs to download something, what is it?
    It could be something like the flash player, '''or a virus ! !'''
    Ask questions, or go somewhere else.

  • Planning buying the same newest ver but for Mac... well file extensions and compatibility are identi

    I have cs4 master collection for windows, planning buying the same newest ver but for Mac... well file extensions and compatibility are identical or...?

    I have cs4 master collection for windows, planning buying the same newest ver but for Mac... well file extensions and compatibility are identical or...?

  • 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

  • JFileChooser in OS X: Approve Button Disabled In Empty Directory

    I have written a simple extended JFileChooser-based 'wizard' to assist in working with sound files in an application. It's a JDialog, which contains a JFileChooser to which is added a file preview (player) accessory. In step 1 you choose a file. In step 2 I reset the current directory to the destination. The user then presses the approve button ad it drops a copy of the selected file into the current directory.
    This works OK in Windows, but in OS X the approve button is disabled if nothing is selected in the current directory. If the destination directory is empty there is no way to get the approve button to be enabled. JFileChooser allows you to modify a few properties of the approve button, but hides the button itself. Is there any way to ensure that this button is enabled even if the current directory is empty or nothing is selected?
    Thanks in advance for any ideas!

    Hmm... perhaps in step 2 you could setFileSelectionMode(DIRECTORIES_ONLY) and allow the user to choose the directory?
    To get better help sooner, post a SSCCE that clearly demonstrates your problem.
    To post code, use the code tags -- [code]Your Code[/code]will display asYour CodeOr use the code button above the editing area and paste your code between the {code}{code} tags it generates.
    db

  • Approve button missing for managers to approve trave & expenses

    Hello all,
       Our production system is running ESS/MSS. Last couple days, some of the users have been reporting that they are not able to approve the expense reports because they do not see "Approve" button, instead, they are seeing "Assign to me" button.
    Could anybody please suggest what could be happening?
    Thanks!

    what is your portal version? Are there any recent SP updates?
    check uwl wiki below
    http://wiki.sdn.sap.com/wiki/display/BPX/UWL+FAQ#UWLFAQ-The%27Approve%27and%27Reject%27functionsaremissinginthecontextmenu
    The Approve and Reject functions are missing in the context menu
    Reason: The configuration XML file cannot be generated due to the missing RFC destination for the provider connector. The result is that the item type information, for example, available actions, dynamic parameters, visualization parameters, cannot be retrieved from the back end.
    Solution: Refer to SAP note 1133821
    In our environment EP7.0 SP18 , approve and reject buttons missed,after implementing above note,again they appeared.
    Regards,
    Koti Reddy

  • Alert Category missing in RWB and "Add Rule" button disabled

    Hi,
    1) I have added an Alert category in ALRTCATDEF but this alert is not
    visible in Runtime workbench -> Alert configuration. I have even
    pressed the "Update Table" button but still the alert category is
    missing the table.
    2) The "Add Rule" button in Runtime workbench -> "Alert configuration"
    is missing, even after selecting an alert category from the table of
    Alert categories.
    Is this some problem with my browser or something else??
    I am using IE8 / IE6/ Moziall Firefox and PI 7.1
    regrds,
    Piyush

    Hi Piyush,
    -->make sure that you created the alert category in ABAP stack of PI only.Please recheck once.
    -->In RWB if the buttons are in diabled mode means please check the roles for the user which you are using.Make sure that all the roles are assigned to your user for creating the alert category and alert rule.
    have a try with these
    Thanks

  • Share button disabled for I cloud

    Share button disabled on I cloud. Can't share video in message.

    Ellen...
    Try resetting the iPad then try again.
    Hold the On/Off Sleep/Wake button and the Home button down at the same time for at least ten seconds, until the Apple logo appears.
    Apple - iCloud - Learn how to set up iCloud on all your devices

  • Sender Radio Button disabled for Idoc adapter

    If u clearly observe .......
    Whats the necessity or significance of not having a sender communication channel(sender side radio button is disabled) and sender agreement in scenarios pertaining to Idocs....

    Hi Deepika,
    Just think that IDOC adapter as a sender, that means, you are getting source file (IDOC) from R/3 (SAP) system definitely. And XI is also and SAP system. As both are SAP systems, we already have a way of establishing the connection between SAP systems, which is ALE configuration. Using which, you can easily transfer IDOC from R/3 to XI.
    Also, you might know that IDOC and HTTP adapters reside on ABAP stack. When the R/3 and XI configuration settings are done, XI can receive the IDOC sent by R/3, directly to Integration Engine instead of Adapter Engine. If the file initially reaches to Adapter Engine, then the details about sender application are necessary, that means the Sender Agreement. But in this case, you don't even need the Sender Agreement.
    I hope you understand why the IDOC sender button is disabled and sender agreement is not necessary.
    Thank you.
    Regards
    Bhanu
    Intelligroup.

  • ADD kra button disabled

    We have upgraded our system from ECC 5 to ECC 6. ADD KRA field in PHAP_ADMIN  is disbled in  ECC 6 bt it has to be enabled in ECC 6 because the BADi is same in both the system  although its enabled in ECC 5. Cant find the reason ....HELP

    Hi
    Make a  new implementation of the BADI  for screen enhancments, Here u can set the  ADD KRA  button attribure in the screen layouts (as enabled).
    Regards,
    Lakhan

  • How to add a button to the home pages of the group wiki and user blog

    On the top of the home page of the group wiki page, there are several buttons/links like "wiki", "blog", "calendar" and "mail". I would like to add a button "svn" linked to "/svn/". Any one can help me? Thanks very much

    Hi Aravindhan,
    Try something like this:
    var ttDesvios = new sap.ui.table.TreeTable();
      var cbDesviacion = new sap.ui.commons.CheckBox();
      ttDesvios.addColumn(new sap.ui.table.Column({
      label: new sap.ui.commons.Label({text: "Col1"}),
      template: new sap.ui.commons.Label({text: "Info"}),
      width: "50px",
      ttDesvios.addColumn(new sap.ui.table.Column({
      label: new sap.ui.commons.Label({text: "Action"}),
      template: new sap.ui.commons.Button({text: "Delete"}).bindProperty("visible", "pathPropertyChild", function(value){
              if(value .............){ return true;} //For child
              else{ return false;} //For parent
      width: "160px",
    Regards
    EDIT: Wrong paste code, that's better!

Maybe you are looking for

  • PE6 in 1GB?

    This is not a rant, but I'm puzzled. I've always accessed Adobe's groups via NNTP, but the PE Tech Issues group seems only to be on the webbish forums and not on the news server. I only see .featurerequests and .organizer on NNTP, even after deleting

  • Year Close Process

    Our fiscal closes on Sep 30. We are unable to process any transactions with dates from next Fiscal year that starts on Oct 1. Typically, we have this problem with AR Invoicing where in the due date falls on or after Oct 30. Any help to resolve this w

  • You tube App

    Hi Guys, Can anyone help me with my iphone 4 . The app for you tube wont allow me to play anything anymore. It was working fine until recently, everything now say movie format not supported. I am thinking there must be something in the settings that

  • Update OS X 10.8.3 - Some Apps wont launch.

    Just as the title explains, I updated to osx 10.8.3. Now when I've opened, Skype/Numbers/Pages/Steam/Origin/Drobo Dashboard. Itunes/mail/safari/Photoshop all open just fine. Is anyone else experiencing this also?

  • My Iphone is blocked

    How to activate my blocked Iphone 5? I put in the safety log in pin sveral times and I know what kind of pin I have and it do not work. After few times i tip in my pin my Iphine is deaktivated.