ReqSummaryPG disable change button where Order exists

I have a requirement to make a change to the ReqSummaryPG page in iProc so that users can not change a requisition where an order has been associated with that requisition.
How can I make this change ?
I have started decompliling the seeded page controller code but each processFormRequest seems to be extended from another page controller

Once you have a local Jdev setup and a complete code flow, you should be in a position to understand where is the logic change required. If it is in controller, then you will have to extend it. From your issue description, it seems that controller extension is what you will require.
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Hide/disable 'Change' button in IAC Iview

    Hi Experts,
    We want to Hide/disable "Change" Button in PZ88. We want to give only 'Display' button to the users.
    Please let me know as to how to do this.
    Thanks!

    You can comment the Change button on the HTML template SAPLEHIN88 100) for the Internet Service PZ88 in SE80.
    ~Suresh

  • Accept Changes button visible in Approval link but not in Check Status

    Dear Experts,
    We are on SRM 4.0 .
    After a SC is rejected partially the requester can see the SC under Check Status link with the status In Your Inbox
    When the user clicks on the Detail icon, there is only CHANGE button but when the user clicks on Approval Link
    he can see Description as 'Your Shopping Cart xxxxxxxxx was change/rejected in part.Please Check' and when he click on the Detail icon there are two buttons at botton Accept Changes  and  Change  .
    Why is the Accept Changes button not there in detail display of SC under check status link?
    Thanks,
    Anubhav

    Hello,
    This is the standard behaviour of SRM4.0. 
    When a SC has been partially rejected the the SC goes to the requestor approval inbox. Requestor can either accept the change or he/she can change the SC and order again.
    If requestor accept the change that means requestor has been accept the rejection, so requestor will not be able to create the PO for that line item. He/she needs to change the SC depending on the approval note and order again.
    Check status transation is used for check the status of the shopping carts. Due to that reason the Accept change button is not exist there.
    Regards,
    Anindya

  • Disable the 'CHANGE' button in CRMD_ORDER

    Hi Experts,
    I have a requirement, where I need to disable the change button in CRMD_ORDER transaction for only few orders...
    am not sure about the disabling the change button, so I tried to disable the fields for input.
    I tried to use the function module 'CRM_INTLAY_SET_PROCESS_TYPE' and also other BADIs like CRM_ORDER_AUTH_CHECK, CRM_BTX_EXTENSIONS...but not able to disable the fields completely.
    The Conditions tab at the item level is still in change mode...
    Appreciate your help on this..
    Thanks
    Padma.

    Hi Padma,
    If you plan to use your idea with CRM_ORDER_AUTH_CHECK, you must also set the CRM_PRIDOC_COMM_BADI for the item condition tab. Set the CS_COMADM_I_COM-KAEND_TYP as 'X' in this BAdI.
    And implement note1148666 too, if your version is fit.
    Regards,
    Masayuki

  • How to disable hold button in purchase order creation.

    hi
    how to disable hold button in purchase order creation.

    Select single * from VBAK where clause
    ---It fetches single record from the database, based on the condition you specified in the where clause.
    Where as select * from VBAK up to 1 row
    ---Fetches first record if the condition specified in the where clause is satisfied, otherwise it doesn't fetch any record

  • Change Button disabled "My Trip and Expenses"

    Hi,
    We have travel management implemented.
    There are 2 level of approval 1) manager 2) accoutant.
    1) when the manager send the request back for correction to emp the change button is enabled.
    2) But when the Accountant send the request back for correction the change button gets disabled.
    I think some where there are conditions maintained, need guidance as where should I look for the conditions.
    I have checked at Portal end and WF.
    Is there anything I can check at ESS ?
    Please guide.
    Regards.

    The problem was related to Authorisation.
    Issue closed.

  • PZ02 ESS Service Change button is disabled.

    Hi,
    In the standard service PZ02, if we select the emergency address as address type, "Change" button is disabled.
    Why is this button disabled for emergency address only where as it is enabled for permenent residence and work address.
    If we want to make this enabled for emergency address, what should we do. Is this control through any configurations?
    Thanks & Regards,
    Soumya.

    Flag: Attachment Allowed
    Use If you set this indicator, users can add attachments to an appraisal document.
    Dependencies
    The function is connected to the generic object services.
    Note
    You can only attach documents if you have activated the switch GENER/OBJSV in table T77S0 System Table.
    You can do so via /nPHAP_CATALOG_PA

  • "Add New Tab" button does not exist in the Window -Customize Toolbar, and not on my Navigator toolbar. Where can I find one to put on my Navigator toolbar, please?

    I see "Add New Window" but..."Add New Tab" button does not exist in the Window -Customize Toolbar any longer, and not on my Navigator toolbar. Where can I find one to put on my Navigator toolbar, please?
    Thanks

    It's the "+" on the Tab bar. You can move it to the Navigation Toolbar if you prefer. When you start Customize, the + moves to the far right end of the Tab bar. You can drag it where you want (see attached image).
    Any luck?

  • Change button disabled in ESS add/remove dependents

    We are on version 4.7D and have noticed that ESS transaction PZ12 does not consistently allow changes to existing records. I can change a spouse, but I cannot change a child or an emergency contact via ESS.  I get the same results when accessing through R/3, but there are no messages as to what the problem is.  I have tried removing the dependents from all benefits plans, then trying to change the data in PZ12, but that does not work. I have checked for any authorization errors, and none exist. Does anyone have any ideas as to how to correct this and enable the change button in all cases?
    The dependent type 2 is set up with time constraint 3. I have checked table T591A_ESSEX and can see that the subtype is allowed to be maintained via ESS.
    Thanks in advance.

    OK. There are two ways to do this:
    1. Create a button facet in the Add remove component
    2. Modify the theme.
    For the first way here is a sampe:
    1. drag a add removelist onto the designer
    2. Edit the jsp to look like this:
                            <ui:addRemove availableItemsLabel="Available:" binding="#{Page1.addRemoveList1}" id="addRemoveList1"
                                items="#{Page1.addRemoveList1DefaultOptions.options}" moveButtons="true" selectAll="true"
                                selected="#{Page1.addRemoveList1DefaultOptions.selectedValue}" selectedItemsLabel="Selected:" style="left: 24px; top: 24px; position: absolute">
                                <f:facet name="addButton">
                                    <ui:button id="addRemoveList1_addButton" onClick="AddRemove_form1_addRemoveList1.add()" text="Lark Add"/>
                                </f:facet>
                            </ui:addRemove>3. deploy/run
    4. select an item and press the Lark Add button. The internal javascript gets called to add the item.
    The second way requires that you modify the themes. You can view these posts for information on modifying themes:
    http://blogs.sun.com/roller/page/gjmurphy?entry=quick_guide_editing_themes_for
    The default button lables are:
    AddRemove.add=Add
    AddRemove.remove=Remove
    Hope it helps,
    Lark

  • Disable certain changes in sales order after production order release

    We are in the MTO scenario and are also using variant configuration. The business requirement is that after a production order has been released (REL status) the preceding sales order item should be “locked” for certain changes. Such changes would include VC and some other fields (e.g. quantity and dates). Some minor changes like texts should still be allowed.
    The best idea we could come up with is to put some validation in the sales order user exits, but there are some disadvantages. It seems kind of strange though that there would be no such functionality in standard SAP (e.g. some changes in the order can’t be made after a delivery has been created). Is there by chance anything in the configuration that we missed?
    I found this old thread, but it still seems to require user exits. Unfortunately couldn't find anything specifically on the production order / SO integration.
    Thank you!

    Hi Jelena,
    Try in the userexit MV45AFZZ
      (form userexit_field_modification)
    Example:
    select * from afpo where kdauf = vbap-vbeln
    and   kdpos = vbap-posnr.        
    if sy-subrc = 0.
    select single * from aufk where aufnr = afpo-aufnr.
    if aufk-loekz = ' '.                                 
    select single * from jest where objnr = aufk-objnr
    and   stat  = 'I0002''   
    and   inact = ' '.
    if sy-subrc = 0.
    screen-input = 0'.
    endif.
    endif
    endif.
    endselect.
    .H.Terras

  • SQ01 - Disable create/change button

    We are currently on Basis release 4.6 C, I am trying to disable Create/Change button in SQ01 transaction, following one of the SCN posts I Unmaintained S_QUERY Authorization object. This solution worked as expected in one of the sandboxes we have, however it failed to suppress create/change button in our development system. I was wondering if there is any additional step that I would need to take in the dev box to make this change effective?

    transaction variant / screen variant might help you.
    On the other hand it is nut fully clear for me, what difference does it make, if you remove the Change from one transaction, but remains in the other. If the objective is disallow the change for some users, than it has to be done through proper authorizations (i. e. only display auth for those users)

  • How can I disable display/Change Button on transaction code VL03N

    Dear Guru,
      I found problem about transaction code vl03n because I define authorize for a user that can only display delivery document by transaction code VL03N. But this transaction have display/change button that when user click this button they can change delivery document. Please help me how can I solve this problem?
    Best regard,
    wipaporn

    Wipaporn,
    This should be done authorizations only. Although the button is displayed, is the user able to change and save the Delivery document?
    Regards,
    Ravi

  • How change the sort order of searched items so last search item shows first. I DO NOT mean the order of search engines, but existing searches by down arrow key

    I want to be able to change the sort order of items I have already searched for in the search box. I want to be able to hit the down arrow key and see my previous searches in the order of last search showing first. At the moment I have no idea how it is sorting and it's very annoying to have to re-type a query I typed 5 minutes earlier but because I typed in another 10 since it is lost somewhere in the list. Can this be done, I have googled but did not find the topic anywhere. Just to clarify, I DO NOT MEAN the order of search engines (which is all that comes up in google), I mean the actual text typed in which has been saved in the drop down list.
    Thanks

    The "form fill" feature uses a "frecency" algorithm, frequency + recency, similar to the address bar autocomplete list.
    I found an extension that seems relevant, but the reviews are old so I'm not sure it's still working: [https://addons.mozilla.org/en-us/firefox/addon/searchbar-autocomplete-order/ Searchbar Autocomplete Order].
    But... is the autocomplete not working? I would expect that typing a couple characters of the earlier query would filter the list so you can easily select it? Or is the problem that the list doesn't remember enough searches for that?

  • PCUI Change Button (CRM 5.0)

    Hi.
    I'm working with PCUI 5.0 and noticed that every time that i'm setting focus in an object such object is displayed in "EDIT" mode. Is there a way to display the object in "DISPLAY" mode, i mean where all the fields on the screen are disabled ? i saw some posts talking about there is not "DISPLAY" mode in PCUI but then it makes no sense to me that there is a button "CHANGE" on the screen. Am i wrong with the concept ? Could somebody explain to me ?
    Thanks.
    SAP Addict.

    This is property of PC UI application that unless an object is locked (already open in another session or locked by some enqueue process), it is presented to user in editable mode. In order to stop a user from mistakenly entering any wrong data or saving, valuidations have been built-in.
    However it is possible to present an object in display only mode upon focusing on an object. All you have to do is to write redefinein read_focus_object method to set the field attributes to display only upon this event.
    I didnt see any CHANGE button in PCUI like we have a TOGGLE or 'EDIT' in SAP GUI screens. Could you provide me the application name where you saw this?
    Feel free to raise your doubts or disagree but with a reason.

  • JFileChooser disable acept button

    Im using JFileChooser (a sub class of it actually) and have a situation where I must ensure that pick an existing file.
    My thoughts were that I could either
    1. not allow users to type their own file name into the file box
    or
    2. do not allow them to choose the accept button when the files does not exist.
    Exploring these ideas:
    for #1 you could change the text box to be read only (not accept typing) at all times
    for #2 you would have to change the accept button to read only if the file did not exist
    playing with # 2, I changed the propertyChange listener
    if ("SelectedFileChangedProperty".equals(evt.getPropertyName())) {
        if (!getSelectedFile().exists()) {
            // this is where you would disable the button
    }Does anyone have a clue how you would go about disabling either the accept button or the text field?

    thanks for the link.
    I think I agree with some in that post that it might annoy users if the field was read only...
    ok, after further exploration, here is my solution now:
    override the default approveSelection method and check the file before processing...
        public void approveSelection() {
            if (!getSelectedFile().exists()) {
              JOptionPane.showMessageDialog(this,getSelectedFile().getName() + " does not exist",  "Info", JOptionPane.PLAIN_MESSAGE);
            } else {
                super.approveSelection();
        }

Maybe you are looking for

  • Apple Loops

    Hey all, i have been successfully converting various sound files to apple loops (full disclosure i like making sample based hip hop, a la beastie boys, etc). recently when i am editing a piece of audio, rather than importing the correct region inform

  • Deleting older versions of CS 4, CS5.5 after upgrading to CS6

    When I installed CS5.5, it was only after I had installed it that I read the notes in the readme file. It said that I should not attempt to delete the older programs from CS4, as it would probably harm the new files for CS5.5.As a result, I have had

  • Returning Multiple Rows From DBAdapter Calling PL/SQL Procedure

    Oracle XE 10g Express Edition JDeveloper 11.1.1.2.0 WebLogic Server 11g Guys, I have a table of orders, which I need to interrogate, and pass back any matching rows which meet certain criteria (e.g. status = 'OPEN'). However, rather than create a DBA

  • What's the best way to save on a (sort-of) network?

    We are a small town newspaper moving from paste-up to full pagination in InDesign. We have two ladies who design ads. We have an editor who writes copy and several others who type copy and do stuff like obits, etc. For the last zillion years every si

  • Creation of new version and its Posting

    Hello, I am trying to create a new version and Posting it programatically. For creating a new version for a particular claim i am using action code A019 and for Posting A043. i am callid FM BAPI_WARRANTYCLAIM_SET_ACTION for setting the action codes.