Hide/Remove/Grey Out/Disable Edit Button on Deleted Shopping Carts

Dear forum contributors,
Is there any way to make the Edit button unavailable/greyed out for deleted carts? The button is available at the Purchasing screen but nothing can actually be edited in a deleted carts and the business wants it greyed out (unavailable) or to be totally removed when a deleted cart line is highlighted (links to screenshots)
http://i42.tinypic.com/30kt1eg.jpg
http://i40.tinypic.com/e1etkh.jpg
Thanks,
Oscar.

Hi,
Deleted SC's are not an available selection in the dropdown in POWL criteria personalization. Is this a custom addition to the POWL?
Regards,
Jason

Similar Messages

  • REUSE ALV -- To make a row grey out (disable/non-editable) dynamically!!!

    Hello All,
    Well again a quick question...
    Am using REUSE ALV method to display the ALV report. There are few fields which i've made editable while building the field catalog!
    Now by, Dynamically by selecting a row in the list (using the checkbox) and by pressing a button on application tool bar, the selected row should be greyed-out(disabled), that is it should not be anymore editable!
    How is it possible?
    Any kind of inputs regarding this will be damn damn helpful.
    Thanks in advance!
    Cheers, Sundar.

    Hi,
    The above solution 1 will be only applicable if using OO ALV!
    above solution 2 will disable the entire column, and then again i need to call the "REUSE ALV"... which i don't want to.. as it opens another screen above the same screen and i have to close it twice!
    I know it is possible to grey out the selected row using OO ALV... i want to know if it is possible in REUSE ALV???
    Keep shooting please....
    Thanks!
    Regards,
    Sundar

  • How do you grey out/disable fields under a radio button if another radio button is selected in Adobe Acrobat XI Pro?

    How do you grey out/disable fields under a radio button if another radio button is selected in Adobe Acrobat XI Pro?
    I’m creating a form where the user has three options to make a payment.
    1. charge to my credit card
    2. charge associated costs to bank account
    3. By cheque or money order
    My Problem is, under each option, there are required fields that has to be filled out. So if the user picks the first option, charge to my credit card, they would fill out the required fields (credit card number, expiration date etc.). But when they click submit button to submit the form, it won’t let them, because there are required fields under the second option. Also, I have the radio buttons for the three options setup so that if the user holds the shift key and clicks a radio button, it unchecks it. So what I'm trying to do is this: If the user selects the radio button for option 1, the other two options are greyed out/disabled. And if the user holds down the shift key and clicks radio button for option one again, it unchecks the radio button and the other two options are available again. Is there a way to grey out or disable the two other payment options when the other one is picked. I’m assuming I will have to use javascript, but what would the coding be and which field do I write it under?
    Thanks in advance guys

    You will have to use custom JavaScript to access the various properties of the field object.
    The radio button group has a value. When no button is selected that value is "Off". When an individual button has been selected the value for the group will be the option or export value for that individual button.
    Once you have determined the button selected, then you will know the form fields that need to be made required. You use JavaScript to access those fields and change the "read only" property to false, and set the "required" property to true. For the fields associated with the other options, those fields should be reset, made read only, and have the "required" property set to false.
    Disabling (graying-out) Form Fields
    >> Also, I have the radio buttons for the three options setup so that if the user holds the shift key and clicks a radio button, it unchecks it.
    Radio button in a PDF do not work that way. Only check boxes can be unchecked by clicking on one that has been checked.
    If you plan the coding for the Mouse UP action to test for all possible options and code for each of those options you should have what you want.
    If you want actual code you need to provide a lot more details.
    It is even possible to perform some credit card and bank routing number validations with JavaScript and some check digit formulas.

  • ALV Report row grey-out (disable) dynamically -- REUSE ALV!!!

    Hello All,
    Well again a quick question...
    Am using REUSE ALV method to display the ALV report.
    Dynamically by selecting a row in the list (using the checkbox) and by pressing a button on application tool bar, the selected row should be greyed-out(disabled), that is it should not be anymore editable!
    How is it possible?
    Any kind of inputs regarding this will be damn damn helpful.
    Thanks in advance!
    Cheers, Sundar.

    Hi,
    The above solution 1 will be only applicable if using OO ALV!
    above solution 2 will disable the entire column, and then again i need to call the "REUSE ALV"... which i don't want to.. as it opens another screen above the same screen and i have to close it twice!
    I know it is possible to grey out the selected row using OO ALV... i want to know if it is possible in REUSE ALV???
    Keep shooting please....
    Thanks!
    Regards,
    Sundar

  • How can I grey out the 'Next' button until a user clicks 'Submit'?

    Hi guys,
    despite how I say it or display it in slides, users don't read the instructions before the quiz. This results in them doing the quiz and then asking me why they scored zero when they answered all the questions. So my question is, how can I disable/deactivate/grey-out the Next button until a user clicks Submit after answering the question?
    I've got Captivate 6.1 on a Windows platform.
    Advice appreciated.
    Carl

    Hello Rod,
    thanks for your answer - I should think more laterally in future.
    In my testing, another question has arisen - how do I get the Next button behind the Clear button? It sounds stupid but I can't get the Next button behind the Clear. I go in to the Master Slide, click on Next to highlight it, and then move it either by the mouse or with the arrow button so that it sits under the Clear button. While Next is still highlighted I click on the button in the toolbar 'Send selected objects backward' to be sure, so that I see 'Clear'. When I go back to the Filmstrip, all I see is 'Next' and when I preview the slides all I see is 'Next' - what am I missing here? What have I failed to do? What am I not understanding?
    Advice appreciated.
    Thanks

  • Grey out(disable) a row in ALV grid

    Hi,
    I want to know how to grey out(disable) row wise in ALV grid display.
    i..e.. Few rows in ALV grid display shoud be editable and few rows non editable based on certain condition.
    How do we do that....Please help.
    Thanks in advance.

    Hi,
    Since fieldcatalog is used to modify coloum and not the row, the fieldcatalog would not solve the problem.
    Thankyou.

  • How do you grey out a radio button if a text field is blank in Adobe Acrobat XI Pro?

    How do you grey out a radio button if a text field is blank in Adobe Acrobat XI Pro?
    So this what I'm trying to do:
    (     )   |TEXT FIELD|
    (     )   |TEXT FIELD|
    (     )   |                  |
    (     )   |TEXT FIELD|
    I have a radio button: (     )
    and a text field: |TEXT FIELD|
    The third text field is blank, and I would like for the radio button next to it greyed out (user can't click on it) since the text field is blank. Is this possible to achieve? I'm assuming I'll have to use javascript, but what would the code be and would it be entered in the javascript editor for the text field or the radio button?
    Thanks in advance guys

    Hey, thanks, but it didn't work
    I have the text fields as read only. Could that be why it's not working? Should I make the fields not read only?
    Thanks,

  • HT4623 after I updated my iPhone 4 to iOS 6.1 I can't access my WiFi (The greyed out Wi-Fi button)

    after I updated my iPhone 4 to iOS 6.1 I can't access my WiFi (The greyed out Wi-Fi button)

    Most likely the iphone was hacked to unlock it from the original carrier
    updating the iOS will relock a hacked iPhone to that Carrier

  • Hide/Disable Edit button

    Hello friends.
    I'm in need of your help.
    I need to Hide or Disable the EDIT button you see in the screen:
    Does anyone know how and where I can do this ?
    I already tried creating an enhancement in webdynpro component FPM_OIF_COMPONENT in CNR_VIEW but I don't know how to get the Edit Button to disable or hide it.
    If you have any idea of how to do it, please share.
    Thank you,
    Ricardo Monteiro

    Hi Ricardo,
    if you need to display/Hide Button based on some condition then put the logic in Method else put by default as below code in method:
    Create Custom Class and method
    Method parameters :
    IV_OBJECT_TYPE
    Importing
    Type
    BBP_BUS_OBJECT_TYPE
    IV_ACTION
    Importing
    Type
    /SAPSRM/PDO_ACTION_TYPE
    IS_HEADER
    Importing
    Type
    ANY
    IV_MODE
    Importing
    Type
    /SAPSRM/PDO_INST_MODE
    IS_ADD_DATA
    Importing
    Type
    /SAPSRM/S_PDO_META_ACT_ADD_DAT
    CS_METADATA
    Changing
    Type
    /SAPSRM/S_PDO_ACTION_METADATA
    cs_metadata-action_enabled = abap_false.
    Hope it will hide the same.
    Regards,
    Navdeep SIngh

  • TS3899 Custom Domain of Gmail account(google app for business) greyed out(disabled) in iOS7 mail for no reason.

    Dear guys,
    I have a free/standard version of google app for business with @simmonstaiwan.com.tw as our domain. One of our user's email account one day suddenly cannot access her email account that was already setup in iOS 7 mail app. Only her company gmail acct grey out, her other personal email accounts are working just fine.
    First, I thought it was her iPhone5's issue. Therefore I tried to remove the email account and re-added it back. No work. So I thought maybe it's the custome domain gmail account issue. So, I added her email account to my iPhone4s with iOS7 with correct account name and password. Still not working, the account added successful and is enable, but I just cannot click into or onto that account and see any emails. That account name just greyed out for no reason.
    So, I grab an iPad with iOS6 on it and added that account onto the machine. It worked!! Looks like that email account(gmail) only worked on iOS6 device but not iOS7. May I know maybe what really caused this to occur?
    Any comments or suggestions or thoughts are very welcome and will be helpful for me to debug.
    Best Regards,
    Jay Lin

    You set it up, and you failed to distinguish between the SMTP servers or assign the correct one to your copy of Mail (it doesn't actually know which is which, you need to inform it)
    Open Mail>Preferences>Accounts (NOT Mail>Accounts) and go down to the SMTP server list, choose the correct server for each account then check the box that says 'Use Only This Server' for each account.
    This is not automatic, you get to choose and if you don't then this will result.
    Remove the non functional ones.

  • Filed BEWAR in transaction F-51, F-44 is greyed out, not editable

    Hello Gurus,
    I would like to ask you one thing. We are using transaction F-51 to post with clearing. When we enter the line with the GL account and amout, automatically the line with vendor is marked for correction. In this company is due to validation as the transaction type BEWAR is missing. When we want to correct the line, we go to further data, then the field is not editable.
    So my question is if always this field is greyed out or if this is a matter of customizing, If this is the second option where in customizing  we can find this
    thanks a lot in advance for your feedback
    regards
    Hana

    HI,
    Unfortunetly you cannot enter in field BSEG-BEWAR manually in transaction F-44.
    The field BEWAR is not part of the index tables. Therefore it can't be transferred from the open item to the clearing line.
    above is not posiable.
    Reg
    Madhu M

  • Want to grey out (Non-editable)  field in Additional Tab in Header of ME21N

    Hi all,
    i've got a requirement to grey out the field(Non Editable) of header tab in ME21N.
    Can anybody tel me the solutions.
    Rgds,
    Spandan

    Question asked again, and again, and again, and again. Search for "grey out" (and please read forum rules as it seems you didn't)

  • Issues with LiveCycle ES4 - "Distribute Form" greyed out and "email button" not functioning

    Bought this software on 8/1/13.
    Designed my first form, "saved to repository" and proceeded to test. The email function for whatever reason does not work. Went back and examined the properties to the button, I have it set up correctly. In fact the XMS format works perfect, but I want the form to come via PDF when emailed. This feature is not coming through on email.
    I am not sure if the above two issues are related however I did read that in the stand-alone software, the "distribute form" is not offerred which I wonder if this the reason it is greyed out.
    Can anyone help me work through the "email button" issue?

    If the PDF submits to a server-side script URL it can bypass client-side email software.
    Try the online PDF submission examples and see if it works for you in Mozilla FireFox:
    http://www.pdfemail.net/examples/
    You should also make sure the browser is using the Adobe Reader plugin as the default PDF reader.
    http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.html

  • How to remove greyed out ".local" suffix from name in mac 10.8.3

    Hi. Ive got a really really annoying problem. I have to fix this.
    Right now im running OSX 10.8.3 and when i go on airdrop, my icon displays my account picture and below that it says "Other people in AirDrop can see your Mac as localhost when their computer is nearby. Now my question is, how on earth can i change my name back to something normal like "Harrison"? And get rid of this "localhost" nonsense.
    When i try sharing and unlock the padlock, i try to edit my name but its just greyed out! and when i click edit i can change my name to whatever i want, but after my name, there is always a greyed out suffix saying ".local" that i cannot change no matter what i do!
    When i try terminal hacks, nothing changes. This is really starting to annoy me, and whoever manages to fix it, i can offer a small reward.
    PLEASE HELP

    in terminal:
    sudo scutil --set ComputerName Harrison
    sudo scutil --set HostName Harrison
    sudo scutil --set LocalHostName Harrison

  • How can I remove greyed out copies of purchased songs on iPhone

    I have tried everything to try to remove these from my phone and I can't seem to get them to go away. Only certain songs do this. They don't show up in the music on my phone, they just seem to take up space and really bother me, and I would really like to know how to get rid of them. Thanks.

    I just bought the new Kid Cudi album and it shows up like this now in my iPhone on iTunes. The extra greyed out copy doesn't go on my phone, it just takes up space on my phone and gets in the way on the computer. I really would like to know how to fix this.

Maybe you are looking for