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

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.

  • 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

  • Add 2 buttons Release and Reject on Sales Order CRMD_BUS2000115 application

    Hi Experts,
    My Requirement is to add 2 button 'Release' and 'Reject' for Sales Order CRMD_BUS2000115 aplicaiotn using PCUI.
    Also provide the functionality...as
    1.Click On Release will change the status of seleceted order as "Released" i.e. to remove the Billing/Dleivery Blocks...And SAVE it.
    2. For "Reject"  change status as Rejected and Save it using standard "SAVE'' button.
    Can anybody would explain how should i proceed and where i have to code ??
    Or Source code or sample code?
    Can I call BAPI_TRANSACTION_COMMIT aftre changing it ??
    Thanks in Advance,
    Arjun Pawar.

    Hi Experts,
    I have added 2 buttons 'Release' and 'Reject' for Sales Order CRMD_BUS2000115 aplication using PCUI which provides the functionality...as
    1.Click On Release will change the status of seleceted order as "Released" i.e. to remove the Billing/Dleivery Blocks...And SAVE it. 2. For "Reject" change status as Rejected and Save it using "CRM_ORDER_SAVE" api followed COMMIT work. Functionality is working fine.
    But <b>I'm getting an error / explorer error " An error has occurred in this script page" ( the Error is : 'CAT Params' is undefined ) is coming as soon as query/click on "GO", carried out after the action performed like "Release/Reject"</b> on the sales order approval screen.
    Please, can anyone give an idea @ the cause of error ?? whether it is frame error ?? or else???
    And How to resolve it???
    Thanks,
    Arjun

  • 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

  • Hiding com.sap.pct.srm.core.action.oldwfl.approve button in UWL InBoX

    Hi,
    Currently I am working on SRM upgrade project . How to remove/hide approve button in UWL inbox.
    Below xml code, using in UWL configuration file in portal:
    <ItemType name="uwl.task.webflow.srm.TS90000005.SAP_SRM" connector="WebFlowConnector" defaultView="com.sap.pct.srm.core.view.tasks" defaultAction="com.sap.pct.srm.core.action.launchWD.oldwfl.cont.approve" executionMode="default">
    <ItemTypeCriteria systemId="SAP_SRM" externalType="TS90000005" connector="WebFlowConnector"/>
    <Actions>
    <Action reference="com.sap.pct.srm.core.action.launchWD.oldwfl.cont.approve" />
    <!<Properties><Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/></Properties></Action>>
    </Actions>
    </ItemType>
    Implemented " uwlExcludeFromPreviewDetail" code in xml, but it is not working. Pls guide, how to tweak the properties definition a little bit to get it to work.
    By removing approval reference in xml code, approre button and inbox hyperlink both functionality disappear. As per my requirement, Inbox approve data should have hyperlink as it is and approve button should be disappear/remove/hide.
    Otherwise without hyperlink, user has to select any workflow item and click "Details" button. For this need xml code for enabling Details button
    Anybody light on this

    Hi,
    Remove the Approval action from the XML by deleting <Action reference="com.sap.pct.srm.core.action.launchWD.oldwfl.cont.approve" />
    Also on this, <ItemType name="uwl.task.webflow.srm.TS90000005.SAP_SRM" connector="WebFlowConnector" defaultView="com.sap.pct.srm.core.view.tasks" defaultAction="com.sap.pct.srm.core.action.launchWD.oldwfl.cont.approve" executionMode="default">
    change the defaultAction="viewDetail" to enable the hyperlink which will open up the detail if click on hyperlink. If you need to open up the details in SAP GUI (ITS), change the defaultAction="launchSAPAction"
    Hope this helps.
    Jigar

  • 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

  • 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

  • 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

  • Commit button disabled after CreateInsert Operation... :(

    Hi! I have app module with VO in multiple levels, like this:
    -VO1
    ----VO2
    --------VO3
    ------------VO4
    ------------VO5
    I created one jspx page for each VO and represented VO as Table. All works fine with VO1, VO2, VO3, I can insert data in table using CreateInsert operation and Commit it using Commit operation. After I create new row in table using CreateInsert, commit operation comes enabled. My problem is with VO4 and VO5. When I press CreateInsert button new row appears in VO4 and VO5 tables, but Commit button are disabled. When I press second time CreateInsert button then again new row appears and now Commit button is enabled. WHY I need to press two times CreateInsert button for VO4 and VO5 tables to enable commit, but for VO1, VO2 and VO3 tables only once. From all VO I created table in the same way and checked all 3 times.
    Where might be the problem and how to resove it? If need more info, please let me know.
    Best regards, Debuger!

    Yes, the problem is in Model Layer. The same problem is in AM. With VO1,2,3, all works fine, when I add new row then commit is enabled, see: http://my.jetscreenshot.com/2677/20120629-hqbt-90kb
    But when I try to add new row in VO4,5 then commit is disabled, see: http://my.jetscreenshot.com/2677/20120629-bchq-94kb. Commit comes enabled only when I enter some data, see: http://my.jetscreenshot.com/2677/20120629-hy9o-95kb
    Where might be problem? What code post there to help You?
    Best regards, Debuger!

  • Add printer button disabled

    After I upgraded to Mavericks from Snow Leopard, the printers no longer worked. I tried deleting my printer, then realized the "+" button is disabled and cannot be clicked. There is no "lock" icon on the panel. What can I do?

    By default the Printers & Scanners preference pane does not have the padlock. To make it appear in this pane, open the Security & Privacy preference pane and have the General tab selected. Click the padlock to unlock this pane and press the Advanced tab. Enable the "Require an administrator passord..." setting and OK the change. Then go back to Printers & Scanners - you should now have a padlock. Unlock it and see if you can now add your printer.

  • OSA : Approve button disabled.

    Hi,
    We have implented OSA model for Appraisals.Using the BSP Applcation <b>HAP_DOCUMENT</b>.If an employee(further participant) logs in,the Approve/Reject button is disabled in the page 'documents_where_participated.htm'.
    For the same user,it's works fine in R/3 who uses the Trnx <b>PHAP_CHANGE_PA </b>.
    Any help will be much Appreciated.
    Rgds,
    Jothi.
    Message was edited by: Jothivenkatachalam.P

    Thanks Vikas,
    I hav tried that already, Evn if i set the 'Person Authorized' to '0 All Users', the same situtaion(Approve bt diabled) persists.
    Wht i did is, i set the authorization of that field to 'Higher level mgr' and while running the appln BSP/HAP_DOCUMENT/document_where_participated.htm  from the higher level mgrs login id.
    and also it's not working for '0 All users'.
    Is it a configuration issue or whether i hav to modify the std page in HAP_DOCUMENT.
    Awaiting for ur input.
    Rgds,
    Jothi.

  • DOWNLOAD BUTTON DISABLED AFTER UPDATE WITH NEW VER...

    Hi.. After update my E72 with newer version of OVI store, download button has been disabled and unable to download anything from OVI store. Further I m also unable to update the files in "sign in software" in ovi files... please help me fast, what should I do??? 

    Hi DD16, Welcome to the Nokia Forums.
    Please be try and sign out of your nokia account and relog back in, also be sure that you are connected to a stable WiFi connection, and also make sure that you have enough free space on your phone memory to install any new applications.
    If you still experience issues with your store account please try and install Store QML from betalabs.
    Please let me know if your problem persists or not.
    Sheldrick
    Press the 'Accept As Solution' icon if I have solved your problem, Kudos my post if my advice has helped you!

  • "Get Variants" button disabled after error message in AT SELECTION SCREEN

    Hi,
    In "AT SELECTION SCREEN" I throw an error message if certain criteria return no data. 
    After the error message is thrown, the button for choosing variants no longer appears to work.  I click it and the variant selection box doesn't come up.  It just changes the values that have been populated from red to black. 
    What is the code that remedies this?  If an error is thrown, it should allow you to select a variant still. 
    Thanks,
    Kevin

    "AT SELECTION SCREEN" is not an option here.  Let me clarify.
    In START-OF-SELECTION, I call another program with a SUBMIT statement.  That program uses a logical database.  So it makes no sense to move this to "AT SELECTION SCREEN".  Even when I did that, I still couldn't solve this problem. 
    If the SUBMIT statement returns no data (if sy-subrc = '4') then I need to go back to the initial screen.  I need to display some kind of message, of type I or E or S, I don't care. 
    It just needs to go back to the selection screen and VARIANTS need to WORK, and you need to be able to SAVE the variants.
    For some reason, if I get no data with the SUBMIT statement, I can display a message and get back to the selection screen but variants do not work.  I've tried EXIT, STOP, CALL SELECTION SCREEN 1000 (the only one in the program), END LIST-PROCESSING, etc.  NOTHING WORKS!

Maybe you are looking for

  • Cs2 and cs3 and cs4 on the same pc xp? could be a mess up?

    Hi i have some questions i bought cs2 some time ago , i guess 4 years but now i don't remember and i did installed on my pc ,  never had a problem after when cs3 come out , i tried the trial version , the first time i did  not like it , but after 2 w

  • Music has disappeared from iTunes and from my external hard drive

    I store my music on 2 separate external hard drives. I have a lot of music and didnt want to choke my system drive. I do not have iTunes organise my folders. I have a lot of classical and iTunes doesnt understand classical music. I began to notice a

  • How do i update a tree display?

    I've created a tree, which will only be used as a display for values, but i'm not sure how to correctly update the tree if a value is changed. I just want to update the text for the changed node, and display the new view of the tree. Does anyone know

  • From MAC to windows

    Hi, I just loaded all of my songs onto my new iPod using my Mac Powerbook. I also loaded all of the same playlists onto my wife's new iPod Nano from my Powerbook. She doesn't use Mac, she uses Windows. Now, she wants to add songs to her Nano from her

  • Dealing with IMAQ saving 12 bit images as 16 bit

    I'm trying to get an image of a CCD camera which has a depth of 12 bit. I read on the forums here that it is stored as 16 bit. I am however curious as to what this means: are the values of the image scaled? So is like a value of 4095 scaled to be a v