Deception field in Project defination grade out after release of project

Hi Experts,
I am facing one issue in cProject that when I release the project , The description field in project definition becomes grade out, so not able to update the description field . I checked the field setting in global enhancements , it thy are fine.
Could any one help me in this regard?

Hi Shashank,
Never project description gets greyed out after release of project.
This normally happens if field control is activated for that particular field 'Description' with condition 'object is released' fulfilled with 'only display'.
Regards,
Ravi

Similar Messages

  • Disabling selected Purchase Order field(s) after released/approved

    Hi Experts,
    I have a requirement to disable specific Purchase Order fields after released via ME29N.
    For example, in Purchase Requisition - I can "Release Indicator - Field Selection Key" to control Purchase Requisition screen layout. However, for Purchase Order - the configuration for "Release Indicator" consist only standard default "Chgable" options.
    Question:
    Is there a way to customize the Purchase Order "Release Indicator" for screen layout based on customer requirements other that using the default as mentioned above?
    Thank you.
    Steven

    Hi Padmasri,
    I understand your explanation on the standard SAP behavior.
    Nevertheless, I'm looking for some flexibility to meet customer requirement. Like in Purchase Requisition, there is option to further customize the screen layout by linking it to the "Release Indicator".
    Therefore, apart from the standard 6 options given by standard SAP, can we add/customize the options? For example, my customer may one to change a field in the Purchase Order even after released.
    Thank you.
    Steven

  • Project pane greys out after adding either HD movie footage or a photo'

    Project pane greys out after adding either HD movie footage or a photo' into iMovie '08. Since using a HD camcorder, quite often, after adding either HD movie footage or a photo', the project pane greys out. I have to exit the project and re-enter to continue viewing the project; this is tiresome. Any thoughts or is this yet another iMovie '08 bug?

    blackcomb greens wrote:
    PS ~ what is the plist?
    every app as a preference list, which can get corrupted.
    quit iM
    look in user/Library/Preferences for a file called com.apple.iMovie(x).plist (x stands for any number) ....
    trash that.
    restart iMovie..
    it doesn't hurt your projects nor does it touch any files.. it just 'resets' an app.. => slapp on backhead.. as I like to call it..
    yes, hardware is nice, as long as you don't dare to handle AVCHD .. that is on Intel Mac only..
    all Folders (Project/Events) is on local harddrive?
    no plug-ins installed (DivX etc)?

  • Is there a BADI to call custom defined fields in Project Systems (PS)

    Hi,
    Is there a BADI to call custom defined fields in Project Systems (PS)
    The business process is as under:
    SRM MDM product catalog is called from PS applcation in ECC using transaction code CJ20N.
    Standard fields like description, qty, price etc are displayed and transfered to the PS application.
    The requirement is in addition to above mentioned fields, need to display
    custom defined (CUST_FIELD1 to CUST_FIELD5) fields and subsequently to be transfered to the PS application.
    Pls provide help or inputs.
    Thanks,

    Hi,
    There is customizing in the PS side. PS -> Material-? *(OCI) -> Convert HTML to SAP Fields
    Regards,
    Masa

  • I/O field grayed out after check box checked ( Dynpro)

    Hi ,
    I have dynpro  dialog screen  with several check boxes linked with input/output field
    When check box is checked the I/O field is editable when check box is empty I/O field should be grayed out.
    I am trying to find the way how checking the check box can trigger the change of attribute of I/O field.
    The IO field should be gray out after checking check box without hitting enter or any other button.
    Please advice
    Chris

    Hi ,
    Thank you for your answer. I was missing Functional code of my check boxes.
    Now i have still issue my I/O field do not turns in gray ( only output) In loop
    I dide like you said ( this is example from my PAI module user-command)
    when 'CB1'.
          loop at screen .
            if screen-name = 'LT_FORMAT_IO'
              and lt_format_cb is initial.
              screen-input = '0'.
              screen-invisible = '1'.
              modify screen.
            endif.
          endloop..
    Once screen is displayed again , the IO field stll remains non grayed out.
    Please advice
    Chris

  • How to grade out the text field in form

    Hi all,
    I am using oracle forms 10g.
    I have created a form in that i have 10 items, There is field called Currency_code and when the currency_code is USD then there are three fields that need to graded out, when the currency code is not equal USD the user will enter data into that field.
    I have tried like this
    If :BLock.currency_code= 'USD' then
    set_item_property('block.field1',enable,property_false);
    set_item_property('block.field2',enable,property_false);
    else
    set_item_property('block.field1',enable,property_true);
    set_item_property('block.field2',enable,property_true);
    end if;
    end;
    In when_form instance trigger. But its not working. Can any one pls tell me how to do this.
    Regards
    Srikkanth.M

    Are you aware that by using the WHEN-NEW-FORM-INSTANCE trigger, this would only get tested when the form starts the first time? In other words, have you coded a way to set ":BLock.currency_code= 'USD' " or anything else at start up? If not, then you don't need this code. Simply set the Enabled field on the Property Palette for "BLock.currency_code" to NO. You can change it back to YES at runtime in some other trigger.
    If however, you do set the field programatically somehow, try adding a SYNCHRONIZE at the end of your IF / THEN logic. In other words change it to something like this:
    If :BLock.currency_code= 'USD' then
    set_item_property('block.field1',enable,property_false);
    set_item_property('block.field2',enable,property_false);
    else
    set_item_property('block.field1',enable,property_true);
    set_item_property('block.field2',enable,property_true);
    end if;
    SYNCHRONIZE;
    end;

  • Grey field for project definition and WBS element

    Dear all,
    I have created a project and WBS element in CJ01. Now I go via CJ02 to the change mode and the project ID and WBS element ID is not greyed out. But I would like that the system shows these key fields as not changeable anymore, only fields like description should be changable. Can you please tell me, which customizing step I missed to get the grey field for project ID/WBS element ID?
    FYI  I do not use a project mask to create the project.
    Thanks for your answer.
    Heidi

    Hi Heidi ,
    I don't think you can grey out the Project Definition and the WBS Element fields after the creation .
    If you want to restrict the users to change the Proj definition and WBS , a better way is through
    Authorization objects and restricting only specified users to change the WBS
    Kish

  • Field Length in Alv Grid out put

    hi,
    How to increase the length of the filed in the output of alv grid,
    Actually i am getting one blank field in the alv grid out put, my requirement is to increase the length through out the column how to do that
    can anyone guide me plz
    SIRI

    in your fieldcat of the field
    wfieldcat-fieldname = '<your fieldname in caps>'
    wfieldcat-outputlen = 10 (or the length you want for the field)
    <you can define any other property also for that field>
    append wfieldcat to ifieldcat.
    now pass it in fm.
    regards
    shiba dutta

  • Wi-Fi greyed out after installing iOS 7

    So I installed iOS 7 and after few hours my Wi-Fi turned grey , I got this iPhone 1 month ago , the thing is , the bluetooth is still working so the Wi-Fi chip must be working right ?
    Hope I can get help.
    Note : I heard there is a blow dryer solution to this , do you think it's safe and if yes , how should I do it ?

    The exact same thing happened to my 4s when I upgraded to iOS 6.0, almost right after I updated my WiFi greyed out. I took it to an Apple store and they swore up and down it was a hardware issue and that since my phone was 5 days out of warranty I couldn't get a replacement. I took it home and the next update or two fixed it so it was NOT a hardware issue, it was the iOS. If it suddenly crapped out on you after updating I would bet it's the same thing.
    I don't understand why Apple can't field test these a little before mass release, it makes them look sloppy.

  • PR after release - Some fields grey off (Confiq settings?)

    Dear Gurus,
    Once after releasing the Purchase requistion,  some field get greyed off automatically, where can i see the configuration in SPRO, Please advice

    Hi,RS
    There are below factor will impact the purchase screen layout:
    1.Transaction(Tcode)
    2.Document typpe
    3.item catagoty
    4.acc assignmnet catagoty
    5.release status
    6.authorization to display prices
    For the release status,we could go to  below path:
    SAP Customizing Implementation Guide->Materials Management->Purchasing->Purchase Requisition->Release Procedure->Procedure with Classification->Set Up Procedure with Classification,and press Release indicator,you will get a screen and one item ,press the magnifier,you will look for the field of Field selection key. You could get value of Field selection key.
    Then
    go to
    SAP Customizing Implementation Guide->Materials Management->Purchasing->Purchase Requisition->Define Screen Layout at Document Level,you will find the itemas per the  Field selection key and go in.
    Dick Hua

  • PS: Setting Project Profile as a mandatory field for Project Definition

    Hi,
    I would like to know how to set Project Profile as a mandatory field for Project Definition (CJ20N or CJ01).  I tried to look for controls at OPUK config but the Project Profile is not available for definition - either mandatory, optional, suppressed, etc.  Would appreciate if you can share your expertise on this.
    Thanks!
    Regards,
    Vivian

    Hi,
    I would like to know how to include some additonal fields in OPUK/OPUJ.  We have defined some .INCLUDE component / fields to SAP standard table PRPS/PROJ.  We want those fields to also appear in OPUK/OPUJ so that we could also defined their characteristics - whether input, mandatory, suppressed, etc.
    Thanks!
    Regards,
    Vivian

  • Color grade from after effects to premier

    I started my color grade in after effects before i edited my video how do i send the footage over to premiere using dynamic link? or should i export the footage individually and then import them to premier?

    There is no one best way to do this for each project. On professionally produced high end projects final color grading is usually the last step by the initial color grading could have been applied upon import of the camera original footage using LUT's. For most projects that are finalized in Premiere Pro I color grade in PPro or Speed Grade. The new Magic Bullet suite from Red Giant makes this very easy and effective if you need advanced color grading.
    Inside AE I will often nest sequences for initial color grading inside AE and if a shot needs a bunch of help I'll color grade before I start. I know this doesn't help much but the best, most efficient workflow depends on the project.

  • Custome Fields in project

    Hi,
    In our Project Server config 2003 . We are using MSP_TEXT_FIELDS with TEXT_FIELD_ID = '188744741' to capture project ID. Ideally this table should have single entry for each project. For couple of projects the entry is more than one.
    I understand that this is because of Custom Field in Project , but I am unable to find out those field as this is not required.
    Can anyone help with database query to fetch custom fields.
    Thanks in advance.

    Please check the your custom fields are added in Coding Block or not. Then these field must appear in the Addition Assignment section of the field status group.
    Regards,
    Gaurav

  • Audio Drops Out After 30 Seconds

    I have just installed Premiere Elements 12 on a new Toshiba with Intel i5 and windows 8. When I play a viedo through Elements the audio drops out after 30 seconds. When I play the same viedo through Windows audio does not drop out. I have an older HP with Intel i3 and Windows 7 running Premiere Elements 10 and I do not have any issues with the audio dropping out. This is the first time I have used this forum so I hopr I'm doing this properly. Thank you, Bob.

    With a slower machine like that, it's possible you haven't given the program time to fully conform the audio and video in your file.
    Clear the file from your Project Assets and re-add it to your project. Watch the progress along the bottom of the program and wait until it has completed its conforming before you start editing.

  • Keeps Logging Me Out After Going to Sleep

    For some reason, my iMac logs me out a few hours after the machine's monitor turns off.  This has happened, I think, almost as long as I've owned this computer, which is about 2 years now.  It's the only one of my Macs that does this to me. 
    I'm running OS X 10.9.3
    Computer Sleep is set to never
    Display Sleep is set to 1 hour
    It's quite annoying since this means that my Dropbox and other TSR's have to load.  Additioanlly, if I leave it to run a project for a few hours, I'll come back and discover a note telling me that I couldn't log out because X process was running.
    Any thoughts on what might be triggering this behavior?

    From the menu bar, select
     ▹ System Preferences... ▹ Security & Privacy
    If there's a closed padlock icon in the lower left corner of the preference pane, click it and enter your login password when prompted.
    Click the Advanced button and, in the sheet that opens, uncheck the box marked
    Log out after … minutes of inactivity

Maybe you are looking for

  • Altering ID3 Tags with 3rd party software and having it recognized by iTunes

    Hi, Long time mp3 user but new to the iPod/iTunes family so I'm super unfamiliar with how it works. I currently use as separate mp3 retagger to batch process new ID3 tags and I noticed my iTunes library doesn't update the changes. Is there an easy wa

  • Trouble attaching photos....

    Hello, I am having an issue in being able to attach photos to emails. When using Mail, if I choose to attach files (photos) to the email, the following dialogue box appears (as expected!): However, there is no way to browse through and select differe

  • Bonjour showing error messages in windows logs -- 17,000+ in past week

    My windows machine system logs were growing quite large, so I decided to poke around a bit.  I found that the bulk of the 17,000 error messages dealt with Bonjour.  here's a couple of examples:from the logs Error 8/25/2012 11:47:46 AM Bonjour Service

  • Contact Apple Host for a research purpose

    Hello the Apple Host, I am a postgraduate student at Old Dominion University and currently working on a research focusing on online forums/discussion boards. I plan to conduct a study in Apple Discussions. I need to contact Apple Host to see if Apple

  • Javascrip call sqldatasource select with parameters

    It is possible call sqldatasource select with setting parameters in javascript function?