Mass update of Item category in Sale order

Hi all,
   Kindly guide me to do the mass updating of item category in a sale order.
   I want to update the item category of all the items in a sale order.
   User will be giving large number of sale orders as an input.
   How to proceed to achieve the same?
Thanks in Advance,
Regards,
shaju

Hi,
     We can write a function module for this by getting an input it want to change this..For eachinput we can activate this in a loop
    Is they gave a file of inputs means we can go BDC or LSMW..If before transferring we want to make only little changes means we can do this by LSMW  otherwise we can go for BDC...

Similar Messages

  • Issue while changing Item Category during Sales Order Creation

    Hi,
    Requirement:
    Requirement is to change the item category of Sales Order item while creating the sales order.
    Rule is: If item category is IRAT then it should be changed to IRLN.
    For this, I am using the user exit "USEREXIT_SAVE_DOCUMENT_PREPARE" available in the include MV45AFZZ.
    Issue:
    Using the above mentioned exit, Item category is getting changed to the desired value in the created sales order BUT value of Billing Status (VBUP-FKSAA) which is supposed to get changed is blank.
    For example, Sales order is created from VA01 and item category is changed manually to the value mentioned above, then for the sales order created we have VBUP-FKSAA = 'A'. But when value of Item category is not changed manually and it is changed from the exit, then value of VBUP-FKSAA is blank.
    I have to find a solution which would change the value of Billing Status according to the change in the value of Item Category.
    Please suggest a relevant solution.
    Thanks a lot for responding.
    Abhinav.
    Edited by: Abhinav Jain on Apr 9, 2010 6:47 PM

    Hi Abhinav,
    I have a simmilar problem. In my case I am changing Reason of Rejection in the user-exit, but net value is not getting updated. Did you solve your problem? Any other way to change a field of a sales order item?
    Thanking you in advance,
    Nisha

  • 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

  • Function module of querying item category in sales order generating

    Hi everyone,
    would you please help to tell me which function module can fetch the item category in sales order generation?
    any help will be appreciate.
    Thanks.
    Eric

    Hi Eric,
    When we create a sales order with VA01 and enter in a material the system gets the item category from the following function module:
    Main Program     SAPFV45P
    Source code of   FV45PF0V_VBAP-PSTYV_PRUEFEN
      CALL FUNCTION 'RV_VBAP_PSTYV_DETERMINE'
        EXPORTING
          T184_AUART   = TVAK-AUART
          T184_MTPOS   = MAAPV-MTPOS
          T184_UEPST   = HVBAP-PSTYV
          T184_VWPOS   = T184_VWPOS
          VBAP_PSTYV_I = VBAP-PSTYV
        IMPORTING
          VBAP_PSTYV   = VBAP-PSTYV.
    VBAP-PSTYV will contain your item category.
    I hope this helps.
    Best regards,
    Ian Kehoe

  • Object key to make Item Category in sales order..

    Dear All,
    Can you please let me know the object to make Item category at sales order (create & change mode) in Display mode only.
    Thanks,

    Hi,
    Please take a look below. I suggest you dont allow manual entry for that item category.
    item category field in sale order screen to be greyed out

  • Change Item Category in Sales Order for KMAT materials

    Hi,
    How can I change item category in sales order/quote for KMAT materials?
    Currently in the sales order/quote, the item category field is grayed out for KMAT/configurable materials and I can change the item category.
    Please help me.
    Sincerely.
    Ketan

    Dear Ketan,
    I hav exactly the same problem.
    Did you finally succeed?
    Thanks.
    Ben.

  • Reg: Default Requirement type Based on Sales Item category in Sales Order

    I have a question, regrding Make to order and Make to stock .
    I am using a Material that is default Make to Stock, based on customer requirement same material also used as a Make to order.
    When i generate sales order perticular material default Make to stock Item category will pick up, for this Requirement type KSV is comming, If i Change Item category Make to Order, requirement type is not changing,
    My query is when i change Item category i want default requirement which has assigned  for item category.
    Thanks and Regards,
    Prasad.

    Hi
    Just try  by removing the STRATEGY GROUP in MRP3 view of material master if you are maintaining any.
    regards
    Prashanth

  • Unable to Change Item Category in Sales order

    Hi all,
    I am creating sales order with reference to sales contract but at the time of sales order we don't have en off stock to deliver to customer , so we have deiced to Third party sales process
    But the problem is while creating a sales order with reference to Sales contract the line item of the sales order in grad Mode ( Not changeable mode )
    Can any one guide me how sales order line item should be in active mode so i can change the Item category as a TAS third party item category
    Help me regards this
    Thanks
    Rajesh

    hi,
    You can  the item category field (VBAP-PSTYV)  editable , if item is configurable (item category TAC), then change item category to TAS.
    by using include  MV45AFZZ -  FORM USEREXIT_FIELD_MODIFICATION.
    when screen 4001 or 4003.
       IF VBAP-PSTYV = 'TAC'.
               SCREEN-INPUT = 0.
              MODIFY SCREEN.
            ENDIF.

  • Authorization check based on item category on sales order (VA01 or VA02)

    I want to be able to restrict authorization of users based on item category. We only want certain users to be able to select a certain item category.  I know I'm going to have to check one of the userexits in MV45AFZZ. The issue I'm having is the authorization object .
    The item category is field VBAP-PSTYV.
    What we are going is having a item category for emergency orders. But this requires more manual steps to associate with the original order. We already have the emergency item categories defined and working (no credit check etc) so there's no reason not to have them added to the original order. The issue is its use has to be restricted so when the user selects an alternative item category it checks whether they have the authority.   
    Any help would be appreciated

    Hi,
    You can achieve this through authorization objects.
    Transaction
    SU20 - Authorization Fields
    SU21 - Authorization Objects
    Create the field PSTYV in the Authorization Fields.
    Then Create the authorization object and include this field along with the standard field ACTVT (which determines what activities can be performed by a certain user i.e. Create, Change or Display) & user-name
    In your your-exit, you can either use the ABAP command AUTHORITY-CHECK or the function-module AUTHORITY_CHECK and pass the values for these fields. The system can perform the test based on this values & based on the sy-subrc value you can restrict the users that are not having the authorization to select item-categories for emergency orders.
    Following link should help you:
    [SAP Authorization Concept|http://help.sap.com/saphelp_wp/helpdata/en/52/671285439b11d1896f0000e8322d00/content.htm]
    Hope that helps you.
    Regards,
    Saurabh

  • 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

  • Item Category in Sales Order

    hi friends,
    I created one sales order..here, one item category is determined and it is editable...now i want to know
    1) how is the item category determined?
    2) if I'm able to change the item category, what effect it will have on the document? is it allowed?
    thanks,
    Viren.

    Pratap,
    There are two parts to your answer 1) item category is determined by the
    1)sales document type
    2) Item Category Group
    3) Higer Value Item
    4) Item Usage.
    The basic function of an item category is,it tells us that what product or item u have in the order for example is it a free product if yes the item category would be called TANN which is the item category for free goods.It mainly gives u a decription of the product that you have in your order. All item categories have names like TANN. TAN which are of German Origin.
    The second part is item category is useful since it tells us if
    1) The item should be priced
    2) If certain text items are relevant for delivery.
    3) It will also tell you if the item you plan to bill is the same blocked for billing.
    4) It will tell you if the item is of special stock which means is it a consignment stock.
    5) It will also tell u if the item is of business items, business items are those items of which business data may vary.
    Thanks,

  • Changing item category in sales order

    Hi,
    For some of the materials in the sales order, the item category is grayed out and I cannot change it.
    I can access the drop down menu and see the various item categories assigned to the item category group.
    How can I change the item category for these materials in the sales order?
    Sincerely,
    Ketan

    hi.
    Ketan
    As u r saying that you can take drop down of the assign item catagory there then only one possibility is left that u have deliver some of the qty from the order. So system is not allowing u to change item catagory.
    Please check have u made any delivery from that sales order.
    if yes then u can not change item catagory.
    Hope this will help you.
    Thx.

  • Aggregating Item category in sales order to Invoice

    Hi
    There are two itemcategories in our sales orders one is revenue recognition type and other one normal item category, when we are billing the sales order, iam getting 2 invoice documents for the same sales document. Our client has requested is it possible to combine the 2 item categories to get single invoice.
    Is it possible to do that in SAP only with configurations?
    Thanks,
    Vaishnavi

    Hi Vaishnavi ,
    You can prevent multiple invoices for multiple item categories with the help of Copy control.
    In copy Control  there you will find one field called "Data VBRK/VBRP" there you assign a routine which determines the splitting criteria.
    In that routine you can define the Criteria as when to split the invoice. Take the help of your ABAPer .
    Hope this helps to you.
    Regards,
    Nikhil

  • Change Item Category in Sales Order

    Dear Sir,
    We require Item Category field to be editable in VA02. Ours is MTO scenario when we enter Material in SO the Item Category fields gets grey out we require the same to be editable. We have also maintianed the MItC in Item category determination in VOV4 still the fields gets greyed out.
    Please guide.
    Regards,
    Mahendra

    Hi
    Item category will only be in editable mode  in VA02 unless and until the delivery is not made or partial delivery has been done
    Manual item category is to change manually the automatic determination done by the system and not to input manually when there is no automatic determination
    Even make to order item category TAK is in editable mode in VA02 transaction
    May be something else in your setup controlling this
    Regards
    raja

  • Return Sales order - update of Item category change

    Hi
    We are creating the Return Sales order with respective original sales order.
    After copying the line item details in to return sales order, we are not able to change item category to another.  Since item category is in display mode(grayed out).
    We tried with
    1.Transaction varant, it is not helpful.
    2.Maintained the item category which is required in item category determination(Manual entries)
    Though we are able to change the item catgory in the sales order through some user exit, price condition are in active status. we are doing price update, but still condition types are still in-active.
    Please help, how to change the item cateogry and to redetermine the price based on the item category in sales order.
    Thanks & Regards,
    Rajesh.

    Then how do you settle it with the customer? He has still paid for the original materials and has returned some or all of them. He is still going to be invoiced for the full quantity. There should be some way to either replace the materials or give him a credit memo
    but coming to Gunda's query, the only way I see to map this is to create a different order type ZRE which is a copy of RE and item category ZREN which is a copy of REN. In ZREN, turn on Pricing. Maintain copy controls from OR to ZRE and keep the pricing condition type Manual. Then whenever the business decides not to give the customer a refund, go to the item conditions, set the pricing condition value to 0 and save the order

