Manual Item  category determination

Hi friends ,
I need to do a manual item category determination for the third party item ,as the material is not always a trading item, so the item category group is maintained as NORM in the material master and trying to change the Item category determination via VOV4
As I am looking to have the below combination
(ZZOR + NORM + + = TAN + TAS + TAB) the system triggers error message ...the key already exists but when I checked there was no assignment like this ...even I tried to change the item category manually to TAS in the sales order ....its not accepting.
The only way I could find is just deleting the existing entry ((ZZOR + NORM + + = TAN + TAP + TAQ+TANN) and making the changes as (ZZOR + NORM + + = TAN + TAS + TAB). Now I am able to change the item category to TAS manually in the sales order.
I dont think this as the right option.So pl let me know how cani go with this.
Thanks
Ivy

Hi
You are trying to make changes to the assignment related to the BOM.
Please check for this combination - ZZOR + NORM + + = TAN  and add TAS in the manual item category field and save it.
Now in the sales order you will be allowed to change the TAN to TAS.
Thanks,
Ravi

Similar Messages

  • Item Category determination based on Order Reason

    Hi experts,
    There is a requirement where for a particular sale order type ( ZSC in this case ), there are 6 types of order reasons available.
    And depending upon the order reason chosen, the corresponding item category needs to be determined automatically. It is a 1:1 relationship. That is for each order reason, there is an item category. This is not defined anywhere yet.
    Is there any way of configuring this through customization or programatically in any user-exit available?
    The user is ok with creating a customization table for mapping the order reason to item category. In this case, which exit should I write the code to automatically assign the item category according to the order reason chosen by checking this table.
    Please help.
    Thanks.

    Since the Order Reason (AUGRU) is at header level (VBAK) and Item Category (PSTYV) at item level and the requirement is to check both these fields, you can try with any of the following exits:-
    =>  User exits in the program MV45AFZZ - USEREXIT_MOVE_FIELD_TO_VBAP
    =>  User exits in the program MV45AFZZ - USEREXIT_READ_DOCUMENT
    Also I am not clear on this
    That is for each order reason, there is an item category. This is not defined anywhere yet
    Do you mean to say that you have not made assignment in VOV4 ??  If so, what assignment is made. 
    In fact, in the exit, the coding should be in such a way that system should ignore this table T184, and check for the combination you mentioned for which you need to have a zee table with the combination of
    a)  Sale Order Type
    b)  Order Reason
    c)  Default Item Category and
    d)  Manual Item Category
    thanks
    G. Lakshmipathi

  • Item Category determination in Sales Order

    Hi
    How to know, how item category determined in Sales Order.  Is there any analysis available in Sales Order level, similar to output or text determination.
    Problem here is in a particular sales order, item category is different compared to configuration.  Nothing is recorded in change log.  How to know, whether system determined this item category or user changed manually.
    Regards
    Uma

    Hi
    Problem here is in a particular sales order, item category is
    different compared to configuration
    I cant take this arguement
    Sales order item cate will picked via the config maintained in VOV4
    item category is different compared to configuration
    Configuration someone might have changed after that sales order created
    Nothing is recorded in change log. How to know,
    whether system
    determined this item category or user changed manually.
    During order creation if you are inputting the allowed manual item category manually in salesorder then that is not a change
    Hence it doesnot get recorded (VA01 T code)
    During order creation  a default item cate gets determined if you chnge that to manual, then that is also not a change
    Hence it also doesnot get recorded (VA01 T code)
    But in VA02 if you change the item category manually then it is recorded in change log
    No item category determination analysis is available in standard and not reqd too
    In your case only this could have happened
    Configuration someone might have changed after that sales order created
    Regards
    Raja

  • Item category determination  in shipment cost

    Dear Experts,
    How item category determination  in shipment cost document.
    Regards
    Ishikesh

    Hi,
    Item Category can be determined automatically or manually based on the settings.
    1>Item categories can be determined automatically:
    Item categories are assigned to shipment cost type,then the system propose item category in the shipment cost doc
    2> Item category - manual entry
    If item category needs to be entered manually , then this needs to be mentioned in the item category detail screen< manually propose >, this will aloow to add/enter item cat in the shipment cost doc.

  • What is the use of usage in item category determination?

    Hi Gurus,
    What is the use of usage in item category determination? pls give examples.
    Thanks,
    Paul

    Hi John,
    Assign Item Categories
    In this menu option, you can specify which item categories the system proposes during document processing for each sales document type and item category group. At the same time, you can specify additional item categories with which the system default can be overwritten. There is a maximum of three possible alternative item categories.
    If, for example, you enter a material with the item category group NORM in a standard order, the SAP System determines the allowed item category via the assignment of item categories to sales document types and item category groups.
    The system default and the allowed alternatives are always determined from the sales document type and one or two further criteria. The system default depends on the following criteria:
    sales document type
    item category group
    item category of the higher-level item
    item category usage
    Note
    The SAP System automatically copies the item category determined for a sales document item to the delivery.
    Recommendation
    Depending on the initial situation you can start the assignment differently:
    When you define a new sales document type, you should specify the proposed and the allowed item categories for the materials that are represented by the item category group.
    When you define a new item category, you should specify for which sales document types an item category is proposed or which item category is possible for the materials represented by the item category group.
    When you define a new item category group, you are to enhance the assignment of item categories to sales document types by this new item category group.
    Actions
    To define item category determination, proceed, for example, as follows:
    1. Choose the sales document type to which you want to assign item categories.
    2. Then choose one of the item category groups.
    3. Specify all the allowed item categories for the combination of sales document type and item category group.
    If you are dealing with a non-material item, you must specify the corresponding item usage.
    If it is a subitem, specify the item category of the higher-level item.
    If it is an item category that is to be proposed in the sales document, you must indicate the combination of item category, item category group and sales document type as a default value.
    4. If necessary, specify between one and a maximum of three item categories, with which the system default can be manually overwritten during document processing.
    Thanks & Regards
    Sasikanth.Ch

  • Trigger Item Category determination in sales order via program

    Hi,
    We are changing item category through an exit based on a field at item level, which the user would enter manually.
    However once the exit changes the item category, if the user reverses his selection or gives another value for which item category should be the orginal one, i need to change the item category back to what was originally determined.
    Rather than looking up the config tables of item category determination, we would like to trigger item category determination through the exit itself.
    Can someone suggest if this is possible, if so what is the code to be written.
    Regards,
    KC
    SAP SD

    Hi,
    You can use the following user exit to change the item category in the include MV45AFZB..
    *&      Form  USEREXIT_SOURCE_DETERMINATION
    <b>*       This Userexit is used to add additional logic for finding      *
          the source of the plant or the item category.</b>                  *
          This form is called from form VBAP_FUELLEN                     *
    FORM userexit_source_determination.
    Thanks,
    Naren

  • Adapter object for Item Category Determination

    Hi All,
    Could please anyone let me know the adapter object for Synchronizing <b>Item Category determination</b> from R/3 to CRM.
    I could get the object for synchronizing the Item category determination from CRM to CDB and it is "CRM_DNL_IT_ASSG'.
    Thanks in advance.
    Yatin

    Hi Prabhu,
    Suppose customer specific (Y & Z) Transaction/Sales-Document types and customer specific item categories are created in CRM or ECC. These cannot be downloaded via any(initial, delta n synchronization) of the downloads. We have to do this manually as there is no standard adapter object available for these.
    So as the item category determination. It should be done manually.
    In ECC Item category determination, we need sales document type (say ZOR) and item category (say ZTAN). These will not be replicated or downloaded to CRM.
    So we need to create them manually in CRM and also the item category determination should be done manually.
    If any sales-document-type / Transaction-Type or item category is created newly in ECC/CRM in production environment, item category determination should be done manually in ECC and CRM for those newly created ones after creating them in CRM and ECC.
    Pls don't forget to reward points if it helps
    Vikas

  • Manual item category extension

    Hi
    Currently, in Sales Documents: Item Category Determination (trx VOV4) there are 11 manual item category columns. Is it posible to add more ? We have used all the manual item category coulmns and required to add few more.
    Thank you,
    Regards,
    Sachin S

    Dear Sachin,
    You can check whether there is any possibility in adding fields to this table with the help of ABAPer.
    However it is not advisable.
    In standard SAP , there will not be usually scenarios where we have to maintain more than 5 or 6 item categories against each combination of sales order/item category group/usage/higher level item category.
    Hence try to maintain the 15th item category in a different combination.
    Please share with us the need for 15 manual item categories.
    Thanks & Regards,
    Hegal K Charles

  • Usage in Free Goods Item category Determination

    Hi,
    I have configured the Free Goods and it is working fine and I had to utlize the SAP standard Usage "FREE" in the Free Goods Item category determination as per the below:
    Sales Doc Type    It.Cat.Grp.     Usage   HLevItCat.  DItemCat    MitCat
    ZOR1                    NORM           FREE        ZAN1         ZANN
    ZOR1                    NORM                            ZAN1         ZANN          TAX
    I know this "Usage" is available in CMIR and I don't find it in any other places. So, if any materila for which there is no CMIR, then in that case where should I use this "Usage"? Because I want to change the standard SAP Usage "FREE" to "ZREE". How can I change it and assign it? Please guide me.
    Thanks,
    Jans

    Hi,
    Try to do as mentioned below.
    step by step process for free goods.
    1. need to create the free goods condition(condition tables/access seq and types) and pricing procedure and then assign the same to sales area, doc. Priccing proce and cust pri. Procde.
    2.you need to maintain the condition records( tcode: VBN1) and maitain the data as mentioned
    above(check Notes 2 sheet)
    3. if you don't want the free goods item to be created, then you need to add the NRAB condition type to the pricing procedure(document pricing procedure not Free goods pricing procedure) and need to maintain the condition record for this
    condition in VK11.
    once all this is done, you can see free goods price reduced in the net price and if additional item is added, then you will the quantity (as per condition record) for that free good.
    Thanks,
    Srini.

  • Item category determination for Free Goods

    Hi
    I have configured inclusive Free Goods and have a second line correctly determined when I create a quotation or a sales order for a particular product.
    However, I keep getting the error "Item 20: No item category could be determined".
    I have created an entry in item category determination with TAN as my main item category and TANN as the item category for the free goods.
    Any ideas?
    regards
    Tim

    I forgot to specify that the usage was for Free Goods in the item category determination.
    It now works.

  • User Exits for Item Category Determination based on Item Category Usage

    Hi Gurus,
    If I need to create a new item category usage code and perform item category determination using the new item category usage code, is there a user exit or function module which is able to perform this?
    Thanks & Regards

    Hi Lawrence Tam,
             If you are going to create a new item category usage to determine an item category, you need to add a new line in transaction VOV4 for the new combination of sales document type + Item Cat. group + usage + high leve item cat. to determine the item category.
    Thanks in advance,
    Mariano.

  • Item Category Determination for a service order

    Hello experts;
    I have the following funny issue, When i try to create a service order my item category doesn't get determined properly: specifically when i fill in the product in the SAP GUI the item category field doesn't get populated automatically...funny thing is that i do the exact same thing in the Web UI the very same field Does get populated correctly!
    The following are the customizations i have on SPRO: The all thing is copied from the standard but in the GUI the standard doesn't work either! and it does in the WEB UI. Any lights????
    Trans Type:ZSVO     
    Desc:DSGi Service Order     
    Item CtgGroup:NORM Sales Item (Norm)                                                                                Item Category:ZRVS     
    Desc:DSGi Product     
    Alternative Category: SRVS     Desc:Product

    I don't get it...
    It's as simple as that: the item i'm adding in the service order has Ctg Group DIEN and it was correctly downloaded from R3. The Item Category Determination is as follow:
    Trans Type: ZRVO     
    Desc: DSG T Service Order     
    Itm Ctg Group: DIEN Service w/ Delivery                                                                                Item Category: ZTVS     Service Sales Item
    Where ZTVS is the copy of the item category SRVS (Standard) which for some reason if i put instead of the ZTVS doesn't work either!
    What am i doing wrong?

  • Item category determination error

    Hi all,
    we are basically working on SAP R/3 4.6c and SAP CRM 4.0 environment.
    and we are trying to maintain the same item categories in SAP CRM 4.0 as they are in R/3.
    when we are maintaining item category determinations in CRM 4.0 the system is throwing the error as follows:
    TAN/ZTAN  is giving an error "Not allowed according to CRMC_BT_BTI_ASSI".
    can any one help in this regard? Thanks in advance.
    mdvsapcrm.

    Hi kaushal,
    As you rightly pointed to the note 649616 "Item category TAN is not allowed according to table CRMC_BT_BTI_ASSI"
    But the note 649616 refers to BBP CRM 3.0, but we are working on CRM 4.0 can you plz refer us any note which is applicable for the same.
    waiting for your earliest reply.
    Regareds,
    mdvsapcrm.

  • Item Category Determination during Sales Order Creation

    Dear All,
    This is Chee Wee, i'm new to SD, i would like to seek for an advice for the topic related to Item Category in Sales Order.
    We have a material "Mat005" define as "Stocked" Item category in MM03,
    *Stocked means our MM team will always keep stock for the material.
    The document Item category assigned to this "Stocked" are "NoPo" --> No Auto Po creation and "AuPO" --> AutoPo  creation.
    During the SO creation for Mat005 with Qty50 and warehouse stock availale for 60, i'm wondering when i select the itemCat "AuPO", the system automatic changed to "NoPO", but when i change the order qty to 70, then i'm able to changed the itemcat to "AuPo"!!
    Can any Guru advice me what is the actual setting or configuration behind to determine which are the correct Item Category that i can choose?
    Thank you very much,
    Regards,
    Chee Wee

    Dear Chee Wee,
    Basically tem category will determine based on these key combination
    Item category group(Material master)+Sales document type(We enter doc type in the creation initial screen)--->Item category
    For Example NORM+OR--->TAN.
    As per your explanation
    I hope In your case stock availability also one of the factor in the item category determination.This might have done some enhancement.
    There are two item categories in your process one is  "NoPo" --> No Auto Po creation and  second one is "AuPO" --> AutoPo creation.
    the system automatic changed to "NoPO", but when i change the order qty to 70, then i'm able to changed the itemcat to "AuPo"!!
    60 Qty Stock available, you have created sales order for 50 Qt here requirement is less than stock availability so system will not allow you to enter AuPo item category Because there no need of auto PO creation for stock.
    When you created sales order for 70 Qty, stock available only 60 so there is shortage of 10 Qty.now system needs to allow to create Auto PO to procure the shortage stock of 10 Qty, so system is allowing you to enter Yaupon item category.
    There might be some work around kind take help of ABAPer to get the more details about your item category determination.
    I hope this will help you,
    Regards,
    Murali.

  • Item Category determination while copying

    Hello Guys,
    What is the difference between Normal Item Category determination and Item category determination while copying? What could be the business logic behind this?
    Thanks in advance.
    Ravi

    I would maintain the entires to confirm what item categories could be copied from a quote AGIS to an TA order.
    Normally a TA NORM drives to a TAN.  If yo change the quote from a AGN to ZAG, you may want the order to drive to a TAS dropship ship.  Just gives you more flexibiilty without any coding.

Maybe you are looking for

  • Iweb/itunes problem - host parameter is null

    i use iweb to publish and host our website. everything works fine, except... i have never been able to successfully publish a podcast to itunes through iweb. the error message in itunes is that the host parameter is null. i'm really scratching my hea

  • Blackberry desktop software 7.0 not show applications

    Guys i have a problem with this  ..When i open Blackberry desktop software 7.0  on the left side of this program is show Summary Applications Files - Media sync - Music Pictures Video   ... This is normal right ?   ** But when i connected with my pla

  • RoboDemo (Captivate) file links don't work in HTML Help

    I have about 20 Flash movies (one .swf and one .html file each) that I created using Captivate (formerly "RoboDemo"). They are stored in a subfolder named "Demos" below the application folder where my compiled Help file is stored. Each movie is refer

  • Autonumber in oracle

    how can i create autonumber using sql??? i wan to create a table TB1 and have a tableID which is autonumber....strart with 100001,100002,100003.....the number is auto increment when i insert a new record...

  • Flex on Oracle Application Server 10g - security problems

    Hi, I'm working with Flex components (swf files), I'm trying to view them in a browser and i'm facing some security problems. The server i'm trying to run the files on is: Oracle application server 10g on Unix server. Please help me with the server's