Determination of Planned Order Type based on Requirement

How does order type for planned order gets determined?
For example
planning strategy 50, planned order type is VP
planning strategy 10/40, planned order type is LA
planning strategy 20, planned order type is KD
Checked in tcode OPPS & SAP forums, could not able to find how
does system determines planned order type based on type
of requirement i.e. sales order/PIR

Hi,
please check the link below:
http://help.sap.com/saphelp_scm2007/helpdata/en/87/04f73b8003b409e10000000a114084/content.htm
Regards,
Alok Tiwari

Similar Messages

  • Determination of Production Order Type when Planned Order is Converted

    Hi SAP Expert,
    Is there anyway to determine the Production Order type by Sales Order type when the planned order from APO is converted? Currently, all the planned orders converted from APO will be a Normal Production Order.
    The requirement as example below:
    >> If Sales Order Type = Normal Sales Order, then the converted Production Order type = Normal Production Order
    >> If Sales Order Type = Replacement Sales Order, then the converted Production Order type = Rework Production Order
    Thanks.
    Regards,
    Hooi Chia

    Hi Pascal,
    Our requirement is exactly same as yours. Can you please elaborate more on ZXCOXU13? I can see the function module suggested by Santosh in the SAP Note but I couldn't find any details regarding ZXCOXU13.
    Thanks.
    Regards,
    Hooi Chia

  • Settings for the relation of requirement type and planned order type

    Dear Gurus
    Where we maintain the settings for the relation of requirement type and planned order type?Actually I have maintained strategy 60 for a particular material (planning material) so the requirement type is vsev and along with that the planned order type is coming is vp i.e non convertible planned order.That is ok the system is behaving right.But nowhere I can find the setting of vp with vsev how the system is picking vp?
    Regards
    Sandip Sarkar

    Hi!,
    That is an inbuilt sytem setting and you can't change that.
    Regards,
    Uday

  • Planned order type

    Dear All,
    Can someone please explain me what are the planned order types and the use use of each types. Are they specific to any order types or is there any relation exists between two..?
    Regards
    A

    What change the kind of a planned order for another is the profile. Profile that determines the order type, the procurement type, the special procurement type as well as the account assignment type for processing planned orders.
    Example: KB = order profile allows you to create purchase order, external procurement and consignment. All of this is given in parameter of the transaction OMDD. More information link:
    http://help.sap.com/saphelp_47x200/helpdata/en/f4/7d30ef44af11d182b40000e829fbfe/frameset.htm
    Sorry for my rude English.
    Regards.
    Luciano Nóbrega

  • Planned Order Type/Profile

    Hi
    The Planned Order Profiles does not contain any account assignment category defined and also the requirement class (030 in my case) does not have any acc assignment category specified. After MRP run, the system defaults to the planned order type NB. Can somebody explain, how does this happen? What is the link?
    Please explain and elaborate if possible.
    thanks a lot.
    BE.
    Edited by: Brian Elfie on Jan 8, 2008 2:54 PM

    check in SPRO
    Production>Material Requirements Planning>Procurement Proposals>Planned Orders>Define Order Profile
    entry
    Object = 1
    planned ordxer profile = NBE
    the data for this is
    order type = NB
    acc/assignment = E
    i hope you got it

  • Sales Order Output - determined by Sales Order Type, Created By

    I want have my order output determined by sales order type
    (vbak-auart) and created by (vbak-ernam).
    I have created a condition table 501, access seqeunce Z001.
    In v/48, in accesses for Z001, I created
    AcNo: 10
    Tab: 501
    Requirement: [empty]
    Exclusive: unchecked
    in fields, I can't find ERNAM in structure KOMKBV1(header), but I find one in KOMPBV1 (item).So I have assigned it to ERNAM.
    besides, I have created the corresponding records in VV11
    I expect to have:
    Output Z001 will be created for sales order type OR if created by user XXX
    However, no output is generated. When I go out detemination analysis, I found that in the output determination procedure, it did go into output type Z001, but, since no value is found for "created by", i got message "Access not made (initialized field").
    I suspect that no value stored in KOMPBV1-ERNAM. Do you know how I can get it done?
    Points will be awarded for useful information. Thanks in advance.

    Hi
    You have to include this field as a Zfield in the structures KOMKBV1, KOMPBV1 and KOMB.
    You have to include the field as Zfield in these structures.
    Once this is done, you should also be able to update this field in the structures.(As on now, you have only created a field, but you have not mentioned how the field has to be updated.
    In order to update the logic, you have to do a small code in one of the user exits for outputs.
    In the user exit, you have to write a code like this
    MOVE VBAK-ERNAM = KOMKBV1-ZERNAM(this is the zfield you have created)
    Now create the condition table and do the rest.
    Your output should work fine. The user exit I was saying is the subroutine USEREXIT_KOMKBV3_FILL in the include RV61B902 in the user exit RVCOMFZZ. If you can give this info to the technical guy, he should be able to find out the same for saels order output also.
    The user exit RVCOMFZZ also has the subroutine USEREXIT_KOMKBV1_FILL    which you can verywell use for your requirement. This will solve your problem
    Hope this helps.
    If you have any problems in this, you can again put the problems in this thread. I will try to solve.
    Reward if this helps you

  • Change order type based on sold to party

    Hi all,
    Is there any user exit to change the order type based on Sold to party.
    Eg: if any user select some sold to party during sales order creation then using sold to party the order type is changed.
    Any suggestions welcome.
    Regards,

    Hi Navadeep,
    Please try with these
    The program MV45AFZB   
    USEREXIT_CHECK_VBAK                                                     
    This user exit can be used to carry out additional checks (e.g. for     
    completion) in the document header. The system could, for example,      
    check whether certain shipping conditions are allowed for a             
    particular customer group.     
    The program MV45AFZZ                                                                               
    USEREXIT_FIELD_MODIFICATION                                        
    This user exit can be used to modify the attributes of the screen  
    fields.                                                            
    To do this, the screen fields are allocated to so-called           
    modification groups 1 - 4 and can be edited together during a      
    modification in ABAP. If a field has no field name, it cannot be   
    allocated to a group.                                              
    The usage of the field groups (modification group 1-4) is as       
    follows:                                                                               
    -   Modification group 1:   Automatic modification with transaction
        MFAW                                                                               
    -   Modification group 2:   It contains 'LOO' for step loop fields 
    -   Modification group 3:   For modifications which depend on check
        tables or on other fixed information                                                                               
    -   Modification group 4:   is not used                            
    The FORM routine is called up for every field of a screen. If you require changes to be made, you must make them in this user exit.         
    This FORM routine is called up by the module FELDAUSWAHL.                 
    See the Screen Painter manual for further information on structuring      
    the interface.                                                                               
    USEREXIT_SAVE_DOCUMENT                                                     
    Use this user exit to fill user-specific statistics update tables.         
    The user exit is called up by the FORM routine BELEG-SICHERN before        
    the COMMIT command.                                                        
    Note                                                                       
    If a standard field is changed, the field r185d-dataloss is set to         
    X. The system queries this indicator at the beginning of the safety        
    routine. This is why this indicator must also be set during the            
    maintenance of user-specific tables that are also to be saved.                                                                               
    USEREXIT_SAVE_DOCUMENT_PREPARE                                             
    Use this user exit to make certain changes or checks immediately           
    before saving a document. It is the last possibility for changing or       
    checking a document before posting.                                        
    The user exit is carried out at the beginning of the FORM routine          
    BELEG_SICHERN.  
    I hope it will help you,
    Regards,
    Murali.

  • Define New Planned Order Type

    Hi All,
    I would like to ask where in SPRO can I define a new Planned Order Type (not the Planned Order Profile). 
    For example, the existing Order Types are :
    NB - Standard Purchase Order
    LA - Stock Order
    RS - Reservation
    KD - Individual Customer Order
    KB - Consignment Order
    OE - Run Schedule Quantity
    VP - Planned Independent Requirement
    I would like to add a new Planned Order Type Z1 and change the scheduling type from Forward to Forward Time. 
    Thanks in advance.

    Dear
    In SAP Standrad , there is nothing called Planned Order Type .Basically , it is the planned order profile which decides  all the realted category like accounting assingment  , special procurement , prcurement type etc .
    So you need to fgo SPRO-MRP-Procurement proposal -Define planned Order profile -New entries .At the saem time  assing the accouting assingment categoery in OME9 and define scheduling parameters in OPU3 ( Scheduling Type , Adjust scheduling , Logs ,Automatica scheudling , CRP  etc )
    Hope this helps
    Regards
    JH

  • VP (planned order type)?

    hI Gurus,
    i am Prparing  document About Planned orders and their Conversion Methods.... as of My understanding There are 7 different Planned  Order types are there
    NB - Standard Purchase Order
    LA - Stock Order
    RS - Reservation
    KD - Individual Customer Order
    KB - Consignment Order
    OE - Run Schedule Quantity
    VP - Planned Independent Requirement
    so normally LA is generally used Order type. KD is used in MTO scenario, OE in REM manufacturing.
    What is the use of VP order type Why it will Generated ?
    regards,
    Venkat.

    Hello
    Regarding VP plannes orders, take a look on the following note:
    1595312 - Message "61322 - Planned order XXX may not be changed"
    This note provides the following information regardin VP planned orders:
    The planned order has the special type VP. Such planned orders are created when Planned Independent Requirement for a planning strategy such as 'Planning without assembly', 'Planning at Phantom Assembly Level' or 'Planning with a Planning Material' is created, for example.
    VP planned orders should be listed on a separate segment on the MRP List (MD05) or the Stock / Requirements List (MD04). They are used to trigger the procurement of the components and they are not yet "real". They should be only relevant for production once a sales order for the finished product exists, in case of planning without final assembly, or when the production of the final assembly is executed, in case of planning at phantom assembly.
    BR
    Caetano

  • REM planned orders type

    Hi,
    I just want to ask a question. The MRP creates planned orders with type LA, and not PE, even if I assigned the REM profile and ticked the box in the material master MRP 4 and in the production version tab. Why is this happening?
    Thanks in advance!

    Hi,
    I have done all the steps listed below. I still get planned orders with LA type.
    >
    ch pavan wrote:
    > Hi,
    > For REM, you will get the Planned Orders of Type: PE
    > The basic requirement to have a Planned Order with PE Order Type is:
    > 1. You should have a Production Version
    > 2. You must have assigned REM Profile in the Material Master MRP - 4 View.
    > 3. Your Production version is Marked as REM Relevant.
    >
    > Prerequisites is
    > Define Planned Order type PE ( Run Schedule Quantity) in spro OPU5.
    >
    > Pavan
    >
    > Edited by: ch pavan on Mar 22, 2010 12:57 PM

  • Creating a planned order with error "Material requires configuration"

    Dear All,
    I am facing a problem for creation of a planned order with error "Material requires configuration".
    To follow the note 180317, I change Account Assignment Category to "U" (Unknown).
    However, the system still does display the same error.
    Could you please help provide possible solution for this?
    Regards,
    Phong

    See also the following blog post:
    Configurable planned order for material variants: Exception "53: No BOM explosion due to missing configuration"
    BR
    Caetano

  • REM planned order types RS vs PE

    Hi,
    In the REM world what is the difference between the planned order type RS and planned order type PE ? The online documentation does not indicate any difference between the two. In our system we have PE type planned orders which show in the MD04 screen with the planned order number followed by /RS. So does it mean the PE planned order type is the same as the RS planned order type.
    Also I noticed that in our system the PE planned order types can be converted to a production order. But I thought that pi REM there are no production orders or am I missiing something ?
    Thanks

    Dear GS
    Pls read the following post, i wil help to u
    REM
    Benny

  • Planned order types

    Hi All,
    Is it possible to create new planned order types. I need to create a copy of NB, LB etc.
    If so how and how do I get MRP to use the new ones?
    I now how to create a new planned order profile but I still have to select the original order types!!!
    Thanks
    Stuart

    Dear Ramesh,
    I think, you must post your thread in to Forum - [SCM - PP|SAP ERP Manufacturing - Production Planning (SAP PP);
    Best Regards,
    Amit
    Note: Check with:
    Re: Planned Order Type
    Re: Planned Order type

  • PPDS Planned orders with setup driving requirements in R/3

    Hi Gurus -
    We plan Finished Goods and Semi-FG in APO and send the planned and process orders over to R/3. We use the change-over matrix(set-up)matrix to create the set-up times for the finished good planned orders.
    For a material I have 24 hours change-over time. Lets say material runs on tuesday 3 PM, the setup time is 24 hours before that.
    Setup time: Monday 3 PM to Tuesday 3 PM
    Run Time: Tuesday 3PM onwards.
    Unfortunately the Packaging requirements are being shown on Monday itself. While I have setup or change-over time, I don't really need the packaging materials on monday. So what can we do to avoid this?
    Basically as soon as the APO planned order hits R/3, the BOM in R/3 is being exploded based on the order start date/time and not based of actual runtime of the order.
    For MRP folks, its misleading since the packaging items are not really needed on monday.
    Any help on this will be greatly appreciated.
    Regards
    Rajesh

    Hi Varun,
    Have you mapped setup and run as two activities in same resource or seperate operations all together.
    If compoenents are assigned to run then are dates getting calculated correct ly in APO and only getting chaged in ECC?
    In ECC there is configuration for production/process order   under scheduling parameters for production order where you can decide whether component should be assigned to run activity or set up activity but unfortunately this config is not available planned order.
    If you have defined set up and run as seperate operation then there shold not be problem check config in ECC
    Define scheduling parameters for planned order- adjust dates- adjust schduling should be adjust basic date and dependent requirement to operation date.
    Regards,
    Santosh

  • Planned order qty. based on usage probability in quotation

    Hi ,
    I created a quotation with 5 qty. and kept usage probability as 60%. I did the requirement transfer in MRP.In MD04 it generated a planned order of 5 qty. and quotation with 3 qty.
    Is there any setting so that system should generate planned order also with 3 qty. i.e. same qty that of quotation.
    Regds

    Hi,
    After the req. transfer from quotation to MRP, go to MD04 & check the qty which has been transferred, is it 5 or 3 ?
    If it is 3, then check in material master / info-rec if any min order qty / min. lot size is maintained. Also check the lot sizing procedure & safety stock if specified.
    Regards,
    Vivek

Maybe you are looking for

  • Fluid grid layout problem

    I am trying to create a fluid grid layout.  In fact it is why I purchased Dreamweaver CS6.  Problem is after I create the first div which I named header it works fine.  However, on inserting the next div Dreamweaver inserts the following text in my i

  • Wierd HDV to SD DVD anamorphic problem

    I've read many articles on this workflow, but I haven't seen anyone with my particular problem yet. I have an HDV 108060i FCP project. Footage captured from a Canon HV30 and some graphics done in Motion. The editing process went great. I output my fi

  • HDR keeps turning itself off

    Anyone experiencing this?  I have not figured out what triggers this (could be after the phone autolocks) but I keep having to turn on the camera HDR option whenever I want to take photos.  Did not noticed this since ios7 until recently when I was on

  • How can I set the sampling frequency in Labview if I am not using DAQ?

     I am working with bluetooth to send my four signals from my circuit to the computer. So, I am using VISA to acquire the data in labview. Since as you know its not possible to use DAQ while using bluetooth.  anyway after getting the signal I need to

  • Extend "g" network

    Can I extend a wireless network using two "g" airport express devices? I need to provide wider wireless penetration in my house. Do I just plug in another G AE device or are there configuration issues I need to follow? Thanks/Phil