CUP 5.3 - Submit button vs Approval button

Good day all.
I have a query that I need assistance with.
I am testing the end-to-end standard Request Types in CUP. I want to know why a requestor does not see a 'SUBMIT' button when Creating a Request. The requestor only see's the 'APPROVAL' button.
The 'APPROVAL' button currently does work as a 'SUBMIT' button
Is this standard in CUP 5.3?
Kind Regards,
Michael Hannie

Hello Michael,
When you are trying to create the request by clicking on create request option available once u login using the CUP ID and password under user login then you will be able to find the approve button rather than finding submit button. By clicking on the approve button request is created.
But when u try to create a request by using Change account or New Account option available on the initial screen of CUP then u will be able to see the submit button option to submit request instead instead of finding the approve the option which was visible as mentioned earlier.
This is standrad not only in CUP 5.3 but also the same with Access Enforcer 5.2 ( Access enforcer is the name used instead of CUP in the earlier version).
Regards,
Raghu.

Similar Messages

  • Cup Approval process requires multiple hits of the APPROVE button

    Hello GRC CUP folks,
    We have an approval process wherein a given request can require 4 levels of approvals to be provisioned.  When a manager logs in to CUP, and tries to approve a request, she hits the APPROVE button, then the yellow status bar appears, showing the approval status so far for this request.  And she has to hit the APPROVE button again.  Then the yellow status for this current stage turns green and the workflow proceeds to the next stage.  It is getting back to me that the managers are having trouble understanding and remembering that they have to hit the APPROVE button more than once (even though we added text to that effect in the approval email).
    Is there some way to get the approval to process to the next stage with only one push of the APPROVE button?  
    Thanks for your ideas.
    Yvonne

    Hi Yvonne,
       Please go to config -> workflow -> stage -> go to change mode for Manager stage.
    Make sure that, 'Display Review Screen', 'Comments Mandatory' and 'Confirm Approval' are set to 'NO'. This will make sure that as soon as Manager hits Approve button, the request would be approved.
    Regards,
    Alpesh

  • GRC Access Control 5.3 CUP Role Provisioning Approval Buttons Missing

    When Approvers receive a Request in Compliant User Provisioning via email they click on the link but the action buttons are missing. (example approval, reject approval buttons are missing).  When they log in through the lauch pad the action buttons are visible.

    Hi,
    I would first check the links in the Application and redirect fields of the SMTP configuration.
    Then I would check the authorisations as these buttons are governed by authorisation actions.
    You can also look at the stage configuration and check whether th request reject field is set to show that button.
    Simon

  • Infopath form, one approve button with three rules, what is the order of execution

    i have designed a approval form the the "approval" button, it has three rules, one is submit to host, the second is set value to one field, the last one is to close form.
    some times, especially when the server is too busy, the first rule execute a long time, at last it seams fail, but the second and the last execute ok.
    that is, the workflow status is NOT START, but the value is set and the form is closed.
    when the approver open the workflow, the approval form check the stateValue is changed, the form show one "already approvaled" view. but the workflow still NOT START.
    i am very confused for this, hope someone give me some advices. thanks all guys!
    lixw
    i just know what has just happen. i changed some code, and this make some task been locked.
    thanks everyone!

    Why is the rule for updating a field value is set to execute after form submit? Shouldn't it be prior to submit?
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • Pop up message for confirmation in standard bsp on approve button

    Dear friends
               I am supposed to put one pop up confirmation message in 'hap_document' bsp application on approve button, this is MVC frame based application and used to show appraisal details. I have check with the event handlers, but is structured dynamically.  I have put a break point at various places. but from the portal when i m running the application it doesnt go into debugger..
    Please give me some ideas how to debug this application and how i will know the place where i need to do the coding for the pop-up confirmation message.. any help of yours will be greatly appreciated
    thanking you
    Regards
    Naeem

    Dear Naim Khan S Babi,
    Different controllers, views and BSP pages are availabe withing the application.
    You just keep the debug on the on the main methods like, DO_INIT, DO_REQUEST and DO_HANDLE_EVENT. So that you easily find where your application navigates.
    Hope this will be helpful.
    Regards,
    Gokul.N

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

  • Approve button of PO Approval Notification not functioning properly

    Hello,
    We are using PO approval workflow for our PO approval process.
    The approve button of the email notification is not performing the intended action, that is approving the PO.
    Since the approve is not functioning,we had to approve it from oracle.Is there any reason for this?
    Kindly let me know if there is some solution to handle such issues.This is a critical issue because not all the approvers can login
    to oracle and approve this everytime.
    Thanks in advance,
    indu

    Pl post details of OS, database and EBS versions. Has inbound processing been enabled ? Has this approval process ever worked ? If so, what changes have been made that caused it to break ? Are there any error messages in the workflow log file ?
    Configuring the Oracle Workflow 2.6/11i.OWF.H Java-based Notification Mailer with Oracle Application          (Doc ID 268085.1)
    Example Of Configuring Workflow Java Notification Mailer With Oracle Applications 11.5.x          (Doc ID 249957.1)
    Inbound Processing Is Not Happening While Approving/Rejecting From Emails          (Doc ID 418931.1)
    How To Troubleshoot When Email Notification Responses Are Processed But The Approval Workflow Still          (Doc ID 458665.1)
    Troubleshooting Inbound Email Notifications          (Doc ID 1184846.1)
    A Guide For Troubleshooting Workflow Notification Emails - Inbound and Outbound          (Doc ID 831982.1)
    HTH
    Srini

  • IFrame in jQuery Dialog - submit iFrame using dialog button

    Hi Everyone,
    I know a lot of us are using JQuery modal dialog feature and some of us using iframe strategy to display form or page inside of modal dialog popup. Personally, I am using these features a lot in my app but there is a step where I am a bit stuck.
    Here is my situation ( I am sure most of us will be interested in this to be resolved if not yet):
    I have a regular page (will call it parent page), on this page I have a button and by clicking on this button I am getting a jquery modal window popup. The button itself is pointed to url: javascript:LinkAssets(); and the script to call modal popup with iFrame in HTML Header of parent page is:
    <script type="text/javascript">
    // Link Assets - Modal PopUp
        function LinkAssets(){
    var apexSession = $v('pInstance');
    var apexAppId = $v('pFlowId');
    var assetNumber = $v('P17_ORDER_ID');
    $(function(){vRuleBox = '<div id="LinkAssetsBox" title="Link Assets to the Order">
       <iframe src="f?p='+apexAppId+':55:'+apexSession+'::NO:55:P55_ORDER_NUMBER:'+assetNumber+'"
         width="680" height="320" title="Link Assets to the Order" frameborder="no">
       </iframe>
       </div>'
    $(document.body).append(vRuleBox);
    $("#LinkAssetsBox").dialog({buttons:{"Close":function(){$(this).dialog("close");}},
                                                                   stack:true,
                                                                   modal:true,
                                                                   width:700,
                                                                   height:340,
                                                                   resizable:true,
                                                                   autoResize:true,
                                                                   draggable:true,
                        close: function(){$("#LinkAssetsBox").remove();
                                                             location.reload(true);}
    </script> As you see I am calling page 55 from jquery script into iFarme which will be displayed in modal dialog. All described above is working fine, no problems and most of us use it.
    My problem is here: my JQuery modal dialog has a "CLOSE" button which allows me to close a modal dialog without any changes and go back to my parent page - which is normal behavior. In my iFarme page (page 55) i have an "apply changes" button, and this button calls a process on page 55 by submitting a value and than it closes the modal dialog. "APPLY Changes" button has pointed to the url: javascript:UpdateRecord(); and page 55 has a script in HTML Header to submit value and close modal dialog:
    <script type="text/javascript">
    // -- Function to apply changes and close Modal Dialog--
    function closePopup(){     
       $(function(){parent.$('*').dialog('close');});}
    function UpdateRecord(){doSubmit('APPLY_CHANGES');closePopup();}
    </script> So, what I want is not to have this "Apply Changes" button in my page 55 which is iFrame page, I want this button to be next to my jQuery modal dialog "CLOSE" button which means I have to change my modal dialog popup script to include "APPLY CHANGES" button where this button will submit value to iFrame page and close my dialog.
    I hope whatever is above is readable and understandable.
    Thanks

    since my previous solution didn't work I did try another way. I did try to create a hidden item in my iFrame page -> pass a values "APPLY_CHANGES" to this item from my "ADD" button in parent dialog window and make my DML process in my iFrame (page 55) to fire conditionally when hidden item in iFrame page has "APPLY_CHANGES" value. So, I did change my dialog window script with iframe again to include this:
    $(document.body).append(vRuleBox);
              $("#LinkAssetsBox").dialog({
                            buttons:{"Close":function(){$(this).dialog("close");}
    //from here ---------------
    ,Add:function(){location.href="f?p=&APP_ID.:55:&SESSION.::NO:55:P55_CREATE_REQUEST:APPLY_CHANGES"}
    //to here -----------------
    },               stack: true,
                   modal: true,                         
                            width: 950,
    ...and again....it passes the "APPLY_CHANGES" value to my iFrame page item ( i can see that in session view) but my process is not running or may be it is not getting values of my form items in iFrame page.
    Any ideas...comments on this???

  • 'Approve' button not displaying in the Approve Role screen Inbox - AC 10

    Hello Gurus,
    I have a challenge and I'd be glad to have it fixed.
    I am configuring Role Management in GRC AC 10.0.
    I am in Approve Role phase.
    After clicking on Initiate Approval....It send the request to the Role Owner's work inbox for approval.
    However, when the role owner logs in, only the "Other actions" button shows. The "Approve" button does not show.
    The "other actions" have options for "Hold" and "Request information"
    Please note the following in the MSMP settings.
    I am using the default settings in MSMP
    Process ID - SAP_GRAC_ROLE_APPR
    Maintain Path (Path ID - GRAC_DEFAULT_PATH ) & Stage Config ID - GRAC_DEFAULT_STAGE
    Maintain Route Mapping - GRAC_ROLEAPPR_INITIATOR
    Generate Version - Version generation was successful.
    I have also assigned the following roles to the ROLE OWNER
    SAP_GRAC_BASE
    SAP_GRAC_NWBC
    SAP_GRAC_ROLE_MGMT_DESIGNER
    SAP_GRAC_ROLE_MGMT_ROLE_OWNER
    SAP_GRAC_ROLE_MGMT_USER
    Please help me...what am I doing wrong?
    Thanks

    Hi Colleen,
    Thanks for reply. I have configured the workflow with default path and with one stage (role owner approval). When we create roles, request is being sent for role owner for approval.
    Role owner is able to see the request in workplace inbox. But not able to approve it. We are getting the same kind of error when we raise requests for user access also (you can see the error screen shot for access request and the same kind of error is occurring for role approval also).
    All requests are stuck up at role owner for approval. Quick response is much appreciated.
    Regards
    Sasi

  • Approve Button not visible in Tasks for Leave request in Tasks- MSS

    Dear gurus,
    Approve Button not visible in Tasks for Leave request in Tasks- MSS, anything missing on config end????
    Any suggestions....
    regards,
    Rajasekar.

    hello Bala,
    there was some config missing in UWL, now it is working and here we have got some button launch dynpro ..this is leading to pop where we can approve or reject....
    Thanks alot Bala..
    In this we are getting more info, Display details in SAP GUI, View History, View all Time Approval and Attachments of Documents which leads to leave request details. These may be too flashy for the Manager who are from the typcial production centers....industries...So is there any way out for Hiding these.
    Regards,
    Raj

  • In STS,is the "Approved" button only belongs to authorization "R_STS_SUP"?

    Hi all,
         I find that user have the authorization of "R_STS_SUP" can see the "Approved" button in STS running,without "R_STS_SUP" ,users can only have these:
    ·         From “new” to “in process”
    ·         From “in process” to “for approval”
    ·         From “for approval” to “in process”.
    is that true? how can I let the users without "R_STS_SUP" can have "Approved" button?
        thank you!

    Hi Stephen,
         thank you,I checked my user's authorization,he has R_STS_PT and Activity = 16. assume I have  USER_A,USER_B ,I assiged USER_A to Headquarter,USER_B to HR dept. in STS running, USER_B can not see "Approved" button, but USER_A can see the lower level USER_B's "Approved" button, but in USER_A's own level ,USER_A can not see his "Approved" button.
        how can user have "Approved" button in this own level and don't have the authorization "R_STS_SUP"?
       thank you very much.

  • Customize Oracle Workflow Approve button action

    I have a requirement to add a confirmation dialog page on click of the Approve button of a Internet Expense Approval notification page.
    Like if the Expense type is of a particular type then the user must be prompted with a confirmation page. if user selects Yes then it should lead to approval and if clicks No then should come back to the Notification page where he can review the Expense Report again and proceed again for approval.
    Can the approval button click be customized to achieve this?
    Please help.

    Hi BM,
    I found the even for Approve button (pageContext.getParameter("wklEvent").equals('RR0')), but we would need to know the what are the parameters we need to pass and and what is the forwardurl for when user click the Yes button in confirmation page.  Say example  in the below code what are the parameters we would need to keep for Dialogue page and again pass into seeded process. What is the URL we need to call for when user click "Yes" butto
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)    {
      HashMap params = new HashMap();
      //Here what are the parameters we need to keep when user click the Yes button
    if(pageContext.getParameter("wklEvent").equals('RR0')){// When Approve button clkicked
      renderReqUpdateDialogPage(pageContext, params);
      if (pageContext.getParameter("updateYesEvent") != null) {
                pageContext.writeDiagnostics(this, "Inside updateYesEvent ",
                                                 1);
                HashMap params = new HashMap();
      pageContext.setForwardURL("OA.jsp?page=/oracle/apps/pa/webui/InvRvwProjPG",
       null,
       OAWebBeanConstants.KEEP_MENU_CONTEXT,
       null, params, true,
       OAWebBeanConstants.ADD_BREAD_CRUMB_NO,
       OAWebBeanConstants.IGNORE_MESSAGES);
    public void renderReqUpdateDialogPage(OAPageContext pageContext,
                                              HashMap params) {
            OAException mainMessage =
                new OAException("EAP", "INV_RETURN_MSG");
            OADialogPage dialogPage =
                new OADialogPage(OAException.WARNING, mainMessage, null, "", "");
            pageContext.writeDiagnostics(this,
                                         "After OADialogPage dialogPage stmt ", 1);
            String yes = pageContext.getMessage("AK", "FWK_TBX_T_YES", null);
            String no = pageContext.getMessage("AK", "FWK_TBX_T_NO", null);
            dialogPage.setOkButtonItemName("updateYesEvent");
            dialogPage.setOkButtonToPost(true);
            dialogPage.setNoButtonToPost(true);
            dialogPage.setPostToCallingPage(true);
            dialogPage.setOkButtonLabel(yes);
            dialogPage.setNoButtonLabel(no);
            pageContext.redirectToDialogPage(dialogPage);
    thanks
    SS

  • Deactivate 'APPROVE'   button  in the ALV  in RCATS_APPROVE_ACTIVITIES.

    Hi all,
    I am trying to deactivate 'APPROVE'   button  in the ALV output of the program RCATS_APPROVE_ACTIVITIES.
    Any ideas???
    Thanx in advance!!!!

    Hello Grigoria
    The following steps are necessary to implement your requirement:
    (1) Create BAdI implementation for BAdI CATS_REPORTING (i.e. class implementing interface IF_EX_CATS_REPORTING => e.g. ZCL_IM_CATS_REPORTING).
    (2) Add a public method HANDLE_TOOLBAR (to your BAdI implementing class) as event handler for event TOOLBAR of CL_GUI_ALV_GRID
    (3) Set method HANDLE_TOOLBAR as event handler for the CATS displaying grid instance:
    METHOD if_ex_cats_reporting~before_display_appr.
      SET HANDLER: handle_toolbar FOR im_alv_grid.
    ENDMETHOD.
    (4) Inactive the APPROVE toolbar button within the event handler method:
    METHOD handle_toolbar.
    * define local data
      DATA: ls_button   TYPE stb_button.
      LOOP AT e_object->mt_toolbar INTO ls_button.
        CASE ls_button-function.
          WHEN cl_grid_approval_actexp=>co_ok_approve.
            ls_button-disabled = 'X'.
          WHEN OTHERS.
            CONTINUE.
        ENDCASE.
        MODIFY e_object->mt_toolbar FROM ls_button INDEX syst-tabix.
      ENDLOOP.
    ENDMETHOD.
    Regards
      Uwe

  • REVIEW PROCESS USING WORKFLOW:CANNOT FIND 'SUBMIT FOR REVIEW' LINK/BUTTON

    We installed Oracle Workflow in the Files Storage database and completed all
    the required steps for integrating Workflow with Files sucessfully. This
    morning, I started trying to test the functionality of review process, but
    could not locate the 'Submit for Review' link/button any where. All other
    (workflow related) links are visible. For e.g. I can see 'workflow' link on top
    right hand corner of the page. Also, I see 'Review Process' links that shows no
    review processes as I have not created any.
    The documentation is not clear as how to create the review process. Could any one, please let
    me know how to find this 'Submit for Review' button/link?
    Thanks
    Hari Abburu

    the submit for review process is available for workspaces - create one, assign members, upload a document.

  • Submit  Button verses Normal Button

    Hi,
    Can any body say the difference between Submit button and normal button,
    i have called a function onClick() for both buttons,
    im finding refresh in SubmitButton ,where as with normal Button i didnt,
    could any body say the Reason please
    Thanq

    Santhosh_25 wrote:
    Hi,
    Can any body say the difference between Submit button and normal button,
    i have called a function onClick() for both buttons,
    im finding refresh in SubmitButton ,where as with normal Button i didnt,
    could any body say the Reason please
    ThanqSorry, old fruit, but you're confusing Java with ECMAScript, sometimes called JavaScript. Try here: http://www.javascript.com/
    edit: 15 posts and you still don't know the difference?

Maybe you are looking for