Plant grey out when assign material to activity

Dear All
How can system make it gray in plant when i will assign material to activity at created stage of WBS. Is there any config to make it gray in the plant &material under activity ??? I want plant to be editable even after assign material to activty.
Regards

Hi Hari Krishna
Thanx for your reply but in my project when i assign material to activity w.r.t procurment indicator (PF) as a MRP- relevant reservation  my plant was editable but when i assign material w.r.t  procurment indicator (ZPF) in advance procurment via a network my plant was not editable @ that time my PR no. also not generated. If plant was not editable after generated PR it was okay but user require that before generated PR it was editable like in MRP- relevant reservation.
Regards

Similar Messages

  • I have a iphone 4s. Recently the wifi greyed out when i was on ios 7.0.4 and itunes said to update the phone to ios 8.0.2 to solve the problem. Today i did it and still wifi is greyed out. In the "About" under Settings, it shows N/A infront of wifi

    i have an iphone 4s. Recently the wifi settings greyed out when i was using ios 7.0.4. When i connected it to itunes, it showed that update your iphone. At an apple forum they said that updating will solve this problem. I just updated it to 8.0.2 but still wifi is greyed out. In settings>general>about, there is an option of wifi address which shows N/A. What is the problem? Is is the hardware? Kindly guide me.

    There are many threads on this forum about this issue. Do a forum search for "wi-fi greyed out" and see if any of the solutions therein will work for you. Best of luck.

  • How do I import an existing finalised imovie into a new project either in part or full. The movie I want to import is filed under "movies" but greyed out when I go through the procedure in imovie 11

    How do I import an existing finalised movie clip into  a new developing project ? I go through the imovie 11 procedure for importing and the list of clips (finalised and un-finalised) appears, but always "greyed out" which makes it impossible to create anything. I have tried placing it on the desk top and dragging but this doesn't work either.

    AppleMan  Thanks very much for the information, however I could't make it work. I followed your instructions to the letter, in fact I tried every which-way. I created a dedicated file into which I copied and pasted the project from "package contents"  but it was still greyed out when I went to retrieve it. I also found that the file size was reduced to only a few Kb.  Any further step-by-step instructions would be appreciated as I am obviously doing something wrong.  Babowa  It appears that in imovie everything has to be "finalised" before it can be used or shared elsewhere in the same way as a disk has to be to be played elsewhere. Funnily enough an MOV file I converted to Mp4 was not greyed out and I was able to import it.... an exercise I am not keen on because of resolution loss during conversion

  • The send button is greyed out when I try to text some but not all people from my iPod touch. Any ideas how I can fix this?

    The send buttin is greyed out when I try to text some but not all people from my iPod Touch. This happens even when they have iPhone 4s. Any ideas why and how I can fix this?

    This issue can be caused by the McAfee SiteAdvisor extension.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • My volume is greyed out when I turn on the Mac, but for some reason it works again when I turn on bluetooth. Nothing in system prefs changes this???

    My volume is greyed out when I turn on the Mac, but for some reason it works again when I turn on bluetooth. Nothing in system prefs changes this??? Its all very random and sometimes I do not have this problem at all or it is fixed again when I restart the Mac.

    please let me know if you figure out how to do correct it because mine has exacly the same problem.

  • I cannot access Content Library in iMovie - Content Library doesn't show on the iMovie screen and is greyed out when accessed through "windows" tab at the top. Also unable to update the projects/events (a suggested solution for a similar question).

    I cannot access Content Library in iMovie - Content Library doesn't show on the iMovie screen and is greyed out when accessed through "windows" tab at the top. Also unable to update the projects/events (a suggested solution for a similar question). I haven't had this issue before, I have always used the content library on the screen but haven't used this for about a month. How can I make the Content Library available?

    Thanks so much! I am backing up the entire computer now with an external hard drive - this should be fine right? And surely if I am backing up the whole computer these projects/videos will be backed up too? I wasn't sure how to do this any other way and I am clearly not great with tech issues. Once this is done and I am sure my projects/videos are safe I will do the delete and reinstall bit. Thanks for taking the time to help

  • Greying out the particular field of active group

    hi guru's
    we have requirement of greying out a particular field of active screen group
    say for eg:
    LOOP AT SCREEN.
        if screen-group1 EQ 'PUR' OR screen-group1 EQ 'SAL' OR screen-group1 EQ 'FIN'.
          screen-input = 0.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    AT SELECTION-SCREEN OUTPUT.
      if rb_md EQ 'X'.
        LOOP AT SCREEN.
          if screen-group1 EQ 'PUR' OR screen-group1 EQ 'SAL' OR screen-group1 EQ 'FIN'.
            screen-input = 0.
          ELSEIF screen-group1 EQ 'MAS'.
            screen-input = 1.
          ENDIF.
          MODIFY SCREEN.
        ENDLOOP.
      ELSEIF rb_td EQ 'X'.
        LOOP AT SCREEN.
          If screen-group1 EQ 'MAS'.
            screen-input = 0.
          Endif.
          MODIFY SCREEN.
        ENDLOOP.
        if rb_pur EQ 'X'.
          LOOP AT SCREEN.
            if screen-group1 EQ 'SAL' OR screen-group1 EQ 'FIN'.
              screen-input = 0.
            ELSEIF screen-group1 EQ 'PUR'.
              screen-input = 1.
            ENDIF.
            MODIFY SCREEN.
          ENDLOOP.
        ELSEif rb_sal EQ 'X'.
          LOOP AT SCREEN.
            if screen-group1 EQ 'PUR' OR screen-group1 EQ 'FIN'.
              screen-input = 0.
            ELSEIF screen-group1 EQ 'SAL'.
              screen-input = 1.
            ENDIF.
            MODIFY SCREEN.
          ENDLOOP.
        ELSEif rb_fin EQ 'X'.
          LOOP AT SCREEN.
            if screen-group1 EQ 'SAL' OR screen-group1 EQ 'PUR'.
              screen-input = 0.
            ELSEIF screen-group1 EQ 'FIN'.
              screen-input = 1.
            ENDIF.
            MODIFY SCREEN.
          ENDLOOP.
        ENDIF.
      ENDIF.
    in the above code
    say for eg: the active group is 'SAL' in which i want to grey out one field say as parameter p_doc as invisible always
    what i need to do
    with regards
    s.janagar

    hi
    may be this code can help you:
    selection-screen begin of block b1 with frame title text-001.
    parameters : p1  radiobutton group r1 default 'X' user-command ac,
                         p2  radiobutton group r1,
    selection-screen end of block b1 .
    selection-screen begin of block b2 with frame title text-002.
    select-options : p_eg for mara-matnr modif id SAL
    parameters : p_doc  like mara-matnr modif id PUR.
    selection-screen end of block b2.
    at selection-screen output.
      if p1 = 'X'.
        loop at screen.
          if screen-group1    = 'SAL'.
            screen-input     = '0'.
            screen-invisible = '1'.
            modify screen.
          endif.
        endloop.
      elseif p2 = 'X'.
        loop at screen.
          if screen-group1    = 'PUR.
            screen-input     = '0'.
            screen-invisible = '1'.
            modify screen.
          endif.
        endloop.
      endif.

  • Share tab is greyed out when trying to export in FCPX - cannot export - I would like a real answer in plain english! Thank you!

    The share tab is greyed out when trying to export from Final Cut Pro X
    Please help with a REAL answer in plain English.
    Thank you!

    Thank you Tom!
    I checked every clip -
    Trashed preferences too.
    Finally, I took your advice and backed-up  my events and projects.
    Trashed Final Cut Pro X
    Downloaded a new copy from FCPX from the app store (from my previous purchases)
    Restarted FCPX
    Opened my event
    Moved to the timeline - and now!
    The SHARE tab works!
    Every aspect of FCPX is working faster as well.
    Go figure?
    Thanks again!
    Allan - olvblock

  • SAPlogon pad showing as greyed out when apply SAP signature theme

    SAPlogon pad greyed out when appling SAP signature theme,
    any dependencies required?.
    Edited by: Thomas Paul jr on Oct 6, 2010 7:27 AM

    Dear all,
    thanks for the reply,
    i am using sapgui 7.10 with patch 14 & 15.
    and os xp 32 bit.
    the problem has been solved when i installed .net fw 2.0 and Java runtime.
    i dont know which one of this solved the problem ,l still its a question to me, probably sap may enhance the gui using .net CLR or java classes , that can be answered by a SAP guy.
    thanks

  • I downloaded new music onto itunes and it plays just fine but when i sync it to my ipod 4th gen. it wont sync. They greyed out when i click "on this ipod"

    I downloaded new music onto itunes and it plays just fine but when i sync it to my ipod 4th gen. it wont sync. They greyed out when i click "on this ipod". Help me?

    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync or delete all music and resync
    To delete all music go to Settings>General>Usage>Storage>Music>Tap edit in upper right and then tap the minus sign by All Music
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
      - Restore to factory settings/new iOS device.

  • Illustrations greyed-out when printing PDF file from Adobe Reader

    Hello,
    From within PageMaker 7 I've made a 52-page PDF document in Distiller (selected job option is for Print) and uploaded it to my website.  It contains many greyscale illustrations (TIFs and JPGs first imported into PageMaker), and text.  I am able to view the PDF file over the net, and can print the illustrations and text on each page with no problem.  I am using an old HP laser printer (LaserJet 5L).  Other users are able to view the same PDF document on the net, and they can see all the illustrations and text on every page.  However, some users who have tested it are reporting that when they try to print out the pages on their own printers, most of the illustrations are greyed-out between pages 3 and 51.  The text is printing correctly on their printers.  The images on the front and back cover are printing, and so is an 11-page comic strip (made up entirely of 11 TIFs, with no additional text).  Can anyone work out why all the other illustrations throughout the document are printing greyed-out on their printers?
    Thanks
    Roger3

    I am replying to my own question.
    After posting here, I received feedback from a viewer that the PDF file is downloading and printing out pages with no greying-out of the illustrations.  It looks to me as though the problems are arising from other viewers' slow internet connections and/or hardware RAM for printing, especially if trying to print all pages at once, rather than Saving As to hard drive, then printing.
    Thanks,
    Roger3

  • Exchange rate field greyed out when i use custom PO order type

    Hi!
    Upon creation of PO using SAP standard order type NB, the field exhange rate is editable. While when i used csutom PO order type, it is greyed out. How can we edit this? Where is the configuration of the exchange rate per order type?
    If this is configured in IMG please include path, on how exchange rate is configured.
    Thanks a lot.

    Hi,
    Spro>Materials Management>Purchasing>Purchase Order>Define Document Types
    Here check the "Field Selection Key" against the PO doc type
    (ex: Standard NB doc type the "Field Selection Key" would be "NBF")
    Then go to
    Spro>Materials Management>Purchasing>Purchase Order>Define Screen Layout at Document Level
    Select the " Field Selection Key" of ur doc type..Just Double click on that
    then check for field " Exchange rate "
    against that field you can see three options, Reqd.entry  Opt. entry  Display...
    Here tick the field "Opt. entry", So that You can get this field in Change mode in ME21N trx...
    Thx
    Raju

  • Apps are greyed out when syncing

    When syncing my son's iPod, the apps on the computer screen are greyed out.  The check mark is there, but it is greyed out as well so I am not able to select or deselect apps.  What it this and how do I fix it?

    I solved it.  The restrictions were disabled so I enabled them.  The grey immediately went away.  Then after syncing I disabled them again so the little one can't download apps.
    Thanks anyway

  • The number of rows per page is greyed out when running in background?

    Hi,
    For a customized transaction the number of rows per page cannot be set when running in background.
    While a background job is created in SM36 after entering the report name and the selection variant name in the properties of Format the rows and columns field is greyed out.It was not editable.
    Is there any settings to be done or in the custom program any code change needs to be done?
    Thanks in advance.
    Regards,
    Sharon.

    Hi Gabriel,
    After double clicking the format only the rows field is not set to edit.It was greyed out.Is it anything related to the printer settings that will be maintained for a user?
    Regards,
    Sharon.

  • Newbie question: Why is "learn sound model" greyed out when trying to remove background sounds in a file using the Spectral Frequency display?

    I am trying to remove background sounds in a file using the Spectral Frequency display. The first edit on a new file, this process works fine:
    1. use brush to cover sound
    2. right click, learn sound model
    3. effects/noise-reduction-restoration/Sound Remover
    The next time I try to remove another sound in the file, "learn sound model" is greyed out. I have to close the file and reopen to be able to make another edit. What on earth is going on? Can it only learn one sound model or something?
    I'm a newbie, so thanks in advance for your advice!

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

