Restrict Production Order type to Production order transaction

We have multiple Production order types. We would like to associate order type to order create transaction codes. For example Order type PP01,PP02 to transaction CO01 and order type say XYZ to transaction CO07.
The reason for doing this is to lock down users from creating material Production orders using CO07 and non-material orders using CO01.
Any feedback will be appreciated

Hi Ramesh,
from your number of posts, I gather you're rather new to SDN.
The reason why someone asked if this is a suggestion or a comment is that this part of the forum is intended for suggestions and comments only.
I suggest you click this link: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forums">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forums</a>
And search for a forum which suits you.
Kind regards, Rob Dielemans
Message was edited by:
        Rob Dielemans
null

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 order type in planned orders

    Dear All,
    Where can i customise the order types for planned order.?
    My scenario is.. i can not send complete product in vehicle , which has to be dismantle and send in different vehicle, so the different invoices are required. i can dismantle  the product and add these assemblies as line item and invoice. in this case i will loose the main product code which i dont want. i wanted this to behave similar to phantom item , where i can see the phantom item and plan only components.
    Please throw sme lite on this...
    Thanks
    Raghu

    Hi
    You can customize the planned order profiles in
    SPRO--- Production MRP- Procurement proposals -
    Planned orders--- Define order profile.
    Thanks
    S.Murali

  • Purchase order type in sales order header

    Dear Friends,
    how can I make purchase order type in sales order header be default.
    With regards

    Hi Vamsi,
    if you want to enter a default value in the purchase order type field in sales order header, then do it by either of the ways
    1. by variant tcode SHD0
    2. by USEREXIT_MOVE_FIELD_TO_VBKD in program MV45AFZZ
    regards,
    Santosh

  • Order Type in Production Order

    Hi experts,
    I have 2 order types PP01 and ZP01. I want to use ZP01 as the default Order Type.
    When I am creating Production Order with Transaction CO01    I enter ZP01 as the Order Type.
    But when the Production Order is created through MRP Run I find it picks PP01 as the order type and I have no control on that.
    Please let me know how to make Zp01 as the default Order Type.
    Thanks,
    Samar

    Hi,
    First check ur material master whether production scheduling profile
    assign or not in Work scheduling View. If it is assigned then check it
    in config with T code :OPKP in that order type ZP01 assigned in order type TAb.
    1.) When u run MRP then system automatically copied this ordertype in Planed order then convert it
        into Production order/ process order.( ur zp01 automatically copy)
    2.) When u creat order with C001.... need not to maintain order type (zp01)it automatically pickup.
    Ortherwise if u want PO with differnet ordertype like PP01 then enter it  in main screen in T code.
    Regards,
    Sulabh

  • ORDER TYPE WISE PRODUCTION

    Dear All  ,
    My requirement is that i want production order type wise .ie i have one FG Sloc and all my materials packed under different order types such as repacking , sales return ,& normal production are posted in same sloc now i want a report in which i could get this all production seperately.any std report or Table that could help me .
    Regards
    Sarfraz

    Hi Sarfraz,
    You could develop a custom report for your requiremnet.
    First,based on your date range, go to table AFRU and get a list of the confirmed orders.
    Then collect all the order numbers and in the next step, go to table AFPO. Here, select the order types you want one by one and pass the collected order numbers. This would segregate your selected orders according to the order type and you can get your desired output.
    Hope this helps.
    Revert in case of problems.
    Rgds,
    Shrenik

  • Suggest order type to production order

    Hi,
       I have a small query pls clarify me.
          I have an outbound interface for production order.There is no corresponding order type to trigger this.My qeury is how to trigger this interface , using which method can i do.
        Hope from all early response.
           Thanks...

    Hi Kalyani,
    Welcome to SDN.
    If you are using IDoc, then you can use standard SAP program <b>RCCLTRAN</b> or <b>RCCLORD</b> to generate outbound production order.
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Reg : Order type for Planned order

    Hi ,
    After MRP when i checked planned ordre created in the order type it is showing " VP " instead of " LA "     ordertype
    My pegged requirement is PIR where i need to check for this . My planning strategy group is " 52 " Planning without
    Final assembly without MTO. More over i am not getting any PR for component parts
    Please suggest me where I need to check for this .
    Regards,
    jaya Vimal

    Hi Prasobh ,
    I  am happy to see you again in SDN forum after long , 
    Yes you are correct the requirements are not convertible on receiving STO in Planning Plant only it will consume PIR
    and I am using Strategy group 52 with  requirement type is VSE.
    In this how can I test for a complete production cycle I am unable to convert planned order manually in to Production Order.
    to complete testing . Why system showing PIR order type VP instaed of LA order type. Marks will be awarded further more for
    further answer. Further marks will be awarded for further Answer. I checked there is no component for this planned order is
    only for FERT and Halb part .
    Regards,
    Jaya Vimal
    Edited by: jaya vimal on Jun 11, 2010 11:15 AM

  • User-Exit for Checking Customer and Sale order type in Sales Order Creation

    Hi Experts,
      While creating the Sales Order once i enter sold-to-party and enter line item, i have to check the customer against the sales order type.
    Please suggest me if any user-exit or enhancement or BADI available for it.
    Thanks & Regards,
    -VM

    Hi
    Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
    1) Goto se24 (Display class cl_exithandler)
    2) Double click on the method GET_INSTANCE.
    3) Put a break point at Line no.25 (CASE sy-subrc).
    Now
    4) Execute SAP standard transaction
    5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
    6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
    7) This way you will find all the BADIs called on click of any button in any transaction.
    mark if helpful
    Regs,
    Tushar Mundlik

  • Change the default service order type for repair order - RA

    When creating a repair order (RA), a service order of type SM03 is triggered. The default order type is SM03. How can I change the order type?
    Thanks in advance...

    hi,
    try to change in OIOL and check ..
    regards
    pushpa

  • Chaning Order type for Internal order

    Hi ,
    We have created a wrong order type for IO and we wants it to get changed.
    I understand that Order type is something that cannot be changed.
    Let me know whether the below steps are correct -
    1.  Close the existing wrong order by setting the deletion indicator
    2.  Create a new order with the correct order type
    IF there are any others ways that could be followed, it will be great if you could provide such info.
    Also, let me know if any thing else to be taken care in this situation.
    Regards,
    Sridevi

    Hi,
    The steps you have told are correct. Go ahead and do it, if case of any issue, come back. Just ensure that you have no actuals bookes, if they are you need to reverse them.
    Regards

  • Order type for planned order in repetitive manufacturing

    hi
    In repetitive manufaturing there is no prodcutiion order
    planned order only. so i want know what is order type  for repetitive manufacturing
    In configuration order type for  reptitive is required or not   if  yes  then how will define order type ,where
    In Discrete order type will define to control  prodution order
    like that i want know details about order type in repetive manufature
    ravikumar

    HI
    Planned order in REM is of PE type thar s non convertible in PO and also these planned orders are assigned to PVs thru Planning table and the Confirmation is done agianst these planned orders.
    check these links:
    Re: order type in repetitive manufacturing
    http://www.sapfunctional.com/PP/REM/page1.htm
    Regards
    Anupam Sharma

  • How to restrict duplicate condition type in sales order

    Hi All
    Is there any standard method to restrict user for adding a particular discount condition type more than once in sales order. condition type is manual and its records are also being maitained manually.
    Else would I will have to create userexit at sales order level or a routine in pricing procedure. I doubt on creating a rotuine in pricingprocedure because in pricing procedure there is already a restirction to add similar condition type more than once.
    Thanks

    create a routine and add this routine to the discount condition type only.

  • PPR(Partner Product Range) Type for Product Catalog Views

    Hi all,
    I need to prevent showing some products in E-commerce Catalog depending on the PPR settings. Does the PPR type for Catalog Views help me? can any one explain me what is significance of drop-down "Application" in the PPR type configuration.
    thanks in advance
    Regards, DD

    Hi Mohanthy,
    We are using PPR ( CRM Listings in Filtering products from ISA ). There is no standard way to make the products not displayed in catalog based on listing. We call a Z function module to after the user login to the Ecommerce Application and get the allowed products list and then use that to filter-out the products from the catalog page. ( This might not be a gr8 approach but .. this is exactly your requirement,  and also we don't have a huge catalog so listing data in session is small for us.)
    Hope this gives you a idea.
    regards,
    Yoshi

  • REM profile Product Type - Cost Collector Order Type

    Hi all,
               I am trying to create a Repetitive Manufacturing Profile, at that time standard Production Type PKMN is automatically arriving from table V_T437S_GES.
    and I would like to assign the cost collector order type (self defined) to the REM profile which I am going to create.
    where I need to assign the cost collector order type for production type "PKMN" while creating REM profile.
    If I copy the exisiting REM profile and I am able to get the cost collector order type  that I am able to see in TABLE : T437S (Repetitive Manufacturing Profile Table). If I create the REM profile newly, I am unable to get the cost collector order type in the table T437S.
    So please guide to the self defined cost collector order type for newly creating REM profile.
    Thanks in Advance

    Madhan,
    Order type "PKMN", is internally defined by SAP. Forr all cost accounting purpose, we would be using standard order type "RM01" when creating a new product cost collector for material. If required you can create your own order type say "ZM02" using transaction KOT2, please remmember you need to create with order category "05"- Product Cost Collectors.
    This new Order type can be used when we are creating product cost collectors for a material.
    I really dont find a reason why a new Order type is required to be created. Can you explain why?
    Regards,
    Prasobh

Maybe you are looking for

  • Mac Crashes Periodically

    I have a G4 Mac Mini which is crashing periodically. When it does crash the hard disk is in use for hours until I reboot and the clock shows the time it crashed typically 4.45am. I thought the problem may be due putting my mac on sleep and the mainte

  • Managing movie files on a MBP

    Until the last month or so, I've used a powermac G5 as my computer. Now that I've added a shiny new MBP with a 750 gb drive, I'm having all the normal growing pains that come with such. Amazed with the speed boost, having to learn to deal with big ti

  • Copy folder or file.

    New to Windows PowerShell. I want to automate a tedious procedure. Is there a line(s) of code that will copy a folder or file from an SD memory card or USB flash drive to an external hard drive? Thanks in advance for any help.

  • Network Prefs not appearing...

    3 Year old Macbook Pro Core 2 Duo. When I open my system preferences I can click on every preference pane and have it open except the Network Pane. When I click on it, it stays on the main panel and shows at the top that it goes to network prefs but

  • Accounting Entries for Sales

    Hi, we have a client where there are two diff SBU working in two diff clients in SAP. We are having same conditions for both for excise duties. We have three duties , Basic Excise, CESS,SCESS  posting to same account. When we post a billing document