Can we Hide/Gray out Edit button in RFx Screen

Hi guruzzz...
    I have a requirement, where i have to disable or hide the Edit button in RFx depending on document status. I am new to this SRM do we have any option to do this ( i heard dynamic control class etc.. not sure). I am working in SRM 7.0.
Thanks and Regards
Sree

You'd have to locate the proper WebDynpro component and View information by positioning your mouse on the screen element, such as the column, and right click. On the context menu, select "More Field Help". There you should have -
General Information About the Application and Component
Application: /SAPSRM/WDA_L_FPM_OIF
Web Dynpro Component: /SAPSRM/WDC_AODC_BEV_ACT
Window Information: IV_L_FPC_CA_DETAILS
View Information: V_BID_ACTIVITY
Configuration ID: /SAPSRM/WDCC_AODC_BEV_ACT_RFQ
Then launch SE80, find the view and enhance it by removing those columns you don't want to have.

Similar Messages

  • Why is the camera icon grayed out in the text message screen so that I cannot text a picture on my iPhone 5?

    Why is the camera icon grayed out in the text message screen so that I cannot text a picture on my iPhone 5? I have an unlocked TMobile phone. My husband has the same phone, plan, and set up; his picture messages work fine.

    Check this it maybe the problem
    Settings > Messages > MMS Messaging > is it on?
    Hope that helps

  • Why is the documents folder "grayed" out in past time machine screens?

    Why is the documents folder "grayed" out in past time machine screens?

    Just select the Image trace panel from the window menu and then customize it.

  • Disable/Gray Out Delete Button in SRM

    Hi All,
    In the menu Shopping cart Status, I could able to see all the shopping cart.
    Now the requierment is , DELETE button should be disable/gray out  if there is any corresponding PO for that SC.
    Please let me know how to do this. I tried with BADI BBP_UI_CONTROL_BADI. But this will hide alll the SC's irrespective of PO's.
    Please let me know any other way to do this?
    I am working on SRM 5
    Regards,
    Nikhil V.Kumar

    Hi,
    Please try this
    <<Link farm removed>>
    Thank You,
    Thanks,
    AMS
    Edited by: kishan P on Aug 30, 2010 5:38 PM

  • Gray out print button if status is blocked

    Hello Experts,
    I'm new to module pool programming.
    I have one application developed by implementers, In that we need to gray out the print button when the status of the LC is blocked.How can i achive it.
    Suggestions plz...
    Thanks in advance.
    Indra

    Hi,
       In the PBO of the screen in the status module write this
    DATA FCODE TYPE TABLE OF SY-UCOMM.
    if   LC . -
    wat ever ur condition
    APPEND 'PRINT' TO FCODE.
    endif
      SET PF-STATUS '9013' EXCLUDING FCODE.
    this will exclude the button wen ur condition will satisfy

  • I no longer am able to edit an event in ical on the iphone. When I click on the event I can read it but there is not edit button on the screen?

    I am not able to edit an event on Ical on my Iphone 4. I can view the event but there is no edit button available on the screen.

    Hi ,
    According to your description, my understanding is that you could not edit documents with Office client application in SharePoint 2010.
    Let’s do a troubleshooting about this issue:
    1. Make sure that you have installed Office application on your machine.
    2. Which explorer did you use for your SharePoint. Please test it with IE 10 32-bit, compare the result.
    3. Please try to reset IE, compare the result.
    4. Add your SharePoint site into Trusted site on your IE options.
    5. Make sure all add-ons related to SharePoint are enable, special for SharePoint OpenDocument Class and SharePointOpenXMLDocuments.
    6. Since you used OWA for your SharePoint site, please try to disable OWA, then open documents with client application, compare the result.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • I can log in to my wordpress site or rather I can get into the back end of my site but I can no longer see the edit button on Firefox

    I use firefox 24 and it was working fine up until last weekend then I could no longer see the edit button on my wordpress site.
    The thing is that I can get into my site via the site-wp-admin url as cookies allow me to do so but once I click on visit site then I cannot do anything because there are no edit buttons and not a log in button either so I do not even have the option of trying and failing or succeeding.
    It is quite puzzling as it happened just recently.
    I now have to use chrome to do all my editing since there is no problems on that browser

    Let me start with the general advise...
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?

  • Can't delete grayed-out DNS server addresses

    I want to replace two grayed-out DNS server addresses from the Network panel (under the DNS tab in "Advanced…"), to replace them with OpenDNS settings. But they can't be selected/deleted. How do I get around this problem?

    That is correct - those are provided by your router and can not be deleted - you can add Open DNS servers (click the + sign) or log into the router admin page (I recommend this way) and have your router use the Open DNS servers fro everything on your network (this will change the grayed out ones)
    LN

  • Need to disable/Grayed out Unreseve button for Order lines

    Hi All,
    In Back to Back order process once the order is progressed, the requisition will be created and Quantity will be reserved for PO to be received.
    Some of our users want go and Unreserve this by the below methods.
    1) Tools --> Scheduling --> Unreserve
    2) Right Click on the order line --> Scheduling --> Unreserve
    We need to Disable or Grayed out this Unreseve option for ATO Flagged lines.
    Can anyone let me know if this is possible.

    Ok , Ned , well your Guidance really worked , thanks alot for that.
    I made it work , though since i am very new to AS3 , i really had to experiment , here is the final Code :
    import flash.events.MouseEvent;
    stop();
    var note1:Mc_Notice1 = new Mc_Notice1;
    var note2:Mc_Notice2 = new Mc_Notice2;
    var notes:Array = [note1,note2];
    //var count:Array = new Array(1);
    var count:int;
    count = 0;
    btnload1.addEventListener(MouseEvent.CLICK , load1);
    btnload2.addEventListener(MouseEvent.CLICK , load2);
    function load1(Event:MouseEvent):void
      addChild(notes[0]);
      notes[0].x = 100;
      notes[0].y = 100;
      count ++;
      trace("Counter Value:" + count);
      if ( count == 2)
      btnnxt.addEventListener(MouseEvent.CLICK , nextframe);
    function load2(Event:MouseEvent):void
      addChild(notes[1]);
      notes[1].x = 100;
      notes[1].y = 100;
      count ++;
      if ( count == 2)
      btnnxt.addEventListener(MouseEvent.CLICK , nextframe);
      trace("Counter Value:" + count);
    function nextframe(Event:MouseEvent):void{
      trace("Mouse Enabled");
      nextFrame();
    Once again , Thanks alot for the help and Guidance
    Best Regards

  • Grayed-out "Send" button

    Yesterday I had no problems sending messages, but this morning when I tried to send an email, the "Send" button is grayed out, not allowing me to send any messages. I tried changing the recipient, but it's grayed out on any message that I try to send.
    Any ideas? Thanks.

    Probably an "offline" SMTP server.
    Meaning under "accounts" pref in Mail. There is a server that is listed under "Outgoing Mail Server (SMTP)" is probably listed as offline. If you click on it, the option to bring it back online should be presented.

  • Succession Planning 3.0 - Job Competencies - Hide Delete and Edit button

    Hi,
    In the detail panel of Job, there is a tab for Competencies.
    How do I hide the Delete and Edit button for each of the competency that is in the listing?
    I tried the file enable_actions.xsl and change the value to False.
    <xsl:variable name="enable_edit_competency">false</xsl:variable>
    <xsl:variable name="enable_delete_competency">false</xsl:variable>
    This remove the Delete and Edit button in the Job details, but it also remove the buttons in employee details.
    I want to keep the button in Employee Details.
    Thanks
    Jack
    Edited by: jackwong on Jul 28, 2011 8:16 AM

    Hi Luke!
    Thanks for the tips!
    I copied sap_competencies_xsl.xsl to zzsap_competencies_xsl.xsl
    Then i changed the value
    "$enable_delete_competency = 'na'"
    Then, in sap_job_to_competencies.xsl
    <xsl:include href="nakisa://Titan_Templates_SRS/ZZSAP_COMPETENCIES_XSL.xsl"/>
    It works after a restart!
    Thanks
    Jack

  • Can we hide the 'Create Contract' button in SOCO ?

    Hi SRM Gurus,
    I'm currently working with SRM_SERVER 500(SAPKIBKS09) release, and I want to know if it's possible to easly hide the "Create Contract" button in Sourcing Cockpit (SOCO) work area.
    Thx - Rafi.

    Hi,
      Just right click on the ITS screen ,say view source and locate the corresponding ITS template and ITS service for your SOCO screen.
      Then go in SE80 and in the relevant template ,locate the code for that "CREATE" button.There you can modify the code to hide the button.
    HTH.
    BR,
    Disha.
    Pls reward points for helpful answers.

  • How can i delete grayed out songs?

    I am having an issue with grayed out songs. I have no idea on how to delete grayed out songs on my iphone and they are just taking up space. How can i delete them?

    They are not on the iphone in the first place.  It is just a setting that allows you to see the songs that are available in icloud, but not on your iphone.  If you turn the setting to off, then you no longer see the songs that are in icloud, but NOT on your iphone.

  • How gray out the fields in selection screen with parameters

    Hi,
    Can any one help me how to gray out the selection screen fields
    Start-of-selection----
    Parameters : p_status TYPE edids-status MODIF ID xyz DEFAULT co_51.
    End-of-selection----
    i want to grayed out the field p_status.
    except At selection-screeen output, can any one suggest the other method of gray out the above field.
    Thank u
    B Ravi Kumar

  • HT201371 I have a brand new 5S running ios 7.04. There's no "Edit" button on the screen, no apparent way to delete a non-working scan and the scan part does nothing. ios bug or ???

    I have a brand new iPhone 5S running ios 7.04. I can't get the "Touch ID" to work and I'm convinced it's a software issue. I read Apple's post on the subject (iPhone 5s: Using Touch ID) and the screens they show in the article are NOT what I have on my phone. Mine has no "Edit" button and there appears to be no way to delete a failed scan. The rest of the OS seems to be okay - I've no idea what to do.

    I'm not sure why you are not seeing the Edit button. I have it on mine. However, you should be able to delete the finger by swiping it from right to left and a red delete button should appear.

Maybe you are looking for

  • Album display shows same album many times

    Just installed iTunes 8 and switched to Album display. Display now shows same album many times. Each time is for a different song. Occurs on compilation CD that has many artists, showing one for each artist. Example: Top Gun Soundtrack How do you con

  • Error while installing SAP NW on MaxDB

    Hello All, I am trying to install SAP NW Server (ABAP and Java Stack) on MaxDB. I have downloaded the MaxDB from SAP marketplace. While installation we got one error saying "not able to find the file 'LABEL.ASC' file in current directory." Then I che

  • Good color monitor for use with FCP

    I'm looking for a color monitor that has dvi and S video inputs.

  • How do I convert a Word hyperlink path to point to a converted PDF document?

    I have a folder with Word documents that I want to convert to PDF. Many of the Word documents have hyperlinks to bookmarks in other Word documents in the same folder. (I'm trying to convert all the Word documents in the folder to PDF.) After I conver

  • User input in a loop

    Hi, I am trying to write a script where by a user will be prompted to enter a new value each time it loops. So far, the script only prompts me once and the it keeps using the same value over and over again instead of prompting me to insert new value.