Modify production order tolerance limits through BAPI

Hi experts,
I need to modify tolerance limits at production orders, but I can't find a BAPI that acomplishes my needs. Nor BAPI_ALM_ORDER_MAINTAIN, neither BAPI_PRODORD_CHANGE have those fields (AFPO-UNTTO and AFPO-UEBTO).
Could anybody help me?
Thanks in advance.
Maite.

Hi,
if you are using this BAPI, you must ensure the following,
    o   All the necessary master data has been created correctly (for
        example, material master, BOM, routing or recipe, work centers or
        resources).
    o   All the necessary Customizing settings have been made to the orders.
For more information refer the BAPI Document in SE37. it is helpful to find out the which are the parameters are obligatory.
Refer the below link.
[Re: Can not display the Long Text in PO creation|Re: Can not display the Long Text in PO creation]
Reward if found helpful.
Regards,
Boobalan Suburaj

Similar Messages

  • Need to Post Components in Production Order in MB1A through BAPI as Planned Good Issue

    Hi ,
    I have created a Program to upload data s for MB1A through BDC , it works fine, but for huge data s it takes more time.  alternatively created one more Program which updates through BAPI Function Module  "BAPI_GOODSMVT_CREATE".  It works fine , but one issue noted, after posting through Function Module , components are posted as Unplanned Goods Issue.   I need to post the components as " Planned Goods Issue" instead of "Unplanned Goods Issue " . This can viewed through Tcode : C003
    Below are the  inputs passed for BAPI Function Moduel
    **&------Header Contents of bapi Upload-------------------&*
    header-pstng_date = sy-datum.                                              " Posting date
    header-doc_date    = sy-datum.                                             " Document Date
    header-header_txt  = '000001002280'.                                     " Header text
    header-pr_uname   = sy-uname.                                            " User Name
    header-ref_doc_no  = '000001002280'.                                    " Header Ref. Doc. No.
    CONCATENATE sy-uname sy-uzeit c_method INTO  header-ref_doc_no_long SEPARATED BY '-'.  " Refer  Text
    *Item Data
    wa_item-material   = '000000000010000800'.                             "Material
    wa_item-plant      = '3910'.                                              "Plant
    wa_item-stge_loc   = 'WIP'.                                            "Storage Location
    wa_item-move_type  = '261'.                                            "Movement Type
    wa_item-entry_qnt  = '1'.                                                  "Quantity
    wa_item-entry_uom  = 'PC'.                                              "Unit
    *wa_item-res_item  =  1.                                                  "Reservation Item
    *wa_item-reserv_no =                                                      " Reservation Number
    wa_item-batch      = '0000011027'.                                    "Batch No
    *wa_item-mvt_ind   = 'F'.                                                  "Movement Indicator
    *wa_item-stck_type = 'F'.                                                 "Stock Type
    wa_item-orderid    = '000001002260'.                                 "Order ID
    wa_item-prod_date  = SY-DATUM.
    *wa_item-GL_Account = '610000'.                                     "GL Account
    *TRANSLATE wa_item-batch TO UPPER CASE.
    *APPEND wa_item TO it_item.
    c_code = '03'.
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
    EXPORTING
    goodsmvt_header       = header
    goodsmvt_code         = c_code
    TABLES
    goodsmvt_item         = it_item
    goodsmvt_serialnumber = it_sno
    return                = return.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
          wait = 'X'.
        commit work and wait.
    Even i tried to pass "Movement Indicator , GL Account etc" , Still not able to fix the issue. Can anyone suggest how to post the Production Order components as "Planned Goods Issue".  I am not sure any other values to be password.
    BR,
    Murali

    I have made something like your :
    * Alimtentation de la BAPI de mouvement de stock MM.
    move : sy-datum        to ls_header-pstng_date ,
            sy-datum        to ls_header-doc_date ,
    * Indique le code mouvement
            '03'            to lw_code.      " 03 normalement, mais je veux que ca plante
    loop at lt_ltap
          into ls_ltap.
       move : ls_ltap-matnr   to ls_item-material ,
              ls_ltap-werks   to ls_item-plant ,
              ls_ltap-lgort   to ls_item-stge_loc ,
              '261'           to ls_item-move_type ,
              ls_ltap-vsolm   to ls_item-entry_qnt ,
              ls_ltap-meins   to ls_item-entry_uom ,
              i_ltak_vb-benum to ls_item-orderid ,
              i_ltak_vb-rsnum to ls_item-reserv_no ,
              ls_ltap-rspos   to ls_item-res_item ,
              ls_ltap-rsart   to ls_item-res_type.
       append ls_item to lt_item.
       clear  ls_item.
    endloop.
    I have to put the reservation number to have it works.
    Fred

  • Modify Production Order

    Hi All,
    I need to modify an existing Production order, I want add some operations and components to the order. Is there any FM or BAPI to achieve the same.
    Thanks and Regards,
    Navneeth K.

    Hi Navneeth
    1.)You can add the operations and the componenets in routing (ca02)
    2.)then Come to the production order- change mode (c0o2) and Click on function - Read PP master Data
    3.) This will automatically read your BOM,routing and change the production order
    This may solve your problem
    reward points, if usefull
    Regards
    palaniappan

  • Issue with printing production order after changes through CO02

    Hi,
    Currently I have one issue with printing production order changes through CO02. If I go for print, all the operations are captured in printout. But after the print, if I add any new operations to this production order, and then go for print, its not capturing the newly added operations. Also, there is information popup coming "Copies will be printed for order. Original list already printed". This message effectively means, even after changes, when I go for print functionality, its just going for printing copies of original printed list.
    Can anyone help me out to get the newly added operations reflected in the print through CO02 ?
    Regards,
    Shiva

    Hi Shiva,
    Refer SAP note 28887.
    Source: http://www.sapfans.com/forums/viewtopic.php?f=9&t=308577
    Please search /google before posting queries.
    Regards,
    SuryaD.

  • Any stanard BAPI have both sales order and production order

    hi Experts,
    i need to Identify any standard BAPI have both sales order and production order. If such BAPI is not available, create 'Z' BAPI to do the same.it's my require ment?plz give me suggestion it's useful for my project. i will give good points.
    thanks and regards,
    bbm

    hi eswar,
    can you give me how to do? and what i can use import,export,table and sourcecode bcz i am new in BAPI side even now i am working in SAP XMII project.
    so plz guide me.
    thanks and regards,
    bbm

  • Its urgent.!!!!!!BAPI for Production Order

    HIi All ,
    i need to fecth Storage Bin/Material/Quantyti/Descrition .
    All values can be obtained from the production order record using the BAPI.
    which BAPI is there for this req?

    some of the function modules are
    <b>BAPI_PRODORD_CHANGE
    BAPI_PRODORD_CHECK_MAT_AVAIL
    BAPI_PRODORD_CLOSE
    BAPI_PRODORD_GET_DETAIL
    BAPI_PRODORD_GET_LIST
    BAPI_PRODORD_RELEASE etc</b> better you put BAPI_PRODORD_*  in Function module field and press F4 and get more BAPI fuction modules according to your  production order scenario.....
    reward points if helpful...
    thanks,
    velu....

  • 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

  • Can sales order line item text be replicated into production order

    Hi
    Can sales order line item text be replicated to production order through standard PP configuration? If so how can it be done?
    If that is not possible through standard configuration then can it be possible to read both sales order line item information and production order information using a BAPI or a program?
    Please help me, i have been trying hard for this and also searches sdn for relevant posts but could not find any, I thank all people who can help me with some information on this.
    Regards,
    Jessica

    Sample code:
    DATA:
      wa_order_objects    TYPE bapi_pp_order_objects.
    DATA:
      it_order_header     TYPE STANDARD TABLE OF bapi_order_header1.
    *--Setting Flag to get details of BAPI
      wa_order_objects-header         = c_x.
      CALL FUNCTION 'BAPI_PRODORD_GET_DETAIL'
        EXPORTING
          number           =  "Order number"
          order_objects    = wa_order_objects
        TABLES
          header           = it_order_header.

  • About the variance of production order difference.

    hi all
    now i am practicing producting. i have closed the production order by technocially completed.and the variance  (difference between standard cost and actual cost) will be settled to production order difference account through our customization.
    when we are doing the delivery and billing, it is taking the standard price. but that variance is cost of this Finished product,but it is not including when we are doing delivery and billing. the variance is shows in P&L debit as a expenses.
    When the SD people defien the sales price in "PR00", do they consider this variance also?
    please let me know about this. can u give me the complete details.

    Hi
    I suspect based on the price control 'S' maintained for FG, the billing would happen at this standard price. Any variance in production would be settled to a separate variance account and would be available for analysis, based on which you could alter the standard price for the following period
    Thank You,

  • Serial Number. Production Order Confirmation. GR. UD. Sales Delivery

    Hi Gurus,
    Please help on this issue to get any user exits .....
    As part of Serial number management, we have a certain issues on serial number confirmation, goods receipt from production order and quality inspection with UD.
    Master data:
    Finished product material master, Workscheduling view, Serial number profile maintained " ASRN"
    Process flow:
    1) Avalon Specific Serial numbers generation for finished goods through production order release status.
                  (A11206000001)
                                        A  - Avalon
                                        1   - PCB Unit 1
                                        12 - Year 2012
                                        06 - Week
                                        000001 - Running serial number for the week.
    2) Production order confirmation through CO11n transaction.
    3) Production order Goods receipt through MIGO transaction against order.
    4) Quality Inspection with Usage Decision through QA32 transaction.
    5) Goods Issue for Delivery.
    SAP Product Error:
    1) System does not track and control the operation wise confirmed serial numbers during order confirmation.
    2) System does not track and control the finally confirmed serial numbers during order goods receipt.
    3) System does not track and control the last goods receipt qty in Usage Decision.
    4)  For semi finished product, if we maintain serial number profile in workscheduling view, system is not showing goods issue material list in Co11n transaction for the finished goods.
    5) Interfacing the serial number reading scanner with SAP,  is not working without entering material number and serial number manually.
    6) System does not tracking and controlling the last Usage Decision done serial number during Goods issue to Sale order Delivery.
    Regards,
    Santha

    Hi Santha,
    This is a bit vast, but I'll try to address at least some of the issues:
    1- serial number in operation confirmation is not possible, for the reason that serailization is part of stock management, and as WIP in an order, this is not stock yet. Actually you cannot confirm the manufactured material either, and those 2 go together.
    For tracking specificly WIP, there's something called WIP batches; you may look into it to see if you can use it.
    2- during GR system will propose those SNs that you have defined for the order at release or creation.
    3- ?
    4- GI in CO11N is provided only for BACKFLUSHED material components. Serialized materials CANNOT be backflushed.
    5- You can use a barcode reader to read the serial number (instead of keyboard entry) when cursor is on the right field in the respective screen.
    6- ?

  • Upload Production order using BAPI_MOSRVAPS_SAVEMULTI3

    Hi,
    I am uploading Production order in APO using BAPI BAPI_MOSRVAPS_SAVEMULTI3, I have an issue while uploading the Production Order, I want to upload the actual start date and End Date, but the BAPI is uploading the Start Date same as the End Date.
    I have seen few links in the forum regarding the issue but I am not sure regarding what should be the exact value of STRATEGY_PROFILE  and PLANNING_MODE_USAGE.
    Can anyone please provide a solution regarding how can I upload actual Start and End Date.
    Thanks & Regards,
    Sanjog Mishrikotkar

    Hi Sanjog,
    PLANNING_MODE_USAGE is Parameters for Controlling the Scheduling Mode here you can use either 0 or 1
    0 is No immediate planning
    1 is Observance of parameters from the product master
    End date will be calculated bassed on GI time production time as maintained in the PPM.
    Please check what you have maintained.
    Let me know  Whether it is following that or not.
    I hope this will help you.
    Regards,
    Kishore Reddy.

  • Production order-rework

    Hi friends,
        My strategy is Make to stock production. I have created my production order of quantity 100. Then i have deliverd the same quantity of 100 to store in t.code MB31 (against my order). Then i closed my order
    My order status is:
    CLSD CNF DLV PRC MACM GMPS SETC.
    I have stocked my quantity in my store. Afrer 3 months, our people wants to sell the product through sale order. Now they find some damages in that final product. Now sales is returning the final product to production for rework.
    How to reprocess the closed order again? How to go about with this scenario?
    please guide me
    Thanks
    kumar

    Hi Senthil,
    Good afternoon and greetings,
    Made to stock in production term is called as Repetitive Manufacturing and the cost object for the same would be Product Cost Collector.  The Product Cost Collector doesnt have the concept of closing fully basically because the product cost collector would be a replica of the material itself.
    In your case, a rework for production order is applied through by adding an additional work centre in the routing called REWORK.  Re-opening a production in a different period may lead to confusion basically because the planned cost at the time of creating the order say before 3 months would have been £100 per PC.  Now the standard cost estimate is £125 per PC and reopening the order will redetermine the planned cost again and when it is settled it will hit your profitability very badly because the variance would be £25 + rework cost.  Thereby it is advisable to use the concept of standard REM.
    Alternatively, if you want to use the Production Order only, then follow the sequence as below
    1. Move the material from one code to another rework code
    2. Create a new routing with REWORK work centre for the rework material code.
    3. Create a production order for the rework material code
    4. Transfer the material from rework code to main material code.
    5. Settle the production order for the rework material code and thereby your P&L would be intact for the additional cost involved on the Rework.
    Please reward points if found useful.
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • Enhancement on production order

    Hi All,
    User has a requirement that if any operation any qty is confirmed for a production order, system should not allow to change any parameter in production order CO02. Please suggest how to implement this..
    regards,
    Srijit.

    Dear ,
    You can apply user exit in Production Order Change ( CO02) through SMOD .Pleas find below the User exit as applicable based on the parameters :
    PPCO0007 Exit when saving production order
    PPCO0008 Enhancement in the adding and changing of components
    PPCO0009 Enhancement in goods movements for prod. process order
    PPCO0010 Enhancement in make-to-order production - Unit of measure
    PPCO0012 Production Order: Display/Change Order Header Data
    PPCO0013 Change priorities of selection crit. for batch determination
    PPCO0015 Additional check for document links from BOMs
    PPCO0016 Additional check for document links from master data
    PPCO0017 Additional check for online processing of document links
    PPCO0018 Check for changes to production order header
    PPCO0019 Checks for changes to order operations
    PPCO0021 Release Control for Automatic Batch Determination
    PPCO0022 Determination of Production Memo
    PPCO0023 Checks changes to order components
    One more option is to apply OCM which you have discussed earlier
    Regards
    JH

  • 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

  • CO01 production order : Enhancement

    Hi,
    There is requirement to set the 'user status' while creation of Production Order,we have the Bapi to set the user staus.
    That needs the PO number to be passed.
    Can you tell us enhancement option to call th BAPI during the Save of Production order or BADI ..
    Regards,
    Narender

    Hi,
    Did you tried this PPCO0007
    Regards,
    Madhu.

