Item category grey out and cannot change

I created an item category ZTAC with Structure scope= D.  During sales order entry, the item category is grey out and cannot be changed.
Is there a way or any config to allow changes?
Regards
PSK

You can check the changebility of the item category in program         
MV45AFFE_FELDAUSWAHL_STATUS. SAP Note 208245 helps explain the logic.                                                                               
In Form FELDAUSWAHL_VBAP-MATNR_SPEZ you encounter the following piece 
of code that sets CH_SUBRC to 1, because of field TVAP-STRUM:                                                                               
4 SAPMV45A FORM FELDAUSWAHL_VBAP-MATNR_SPEZ                          
  3 SAPMV45A FORM FELDAUSWAHL_VBAP-MATNR                               
  2 SAPMV45A FORM FELDAUSWAHL_STATUS                                   
  1 SAPMV45A MODULE (PBO) FELDAUSWAH                                   
     XVBAPF-VMENGE > 0    OR                                           
     XVBUP-FKSTA CA 'BC'  OR                                           
     VBAP-PROSA  EQ CHARC OR                                           
     TVAP-STRUM  CN 'E '  OR              <<<<< Here                   
start Revenue Recognition Project                                      
no more changes after revenue is recognized                            
     XVBUP-RRSTA CA 'BC' OR                                            
end Revenue Recognition Project                                        
     VBAP-ANZSN > 0      OR                                            
     VBAP-VKGRU = VKGRU_DYN_POSTEN OR                                  
     VBAP-VKGRU = VKGRU_DYN_POSTEN_AG OR                               
     ( VBAP-KZVBR NE SPACE AND NOT                                     
     ( VBAP-KZVBR EQ KZVBR_P AND VBAP-PS_PSP_PNR IS INITIAL ) AND      
     XVBUP-UPDKZ NE UPDKZ_NEW ) OR                                     
     ( not VBAP-KALNR is initial  AND                                  
     XVBUP-UPDKZ NE UPDKZ_NEW ).                                       
    CH_SUBRC = 1.                         <<<<< Here                   
    EXIT.                                                              
Because TVAP-STRUM is equal to 'D' and CH_SUBRC = 1 is causing         
SCREEN-INPUT = 0 (not changeable) in the following piece of code:                                                                               
2 SAPMV45A FORM FELDAUSWAHL_STATUS                                   
  1 SAPMV45A MODULE (PBO) FELDAUSWAHL                                                                               
Main Program     SAPMV45A                                              
Source code of   MV45AFFE_FELDAUSWAHL_STATUS                           
    when 'MATNR'.                                                      
      perform feldauswahl_vbap-matnr changing sy-subrc.                
      if sy-subrc > 0.                                                 
        screen-input = 0.                  <<<< Here                   
      endif.                                                           
You may use USEREXIT_FIELD_MODIFICATION in MV45AFZZ to open this field 
if needed. If you set  SCREEN-INPUT to 1 when SCREEN-NAME = 'VBAP-PSTYV',
etc you will be able to enter the item category.                                       
I hope this helps.
Gerard
Edited by: Gerard Magorrian on Oct 15, 2010 10:07 PM

