Want to remove reject button in CATS_APPR_LITE

Hello,
I want to remove the reject button when we run CATS_APPR_LITE  transaction for one or more persons. There is no user exit for this transaction and I have not find any place in the BADI definition CATS_REPORTING to hide this button or atleast give error message when the user click the Reject button. Just wondering if there is any way to do this.
Any suggestions in this regard are highly appreciated.
Thanks.

Hi,
There are several user-exits in SMOD/CMOD starting with CATS00001...12. One of them has the capability of deactivating functions. I think these also work for CATSXT.
Regards, Bert

Similar Messages

  • Self Service - SIT approval. How to remove "Reject" Button

    Hi,
    In some SIT, i have some employees where they have only to fill some information before continuing the flow cycle of the request without having the possibility to reject the request.
    Can we remove the button "Reject" for one of the approvers in some cases?
    Thanks,
    Elie

    You will have to customize the workflow item, and remove the reject option in the approval node.
    Tushar

  • I want to remove play button

    I publised project with html5. I preview in browser. It show play button but I want remove play button from project.
    How to remove play button in HTML5 project?

    It doesn't make any sense the inhibit the loading of an HTML page with the play button. Apple is inhibiting the playing of video and audio on iOS, not HTML.
    After the page is completely loaded you should be able to bypass the screen by calling the function attached to the button.
    "Apple has made the decision to disable the automatic playing of video on iOS devices, through both script and attribute implementations.
    In Safari, on iOS (for all devices, including iPad), where the user may be on a cellular network and be charged per data unit, preload and auto-play are disabled. No data is loaded until the user initiates it." - Apple documentation.

  • How to remove the buttons coming from report program?

    Hi All,
    I need to remove the buttons from an iview which is a sap transaction. when i execute the  report program which uses a ldb (PCH) shows a selection screen having all the buttons.
    We have created variants for this.Now i want to remove the buttons which are coming from the report program.how to do this ?
    Lakshmi.

    Goto sicf ->sap->bc->gui->sap->its->                              
    open Webgui application                              
    in the GUI Config enter the following parameters.                              
    ~noHeaderOkCode = 1                              
    ~webTransactionType = EWT.                              
    All buttons can also be removed by ~webgui_simple_toolbar =0 ..                              
    Also now open the trancsaction of the program form SE93 for which you want to hide                               
    the Menu bar, in its properties select the EASY WEB TRANSACTION radio button.

  • How to remove the buttons which are coming from a report?

    Hi All,
    I need to remove the buttons from an iview which is a sap transaction. when i execute the  report program which uses a ldb (PCH) shows a selection screen having all the buttons.
    We have created variants for this.Now i want to remove the buttons which are coming from the report program.how to do this ?
    Lakshmi.

    Hi,
    I think u r mentioning about the addition buttons that appear in the selection screen when using a logical database. for removing these buttons u can use a function module RS_SET_SELSCREEN_STATUS  for setting ur own pf-status
    do this in "at selection screen output" of the program..
    in the tables parameter, u have the option for giving the ok-codes that u want to remove. append all the ok-codes into this table.
    for getting the ok-codes u can use "tab" and go the button.. press F1. it will give the ok-code.
    Regards,
    Anoop

  • Removing cancel button

    For some time now I try to customize UIImagePicker and ABPeoplePicker. I want to remove 'Cancel' buttons that appear next to the title on the navigation bar of both controllers. Any help with this issue is greatly appreciated, as I ran out of ideas and am fed up with lack of documentation how to customize the controllers

    I solved this, all you have to do is to implement delegate method -willShowViewController and for any bar button item you want to disappear you need to make it's frame to CGRectMake(0,0,0,0).

  • How to remove forward button from notification Page?

    Hi All,
    I would like to remove (disable ) forward button from Req approval work flow ? How can i achive this functionality ?
    I will be appriciate for help.
    Thanks
    pat

    Well, I'm guessing that you are using PO workflows, and using one of the standard lookups? Without having any details of what you are using, trying to second guess the answer is somewhat difficult.
    If it's the case that you are talking about the PO workflows, then the buttons are standard functionality based on the lookup type that is used as the notification response. Trying to suppress this doesn't actually make much sense - you are sending someone a notification, asking them to take action, and then not giving them any ability to respond to the notification.
    You would need to customize / personalize the notification page if you want to remove the buttons. The question then is - how will the process continue if you are removing the ability to respond to the notification?
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • How to remove continue button from slide "Quiz Result"?

    After clicking on the button gets the first slide. I want to remove the button. Help. I am a newbie. The settings are not found. Thank you

    It's standards Captivate functionality that you cannot add Interactive Objects such as click boxes or buttons to the Quiz or Quiz Results slides.
    If you're having  issues with the Continue button NOT working on the Quiz Results slides, check your Quiz Settings as shown in my earlier post on this thread.  It may be that you have the settings that make it mandatory for the user to pass the quiz before they'll be allowed to continue.
    Check also in Quiz Settings in case the default Action for Pass or Failure is set to Continue.  It might be set to No Action or something else that the Continue button cannot do for some reason.
    If none of the above seems to be the case, remove the Quiz Results slide (by turning off Show Results in Quiz Settings) and then turn it on again the same way.  If your project was upgraded from an earlier version of Captivate 3 or 4 it may be that the Quiz Results slide is currently defective.  It's happened to me when upgrading older projects to Cp5 format.  So re-generate the Quiz Results slide again and see if the Continue button now works better.
    By the way, there's a button widget that ships with Captivate 5 which, because it's only a Static Widget and not an Interactive Widget, you CAN add it to the Quiz Results slide.

  • How to remove NO Button on dialog page

    Hello friends,
    i want to remove no button on my dalog page how to do? my code is below , below this code still i can see on dialog page no button.. can any one help me out..
    OADialogPage dialogPage = new OADialogPage(OAException.WARNING,descMesg, null,"" ,"" );
    dialogPage.setOkButtonLabel("ok");
    dialogPage.setOkButtonItemName("YesButton");
    dialogPage.setOkButtonToPost(true);
    dialogPage.setPostToCallingPage(true);
    System.out.println("Entering To Delete");
    pageContext.redirectToDialogPage(dialogPage);
    Thanks
    krish.

    You can specify your own button bar with the required buttons.
    Extract from Developer's guide.
    The setFooterNestedRegionCode and setFooterNestedRegionApplicationID methods in the OADialogPage class have been deprecated.
    If you use the standard OK/NO buttons provided on the dialog page, you do not need to make any changes.
    However, if you are using the OADialogPage.setFooterNestedRegionCode and OADialogPage.setFooterNestedRegionApplicationID methods to render customized buttons under the footer region, you must update your code to use the new method OADialogPage.setPageButtonBarRegionRefName instead. This new method lets you set a reference to a page button bar region, built declaratively with OA Extension. You can add any number of custom buttons to the page button bar region. OA Framework renders the page button bar region under the footer. Adding your custom content to a page button bar region allows the page buttons to be rendered and positioned in the proper places specified by the latest UI standards. To render the Return To navigation link under the footer, use the existing setReturnToLinkLabel and setReturnToLinkURL methods in OADialogPage.
    To render a nested region, created with OA Extension, under a dialog page header, use the new OADialogPage.setHeaderNestedRegionRefName method.

  • How to remove standard buttons on Custom Control?

    Hi ABAPers,
    How to remove the standard buttons that are appear on custom control and also how to remove the description of line column details.
    Because in my requirement I have to create one custom infotype in which I have to add four custom controllers. In record creation it displaying that buttons and line description. So I want to remove those buttons and line descriptions.
    Could you please give me the solution for this?
    Thanks in advance,
    Regards,
    kishore

    Hi Deepak,
        CALL METHOD G_EDITOR1->SET_TOOLBAR_MODE
          EXPORTING
            TOOLBAR_MODE           = 0
          EXCEPTIONS
            ERROR_CNTL_CALL_METHOD = 1
            INVALID_PARAMETER      = 2
            OTHERS                 = 3.
        IF SY-SUBRC <> 0.
                 MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                  WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    Regards,
    Kishore.

  • There is no option to reject an incoming call in locked screen, there must be an icon on the screen for one who don't want to use lock button several times, i did'nt face this problem in last ios 6.1.3.

    There is no option to reject an incoming call in locked screen, there must be an icon on the screen for one who don't want to use lock button several times, i did'nt face this problem in last ios 6.1.3.

    A good read. Have you done anything at all to resolve your problem. Reset? Restore?
    By the way - "your products"... nobody here produced the iPhone, we are all just users. Apple is not here.

  • I want to remove buttons in favour of a Windows menu equivalent, how do I control the software without cluttering the GUI?

    My Graphical User Interface is fairly full of controls & buttons, removing the buttons should simplify and improve the appearance of the GUI. I would like to capture all of the menu selections and drive the software without relying on offscreen buttons etc. Is there a standard technique? I have started to look at queue, notifiers, occurences etc but I havent seen anything yet that looks obvious for the application.
    Help appreciated.

    You want to replace front panel controls with a custom menu? If that's true, then the code to do that is similar to the best way to handle the original controls. The event structure has both menu selection (User) and Menu Selection (App). As the shipping example Menu Selection with Events shows, you get the ItemTag and MenuRef from which you get the menu's item name which can be connected to a case structure. Since the menu name is a string, it also works well in a queue based state machine.

  • Want to remove the disclose button icone af:treeTable.

    Hi,
    I am using jdeveloper 11.1.1.4.0
    I have af:tree table on the jspx page.
    & one parent node having 3 child nodes. I am expanding the parent node till the last child. On clicking of disclose button Icon.
    But the last child don’t have any child but still that column have the disclose button Icon. I want to remove the disclose button icone if the child is a last child of the parent node.
    Please help.
    Thanks Charu

    Hi,
    I'm using the following styling on tree-table, but still the expand icon (+) appears for the leaf-node.
    af|treeTable::leaf-icon
    content:none;
    af|treeTable::leaf-icon-style
    -tr-inhibit: background-image;
    padding-right: 0px;
    No styling applies giving any content or any property in leaf-icon & leaf-icon-style.
    Is there any thing else that we should do?
    Thanks,
    Swapna

  • Removing Response Buttons from Top of Notification - Possible?

    Hi all,
    Current client wants to remove the Approve/Reject buttons from the top of a Notification. A second set of response buttons are present at the very bottom of the notification. It is only these that are required.
    The reason behind the change is so that the user is forced to scroll down through the content of the message to reach the response buttons. The client is concerned that some users will simply press the 'Approve' or "Reject' buttons at the top of the page and not process the content, i.e what they are approving / rejecting.
    Anyone know if this is possible? Just read through the Workflow Development Guide but can't see any reference to this. Can it be done through personalisation?
    Cheers,
    Jon.

    Hi Asima ,
    you can use:
    setIconImage((new ImageIcon("yourIcon.gif").getImage())); for JFrame.
    For JOptionPane and others where setIconImage does not exist you have to use the constructor which specifies the owner (your JFrame with yourIcon) so it uses that same Icon. If you want to remove the Icon completely you have to create your own icon as a blue (0,0128) square and use that.
    HTH
    Phil

  • Fiori wave 2 PR hide reject button

    Hi,
    We have configured  SAP fiori wave to MM applications. There is no rejection possiblie we want to jide hte reject button from the Purchase Requisition approval.  Tried overriding mm_pr_apv app  S3.controller.js and s3.header.controller.js files by removing negative action from .oHeaderFooterOptions.
    But it's not working. It looks like the buttons are coming from shared componenets. The above changes doen't have any effect in the app.
    Can you please advice how we have remove the "Reject" button from the PR approvals screen.
    Thanks in advance.

    Hi,
    Sorry, This is Abdul Raheem not Mr.Obaid. By mistake the message was created with Mr.Obaid's SAP passport.
    Thanks for the info. But it's not working. It's not even going to the  extended controller.Please find below the COmponent.js and s3.controller.js file.
    Component.js:
    jQuery.sap.declare("ui.s2p.mm.requisition.approveExt.Component");
    jQuery.sap.registerModulePath("ui.s2p.mm.requisition.approve", "/sap/bc/ui5_ui5/sap/mm_pr_apv");
    jQuery.sap.require("ui.s2p.mm.requisition.approve.Component");
    ui.s2p.mm.requisition.approve.Component.extend("ui.s2p.mm.requisition.approveExt.Component", {
    metadata: {
      version : "1.0",
      config : {
       "sap.ca.i18Nconfigs": {
        "bundleName":"ui.s2p.mm.requisition.approveExt.i18n.i18n"
      customizing: {
       "sap.ui.controllerExtensions": {
        "ui.s2p.mm.requisition.approve.view.S3": {
         controllerName: "ui.s2p.mm.requisition.approveExt.view.S3",
    S3.controller.js
    sap.ui.controller("ui.s2p.mm.requisition.approveExt.view.S3", {
    * Called when a controller is instantiated and its View controls (if available) are already created.
    * Can be used to modify the View before it is displayed, to bind event handlers and do other one-time initialization.
    * @memberOf ui.s2p.mm.requisition.approveExt.view.S3
    onInit: function() {
      ui.s2p.mm.requisition.approve.controller.onInit.call(this);
        this.oHeaderFooterOptions = {
           oPositiveAction: {
            sI18nBtnTxt: that.resourceBundle.getText("XBUT_APPROVE"),
            onBtnPressed: jQuery.proxy(that.handleApprove, that)
           buttonList: [{
            sId: "btn_Forward",
            sI18nBtnTxt: "XBUT_FORWARD",
            onBtnPressed: jQuery.proxy(this.handleForward, that)
           onBack: jQuery.proxy(function() {
            //Check if a navigation to master is the previous entry in the history
            var sDir = sap.ui.core.routing.History.getInstance().getDirection(this.oRouter.getURL("master"));
            if (sDir === "Backwards") {
             window.history.go(-1);
            } else {
             //we came from somewhere else - create the master view
             this.oRouter.navTo("master");
           }, this)
        this.setHeaderFooterOptions(this.oHeaderFooterOptions);
    Please advice what is missing.
    Thanks in advance,
    Abdul raheem

Maybe you are looking for