Disabling GATP for planned orders/production orders

Hi,
We have a scenario where we need to disable ATP check for production orders happening through GATP. That is, ATP check for production order materials should happen in SAP R/3.  This is a problem because we have activated ATP check in integration models for sales orders and it is happening through GATP.  Production Planning is happeninig in R/3 and we dont have either PP/DS or SNP in APO. ..only GATP.
any pointers on how the ATP check for planned orders/production orders can be blocked in GATP for the same materials which are active for sales order GATP check?
Thanks.

hi Pawan /Prasun /vikas
Thanks for your helpful answers
@Pawan : Since we have recently gone live with production planning and its in the process of stabilizing we do not want to enable ATP check for production orders in GATP yet. Also since we are also using batch-determination with ATP check in production orders we still have to check how the system responds with the combination.  Therefore,as of now, we dont intend to switch on ATP for production orders in GATP.
@ Prasun :  I understand there would be a user exit (EXIT_SAPLATPC_001) which would help in doing GATP check based on order type/business event.  However my concern is if the order does not belong to any of the order types will the system do a normal standard ATP check in APO or it will do a ATP check in R3 ? Our programmers are still looking how to tweak it but any pointers based on your experience will be helpful
Thanks

Similar Messages

  • Committed Date For Components in Production Order

    Dear All,
    I m facing this,  Committed Date For Components in Production Order,
    the date appeared as 31.12.9999,
    How can i make this correct.
    please tell me..
    Thanks
    Raghu

    Hi, Thnkx,
    You Are correct, I got this while doing Availability Check, 2 dates.
    Requirement Date, and Committed Date.
    I tried your solution,
    I change the Quantity of one of my BOM , I tried to change the Quantity by Change Number,
    So in CS 03 I can see the Validity of that component up to 01-09-2010,
    I run MRP agian, new planned Order, tried to convert, the question is same.
    I still get the date as 31-12-9999.
    Thanks
    Regards
    Raghu

  • Availability Check in planned Order & Production Order

    Dear All,
    How can I achieve the same Availability Check (missing Parts ) output in Planned Order & Production Order.
    Currently in Availability check in Planned Order is bit different in the sense, I have the Component in Stock without any reservation. But in Planned Order it shows in Missing part.
    But if I convert this Planned Order to Production Order, it is not visible in Missing parts which is correct.
    I want to have the same missing part report for both Planned Order & Production Order.
    Thanks
    Regards'
    Raghu

    Dear Brahmankar,
    Thanks for replay.
    Now i did, the said possibility, in OPJK is different from my Regular material master rule.
    When i see, availability in MD12 it shows the material available, and same as in Production Order check as well.
    But when, I use MDVP, for check. the same planned order shows the same component as missing.
    am i on the right track?
    Please suggest.
    Thanks
    Regards
    Raghu

  • Query for Alert on production order to be released

    Dear all users and experts,
    I need a query for getting an alert on production orders to be released (from planned status to release status) by whether reading the release date of production orders created from 'order recommendation window' or by reading the due date of production order and substract the lead time(days) of the item from its due date or by any means you know best.
    Thanks and best regards,
    Farhan Sufi

    Hi Gordon and Joseph,
    Thanks to both of you for giving me queries.
    Gordon, I made 3 production orders for testing from MRP order recommendation window from which 2 production orders has release date of today 9th July, 2010 (due date 12th July monday) and the 3rd one has release date of after weekend i.e. 12th July 2010 (due date is 13th July). release dates are calculated by MRP acording to the items' lead time and due date.
    Gordon, when I applied your query It gave me msg 'no data was found as a result of this selection criteria' Can you explain what your query will give me in result?
    where as Joseph, when I applied your query on alert, it gave me all 3 production orders as an alert to be released. I was expecting it will give me alert for 2 production order for today as their release date in MRP is today(9th July, 2010) and the alert for 3rd production order should come on 12th July and not today.
    what I understood your query is displaying all production orders which have status 'planned' regardless of their release date.is it?
    Joseph can you edit this query in such a way that It should consider the release date (calculated from due date and lead time in MRP order recommendation window) and display only those production orders which should be released today and exclude those which have release date in future. so that I can get alert for only those production orders which should be released today.
    I hope good response from both of you
    Thanks and best regards,
    Farhan

  • Planned and production order

    Hi,
    what is meant by planned and production order?
    I have to list planned order,production order and stocks that are cancelled or rejected?
    How to do that?
    ASAP
    thanx,
    sudha

    Hi,
    A planned order is sent to a plant and is an MRP request for the procurement of a particular material at a determined time. It specifies when the inward material movement should be made and the quantity of material that is expected.
    It can be changed or deleted at any time (exceptions: planned orders for direct production and for direct procurement).
    Planned orders are converted into production orders for in-house production and into purchase requisitions for external procurement.
    In contrast to planned orders, production orders and purchase requisitions are fixed receipt elements, which commit to the procurement.
    By means of table,
    Planned order is : PLAF-PLNUM ;
    and Production Order is AFKO-AUFNR .
    You can trace the relationship by using tcode : MD13 ( PlOrder) and MD4C (PrOrder).
    Rgds,
    TS Winedya

  • Find Planned and Production Orders

    Hi all ,
    I have a requirement . If i give the Work center Name i should get already assigned Planned Orders or Open Production Order against that Work center .
    Please let me know . If there is no standard FM then let me know can i retrieve those from any tables .
    I appreciate for any suggestions .
    Regards
    Raj

    Hello Raj
    Please note that your "objective" (Find planned and Production Orders) has little to do with object orientation.
    Function module BAPI_ALM_ORDEROPER_GET_LIST is probably the one you are looking for. You need to feed TABLES parameter IT_RANGES with the appropriate values.
    Please note that the selection parameters have special names that can be found in the structures defined in fm IBAPI_ALM_ORDEROPER_GETLIST:
    * set some local constants:
      constants:
        lc_progname like rsvar-report value 'RIAFVC20',
        lc_par_int  type ddobjname value 'IBAPI_ORDER_LISTOPER_PARAMS',
        lc_par_ext  type ddobjname value 'BAPI_ALM_ORDER_LISTOPER_PARAMS',
        lc_sel_int  type ddobjname value 'IBAPI_ORDER_LISTOPER_SELOPS',
        lc_sel_ext  type ddobjname value 'BAPI_ALM_ORDER_LISTOPER_SELOPS'.
    Example: If you want to select for a specific work center then I assume the selection parameter is:
    (BAPI_ALM_ORDER_LISTOPER_SELOPS-) OPTIONS_FOR_WORK_CNTR
    Thus, to select for a given work center add the following record to IT_RANGES:
    FIELDNAME = 'OPTIONS_FOR_WORK_CNTR'   " presumably without the DDIC structure name
    SIGN = 'I'
    OPTION = 'EQ'
    LOW = <work center>
    If the selection does not work then just do a little debugging.
    Regards
      Uwe

  • FM for creation of production order creation

    Hi All,
    Can anyone tell me the BAPI for the production order creation.
    BAPI for creation of production order through CO01 transaction code.
    Thanks in advance
    Ramesh.

    Hi,
    Please check this FM CO_ZF_PRODUCTIONORDER_CREATE.
    Regards,
    Ferry Lianto

  • BAPI/FM for Confirmation of Production order at operation level

    Hi ABAPers,
    I am using the 'BAPI_PRODORDCONF_CREATE_ACT'for Confirmation of Production order at operation level.
    I am able to pass the Production order number and Active Operation get the confirmation done.
    But the Confirmed Qty is not being updating in AFKO table.
    The 'BAPI_PRODORDCONF_CREATE_HDR' cannot be used for Confirmation of Production order at operation level as there is no Operation/Activity(Vornr) field in the input table. Hence using this bapi confirmation of Prod order can be only at Order level.
    Can someone know any FM/BAPI which can be used for the Confirmation of Production order at operation level(not order level).
    Thanks in Advance
    Ramesh Babu Cikka

    Hi Ramesh,
    Please use FUNCTION 'BAPI_PRODORDCONF_CREATE_TT'.
    This will work as like as T/Code "CO11".
    I hope this will help you.
    Example :
      CALL FUNCTION 'BAPI_PRODORDCONF_CREATE_TT'
        EXPORTING
          POST_WRONG_ENTRIES = '0'
          TESTRUN            = ' '
        IMPORTING
          RETURN             = ZRETURN
        TABLES
          TIMETICKETS        = ZBAPI_PP_TIMETICKET
          DETAIL_RETURN      = ZBAPI_CORU_RETURN.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          WAIT = 'W'.
    Lanka

  • GR for create the production order without material(co07)

    Hi all,
               I am creating the  production order without  material (T-Code :co07), After creating this order i want to get the Material from W/H and after dismantling how to do GR for this Prod.order, What is the Movement type to be used?Please advice me

    Dear Kumar,
    CO07 specially meant for Rework order (Production order
    without material) or for dismantalling the Customer returns or
    Inhouse rejected,for the components which re good to reuse
    again,their quantity will be entered in -ve and so 531 movement
    takes place.
    On the other hand,if you want to use for rework purpose and
    want to consume some components,using MB1A T code ,the
    materials required are issued.
    Already our Forum member(Krishnamohan) has given clearly in his first reply.
    Regards
    Mangalraj.S

  • Worklfow for GR of Production order.

    HI .... is there any standard worflow template for GR of production order using MB31.
    Thanks in advance.

    Hi ,
    Please check this SAP provide WF: WS20000387.
    You can copy and make changes as per your requirement.
    Thanks and Regards,
    Swaminathan

  • BAPI for Sales Order & Production Order

    Hi Experts,
    1)i need to Identify standard  BAPI's for Sales Order & Production Order.ie for one BAPI need both sales order and production order.
    2)i need to Identify standard BAPI to return delivery number and shipment number for a particular Sale Order. If any one give me answer thanks for advance. it's really helpful for my project.
    thanks and regards,
    bala.

    Hi Bala
    Kindly do not open duplicate threads for the same topic. Help to close one thread and continue with the other to avoid confusion.
    Kind Regards
    Eswar

  • MRP: how to avoid Purchase orders/ Production orders generation

    Hello,
    I would like to know how can I avoid the generation of purchase orders / production orders for MRP execution. I am interested in knowing which are going to be my future needs for a material running the MRP, but I am not interested in generating any new Purchase order / Production order.
    I've been changing some parameters in the MRP 2 tab: procurement type, but I think that it is also related with MRP type or MRP group or both. With the procurement type I've only been able to change the purchase requisitions to planned orders and viceversa.
    Any suggestions?
    Thank you

    Hi Cristian,
    W/o MRP run you cannot get the requirements at lower level.
    Please understand:
    FG - Stock 10, IndReq 20; Halb - Stock 5; RM - Stock 2
    > MRP run >
    FG - Stock 10, IndReq 20, PldOrd 10
    Halb - Stock 5, DepReq 5, PldOrd 5
    RM - Stock 2, DepReq 3, PurReq 3
    So, via MRP run the requirements are calculated with planning proposals together. As I told you this is material requirement planning, this is the very purpose of MRP.
    If you only want to display the stocks and requirements, create a query / riport for this purpose and use the appropriate filter.
    Csaba
    (sorry, refresh button helps only if you change the PO, PrdOrd, etc > one level under the material you can see the effect)
    Edited by: Csaba Szommer on Sep 2, 2008 1:42 PM
    Edited by: Csaba Szommer on Sep 2, 2008 1:43 PM
    PLEASE NOTICE THAT W/O MRP-generated-PldOrd YOU WON'T GET THE DepReq.
    Edited by: Csaba Szommer on Sep 2, 2008 1:50 PM
    Edited by: Csaba Szommer on Sep 2, 2008 1:51 PM

  • To include sales order/ production order characteris in COOIS

    Hi,
    We are using Variant configuration in our project.
    In COOIS transaction, we need to include the sales order/ production
    order (configuration) characterisitcs in the output screen.
    We may need around 20 characterisitcs from sales order/ production
    order to be displayed.
    Kindly help us on how to add these fields.
    Also,we are looking for characteristics in input selection screen of
    COOIS.
    Thanks & Regards,
    Atul.

    Hi
    See these notes
    SAP Note 615206 - COOIS: BAdI order delay in IOHEADER
    SAP Note 806375 - COOIS: Order delay Business Add-In in IOHEADER
    SAP Note 615176 - COOIS: BADI for predecessor status
    SAP Note 434123 - Filling and displaying own fields in information system
    SAP Note 363327 - COOIS/CO26/CO28: Change list of fields that can be displayed
    I hope this helps you
    Regards
    Eduardo

  • Sales order / production order

    Hi
    In sales order / Production order when they run KKAK - RA there are 5 orders that is not showing up but when they reconcile it to GL there is a difference in the amount of these 5 orders are showing up as negative and these 5 orders are in WIP. what could be the reason for not showing the 5 orders in the report.
    Thank you.

    <b>Sales Order Tables:</b>
    VBAK Sales Document: Header Data
    VBAP Sales Document: Item Data
    <b>Production Order Tables:</b>
    AFKO Production Order Header
    AFPO Production Order Position (details)
    MAST Material BOM
    STKO BOM Header
    STPO BOM Positions (detail)
    <b>Purchase Order Tables:</b>
    EKKO Purchasing Document Header
    EKPO Purchasing Document Item
    MKPF Header- Material Document
    MSEG Document Segment- Material
    Regards,
    Maha

  • Differrence Between Process Order & Production Order

    What is differrence between Process Order & Production order apart from that process order is used in process industry & other one in discrete mfg ??

    Hi
    there isn't really any difference. The main difference is in master data: Routing vs. Recipe.
    as you have mentioned, prodn. orders are used for discrete, repetitive & virtual mfg scenarios whereas process orders are used for process industries (chemicals, pharmaceuticals etc.,) where the prodn. is non-stop.
    You can use production order or process order for the same scenario even when you are in a process industry. It is your decision to use either one, but you have to know that process order is more appropriate when you have more machine integrations and interfaces. Process order, as well, requires more master data than production order since you are clubbing both BOM & Routing in the master recipe.
    also Process Order can handle batch management and joint production scenario in a better way in comparison to the production order. Also in process order you can maintain the inprocess instructions and special control paramters for production via the process instruction key and control recipe which is not there in a prodcution order.
    hope it helps
    regards
    Srinivas

Maybe you are looking for