Qty withdrawn is not updating in prod order.

Hi gurus,
    Qty wihdrawn is not updating in prod order , when i issuing
raw material through tcode mb1a 261 movement type.
    What could be the possible reasons.Pls suggest.
Thanks in adv.
Sudarshan

Dear
you are issuing the materials in MB1a w/o reference to the reservaton.
You need to do as below
In MB1a ---follow the menu path -Goos issue -->create w.referenec to order.
Enter the order number. execute the report
system will default matrerial no and qty/storage loc from order. Here you enter the qty requuired and post. This qty you posted in this way will refect/update the withdrawl qty in the production order.
You are not entering the order the way I suggested, hence it is going as a unplanned issue...hence the problem.
come back if required

Similar Messages

  • Batch not updated in process order

    hi all,
                When i am doing batch determination and goods issue through coik pick list batch not update in process order. presently we are not doing batch determination in process order.after goods issue component batch fields are grey out in the process order

    HY,
    Batch field are filled only if you do Batch determiantion of components whether it is by auto or manual.And it is logical also becasue if you split the material qty. in more than one batches during goods issue( whether it is in COIK or in COR6N)then think what should be the case in Component screen in process order?
    As soon as you complete the Goods Issue This field becomes gray but the filled of Quanity withdrawn is update with qty you have withdraw.
    Regards
    Dhaval

  • Actual data not updating in Pm order

    Hi Experts,
      We have a requirement from management for Having budget control based on department wise.
    For that we are trying out substitution rule by which Pm order is replaced with Internal order .we are having a budget profile and budget for internal order.Now we are able to control budget and system stopping if budget exceeded in migo transaction .We are replacing pm order with IO order with substitution with pm order number range. Issue is after having this setting actual cost is not updating in Pm order and pm report.
    Same is getting updated in mseg against pm order. Please
    With regards
    Anand.M

    Anand.M
    This is not a PM issue...
    You need to discuss this issue with your MM, FICO and ABAP teams.
    PeteA

  • Actual cost not updating in Pm order

    Hi Experts,
      We have a requirement from management for Having budget control based on department wise.
    For that we are trying out substitution rule by which Pm order is replaced with Internal order .we are having a budget profile and budget for internal order.Now we are able to control budget and system stopping if budget exceeded in migo transaction .We are replacing pm order with IO order with substitution with pm order number range. Issue is after having this setting actual cost is not updating in Pm order and pm report.
    Same is getting updated in mseg against pm order.
    With regards
    Anand.M

    Hi Anand
    Please add the budget profile at Plant maintenance order level no need to add any substitution rule
    budget should also be control at order level
    Thanks
    trinath 

  • Condition type value not update in sales order

    Hello Guru's
    As per the  sales order in VA01 the condition type value i.e surcharge value is not updating in sales order.
    But I have maintain the condition record(Surcharge)also and in Condition technique I have checked every thing is correct .
    please find below I have attached the Screen short .
    Please give me solution Asap.

    Hi Sukdev,
    Have you checked the respective pricing procedure for From and To reference step maintained against the condition type ZSUR?
    Regards,
    T.R.S.Praveen

  • 'Transit time' not updated in Sales orders.

    Dear Experts
    We have maintained '20.00' days for the Route.
    Then the Sales order got created and the same route has been determined.
    But while i checking the schedule line - shipping details.
    The Transit time not reflected in the Sales order...
    All those GI date/Loading date/MAD/TPD...etc, still the same date as Delivery date.
    Hope kindly advise, why the 20 transit days not updated in Sales order??
    Thank you very much.

    The delivery date will confirmed based on ur availability check .
    Check ur setting for transportation planning for this .

  • Actual activity price not updating in production order

    Hi All,
    I am facing one problem, that actual price for activities are not updating in production order while plan price are updated. Earlier both plan and activity prices were getting upadated but now actual price is not updating for any material. I have tried at the same material also but it is not getting updated. Actual hours are updated in confirmation of production order but not price. If somebody could suggest the reason it will be great.

    Dear Nitin,
    Thanx to all for valuable input. Problem is solved.
    Nice to see That your problem is solved
    But Can you let the Forum Members know
    where was the exact problem & how it is solved
    Regards
    Madhu Kumar

  • SubContractor issue not updated in purchase order history

    Hi Masters
          Can anybody explain me why the material document regarding the material issued to sub contractor is not updated in the purchase order history?
    Is it a Standard one or anything missing in the configuration?
    Regards
    Mohan

    Hi
    Transfer posting to vendor account is nothing but your material lies in vendor area. but liability is with u.
    This u can view thro MMBE, in that particular material lies with the vendor qty it will show.
    In ME2O, u can list out what are the material lying in vendor yard.
    So transfer posting to vendor will not reflect in PO history.Pls check.
    Regards,
    Raman

  • DLV status not updated in Process order

    Hi guys,
    I did GR and got goods receipt documents but system is not updating  DLV status  in process order.
    Actually i have by-product and co-products as components in order. I did posting of by-product from Confirmation screen COR6N and for co-products i did MB31 and goods movement doc. get generated. Qty. is also updated in order but NOT the dlv status.
    Pl.suggest

    Dear,
    This is System status and you cannnot maintain it manually once that Business Transaction(FULL Delivery) happens System will automatically sets that status.
    DLV status updated once Del completed tick is activated in order header, This tick will get uodated once you do GR for complete qty.
    You need to Final confirm (CNF) the Order to get the DLV Status.
    Or if the Delivery completed indicator is set in the Process Order, then also th System status will be DLV.
    If you want to make it manually then goto co02, enter the order, goto goods receipt tab page and activate delivery completed tick and save...DLV is activated in the head as status.
    Please check in BS22-I0012
    Regards,
    R.Brahmankar

  • Configuration is not updating in sales order using function module SD_SALESDOCUMENT_CREATE

    Hello Experts,
    we are using SD_SALESDOCUMENT_CREATE function module to create sales order.
    Sales order is creating successfully but the configuration for the items are not updating.
    Could any one help me out on this ....we tried in different ways but couldn't ....
    Here is the code....
    *---Filling Configuration data
    *--- Filling Configuration Reference Item / Instance
         w_sales_cfgs_refinst-posex     = w_items-itm_number.
         w_sales_cfgs_refinst-config_id = '000001'.
         w_sales_cfgs_refinst-inst_id   = '00000001'.
         APPEND  w_sales_cfgs_refinst TO  t_sales_cfgs_refinst.
         CLEAR  w_sales_cfgs_refinst.
    *---Filling Configuration Reference Data SALES_CFGS_REF Table
         w_sales_cfgs_ref-posex      = w_items-itm_number.
         w_sales_cfgs_ref-config_id  = '000001'.
         w_sales_cfgs_ref-sce        = '1'.
         w_sales_cfgs_ref-root_id    = '00000001'.
         w_sales_cfgs_ref-complete   = 'T'.
         w_sales_cfgs_ref-consistent = 'T'.
         APPEND w_sales_cfgs_ref TO t_sales_cfgs_ref.
         CLEAR w_sales_cfgs_ref.
    *---Filling Configuration Instances SALES_CFGS_INST Table
         w_sales_cfgs_inst-config_id       = '000001'.
         w_sales_cfgs_inst-inst_id         = '00000001'.
         w_sales_cfgs_inst-obj_type        = 'MARA'.
         w_sales_cfgs_inst-class_type      = '001'.
         w_sales_cfgs_inst-obj_key         = w_sales_items_in-material.
         w_sales_cfgs_inst-quantity        = w_items-target_qty.
         w_sales_cfgs_inst-quantity_unit   = 'EA'.
         w_sales_cfgs_inst-complete        = 'T'.
         w_sales_cfgs_inst-consistent      = 'T'.
         w_sales_cfgs_inst-OBJECT_GUID     = 'T'.
         w_sales_cfgs_inst-PERSIST_ID_TYPE = w_sales_items_in-material.
         APPEND w_sales_cfgs_inst TO t_sales_cfgs_inst.
         CLEAR w_sales_cfgs_inst.
    *---Filling Configuration Characteristic Values SALES_CFGS_VALUE Table
         LOOP AT w_items-itm_config INTO wa_itm_config.
           w_sales_cfgs_value_in-config_id = '000001'.
           w_sales_cfgs_value_in-inst_id   = '00000001'.
           w_sales_cfgs_value_in-charc     = wa_itm_config-charc_name.
           w_sales_cfgs_value_in-value     = wa_itm_config-charc_value.
           APPEND w_sales_cfgs_value_in TO t_sales_cfgs_value.
    *---Filling Configuration Variant Condition Key SALES_CFGS_VK
           w_sales_cfgs_vk-config_id = '000001'.
           w_sales_cfgs_vk-inst_id   = '00000001'.
           w_sales_cfgs_vk-vkey      = wa_itm_config-charc_name.
           APPEND w_sales_cfgs_vk TO t_sales_cfgs_vk.
           CLEAR : w_sales_cfgs_value_in,w_sales_cfgs_vk.
         ENDLOOP.
    Regards,
    Harsha P

    Hello All,
    Actually there was a bug in my code to update configuration for an item in sales order
    Below is my Updated Code with that i can updated configuration successfully....
    *---Filling Configuration data
    *---Filling Configuration Reference Data SALES_CFGS_REF Table
         w_sales_cfgs_ref-posex      = w_items-itm_number.
         w_sales_cfgs_ref-config_id  = '000001'.
         w_sales_cfgs_ref-sce        = '1'.
         w_sales_cfgs_ref-root_id    = '00000001'.
         w_sales_cfgs_ref-complete   = 'T'.
         w_sales_cfgs_ref-consistent = 'T'.
         APPEND w_sales_cfgs_ref TO t_sales_cfgs_ref.
         CLEAR w_sales_cfgs_ref.
    *---Filling Configuration Instances SALES_CFGS_INST Table
         w_sales_cfgs_inst-config_id       = '000001'.
         w_sales_cfgs_inst-inst_id         = '00000001'.
         w_sales_cfgs_inst-obj_type        = 'MARA'.
         w_sales_cfgs_inst-class_type      = '300'.
         w_sales_cfgs_inst-obj_key         = w_sales_items_in-material.
         w_sales_cfgs_inst-quantity        = w_items-target_qty.
         w_sales_cfgs_inst-quantity_unit   = 'EA'.
         w_sales_cfgs_inst-complete        = 'T'.
         w_sales_cfgs_inst-consistent      = 'T'.
         w_sales_cfgs_inst-object_guid     = w_sales_items_in-material.
         w_sales_cfgs_inst-persist_id_type = 'G'.
         APPEND w_sales_cfgs_inst TO t_sales_cfgs_inst.
         CLEAR w_sales_cfgs_inst.
    *---Filling Configuration Characteristic Values SALES_CFGS_VALUE Table
         LOOP AT w_items-itm_config INTO wa_itm_config.
           w_sales_cfgs_value_in-config_id = '000001'.
           w_sales_cfgs_value_in-inst_id   = '00000001'.
           w_sales_cfgs_value_in-charc     = wa_itm_config-charc_name.
           w_sales_cfgs_value_in-value     = wa_itm_config-charc_value.
           APPEND w_sales_cfgs_value_in TO t_sales_cfgs_value.
    *---Filling Configuration Variant Condition Key SALES_CFGS_VK
           w_sales_cfgs_vk-config_id = '000001'.
           w_sales_cfgs_vk-inst_id   = '00000001'.
           w_sales_cfgs_vk-vkey      = wa_itm_config-charc_name.
           APPEND w_sales_cfgs_vk TO t_sales_cfgs_vk.
           CLEAR : w_sales_cfgs_value_in,w_sales_cfgs_vk.
         ENDLOOP.
         CLEAR : w_sales_items_in,wa_mara,w_items,w_sales_schedules_in,
                 w_items-itm_number.
       ENDLOOP.
    Cheers,
    Harsha

  • Material staging indicator not populating in prod order WM pick list item

    Hello,
    I have an issue with material staging in an prod order
    1) PP-WM interface is activated
    2) Control cycle for material is created
    3) Production storage location is created for material
    4) storage type is 100 for production
    5) There is one discontinued material and also the follow up material
    6) stock of discontinued material is zero and requirement are passed to follow up material
    When we confirm the order the stagging indicator for both follow up material as well as discontinued material automatically populates zero (Non relevence to pick list items) where as it should be one (1 - for pick list items).
    One more issue user has manually inserted discontinued material as well as follow up material in production order change mode.
    In the BOM of a main material both discontinued as well as follow up material is there with some quantity as a component.
    For the same work center, control cycle , production storage location the indicator is populating.
    These two material (discontinued as well as follow up) are appearing twice in the WM pick list screen where first two line items are OK and populating indicator "1". But in line item last and second last indicator is not there.
    My question is why the stagging indicator is not automatically populating in the production order WM pick list screen in front of components.

    Unfortunately, WM material staging via production orders is not possible
    from the pull list.  Please see the long text of message RMPU 311
    (WM material staging for production order reservation not possible):
    "You cannot carry out a WM material provision for pick parts from
    production order reservations in the pull list". The reasons for this
    are cleary explained in the SAP on-line documentation via the
    following path :
      Logistics -> Logistics Execution -> Warehouse Management Guide ->
      Goods Issue -> Goods Issue for Production Supply ->
      Material Staging for Repetitive Manufacturing
    See the following under the Selection heading :
    The choice of the selection type influences which types of WM material
    staging are supported in the pull list. However, the pick parts can be
    staged via RS headers/planned orders but not with the current BOM
    explosion. The release order parts, on the other hand, can also be
    staged if the current BOM is used for calculating the dependent
    requirements.
    WM material staging via production orders is not possible from the pull
    list.
    I think you may try in CO02 or COR2 for production order or process order.

  • Actual Cost & Quantity not update in Process Order

    HI,
    Process order confirmed from Production person before maintain the actity price rate.
    hence those confirmation are gone in to the error & found in t.code COFC
    afterword the activity rates are maintained & we reprocess those confirmation thorugh COFC, now there is no COFC entries
    but still actual quantity & cost not updated.

    Hi Ajay
    'Z_UPD_ACT_IN_OPR_UNICODE in the note 736018.... Ask your ABAPer to implement the program and execute the same
    You may need to raise an OSS message incase the program is not available to download
    BR,Ajay M

  • Contract value not updated in open order value of credit management

    My requirement is i have created the contract and activated the credit management by assigning credit  group to contract document type, In item category the credit is active and in pricing subtotal is also assigned .
    But when i create the contract , the open order value is not updated .
    i do not want the credit to be active at order level.
    Dear guru's
    please let me know where i am going wrong
    thanks in advance

    hi,
    open sales orders value not updating currectly in sales value of CM
    http://wiki.sdn.sap.com/wiki/display/ERPLO/CreditmangementIn+SD-FI
    i think you have to run a report which is under the link number 1.
    regards,
    balajia

  • Statistic condition values not updated during Sales order Settlement

    Hi,
    In our client we have different Price condition types for based on scenario wise. Ex: Domestic Sales (ZPR1) and Export Sales ZPR2. I have maintained separately value fields for each price condition types.
    We are booking some financial charges, and interest on working capital etc., this cost we need to transfer to COPA each Material wise based on sales revenue.
    For this purpose we have created one COPA Assessment Cycle.  Tracing factor is Sales Revenue and receiver is Materials.
    In COPA Assessment cycle we can give only one base means ZPR1 related value field or ZPR2 related value field.
    For this reason we have created one new statistic condition type,  what is amount there in ZPR1 that amount will updated automatically in statistic condition place and so that we can give once one trance factor in COPA Assessment Cycle. We have assign this statistic condition all pricing procedure
    Now my problem is in MTS scenario statistic condition values updated correctly. But in MTO scenario sales order settlement time statistic condition values not updated.
    So is it possible update during sales order settlement time statistic condition values.
    Please give me suggestion.
    Regards,
    Thiru

    Hi Ajay Sir,
    As you said is correct.
    But in our client we have around 9 Plants and each plant manufacturing product are different. Client Requirement is in COPA Report they need see each product wise sales revenue. In this way we mapped product wise value field.  System already mapped one guy in this way earlier. Now I am doing some changes for relevant to month end activities.
    Some financial changes transfer to COPA each plant wise on Material. Here sender is cost center and receiver is Material. Base is Sales Revenue.
    Please suggest me is there any alternative.
    Regards,
    Thirumalesh .

  • Delivery block not updated in sales order after released VKM3

    Hi all,
    I am facing below error
    after released  credit block throuh VKM3 also i am unable to delivery becasue it is not updated still block exist in sales order level.
    i made all nacessary settings for that and also i tried through VKM1 but this tcode through error no poosible entries.
    Thanks in advance
    Srinivasa

    hi,
    check the following steps of assignment you did right or not
    1)first check in  t- code FD32 U  assigned authorization person & each credit limit U shud assign
    an authorization person along with credit limit
    2) check - conditon records with KRML output is there or not
    please read standard SAP config help as a check point doc.[Credit mgmt|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/SDBFCM/SDBFCM.pdf]
    Let me know if it is soling your issue...
    rgards,
    rajeev

Maybe you are looking for