Stock reservation during subcontracting purchase order

Hi
We have a below requirement..
While creating subcontracting purchase order,using Me21 transaction for finished goods,we require Bill of material components stock to be allocated autamatically during ATP check..Can u tell us where exactly we need to do the config..We need similar settings like sales order(When sales order is created stock gets reserved autamatically ...)
While creating sub contracting order using Me21 transaction,components stock to be be reserved for that order...And if requried we need to unblock the stock for that order and allocate to other order.....
Regards
Swetha

Hello Sheweta,
This is not possible. When you create purchase orders for sub-contracting part ..sub requirements will be created from MRP for the BOM components for which you can again create purchaing orders and suplly to sub-contractor for making finish part. Once you supply this now this stock will be diaplyed in the sub-contractor bucket (which you can say reserved). if you want you can take out anytime.
Hope the above calrification will help.
Regards
TAJUDDIN

Similar Messages

  • Component Stock reservation during subcontracting purchase order

    Hi
    We have a below requirement..
    While creating subcontracting purchase order,using Me21 transaction for finished goods,we require Bill of material components stock to be allocated autamatically during ATP check..Can u tell us where exactly we need to do the config..We need similar settings like sales order(When sales order is created stock gets reserved autamatically ...)
    While creating sub contracting order using Me21 transaction,components stock to be be reserved for that order...And if requried we need to unblock the stock for that order and allocate to other order.....
    Regards
    Swetha

    Hi,
    As I have already stated, there is no standard way of achieving what you want.
    ME2o is the nearest thing you have to achieving what you want.
    Remember the main point I made that the stock sent to the subcontractor is NOT LINKED to the subcontract PO in any way. That is why you can issue a 541 as many times as you like.
    the 541 and ME2o are simply methods of maintaining the required stock level of the components at the subcontractor, they are not designed to be allocating stock to individual POs.
    As I also said, if you run ME2o regularly you will be shown all POs that have insufficient stock of components at the subcontractor. You do not need to be able to specify an individual PO number, simply enter the subcontractor number, tick the "only SC stocks with shortage" and you will see a list of every item with a shortage. Simply goods issue those items from within ME2o and ths stock will be "reserved" against that subcontractor and so it cannot be used for any internal movements etc.
    this is the closest you will get, it reserves the stock against the subcontractor and you wanted it reserved against the PO. This is surely close enough to mean that you don't have to generate a HUGE modification to the system to reserve against the PO. (It would be so big a mod that it would certainly NOT be recommended anyway).
    Please do try to see things from another view and consider trying to use ME2o as it was designed to "reserve" the stock against the subcontractor.
    Steve B

  • Problem while reconciling the subcontracting purchase order

    Dear Sir,
           I am facing a problem while reconciling the subcontracting purchase order.
           Scenario : My subcontract PO is for 3 Nos of part A(finished goods)  & for which we sent 10 kg of child part B to the    
           Vendor.
           We did the GR partially i.e. 1 Nos at a time against which child part B is consumed as 10/3= 3.333333kg.
           After all the part are received, Vendors stock for part B still show 0.00000001kg. Hence we are not able to reconcile the
          full quantity.
         Is there a process to reconcile the remaining quantity. Please Advice.
    Thanks in Advance,
    Ritesh.

    Hi,
    There are two ways of handling this.
    1. TC:MB1B create a material document for reversing the vendor stock of 0.00000001kg using movement type 542.
    2. TC:J1IFQ reconcile the challan w.r.t above material document.
    3. TC:J1IF13 complete the challan
    4. Stock of 0.00000001kg from the plant can be corrected by physical inventory process citing the reason
    OR
    Cancell the last material document & challan assignment. Redo the GR (you can change the quantity of child manually to 3.333334 Kg)
    However, this situation can be avoided during MIGO itself. In the last GR when the system proposes child part quantity as 3.333333 Kg, you can change the quantity manually to 3.333334 Kg. 
    Regards,
    Krishna A S V

  • LTP Planning for Subcontracting Purchase Order

    Hi All,
    I am doing LTP run for the Finished Material.
    Finished Material is having few open subcontracting Purchase order's.
    When I take the LTP run  in MS02, system is considering the Open PO's and adjusting (netting) it with the Planned independent requirements of finished material. This is ok.
    But the planning is not creating depending procurement proposals for the child items.
    It is subcontracting PO of finished material, system suppose to create the dependent requirements.
    In the MRP run it is working fine in MD02. But not working in LTP planning run in MS02 Transaction.
    Rgds /  Shailendra
    Edited by: Shailendra Hadkar on Apr 7, 2010 10:44 AM

    Hi All,
    I have found one BAdi u201CMD_CHANGE_MRP_DATAu201D  for showing up Subcon requirements in MS04 for child materials.
    This BADI "MD_CHANGE_MRP_DATA" requires to implement using method "CONSIDER_RESB".
    But implementation of this BADI using method "CONSIDER_RESB" will open up Dependent requirements/reservations of phantoms in phantom assembly planning and other reservations also.
    How I can implement this BADI for specific Subcon requirements or Specific MRP element??
    Regards,
    Shailendra
    Please refer below post by Nethi Venkata R... 
    LTP Doubt

  • Problem for Goods Receipt for Subcontracting Purchase Order

    Dear all,
    Presently, we are using SAP version 4.6C and we need to introduce GR for
    Subcontracting Purchase Order. We have developed a ABAP program to handle
    subcon Goods Receipt by uploading flat-files from our subcontractor. The
    scenario is as follows :
    Goods Receipt for Subcontracting Purchase Order
    1. In the ABAP program, function BAPI_GOODSMVT_CREATE will be used for goods
    movement.
    2. Data provided to the function are as follows :
    - Posting date
    - Document date
    - Material number
    - Plant
    - Storage location
    - Batch
    - Movement type (101)
    - Quantity
    - Purchase order number
    - Purchase order item
    - Movement indicator (B - Goods receipt for purchase order)
    3. The function will do data verification and automatically determine GI
    item for subcon stock:
    - Movement type (543)
    - Special stock (O - parts prov. vendor)
    - Material
    - Quantity
    - Plant
    Our problem is that :
    Only the GR item in the interface is to be transferred and the GI item is
    determined by the system. So, the quantity for subcon stock cannot be
    changed using this BAPI. Then the system will continue processing the goods
    receipt and create material document.
    Manually, by using transaction code MIGO, the user can display the subcon
    stock data and then change the quantity.
    By using transaction code MB01, after the user fills in all the GR fields,
    the system comes to line item 002 (subcon stock data) and then quantity can
    be changed.
    As per user requirement, quantity for GI item must be same with the quantity
    that has been transferred to subcon vendor in Delivery for Subcon
    (transaction code VL02N).
    We cannot achieve this requirement by using the BAPI mentioned above. Would
    appreciate any valuable help from anyone who is able to help us on this
    matter. Are there any other BAPI's that can help us to achieve the same
    result ?
    Thank you in advance and best regards.

    As far as i understood the problem I suggest u to create the
    BDC according to user actions that are performed in he manual
    operation.
    I can't say that the BAPI performs the exac solution what you want.
    I have done some BDC work using MB01 and suggest you to be careful
    and try to keep the complete in the logic as some chages in rows in BDC will
    change the complete scenario.And throw correct quantity val in correct
    material
    row.
    This methodology will help u even in mass uploads.
    Or in case of automation u can perform the call transaction BDC in
    background mode.
    so As per my understanding bdc program is the solution. pls try and let me
    know.

  • Good receipt problem for subcontracting purchase order

    Good receipt problem for subcontracting purchase order
    with account assignment type ‘E’.
    After update to ECC 6.0. Do good receipt for subcontracting purchase order with account assigment 'E'.The system show the error message(KI235)----Two cost elements (Change in Stock (Subcontracting)&Outside processed fee) haven't CO account assignment.but the field status  for sale order is option entry , when I default cost center for the cost element  in OKB9.the system post the material document and generate the following accounting document.
    Doc.Type : WE ( Goods receipt ) Normal document
    Doc. Number    5000056065       Company code    1000         Fiscal year     2007
    Doc. date      2007.12.04       Posting date    2007.12.04   Period          12
    Calculate Tax
    Doc.currency   HKD
    tm PK Account    Account short text   Tx Cost Ctr   SaleOrder               Amount
    1 89 13500000   Stock-Work in proces                   1007823  10             274.4
    2 96 21210010   GR/IR Clearing                             1007823  10             205
    3 91 41010102   Chg in Stock(Subcon)    10901099  1007823  10            274.4
    4 86 41031000   Outside processed fe     10901099  1007823  10            205  
    5 99 13500000   Stock-Work in proces                    1007823  10            69.4
    6 81 41010101   Cost of Prod (Subco)                      1007823  10           69.40
    My problem is:
    When use MIGO to do good receipt for subcontracting Purchase order, for consumption account((Change in Stock (Subcontracting)-41010102&Outside processed fee--41031000) ,why the system don’t recognize the sale order filled as CO account assignment?

    Dear fanny chen
    Did you get a solution for your open question?
    I`m facing the same problem, so any help yould be appreciated.
    Regards

  • Subcontracting Purchase Order with Delivery Cost

    Hello Experts,
    I am facing issue during Goods Receipt against Subcontracting Purchase Order.
    Note:
    a) Subcontracting PO has delivery cost given 200 /pc.
    b) Condition type Z001 for Delivery has Condition Category "B" with accrual checked.
    c) Pricing Procedure has Accrual Key FR1 with condition type Z001
    d) Condition Z001 is common for Standard Item Category PO and Subcontracting PO for delivery cost.
    During Goods receipt, system generates following accounting.
    BSX     Inventory-SemiFinish     M     S     521.12
    WRX     GRIR Clrg-Mat A/c     S     H     100.00-
    BSV     Inc/Dec. in Semi-F     S     H     521.12-
    FRL     Job Work                          S     S     100
    FRN     Freight Clearing A/c     S     S     100
    FR1     Freight Clearing A/c     S     H     100.00-
    BSX     Inventory-RM(Domest)     M     H     321.12-
    GBB     RM Consumed-Domestic     S     S     321.12
    As shown above FRN is the account which is the resultant of Devliery cost during Subcontracting. Entry of this Key is not completely knocked off in this transaction and next transaction for invoice verification MIRO.
    My query:
    A) Can we stop account posting for FRN.
    B) If not How will FRN entry be knocked off, (Entry for FR1 gets set off during MIRO- Invoice verification.)
    C) In case B is not possible, Posting in account  assigned to FRN Key will always show values.
    Can any one help me to confirm that Entries above during Goods Receipt are ok, If not what sort of changes are required.
    Can we use same condition types for Delivery cost for Standard Item category PO and Subcontracting PO .
    Awaiting reply,
    Regards,
    Manish

    Hi Vaibhav,
    a) I am not able to understand why do you think the above entries are not correct.The entries are perfect.
    My Reply:  Ok I do agree for a movement that entries are ok, No Issues
    b) If you want that freight entries should not go to separate account then you can include the freight charges in the same condition as basic price condition so that charges will go to FRL and WRX.
    My Reply: How can I include Freight Charges in the same condition as basic price condition, so that charges will to go FRL & WRX, Can you please explore this,
    Regards
    Manish

  • Batch determination for subcontract purchase order component.

    Hello
    Is it possible to do batch determination for the subcontract purchase order componet, then bring the component batch to the outbound delivery directly from purchase order?   If no standard, any user exit or BADI... can do this also good for us.
    Thanks
    Hailiang

    Hi
    Yes I can manual input batch number, but I want the system select the batch in stock base on the batch classification.  I can not find the batch determination function the the component detail screen.
    Best Regards
    Hailiang

  • How can I select alternative BOM when creating subcontract purchase order?

    In our business, a finish good material always has different production versions at the same time. Each of production versions has its own alternative BOM. When I create a planned order, I can select wanted BOM through specifying production version.
    But, when I creating subcontract purchase order, there is no field for me to specify the production version or which alternative BOM I prefer. In this case, I need to create a planned order at first. And then, convert the planned order to purchase. Only through this way, I can create a subcontract purchase order with my wanted BOM.
    So, I wonder if there is any way to select alternative BOM directly when creating subcontract purchase order.
    Thanks a lot!
    Regards
    Robbie

    Dear Mr. MM
    can you give me additional information about your solution?
    BUT I would not expect the sytem to offer you during the Purchasing cycle the different Production Versions as it is not meant to be. I remember having the same requirement some time ago and we solved it the way I described above, additionally we created a Pop up window with a user exit during the PO creation which offered the different production versions and if the one linked with the quota arrangement, the standard PV, is used in the PO.
    We also have the same problem, we activated businessfunction SCM_GEN_02 so that it is possible to have several production versions for one supplier, but unfortunatly it is not possible to change the production version in the purchase order. (business function does not seem to be very integrated)
    So i would be very interested in your solution because acually it seems that i have to modify the sap standard.
    Thank you and best regards
    Lisa

  • Open Po quantity in subcontracting Purchase Order

    Hi,
      In case subcontracting purchase order,If order quantity 10 and recept quantity is 05 then in delivery shedule tab I didn't got any open purchase order quantity means  05 quantity why?
    Thanks and Regards
    Anil Patil

    Hi Anil.
    Please check the following fields in schedule line:
    - 'Scheduled qty': 10
    - 'Delivered' (quantity): 5
    (This means the goods were partially delivered for the PO)
    If your situation is this you don't have to expect SAP to create new shedule line I think.
    I think you have to modify the schedule line manually if you want a 'Delivery date' different from that was defined in the line of the PO item.
    BR
    Csaba

  • [Request] Special user-exit we need during creating purchase order

    Hi, Gurus!
    We need to make specific User-Exit during creating Purchase order.
    When user creates/change a PO document (ME21N/22N), SAP has to check the u2018CUSTOMERu2019 filed whether it is BLANK or NOT in Delivery Address tab at ITEM LEVEL.
    If there is no value in that field, system will automatically input right value with useru2019s business logic.
    Thatu2019s what we want to implement in the future.
    If you have any solution or recommendation for this, Please help us.
    I really appreciate your help in advance.
    Best Rgds;
    Ian

    For checking user exit - SMOD, you need to activate this exit via CMOD
    For Badi - SE18 to check & SE19 to implement
    Take the help of your abaper, give him / her your logic.
    Hope the above answers your query.
    Regards,
    Vivek

  • Link from delivery to subcontracting purchase order

    Hi Guys,
    anyone know how to pick up the link from a delivery (LIKP / LIPS) and the subcontracting purchase order (EKKO / EKPO) which was used to create it?
    I'm not sure such a link exists - the PO does not appear in the document flow of the delivery, and the delivery does not appear in the history of the purchase order.
    My users want to print the PO number on the delivery document (not unreasonable?) but I can't find a link anywhere...
    Mick Kelly

    Hi Mick,
    I assume that you mean the outbound delivery created in transaction ME2O to deliver components to your subcontractor.
    There is no link possible between the subcon.PO and this outbound delivery. Because the component requirements in ME2O can be the result of multiple subcon.PO's. When you create the outbound delivery, it contains components for the cumulated requirements (so that can be for multiple PO's). That's the reason that there is logically no link possible between PO and the outbound delivery.
    Kind regards, Dick Hendriks.

  • BAPI for GR against subcontracting Purchase order

    Hi Friends,
    I need to make the GR against the Subcontracting Purchase order, for that I need the BAPI. can I use BAPI_GOODSMVT_CREATE.
    The problem is how to find out the BOM Materials. Can anybody provide me the source code for the reference of GR for Subcontracting Purchase Order.
    Thanks in advance.
    Krishan

    Hi krishan,
      Refer to the link below for sample code of
    BAPI_GOODSMVT_CREATE:
    http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm
      also refer to the link below for BAPi's:
    http://www.sapbapi.com/bapi-list/
    With luck,
    Pritam.

  • Bapi for subcontracting purchase order

    Hi,
    is there a BAPI allowing to create a subcontracting purchase order?
    Best regards.

    Hello,
    BAPI_PO_CREATE and BO: BUS2012.
    BAPIEKPOC = ITEM_CAT (3 - Subcontracting)
    Regds, Murugesh AS

  • Message type for generating IDOC  for SUBCONTRACTING PURCHASE ORDER

    Hi All,
    I have to generate IDOC for PO creation or change .
    I am using IDOC_OUTPUT_ORDERS and IDOC_OUTPUT_ORDCHG.
    The messagetype.idoctype  I am using is  ORDERS. ORDERS05  and ORDCHG. ORDERS05.
    Now the confusion is regarding whether  this message type will work in case of SUBCONTRACTING PURCHASE ORDER as well ?
    As I have gone through some websites and came to know that I will have to use PORDCR1.PORDCR102 specially for subcontracting.
    And programs we need to use is BUS2012_ICH_R3 instead of  RSNASTED and Form Routine SEND_PORDCR1 instead of EDI_PROCESSING.
    Purchase Order Collaboration scenario - Not generating IDOC in ECC
    http://www.erpgenie.com/faq/edi_purchasing.htm    on this site question no  8.
    Subcontract PO IDOCs
    I hope your experience will help me .
    Please reply ASAP.
    Edited by: uttam27 on Dec 4, 2011 1:47 PM

    There is a generic function to create change pointers for all message typs - 'CHANGE_POINTERS_CREATE_DIRECT'.  This is triggered only if you configure your message type to create change pointers from BD50.
    Once you activate it do any change to orders you can see change pointer tables BDCPV filled. Then BD21 will read the changes and generated outbound idocs accordingly.

Maybe you are looking for

  • How to stop syncing automatically

    how do i stop my ipod syncing automatically to itunes? I've already gone into itunes preferences>devices and clicked stop syncing automatically but it still keeps syncing, help!!

  • How can I back up my To Do list automatically?

    I use Imac and my iPhone for iCal events and Contacts in my address book. But what about my To Dos in my iCal? They don't sync with either, it appears. Suggestions? I just bought a LaCie back up for documents. Can I back up the To Dos there?

  • Photoshop CS5 will not run

    I have Photoshop CS5 as part of the complete CS5 Design Premium but installed only Photoshop and Illustrator.  There did not seem to be any problems on installation but Photoshop will not run.  It installs many Plug-ins untill is stops at ScriptingSu

  • I want to exchange my Japan iTunes card to U.S.!

    I want to exchange my Japan iTunes card to U.S.! Is there a way to do this???

  • Down pay

    Friends, For down payment processing, we configure the steps maintain data proposal for billing plan types. where we mention as 30% should be down payment collected before order processing and 70% should be before shipment. when i am creating invoice