Maybe you are looking for

  • IOS 7 multiple mass photo selection in camera roll

    if i'm just not figuring it out,,, please,,, someone,,, fill me in on how! or is the ios STILL not giving us this feature with version 7? other apps, like "photosync" for example, can do it easy (double-tap on a pic, then the next pic tap selects it

  • I Photo not responding after creating a slideshow

    I need help. I have Mac OS X Version 10.6.8 No new software instaled before this happened, no new version updated. Version: 8.1.2   Last Modified: 10-06-12 2:11 PM   Kind: Universal   64-Bit (Intel): No   Get Info String: iPhoto 8.1.2, Copyright © 20

  • Is it possible to have numbers look for duplications.

    I 'm looking to build a very, very simple sheet/table for booking a room and would like to know if I can ensure I don't get double booked. Many thanks.

  • Mountain lion 2gb ram?

    I have a mid 2011 macbook air 11'' 2 gb ram i5 running lion. should i upgrade to mountain lion? i dont want to see any deference in perfomance or battery life or anything at that matter cause the machine works like a charm right now. Is there any goo

  • Migrate Time Machine backup (10.6.x) to MacBook Pro (10.8.x)

    On a USB drive, I have a Time Machine backup--from a Macbook running (10.6.x). I'd like migrate this account from its TM backup to a Macbook Pro (10.8.x) I've plugged in the USB drive to the new machine, it mounts and works perfectly. But using Migra