Item category in a return order

Hi Gurus,
The scenario is like : We created the sales order and completed  the Goods Issue and then the invoicing for the sales order. When a return order is created, (return giving reference to the original sales order), can anybody please tell me how the item category in returns order is determined.
We have checked the item category assignment in SPRO, but couldnt get the link between the original sales order attributes and the return order item category.
Any help in this regard would be of help to us.
Regards,
Krishna Mohan

Hi Krishna
In standard SAP, "Return order(RE)" can be created either with reference to "Billing document" OR "Sales order" and there is no Madatory reference for Return order (RE).
Therefore, Return order can be created without  any reference also ,in standard system.
In Copy control (VTAA), you can find  OR  to  RE  as source and target document pair.
Similarly, in copy control (VTAF), you can find  F2  to  RE  as source and target document pair.
If it is required in your organisation, then you can mark "reference mandatory" for Return order (RE).
When you create a Return order(RE) with reference to Sales order(OR),in Copy control (VTAA), no Item category has been proposed for the Target document RE, therefore it is determined from the assignment in the customisation ,as below.
Sales doc type + Item category group + Item usage(if any) + Item category of higher level item(if exists)  = Item category.
e.g, RE  +  NORM  +  (blank)  +  (blank)   =  REN
If ,you create the Return order(RE) with reference to the Billing document (F2), then in copy control(VTAF) at item level, Item category(REN) has been proposed for the target document, so system copies that to target document RE.
So, as beacuse you are creating the Return order(RE) with reference to the Sales order(OR), you have to check the assignment in customisation as above.
Beside this, "Credit for Return(RE)" is always created with reference to the "Return order(RE)" and  NOT with reference to the "Return Delivery(LR)", in standard SAP.
That is why ,if you check the Item category REN, you will find the "Billing relevance" as "B"(Order related Billing docuemnt).
Regards

