Unable to change the item category in existing Scheduling Agreement

HI,
I have a schedule agreement where there are already list of line items but saved without the appropriate item category field in all of the line items. Now I see that the Item category column is greyed out & unable to edit or change thru ME32 T.code.
I am already aware that deleting the item codes & adding again with resolve the issue. But when try to delete, those codes shows that they have GR & PO not completed one.
My question is :
Is there a way to edit/change the Item category field without deleting the item?
Whethere is it possible to do it in bulk update for group of items in SA?
If it is possible, pls provide how to do it with steps.
Kindly advice.
Thanks. in advance!
-Umesh

Please try using MASS tcode with object BUS2013
or MEMASSSA
Its a direct table update where you can select the Table Item and Field Item category and input the document number to change the value os item category and try with one sample data then do it in mass.
Before cahngin the item categry Please make sure all the dependancies are met then nly the system will allow you to save.
Refer for Mass upload function it is common for all
[Mass update|http://www.sapkshare.com/user/image/mass-maintenance---mm17.pdf]
Edited by: Karthik on Jul 29, 2011 2:44 PM

Similar Messages

  • Deriving/ change the item category from handling unit

    Hi SAP GURUS,
    In vl01n I want to derive the item category based on the handling unit. Hnadling unit is derived from the payment terms.
    Please let me know the required configuration or the development for this.
    Thanks

    i need ur help regarding the Sales order item category redetermination.
             we are having two item categories YNAE and YNAG and it contain schedule  line categories CP and CB ( i.e for item category  YNAE schedule line category is CP and 
             for item category  YNAG schedule line category is CB), for YNAG Purchase Requisition is automatically created becz of functional setting on save and it is working fine.
             For every line item in sales order line item level item category YNAE will be determined by default as per functional settings.
             Now my requirement is that, if sales order line item doesn't contain 100% confirmed quantity, than i needs to change the default line item category YNAE to YNAG
             which i am trying to do it in USEREXIT_PRICING_PREPARE_TKOMP becz in this exit i am getting the values in XVBAP and XVBEP and  it is working fine .
             But schedule line category is not getting redetermined automatically what i mean is, if i change the item category to YNAG from YNAE in user exit corresponding schedule line category CB of YNAG is getting determined automatically at the schedule line level and if ichange the schedule line categories in XVBEP in exit USEREXIT_PRICING_PREPARE_TKOMP, changes are reflecting at the schedule line level but Purchase requisation is not getting created for schedule on SAVE and its delivary dates are also not getting determined properly. If press the option ATP check at the schedule line level than very things will getting corrected in the order.
    i am using UPDKZ = U  in both xvbap and xvbep for changes
    I feel that i am not doing this in proper way, do u have any idea about how to redetermine item category. please let me know if u have any idea .
    Regards,
    Vaddepally Manoj

  • Changing the item category in the order

    Hi Experts,
    According to my rek,
    I need to change the item category based on a condition, for this For this in the order_save BADI I used the FM crm_order_maintain and passing the ct_input_fields as item_category and ct_orderadm_i.
    But the values is not changing the order , do I need to pass any other import or chanage tables.
    Thankn in Advance,
    Praveen

    Pls use the BADI CRM_ORDERADM_I_BADI. Wtire you condition and populate the field
    cs_orderadm_i_badi-ITM_TYPE. Use the method CRM_ORDERADM_I_MERGE

  • Windows Server 2012 R2 - unable to change the Network category when is in domain

    HI, I've read articles about this topic but after all tries - i couldn't find appropriate decision and i still have problem. 
    Set-NetConnectionProfile : Unable to set the NetworkCategory due to one of the following possible reasons: not running
    PowerShell elevated; the NetworkCategory cannot be changed from 'DomainAuthenticated'; user initiated changes to Networ
    kCategory are being prevented due to the Group Policy setting 'Network List Manager Policies'.
    At line:1 char:1
    + Set-NetConnectionProfile -InterfaceIndex 16 -NetworkCategory Public
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : PermissionDenied: (MSFT_NetConnect...EA9E84DF602D}"):root/StandardCi...nnectionProfile)
       [Set-NetConnectionProfile], CimException
        + FullyQualifiedErrorId : MI RESULT 2,Set-NetConnectionProfile
    I have  two NIC on my server2 - joined to domain as domain member  ( NIC are public (internet) and private (local net) )  Now they both are in NetworkCategory - DomainAuthenticated.
    I tryed:
    1. Check for Administrator  privileges on Powershell - OK
    2. Try to Change GPO - Network List Manager Policy - to be available for changes from user  - NO success
    3. Check - Local Policy on Server2 - too NO success
    4. Try to change throught command  with PowerShell   ->   Set-NetConnectionProfile -InterfaceIndex 16 -NetworkCategory Public  Again - NO success
    5.
     thru the registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles\
    open the network profile that you have to change and modify the "Category" value:
    0 = public
    1 = private
    2 = domain
    NO Success
    Did anybody have some other idea - what to do?
    Thanks in advance.
    Krasimir

    Hi, the topology of th network ist the next:
    ISP (DATACENTER) ->  SRV1 (phisical) +  SRV2 &SRV3 (virtual) 
    Every one of them have 2 NIC  ( for server  2 and 3  - virtual  too)  
    NIC1 - operates on private level -  192.168.1.1 dns, gate,dc (srv1)
    NIC2 - real ip address, gate - gateway of ISP  dns - 192.168.1.1
    When set up NIC1 - everything is ok .
    NIC2 - action is : set ip and mask - enable without gate  - then it is in unidentified status  and  go in public state.
    disable nic2, set up gateway  - and dns - 192.168.1.1  and again enable - everything is ok
    But after restart  - nic2 - goes again in Domainauthenticated mode. :(
    Additional:
    On srv2 - i put RRAs role and smthing stange is that after enable rras service - all ports are shutted and machine pretendet to be invisible.

  • Updating the Item category in a Free of Charge order

    Hi all,
    I am currently working in a requirment on Free of Charge orders.
    Existing scenrio is : In Free of Charge orders, if there is a BOM material is associated in the sub item, then the particular product's item category is not editable, so we can't alter it manually. SAP Note : 796926 says there are restrictions for usage of free of charge transaction types when the sub item involved is BOM.
    Requirement: To make this item category editable in this scenario.
    So we are currently looking for an option to make an enhancement to SAP standard program for this.  I tried to debug standard modules from the point where we open an order. But not able to find any significant place which deals with disabling this item category.
    Any suggestions on the SAP CRM program which deals with this will be very helpful.  Thanks in advance.

    hi
    Once the BOM is created it is not possible to change the item category,either you have to delete the material and re-enter the material with different item category
    regards
    thyagarajan

  • Change in Item category in Sales order

    Hi,
    We have one requirement to change the quantity in the Billing document
    our requirement goes like this,
    Order was created with 10 Qty and PGI also done with 10qty, But physically customer receives 9 qty and Billing done with 10qty.
    Now customers will not accept for the Billing and Business has to change the quantity in the Billing without reversig PGI
    As per the legal regulations, we cannot reverse the PGI and change the quantity in Billing
    But as per the standard, we cannot  change the ITEM category in the sales order once the subsequent document is created.
    can you please let me know is there any solution to change the Item category in the sales order using User exit of any other way
    regards,
    santosh

    Since I was handling similar scenarios quite frequently when I was in domain, from my experience, I can share the same.
    It is known to customer also that billing cannot be changed once it is generated.  Hence, the client can request the customer to either deduct the amount to that extent while releasing the payment against that billing document or the client can give one number extra or credit in the subsequent shipment.  Any customer will accept for this.
    Meanwhile, I also dont understand why you want to change the item category after billing and what you would like to achieve over this.  If the above options is not acceptable to client, then the best approach would be generating a credit note straightaway against that billing document and set right the records.
    thanks
    G. Lakshmipathi

  • Changing the  item categories of Sales order in web IC

    Hi experts,
    We are working on CRM 5.0 with Web IC
    We have a scenario where we need to change the item categories of some of the items in sales order.
    But in a standard sales order I cant see the item categories of line items in WebIC.
    Now the issue are
    1. How to make the item categories available in web ic?
    2. Is there any standard config to do this or we have to go for development ?
    3.Is it possible to change the itemcategories in Web IC?
    Can any body suggest me with suitable solution
    Points shall be rewarded for sure
    Regards,
    Madhu

    Hi,
    you dont change the item category at the header level. The item category will be changed at the item level and the code to do this is
    lv_entity_items->set_property( EXPORTING iv_attr_name = 'ITM_TYPE' iv_value = lv_itemcat ).
    here lv_entity_items is one of the entity in the collection for AdminI . lv_itemcat is the value you want your item category to be set to.
    hope this helps.
    Reward useful answers.
    Regards,
    S Sarma.

  • Bom massive change of item category

    dear
    can you suggest a valid tool for a massive change of item category.
    I need to change the item category of many bom component.
    The old value is L , the new value is N.
    In transaction CS02 is very difficult to change the item category of a component.
    Thanks.

    Hi,
    It is not possible to change the Item Category. You would need to delete the line & re-create back with the new item category.
    You may use CEWB as suggested above, or you may go for a Z program.
    Regards,
    Vivek

  • SO Delivery date change when item category is modified

    Hi expert,
    When i change the item category on my SO, the delivery date change.
    Can you please give me the configuration, or exit to check how the delivery date is calculated?
    Regards.

    - Set a breakpoint at function module SD_SCHEDULING
    - Change your item category
    - This should trigger your breakpoint (if SD_SCHEDULING is changing the delivery date)
    - Post screenshot of call stack back here.
    Looking at the call stack will give us an idea of why a new scheduling is triggered.
    If SD_SCHEDULING is not called, then I assume it must be a user exit causing the issue - check your coding in the SD user exits of include MV45AFZZ.

  • I changed my Apple ID for an iphone 4s and need to change the iCloud Apple ID/password.  I am unable to change the Apple ID under the iCloud account information without the password which no longer exists.  How can I update my phone?

    I had to change the Apple ID used for my iphone 4s.  How do I change the Apple ID for the iCloud information? - the old Apple ID/password no longer exists and this information is requested to make a change.  I am unable to change the Apple ID for the iCloud account.

    Apple IDs never go away, so it still exists.
    But lets be clear. You actually stopped using an Apple ID and created a NEW Apple ID. You didn't just change the email address of your Apple ID? That means that all of the music and apps purchased with the old Apple ID will have to be purchased again.
    If you really did create a new Apple ID you will need the password associated with the old one to disable Activation Lock. There is no way around this. As I said, the old one still exists. You can use the standard tools to recover the password at https://appleid.apple.com.

  • VBU-FKSAA field not updated when the item category is changed

    Hi,
    The sales order is created with the item category ZZZZ which is not relevant for billing. So the VBUP-FKSAA value is blank which means not relevant for billing.
    Now in the change mode, the item catg is changed to XXXX. this is relevant for billing. But even after changing the item catg the billing status is not changed. so the sales order can not be billed.
    Please let me know if anyone has come across this problem and also the soution.

    Thank You Vincent. It works for finish goods that currently have cost in the sap-bo (taking std or avg) . Do you what should I do when the item is receiving the first-transation and it is an inventory entry coming from DTW ? Because when I test this conditions, the field "price" is ignored and when I check the inventory entry sent using dtw the recorded cost is "cero".
    Thank a lot
    Salomon Ponce

  • How to control Changing of item category in sales order Manually

    Hello Gurus,
    How to restrict manual changing of item category in sales order?
    Reason for it:
    When ever they want to give some free goods to customer , they are changing Item category in  Standard Sales order at item level  then deliverying free goods to  customer
    looking for your inputs
    Thanks in advance
    Regards
    Venkat

    Hello,
    There are two possible ways:
    1. In Item Caterogy Determination remove the Manual Item Categories so that system will determine the Item Category only from defined options.
    2. Use T-SHDO - create Screen Variant & make the item Category Feild as Display only.
    Hope this helps..
    Thanks,
    Jignesh Mehta

  • How to change the Risk category in FD32

    Hi
    we have requirement to chage the risk category for existing customer in FD32, there are few open documents for the same customer,
    Currently risk category field is grey out, so first we need help to allow the change and second, it should not affect to all the open document by changing risk category.
    Request you provide some help on the same..
    Regards
    Vanraj

    Dear Vanraj
    Go to FD32.
    Enter customer code and CCA.
    Check STATUS in Credit Control Area Data. Press enter.
    The risk category is not grayed out here.
    Change it to desired one.
    Save it.
    I am not 100% sure but expect that it will not change open document.
    Try it and update forum.
    Thanks
    Pawan Sharma

  • Unable to change the entries in SM30

    Hi all,
    In my program i am inserting records using MODIFY DBTAB.
    COMMIT WORK.
    After the prog execution i hv to change the entries in the DBTAB.
    I am unable to change the created records.
    Can u pls explain me what is happening here?
    Thanks in advance
    Praveen

    To be able to use SM30 to modify any data in a database table you need to have a maintenance dialog generated for that table.
    If you have one generated depending on the type of the dialog (maintenance allowed with restrictions) you will still not be able to modify the data.
    If you need to change data through SM30 you should either create (or change to maintenance allowed without restrictions) and regenerate the table maintenance dialog. Make sure that the existing dialog doesn't have any customization to it because that will all be lost after regeneration.
    The other option to change the data is would be through SE16 and debugger or through a program.
    Hope that helps,
    Michael

  • *How to change the Valuation Category & Price control in material master*

    Hello SAP Gurus,
    I have a requirement to change the valuation category from 'X' to '  ' in accounting view of material master.
    -> I have cancelled all the open PO's & SO's for the material
    -> I have ensured that there is no stock for the material in that valuation area.
    But still I get an error message that batch already exists for the material. When I check entries in MCHB I find that there are previous entires in MCHB with zero stock.
    I have gone through the SAP note 155874 which recomends the archiving the effected objects.
    Please let me know is there any work around to change the valuation category from 'X' to '  ' & price control 'V' to 'S'. I also need to change from '  '  to 'X' for a few materials.
    Thanks for your advise.
    Best Regards,
    Narayan.

    Note 155874 cleary describes what has to be done to be able to change.
    There is no workaround, and if you change anything in the tables directly, then this will cause inconsitencies, as described in this note as well.

Maybe you are looking for

  • External HDD via eSATA or internal HDD - which is fastest?

    I am thinking of putting a fifth HDD in the optical bay of my mac pro. It looks a little bit fiddly to install (brackets, routing cables etc). I also have a Sonnet Tempo E4P SATA card. Is aan external HDD connected vis eSATA as fast as an internal dr

  • Oracle EE 11.2.0.2 RMAN Duplicate interesting issue - is it a bug?

    Hi, Oracle EE 11.2.0.2 RHEL 5.7 x86 64-bit RACOne Node database (3 - nodes). I was working on a process to refresh out test environment with prod database backup from tape and i have done it many times. Most of our environment is in 10gR2 and have fe

  • Features in ECC6 - MM

    Hi, What are all the special features available in ECC 6 than in 4.7 in MM module for purchasing. Is there any value added reports available on controlling spends in MM. Thanx Kalaa

  • Use InDesign for online manual

    Our training team would like to use InDesign to convert paper manuals to online manual. What are the pros and cons of using InDesign for online manual. They also would like to have interactivity (e.g. exercises) created in certain part of the manual.

  • Re: Mis-selling of BT Broadband

    I am a little miffed with BT, well to be honest with BT Local business, I received a call from a man who sold me my BT Infinity package six months ago stating that it would be much cheaper than my old broadband, again with BT. However, after receivin