Similar Messages

  • When I want to organise my bookmarks most of the options are greyed out and cannot be used including create new folder! Help

    '''''''''bold text'''''''''
    When i want to organise my bookmarks most of the options on the organise bookmarks menu are greyed out and cannot be used - including create new folder etc. Help please.

    Make sure you are not in the Private Browsing Mode:
    File > Private Browsing is UNCHECKED.

  • TS1398 After the 6.0.1. update on my iPhone 4s the option for wifi has greyed out and cannot be selected. What can I do to restore wifi?

    I have held off updated my iPhone 4s with the 6.0.1 but having problems connecting to wifi I thought maybe being out of date was the problem.
    Having done the update the wifi option is now greyed out and cannot be selected at all.  I have rebooted, forgotten networks and turned on and off so many times.  There is nothing wrong with the wifi at home as other devices connect no problem.  What can I do?

    I'll repeat the Apple support pages linked in the previous post:
    http://support.apple.com/kb/TS1559
    Go through the step outlines there starting at the top and work down until you've solved the problem.

  • Paper settings in PSCC pare greyed out and cannot be selected.

    Hi Everyone!
    I'm running OS 10.10.2 and PhotoshopCC.  In the printer settings when printing directly out of photoshop (I've updated Epson Stylus Photo R2000 driver today) most of the paper settings are greyed out and cannot be selected.  I know wI'm doing something wrong, but cannot figure out ho two select a specialty paper setting... its there just not selectable....
    I also watched the actual Epson Driver load all of the unique settings....
    Ive included an image of what I am seeing here-
    Any help on this would be awesome, thanks so much!

    Thanks Chris- I just got in touch with them..
    actually comes down to the sheet feeder that you select...
    thanks.
    nick

  • When I sync my iPhone or iPad with I tunes, the music library appears on the device, but 95% of it is greyed out and cannot be played.  How can I fix this?

    When I sync my iPhone or iPad with I tunes, the music library appears on the device, but 95% of it is greyed out and cannot be played.  How can I fix this?

    kimberlyfromtopeka wrote:
    Ok,thanks but, I should be able to something so that I am able to sync the entire library again not just the purchased songs.
    If the non purchased music is not on your computer, how can it Sync to your iPhone...

  • My iphone 4s will not connect to networks.  the button is greyed out and cannot turn o.  I have reset the network settings and it still does not work - any ideas?

    My iphone 4s will not connect to networks.  the button is greyed out and cannot turn on.  I have reset the network settings and it still does not work - any ideas?

    Thank you I tried the reset again did not fix- I think I am down to calling Apple and paying for a tech - phone company says it is a software problem.  I just updated to 8.1.3  - I thought the update might fix it.

  • Boot Volume is greyed out and cannot be mounted.

    Hey guys,
    I have a Kernel Panic that I cannot get rid of after multiple fix attempts. I cannot boot into Safe Mode which cancels out a lot of options. I have noticed something funny when I boot into the Panther Install disc to use Disk Utility, though.
    The drive itself is labeled fine, but my boot disk,(74 gig Raptor, is greyed out and is not labeled as mounted. I try to click on mounted and it doesn't budge.
    My storage driver, (250 gigt SATA) is fine however and is mounted properly. I do not have the option to repair or verify permissions on any of the drives but the option to repair the disk is still there.
    Any ideas?

    Sounds like you have some serious disk corruption. Can you run fsck?
    1. Reboot/Startup holding your Command-S key down.
    2. At the command line type the following and hit 'Return.'
    /sbin/fsck -fy
    3. After it has check/repaired your disk, type 'reboot' and hit 'Return' again. Unit will bootup normally.
    If this does not work, you may need to try DiskWarrior short of reformatting the drive.
    -Bmer
    Mac Owners Support Group
    Join Us @ MacOSG.com
     An Apple User Group 
        MacOSG Podcast >>
    Note: I receive no compensation for product endorsements.

  • Mail account greyed out and cannot access

    Under mail settings, the email accounts are greyed out and I cannot access their settings.

    This is what I did, i did not have a restriction button or access to my email accounts. I allowed Apple to diagnose my phone issues when asked. then waited about 20 minutes, then looked for Restrictions again under the Settings, General tab, it was there. Shut off all restrictions, then my email accounts came back. Don't know what fixed what but I'm happy now.

  • Some photo albums greyed out and cannot add pictures

    some of my photo albums that I have synced from my imac are greyed out on my iPad and I cannot add photos. What can I do?

    Hi;
    Can you find out what web browser and operating system the users are using that have this trouble?  If you can find out let us know and we'll look at it further, this should not be a general issue...
    If Javascript was disabled this would happen, but there should also be a warning that Javascript is disabled.
    Please see this FAQ: http://forums.adobe.com/docs/DOC-4143
    Thanks,
    Josh

  • TS1398 My wifi is greyed out and cannot be switched to on??

    Can anyone please help as it was working one minute, then just stopped.  I have other devices in the home which are running fine with wifi!!

    If you haven't done this yet.
    Tap Settings > General > Reset > Reset All Settings
    Then restart your iPhone.
    If that doesn't help, try restoring your iPhone >  iTunes: Restoring iOS software

  • My password lock cannot be turned off (button is greyed out and does not react) and I cannot set to "simple" password (4 digits) for the same reason (button greyed out)

    Today, I got a message from my iphone 4 telling me that my password was expired and that I had to change it.
    Now I am forced to enter a 8 character long password and I cannot turn off the password lock (button is greyed out and does not react) and I cannot change to "simple" code.
    I am so upset that I am considering throwing the bloody thing to the rubbish bin
    Can you help?

    Have a work Exchange account on your phone? These policies can be enforced by a profile installed on your phone. There is nothing you can do to change this except delete the Exchange account.

  • Hi. After I have loaded a picture into Photoshop some of the menu tools are greyed out and I cannot use the keyboard short cut, for instance I cannot use Ctrl   T to enter free transform mode. Also the toolbar is so small I cannot see the icons without ge

    Hi. After loading a picture into Photoshop some of the menu tools are greyed out and I cannot use the keyboard short cuts, for instance I cannot use Ctrl + T for free transform, how do I resolve this problem. In addition the tool Icons are so small I have to get close to the screen to see them, is there anyway the Icons can be made bigger without reducing the resolution of the screen.
    Thanks
    Derek

    Are you working on a background layer? If so, Ctrl + T will not work. Press Alt and double-click your background layer to convert to a normal layer (or right-click BG layer and select Layer from Background) and try again.
    If you're working in Photoshop CC 2014 you can go to Preferences > Experimental Features and tick "Scale UI 200% for high-density displays" to make your buttons and icons larger.

  • New 6th generation ipod - loaded my library onto the iPod  all songs are greyed out and I cannot add a playlist.

    I have purchased a new 6th generation ipod and registered it with Apple- it has loaded all my library onto the iPod but when the library is displayed all songs are greyed out and I cannot add a playlist. Can anyone help me ?

    The content that you are viewing on your Nano via iTunes is grayed out since your iPod is set up for automatic syncing with your iTunes library.  If you want to be able to manually manage your contents (which is sounds like you are trying to do), you must enable the Manually manage music option from under your iPod's Summary tab in iTunes.
    B-rock

  • I transferred all my Itunes music from an old PC to my new one with Windows 7.  Now I cannot edit "artist" or anything else for the songs.  It is all greyed out and I cannot enter information. Is there any way to correct this problem?

    I transferred all of my music from an older PC to my new one with Windows 7.  Now I cannot edit selected songs.  The information is greyed out and I can't type over it (on all my music except NEW downloads).  Can anyone help?  I even have a few songs with NO artist tag and I can't write anything in them either.

    It's a permissions problem. Try this: right click on your iTunes icon and choose "run as administrator" that might fix it.

  • I have a new Macbook pro, I cannot get past the country selection screen.  'Continue' is greyed out and keys just make error sounds. How do I move it on?

    I have a new Macbook pro, I cannot get past the country selection screen.  'Continue' is greyed out and keys just make error sounds. How do I move it on?

    sideeque wrote:
    I have the same problem. What did you do last time?
    What  should I do now? Its around 40 miles away the apple store? Would they pay my taxi fare to go and return?
    How can we trust this apple product?
    You are still under warranty.  Call Apple Care.

Maybe you are looking for

  • MDS - 515 A database error has occurred: Please contact your system administrator

    OS: Server 2008 R2 SQL: 2012 SP1 cu4 - 11.0.3368 We are experiencing this error when attempting to view on-going batch jobs in the web UI (Integration management) This error was first experienced while running SQL 2012 RTM cu5, we have since updated

  • Dynamic return from a function based on an argument

    I have a function that I am using to output a nested list of child/parent relationships the function works wonderfully except that i want to be able to change the way the list is displayed depending on an argument being passed i want the list to be d

  • Badi for preventing PO creation in shopping cart in srm

    Hi Experts, Here I have a senerio in SRM. In shopping carts we need to avoid purchge order cretion for particular vendors. Because for these vendors through workflow after approval PO has to be created. So I need BADI to prevent the purchage order cr

  • CPU & I/O quotas available in Oracle 10g ?

    Im a developer. I wanted to create 2 schemas so that they will not interfere with each other. I wanted to also make sure that the load/activities on one of the schema does not affect the performance of the other. Is there anything equivalent of "quot

  • Missing Option "Perspective Warp" in Photoshop CC

    I use the Photoshop CC Abo. The function "perspective warp does not appear however in the menu functions." In the preferences is "Graphics processor enable" active. In the enhanced features I can select all settings. I use an AMD 7700 video card (1 M