Maybe you are looking for

  • Error displaying jsp on JDeveloper 10.1.3.5 on Windows 7 (64 bit)

    Hello everybody I've copied and run JDeveloper 10.1.3.5 on an AMD Athlon X2 64 bit. I need this version for compatibility with the OC4J application server we use. I'm getting this message each time I click on a jsp. java.lang.NullPointerException    

  • Barcode not showing up

    Hi I am trying to fill an application for  canadian visitor visa using adobe reader dc. After filling the application when I click on Validate, it do validate but the barcodes which are supposed to be shown are not appearing although my javascript se

  • Best/First Place to Make Edits

    Hi, Ultra newby here. I have a question because the more I read, the more confused I get. I have learned that you can edit a file in Bridge, Lightroom, ACR, and of course Photoshop. I guess my quesitons and comments are why can you edit in so many wa

  • AET Fields Delete Problem

    I have added some fields in WEB UI through AET. After some time due to change in requirement I have deleted one field and Saved and Generated again. The problem is : The field still displayed in the Context node and in the Table . I want to remove it

  • Using Tiles with JSF

    Hi All, I am trying to integrate Tiles with JSF using the MyFaces components. I followed the following steps to use the MyFaces components in my web application: - Copied the jar files myfaces-jsf-api.jar, myfaces.jar, jstl.jar, jakarta-oro.jar, comm