Maybe you are looking for

  • Lenovo Yoga Windows 8.1 Update Solution Thread

    Before you attempt anything, I would suggest you read it first . This is probably not a conclusive guide for everyone's situation. I updated to Windows 8.1 about a couple of hours ago and it's screwed up everything. I noticed users on this forum havi

  • We are planning to upgrade few host to vpshere 5.5, I have query related to licensing

    Dear Team, Just want to understand, we have 10 esxi host runing esxi4.1 now we are palnning to upgrade two esxi host to 5.5U1 or U2. will 4.1 license will be apply to 5.x host?? can we share 4.1 license with 5.x host?? do we need to purchase differen

  • Slickwraps Good or Bad?

    I'm thinking about buying a Slickwrap for my iphone 4s (www.slickwraps.com) . They look very sleek, and I love the wood material. My hesitation, though, is the removal. Will it leave a sticky residue and ruin my phone?

  • Lightroom 4 upgrade problem

    Hi, I'm having a problem upgrading to LR4 from LR3 on a Mac running OSX 10.8.1. Am using a DVD-ROM. I get an error message that says: "The installation failed. The Installer encountered an error that caused the installation to fail. Contact the softw

  • Webparts and user in source variation site's page not propagating target site's page

    Hi , I have issue with variation. 1) User in people picker field in source page not propagating in target page 2) Webparts in source page are not propagating in target page No error in ULS log. Thanks, Dinesh