Similar Messages

  • To fill in the material number with item category u201CBu201D for Framework Order.

    The use of framework orders (also referred to as blanket purchase orders)  enables you to procure a variety of materials or services from a vendor up to a predefined maximum value (the value limit).
    Instead of a specific delivery date, you specify a validity period for the order.
    Goods receipts or the entry and acceptance of services performed are not necessary in the case of a framework PO and limit items.
    The invoices are posted directly with reference to the purchase order, provided that the specified value limit is not exceeded. When the value limit of the PO is reached, or the validity period is exceeded, the system issues a warning message. It is possible to book the invoices, but these are blocked for payment.
    During the phase of service performance, the cumulative u201Cactual" values (for the services actually performed) are continually updated in the underlying purchase. This enables you to monitor the progress of a procurement project on an ongoing basis. By comparing the "actual" value with the total value, you can always obtain an overview of the degree to which a budget for unplanned services or materials has been exhausted (i.e. see whether predefined limits have been reached or nearly reached).
    So with the Framework Order type (FO) and item category u201CBu201D you get the error that it is not allowed to fill in the material number with item category u201CBu201D.
    Please suggest me the possible solution to fill in the material number with item category u201CBu201D for Framework Order.
    Best Regards,
    Harisha

    The Framework order type is specialy defined for lesser value procurements (ex: stationeries, cleaning services ....) which are all not worthy to create Material Master at all.
    If you are very sure to fill the Material number, then proceed with some other document type.
    In what circumstances you want to put material number in FO order?
    Karthi.

  • 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

  • SD - Manual entries allowed for item category in the Sales Order

    Hi experts,
    please do you know any OSS note related to SD, in order to increase the number of Manual entries allowed for item category in the Sales Order (table T184)?
    Thank you very much
    Andrea

    Hi,
    I searched OSS notes and did not find any OSS Note related to add more than 11 Manual Item categories or append T184 Table.
    Has any found solution for this, will this be a CORE MOD.
    Pavan Verma

  • Set as default value the Item Category in the Maintenance Order

    Hello everyone,
    We are trying to find a user exit in order to set as default value the item category in the Maintenance Order once the Material has been introduced (Tag Components).
    SAP Customizing let the user set the Item Category automatically per Material Type, but we need to set different Item Categories to materials belonging to the same material type.
    We would really appreciate any help relating this issue.
    Thank you very much,
    Víctor Liedo

    Dear Paul,
    Thank you very much for your response.
    I had already tried customizing mentioned by Pithan, but it did not work because we need to set different Item Categories for Materials with same Material Type.
    We have been searching for exits which may let us set Item Category in the Maintenance Order, but it does not seem to be possible.
    What you say about adding some custom validation through user exit, not to set item category as default value, but to check if the one entered is valid, sounds the best way of achieving our commitments.
    I have tried to look for CNEX0037 & CNEX0038, by using transactions SE37 and SE38, search for programs and functions modules, but it did not work. Could you please tell us what kind of objects are?
    Thank you very much in advance.
    Víctor Liedo

  • Sales Order - Using Item Category 'TAB' - Individual Purchase Order

    All,
    I am configuring for the first time utilizing Sales Document Item category "TAB" - Individual Purchase Order.  I have a few questions:
    Is there a best practice configuration guide specific for this process?  I have found the 'third party' document/best practice, but nothing so far  on "individual purchase order from sales order'. 
    Is there a way to default Purchase Order Type "UB" stock transfer from the Purchase Requisition NB?  I thought this could be done based on the schedule line "CB" configuration, changing the 'item category' to 7 stock transfer, then this would carry into the mapping for purchase requisition type NB/item category stock transfer to purchase order type UB/item category stock transfer.  However, when I set '7' on the schedule line CB, I then receive a hard error when creating my purchase req to set the supplying plant.  I have more than one supplying plant, so I'm not sure if setting the '7' is the right setting for this process.  From what I've been able to find for documentation, the item category of the schedule line should be set to '0' standard.
    When I perform the post Goods Issue 601 of Special Stock "E" - to the customer (once the stock has been received into the right plant), the system is not creating an Accounting/FI Document to relieve the inventory and charge cost of goods sold.  I have reviewed automatic account assignment entries and these appear correct for 601 E.  Are there special settings for special stock "E" that I need to consider. 
    If you cannot answer all of these questions, but can answer one of them, I am most interested in teh last question above. 
    Regards,
    Sandra Miner

    Hi Reazuddin,
    What I don't understand is why:
    if I don't create PO --> I can create Outobund Delivery in Individual Purchase Order but if I create PO (not MIGO) I cannot create OBD in IPO.  (Note: in both cases I agree PGI is not possible)
    The flowchart is: Sale Order (IPO) --> Purchase Requisition --> Purchase Order (PO) --> MIGO (inbound delivery) --> MIRO (Vendor invoice verification) --> Outbound delivery ( delivery [OBD] + picking + posting[PGI]) --> Sales Invoice
    As per your comments:
    System will not stop you to create delivery, though you customize delivery item cat: as Check min qtty "0" - error message. because system checks for PGI qtty, but not the delivery qtty.
    But then in the case I create Sale order (IPO) + PO (without MIGO) --> the system should not stop me executing Outbound Delivery. It should stop me only if I execute Posting goods issue. But actually in this case, the system is stopping me at outbound delivery.
    I agree with Posting Goods Issue behaviour. It is logical in the following cases:
    Only Sale order (IPO) created --> PGI is not possible
    Sale Order (IPO) created + PO created --> PGI is not possible
    Sale Order (IPO) created + PO created + MIGO executed (inbound) --> PGI is possible.
    Thank you very much for your feedback.
    Regards,
    Alberto Ramos.

  • Item category for delivery and order related billing.

    Hi All,
    I have am faceing one problem in QEC. My client having delivery related billing and order related billing. For we have maintain only one billling document(order related and delivery related).
    I have a item category in the sales order Zo09 for this item category system allowing the user to create both billing documents(order and delivery related) Please advise how i can stop the users to create delivery related and order related.
    but we have configured delivery related eventhough system allowing to create both billing documents.
    Please do needful.
    Thanks,
    KV
    Edited by: kv on May 8, 2009 11:54 AM

    Hi
    My client having delivery related billing and order related billing. For we have maintain only one billling document (order related and delivery related).
    What is the meaning of this statement ?
    Say in a single order or order type  say OR there can be two materials with different item categories say TAN and ZTAN and
    TAN with billing relevance as A( delivery related billing) and ZTAN with billing relevance as B (order related billing )
    If that happens the billing will be split
    In VOV8 we mention for OR the order related billing as F1 and delivery related billing as F2 in the billing tab
    Now in billing TAN will pick F2 as it is delivery related billing
    and
    ZTAN will pick F1 as it is order related billing
    Suppose in your sales doc type if you have mentioned both as F2 then also there will a billing split  in billing there will be two F2 invoices TAN will pick one  F2 invoice and ZTAN will pick another F2 invoice and this is a wrong way of doing things
    I have a item category in the sales order Zo09 for this item category system allowing the user to create both billing documents(order and delivery related) Please advise how i can stop the users to create delivery related and order related
    How can one item category can pick both  order related and delivery related billing?
    Not at all possible in SAP as we can mention only one control in the billing relevance field in item cat
    Your issue needs more clarity  about your problem for suggesting some suitable help
    Regards
    Raja

  • Urgent - How to change Item category for Open Purchase Order

    Hi Team,
    Lil bit tricky issue.
    My client has asked us to change the existing Item Category values, Combinations, Category Set etc. Its been changed and uploaded successfully.
    The question here is how we need to handle the category for Open Purchase Order. How to update the same.
    Do we need to do manually or any other way ?
    Please advice
    Regarads,
    John

    Hi John,
    This is reallly a tricky issue!
    I guess you cannot change the category of an existing PO's.
    This field will be greyed out once we save the form...there were no profiles/other setups to enable this field.
    For all new PO's since you have changed the new category value that should not be a issue.
    Lets wait for some of our colleuges opinion.
    I guess PO cancel should be the final option if we dont hear any new work arounds.
    Thanks
    -Arif.

  • No PReq Item Category for 3rd Party Order

    Hello,
    I am trying to set up the 3rd party process but having a problem with the item category in the generated purchase requisition.
    I know that my sales order item has a schedule line category of CS. This should create a purchase requisition item with an item category of 5.
    However, my requisition item is getting " ". I have checked the config and it looks ok.
    Does anybody have any idea why the item category in my schedule line is not being picked up? The requisition item is getting the correct account assignment category.

    Stuart, I don't have an answer to your question but am wondering if you could help me... I too am trying to set up 3rd party ordering. 
    Did you set up your material as a non-inventoried (DEIN) material?  How did you handle the account assignment cat value in the purchase req?  Mine is defaulting to "X"... do I have the option to change that?
    Thanks in advance,
    Deirdre

  • Item category TAK in sales order.

    Hi all,
    Actually i am a PP guy. One of out user want customer specific planned and production order. For that he want to change item category in sales order From TAN to TAK. he want the system should directly create sales order for that item with item category TAK.  I manually changrd item category to TAK tested this in sanbox but system is not creating sales order specific planned and production orders after changing item category to TAK also. I also tried changing strategy to 20, 40, 82 but item category was not TAK.
    Does item category is determined by strategy group in MRP 3.
    When I changed item category to TAK why planned and production order were NOT sales order specific.
    Pl explain
    Thanks

    Hi,
    how system come to know which item catwegory is to be used in sales order.
    In your case, for TAK..if u check in VOV4 the item category determination must be like this...
    Sales Order typeItem category grp(from Mat.master)UsageHigher level item cat.grpDefault item categ
    OR0001(make to order) BlankBlankTAK
    This ishow ur item categ wud get determined in sales orders...
    i wanted to know waht ia significance of TAK as item category in sales order
    I beleive TAK does not have any specific settings for MTO scnario..it's merely a copy of TAN..Only Item cat.grp 0001 does matter in MTO scenario...and ofcourse strat.type from PP perspective..
    Reg,
    JJ
    Edited by: Jagsap on Apr 21, 2010 12:11 PM

  • 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 field in sale order screen to be greyed out

    Dear Friends
                        While creating sale order I have a requirement to make item category field to be uneditable i.e greyed out .
    How can I do that ?
    Regards
    Mahesh.

    Hi,
    Once there is any subsequent document to sales order item catagory field is going to be grayed out, till that time u can change ur item category. OR if u do nlt maintain manual item categories in the item category determination  to ur sales document type it is not possible to change the item category other than the one u specified in the determination.
    Regs,
    Ravi Duggirala

  • Were does the item category takes in sales order ....whaen we creat a sales

    hai to all.....
        when we make the entries in sales order field va01....we get a item box beside the material box....
        were the item comes from....and how to customize it ....
        plz help me with the steps to over come with this proble.....

    Hi,
    Refer to link below:
    http://help.sap.com/saphelp_46c/helpdata/en/dd/55fb13545a11d1a7020000e829fd11/content.htm
    Item category is determined automatically by the system based on the following criteria:
    Item category = Sales Document type + Item category group (in material master) + Usage indicator (ABAP) + High Level I.Cat
    It can be changed manually (if configured).
    Sales Document types are configured atIMG: Sales and Distribution > Sales > Sales Documents > Sales Document Item > Define Item Categories -- transaction VOV7
    Regards,
    Saju.S

  • Not able to change item category of a sales order in VA02

    Hi,
    When I am going to transaction VA02 for changing an sales order it is not allowing me to change z item category of the line item. Can someone tell me if it is a configuration or some User exit/BADI might be there behind this behavior.
    Note: Recently the system was upgraded to ECC 6.0 and after that only this problem was coming.
    Thanks,
    Chinmay

    Hi Chinmay,
    Based on your question, I assume you need to go through this links:
    http://www.magnatraining.com/sap-item-category-determination-manual-vs-automatic/
    http://help.sap.com/saphelp_46c/helpdata/en/dd/55fb13545a11d1a7020000e829fd11/content.htm
    Also search this forum and if you dont find an answer then get back.
    Please help yourselves with this link and if you still have further questions..get back.
    Regards,
    Raghu.

Maybe you are looking for