Incorrect UoM Conversion on Transfer Requirement from Production Order

I have a Question on a Production Order that created a Transfer Requirement.  Looking at the Components of the BOM within the Production Order, I have a Material where the Issue Unit of Measure is QT and the Base Unit of Measure is EA, with a Quantity of 1.   In the Material Master Alternate Unit of Mesaures, the Conversion is setup so that 1 QT = 1 EA.   The question of why the 1 for 1 conversion is not relevant, as this is just how the material was setup and I know it does not make any sense.   When the Transfer Requirement is created it is showing that 1 Qt = .25 EA.  I am unable to locate where this conversion is coming from.   We do not want to lose visibility of this part number, as creating a new part number with a Base Unit of Measure of QT would fix the problem.
Is there anywhere in configuration where there could possibily be a Conversion?  I have looked at Control Cycles and the Reference Operation Set and do not see anything.

Closing Thread as there has been no responses but I am still looking for a solution.  The only  possibility that exists at this time is the material was copied from another material and the UoM Conversion was 1 QT = 4 EA on the Copy From Material.  I can not see where any changes were made to the unit measure conversion for the new material.  The only other possibility is the Production Order was manually converted to the new material incorrectly.

Similar Messages

  • Purchase Order from Production order

    Hi,
    This purchase order is created directly from production order.( My problem is the material number is no where shown on PO. but when I print it (print preview) i can see the material number along with the Production order number. I am writing a new report and need material no.
    Interesting thing is, even when the Material no is missing. I can see the short txt for material as 'Galvanise'.
    Pls help me in finding the material number.(item wise)
    Thanks & Regards
    Hrishi

    Hello
    To optimize the workflows, you can change certain functions of the standard material master by using customer exits.
    You can tailor the display of the material number to your requirements by using the SAP enhancement MGA00003. If, for example, a material has the number 123, you can use this enhancement to determine that the material number is to be displayed with a prefix such as MAT-. (The number 123 is still saved in the database.)
    Control for the material number assignment
    MGA00002
    EXIT_SAPLMG02_001
    (Internal number assignment)
    EXIT_SAPLMG02_002
    (External number assignment)
    Control for the material number display
    -{}-MGA00003
    EXIT_SAPLOMCV_001
    (Number conversion from display format to database format (input: start))
    EXIT_SAPLOMCV_002
    (Number conversion from display format to database format (input: end))
    EXIT_SAPLOMCV_901
    (Number conversion from display format to database format (input: start))
    EXIT_SAPLOMCV_902
    (Number conversion from display format to database format (input: end))
    Regards

  • BOM explosion from Production Order

    Hi All,
      I understand from SAP Help files that we can explode BOM from Production Order using Read PP Master Data. But it also says, that we cannot do this if items have already been issued out. So would like to know is there anyway out to ensure that the production order is reading the latest version of BOM.
      The reason i want to know is because, at present the BOM keeps getting updated & so the work order has to reflect the new items. The BOM contains about 300 or more items, so manual changes is very tedious & error prone at the moment. Furthermore some components are outsourced. So i want to receive them back & post new materials for them. Hope my problem is clear & await inputs
    Vivek

    Hi All,
    Thanks for the inputs. I think for the situation am facing, the Order change management method, should be of help, as the BOM changes does not take place on scheduled dates, for me to fix the BOM explosion dates & assign them. As of now the BOM gets changed, depending the customer requirements, which is unpredictable.
    Clarification required:
    1. The profile which is created using OPL7 & assigned in OPL9 is unique, i.e. for any change numbers of BOM will always follow the profile entered in 'Overall Profile' in Work Scheduling view & i do not need to create new profiles for each new change number of BOM
    2. Once i run the COCM with the new change number, in the production order - components view will i be able to see any error message for those items which no longer feature in the new version of BOM? & will the materials added in the new BOM automatically feature in that list or do i have to manually add these to the order & if so, how will i know which materials need to be added?
      Hope the clarifications sought are clear, await inputs
    Vivek

  • Function module to calculate capacity requirements of production order

    HI
    Hav a requirement to calculate capacity requirement  for production orders like we see in cm50... does anyone know a function module to calculate capacity requirement?

    Hi All,
    Just to reopen this issue, even I am looking for a similar functionality.
    To reinstate the requirement:
    I want to find shifts and corresponding capacities for a work center. These details are obtained from CR03 and CR13 transaction.
    If possible do let me know Function module or tables for the same.
    Debs

  • Deletion of Serial numbers/ Parallel sequences from production order

    HI ,
    I am trying to delete the Serial numbers from the production order programatically using the FM SERNR_DEL_FROM_PP. I dont get any error , but the serial number is not getting deleted from production order. If anyone have used this FM for deletion Please let me know what extra has to be done.
    Similarly i have a requirement or deletion of parallel sequence from the production order. Any FM to do the same?
    Code screenshot below
    CALL FUNCTION 'SERNR_DEL_FROM_PP'
           EXPORTING
                material              = i_matnr
                j_vorgang             = 'PMP2'
                ppaufnr               = i_paufnr
                ppposnr               = i_itemno
           IMPORTING
                anzsn                 = l_num_serno
                ZEILEN_ID             =
               SERIAL_COMMIT         =
           TABLES
                sernos                = gt_sernos
           EXCEPTIONS
                serialnumber_errors   = 1
                serialnumber_warnings = 2
                OTHERS                = 3.
      DATA ls_afpod_po TYPE afpod.
      MOVE-CORRESPONDING gs_afpod_po TO ls_afpod_po.
    *.....Update Number of serial numbers in parent order
      ls_afpod_po-anzsn = l_num_serno.
      update afpo
      set anzsn = l_num_serno
      where aufnr = i_paufnr and
            posnr = i_itemno.
      commit work AND WAIT.

    Hello,
    the function module SERNR_DEL_FROM_PP calls the function module SERNR_DEL_FROM_DOCUMENT within. There, the changes are only written into the memory.
    See also the code below:
    CALL FUNCTION 'STATUS_BUFFER_EXPORT_TO_MEMORY'             "P99K058111
            EXPORTING                                             "P99K058111
                 I_MEMORY_ID = MEMID_STATUS.                      "P99K058111
    The variable memid_status has the value 'SN_STATS'.
    So if you want to update the data, you have to call the following function module:
    CALL FUNCTION 'SERIAL_LISTE_POST_PP'
      EXPORTING
        MEMORY_ID_STATUS       = 'SN_STATS'
    Regards Simon

  • How to get unloading point value from Production order?

    Hi
    Can u tell me how can i get the Unloading Point  value from Production order where the
    Warehouse no,
    Movement Type AND
    Requirement Type F is given
    Kindly send me full select query (Table name-field name).
    Moderator message: please search for available information and try solving things yourself before asking.
    locked by: Thomas Zloch on Sep 24, 2010 9:15 AM

    Try these options.
    Table: AFPO
    Field: ABLAD.
    Table: AUFM
    Field: ABLAD.

  • Open Multiple PDF files from Production order/Routing

    Hi Everyone
    We are in ECC 6.0 environment. We have a scenario where multiple documents were attached to single operation and also at multiple operations. But when I was trying to open these PDF documents, only the last file was getting opened and closing the previous file. How can I open multiple PDF files at one time from Production order or Routing?
    Any help is appreciated.
    Regards
    Prasad

    Hi Prasad,
    from DMS standard I regret but such a functionality is not available. In the standard originals can be opened only one after another.
    I think for realising this functionality an individual modificatoin is necessary.
    Best regards,
    Christoph

  • How to output serial number from production order in GLM ?

    how to pull serial number from production order in wwi template for GLM ?

    Hi,
    Please have a look to this thread:
    BAPI/RFC to get serial numbers for a production order
    Hope it helps,
    Kr,
    m.

  • Purchase order from production order !!  (Missing material no)

    Hi,
    This purchase order is created directly from production order.( My problem is the material number is no where shown on PO. but when I print it (print preview) i can see the material number along with the Production order number. I am writing a new report and need material no.
    Interesting thing is, even when the Material no is missing. I can see the short txt for material as 'Galvanise'.
    Pls help me in finding the material number.(item wise)
    Thanks & Regards
    Hrishi

    Hi
    1. Check table EKPO, if material number is stored against said PO,
    2. Check ME23N, ME23N, ME22, ME23 screens are u able to see material no. in any of T-code.
    If one of T-code not showing material number, it is sort of bug in system
    Regards,
    NNK
    PS:Award points for useful ans

  • Transfer goods from sales order to own unrestricte stock

    Hello,
    does someone knows a way to transfer goods from sales order stock to own unrestricted stock.
    MB1B is not good, because I have to transfer each material separately with 411E.
    I want to transfer all materials in one step.
    Thx a lot!

    Hi,
    Create a LSMW and transfer
    Regards,
    Vikas

  • Transfer of requirements from sales order to production.

    hi 
    how are the requirements transfered from sales order to MRP.
    if a sales order is created how is the reqirement getting tranfered to MD04.
    is it through requirement class and requirement type.

    Hi Friend,
    Basically the requirements are transfered based on the requirement types
    Priority 1: Strategy group...Every strategy group is assigned with reqt type...depending on the strategy selected the assigned Requirement type is triggered and it will behave as per the configuration.
    if Strategy group is not mentioned in material master then it will pick the requirement type which is assigned to Item Category group in sales Org 2 of material master.
    if Item category group is not mentioned then it will look for MRP group.
    Thanks
    Satya

  • Sales order - show total plan costs (from production order) on sales order

    Hi all,
    I have the following question/scenario:
    We create prodction order to collect cost (hours) for a service. There exists also a material master for this service.
    The confirmed hours are posted on the production order and then setteld to the respective sales order (settlement rule SDI).
    What to I have to maintain/customize to show the total plan cost (for the service) on gthe sales order?
    If I check the sales order via VA03 --> environment --> cost report , I can see the planned sales revenue but no planned costs?
    (the actual value flows work so far, postings via settlement or billing document).
    I hope the topic is understandable. Any ideas?
    Thanks in advance.
    Edited by: Butch66 on Sep 27, 2010 7:07 PM
    Edited by: Butch66 on Sep 27, 2010 7:08 PM

    Hi
    Planned costs from prod order can not show on sale order.. Both are 2 separate entities in their own respects
    Unless you calculate sales order cost estimate on your sales order, you cant see planned costs on sale order...
    To calculate sale order cost estimate, make settings in your requirement class...
    1. Go to procurement tab of sale order
    2. See whats the requirement type
    3. Go to IMG > Controlling > Prod cost Contr > Cost Obj Contr > Prod Cost by Sales Order > Control of Requirements
    4. Here you can see mapping of req type to req class....
    5. If you want to have sales order costing and have sales order as CO object inorder to have sales order wise profitability, you should have following settings in Req class...
    >Acct Assignment Category should be E
    >Costing: Either Blank or X
    >Costing Id and Costing Method: As per your requirement
    Regards
    Ajay M

  • Can GATP confimed date come from production order finishing date??

    Hi Expert,
    I have one question to ask.
    in the GATP , I want to the APO system can consider the production ability , that is, when I create a sales order, the system will make  a GATP check in APO, if there is no enough stock, the system will create a PPDS planned order and return the planner order finsihed date as the schedule line confirmed date.
    I do not know this is possible or not??
    I hope some expert can help me to solve this problem
    thank you in advance!

    Hi Liu,
    Why Planned order date.. It could be Production order date (planned order release date) + inhouse production time + Transporation lead time + GR processing time (at the original location where the order is placed) ..that should determine the material availability date. CTP exactly does this. Make sure that the "replenishment lead time is switched off" in the product-location master (in fact this is location independent)- as this take precedene over everything else.
    Also ensure that that end of checking horizon is larger than the interval established above, else MAD could be much earlier. Also enure that transfer of requirements is set both at header and schudule line level for CTP to work.
    Regards,
    Loknath

  • Project Stock from production order

    Hello Experts
    Am facing a issue in PP where i have created the production order manually and have entered the WBS manually in to that and have confirmed it. Later i have done MIGO against to that Production order and have built the stock but the stocks are taking it has normal stock and not the project stock where it has to be in the WBS element which we had taken in production order. And we have used movement type 101 and its not taking 101Q in background.
    If we check in MB51 it wont show the stock in project stock.
    Could you please let me know where am going wrong please as we are doing in Production we require a help
    Regards
    Praveen B M

    I have seen this kind of issue with Production order manually created. Best way is to use the production order which is created from planned order generated from MRP run.
    Regards,
    Mahendra

  • Goods Issue from Production Order in SAP

    Dear experts,
    I faced one issue not yet solve is that my customer created the production order
    then already issue for production for all quantities of child item .
    Example:
    Production OrderItem A
    Item A1 = 2 Qty
    Item A2 = 2 Qty
    Item A3 = 2 Qty
    Issue for Production Item A
    Item A1 = 2 Qty
    Item A2 = 2 Qty
    Item A3 = 2 Qty
    But later on, my customer found out that 1 Qty of Item A1 already damaged.
    So they want to issue one more Qty of Item A1 instead of one that already damaged.
    How can I issue one more Qty for this item?
    Please your advices are necessary for me.
    Best regard,
    Borey

    Hello Borey,
    Solutions may depend upon the way you want to book the cost for the damaged part A1.
         (a) If you want to book the cost to the production order itself (production order is a cost object), manually book consumption for another quantity using MB1A, 261 movement (you will have to mention the production order during posting this consumption).
         (b) If you do not want to book higher cost to that production order, you can:
               1. Extract damaged quantity of A1 from that production order using MB1A 262 movement.
               2. Create a manual QM lot and after rejection, move that damaged quantity to blocked stock.
               3. You can scrap or rework from that blocked quantity later.
               4. Issue another quantity of A1 from unrestricted stock to that production order using MB1A                261 movement.
    Hope I could help you.
    Best Regards.
    Rajen        

Maybe you are looking for

  • Can I used an older iPod with iTunes Match

    I have an older iPod Classic running version 1.3.  Can it be upgraded so that it can sync with iTunes Match?

  • Could not get Custom screen in me21n after implementing Badi ME_GUI_PO_CUST

    Hi., I created implementation for the badi ME_GUI_PO_CUST... but i could not get the Tab and screen in header tab. also used below  link in the  forum to correct the issue ....but dint help me . Custom screen not displaying using BADI ME_GUI_PO_CUST

  • Remove slide from quiz review/retry

    Hi there, I have a course with some interactions and one drop-down select question and then there is a 25 question quiz at the end. I want to allow the user to retry the quiz but when I do, they get taken back to the drop-down question (even though r

  • Help? iPad to printer for coupons on the go!

    I am new to apple other than my iPhone! I have a wi-fi 3G iPad and am getting frustrated as I'm shopping and have forgotten a certain coupon I need. Is there a mini printer I can take on the go so that I can print from iPad while shopping when needed

  • Oracle Performance Improvement query

    Hi Chaps Everyday we are loading around 300 k records into our application table.Before loading these records, we have to get customerid from another application databases.We are taking customerno from each record and getting master customer id from