Unit of issue in COGI

Hi Experts,
I have unit of issue (in BOM and Matl Master) which is Alt UOM, different from Base unit of measure. While doing MFBF, I am getting qty of component in Alt UOM but actually system is withdrawing components in Base Unit of measure only. This is resulting in postprocessing records - COGI in base UOM. What should I do so that system will issue component in Alt UOM.
Thanks
Suresh

Dear,
Do not worry about unot of measure...system will issue the material in the unit you have maintained in BOM. More over whatever the unit you have enetered, systme will calculate the alternate unit qty and updates the stock. Usually MMBE shoews the stock in all units...but material is valuated w.r.t base unit of measure. Hence system willcalcuate the al unit and updates FI documents to updating the stock.
Hence system will calculate the unit conversion you maintained in material master
Can we know what problem you are facing in post processing?

Similar Messages

  • Change/ removal of Unit of Issue in Material master Work scheduling view

    Hi,
    Is there a way to remove Unit of Issue from Work scheduling view? it is giving error message as "this is being used in BOM". Even if we put deletion indicator also it is showing same error message.
    Regards,
    R. Srinivasan

    Do a CS15 for the material in question and make sure you go in the BOM and select the material and click on delete/remove you can then do this.
    I have tested it and it works.
    Regards
    Adeel

  • Error when changing unit of Issue in material master

    Hi,
    When i am  trying to change Unit of issue in Qualitymanagement view of  a material using MM02 transaction, we  got error message - "The unit of issue cannot be changed because the material is used in a BOM-------Mesage no. M3214"
    Can anyone suggest what is the reason behind this. ?. how to avoid this error.
    Thanks in advance.

    HI Aditya,
    "The unit of issue cannot be changed because the material is used in a BOM-------Mesage no. M3214"
    The reason is that material is used as a component in BOMs with the present unit of issue as a unit in the bom line item.Unless you change that bom line item unit to its base unit ,system will not allow you to change the unit of issue in QM.
    First check in which BOMs the material you were changing is used as a component.this you can do in transaction CS15.
    then change the unit of measure used for the material in bom line item to base unit of measure.if one only one BOM is there change in CS02.if more BOMS are there do mass change in CS20.
    Then try to change the unit o fissue.now system will allow you to do the changes.

  • Report gives stock in unit of issue

    Hi,
    Mb52 gives stock in basic unit of measure .
    Is any other report where i want stock in unit of issue with list of material.
    Regards,
    Rajendra D. Sawant

    hi,
    you can see from mmbe for only one material for different units.
    best regards,

  • Unit of Issue  not considered in Excise Register Entries in Std SAP

    Dear Experts ,
    I have a material Base UoM is KG
    i procured 100 KG
    the Unit of issue for the same is G(grams)
    now the consumption of 100 G was booked
    Excise registers shows the following entries :
    qty rcvd : 100 ( there is no unit )
    qty issued :100
    balance : 0
    whilst the balance shud be 99 KG
    Pls give ur inputs
    Regards
    Anis

    I donot have any problem with reciepts
    My problem is with issue .
    i have been suggested to use the user exit   J_1I7_USEREXIT_J1I5_VALIDATE
    for which the coding needs to be done .
    The same was done as under :
    FUNCTION J_1I7_USEREXIT_J1I5_VALIDATE.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(RCPTISSRSN) TYPE  J_1IPART1-RCPTISSRSN OPTIONAL
    *"  TABLES
    *"      T_MSEG STRUCTURE  MSEG OPTIONAL
    TABLES
         T_MSEG STRUCTURE  MSEG OPTIONAL
    tables:j_1ipart1.
    data:it_mseg like t_mseg occurs 0 with header line.
    if sy-tcode = 'J1I5'.
    move-corresponding t_mseg to j_1ipart1.
    j_1ipart1-menge = t_mseg-menge.
    j_1ipart1-meins = t_mseg-meins.
    modify j_1ipart1 ."where mblnr = t_mseg-mblnr and zeile = t_mseg-zeile.
    endif.
    ENDFUNCTION.
    The logic is to put an entry for J_1IPART1-MENGE  & J_1IPART1-MEINS  from
    MSEG-MEINS & MSEG-MEINS instead of the default used in the system ( MSEG-ERFMG & MSEG-ERFME)
    But the above doesnt work.
    Pls do help.
    Regards
    Anis

  • Query on Unit of issue

    Hi,
    In the material master (warehouse mgmt1 view), we have two unit of measures defined.
    One is base unit of measure and the other is Unit of issue.
    1. What is unit of issue and what it's used for?
    2. Is it applicable only for materials issued from warehouse-managed storage locations?
    Let me know.
    Thanks,
    Mohit

    Hi,
    When a quantity is assigned for the first time to a processing method, the unit of measure is calculated as follows:
    If the quantity is to be cross-docked, the unit of measure at goods receipt is used. If the assigned quantity cannot be converted to this unit of measure, the cross-docking quantity is displayed in base units of measure.
    In the case of all other processing methods, the quantity is displayed in the unit of issue of the issuing site. Sometimes the unit of issue cannot be used, for example in the following cases
    The quantity cannot be converted to the unit of issue.
    The unit of issue of the issuing site is not known.
    The unit of issue of the issuing site is the same as the base unit of measure.
    In these cases, the planned unit of issue of the relevant issue document item is displayed. If the assigned quantity cannot be converted to this unit of measure, the quantity for the processing method is displayed in base units of measure.
    pls let me know if u need more info

  • Unit of Issue vs UoM

    Hi Gurus
    We have a scenario, where in we are maintaining , diff  UoM for the Base unit & unit of issue in the material master.
    Our legacy team finds it easy to maintain the stock in unit of issue. how will it impact initial stock loading ?
    Muthu

    Hi
    Initial stock is always maintained in the Stock keeping unit that is base UOM.
    Unit of issue will be taken only when issue related movements are performed
    If you are thisnking to change the UOM now after uplaoding the stock, it may not be possible. You need to remove the stock & then reload it with Unt of issue.
    Thanks & Regards
    Kishore

  • To change Unit of issue using BAPI

    Hi all
    CAN ANYONE TELL ME HOW TO CHANGE THE UNIT OF ISSUE OF MATERIAL UNDER General plant data/storage view using BAPI.
    Can any one tell me what all things i need to pass to BAPI_MATERIAL_SAVEDATA
    Thanks

    Hi,
    Try this sample code for updating the field..The issue_unit will be field to be modified..
    PARAMETERS: p_matnr TYPE matnr.
    PARAMETERS: p_werks TYPE werks_d.
    DATA: header LIKE bapimathead.
    DATA: plant  LIKE bapi_marc.
    DATA: plantx LIKE bapi_marcx.
    DATA: return TYPE bapiret2.
    header-material = p_matnr.
    header-storage_view = 'X'.
    plant-plant = p_werks.
    <b>plant-issue_unit = 'LB'.</b>
    plantx-plant = p_werks.
    plantx-issue_unit = 'X'.
    CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
         EXPORTING
              headdata   = header
              plantdata  = plant
              plantdatax = plantx
         IMPORTING
              return     = return.
    IF return-type  = 'E'.
      WRITE: / 'Error'.
    ELSE.
      COMMIT WORK.
    ENDIF.
    Thanks,
    Naren

  • The unit of issue cannot be changed because the material is used in BOM.

    Hi Pals
    Please could you help with the following:
    I have a request to change value in unit of issue field (Work Scheduling tab), current value if ZPC and i need to remove it and leave field blank.
    When i delete this value and press enter error message occurs: "The unit of issue cannot be changed because the material is used in a BOM" (Message no. M3214).
    I've removed this material from all BOMs at concerns plant level, but this doesn't help.
    Under cs15 tcode, SAP still sees deleted BOM history and probably this stops SAP to allow to change unit of issue.
    Do you know how to remove BOMs without history. And mainly, how to solve this problem.
    Thank you in advance
    Regards
    Andrey

    Hi R.Brahmankar
    thank you for support!
    you wrote:
    Dear,
    Please refer OSS note 215970 It will resolve this issue.
    Regards,
    R.Brahmankar
    I searched in note you gave: and there are 3 reports mentioned:
    1. ZZITMTC4 - selection report without update option
    2. ZZITMTD4 - selection report with update option
    3. ZZITMTD5 - selection report per each material with update option
    4. ZZITMTDOC - selection report with document entry and update option
    To be honest, i don't know how to use those reports...
    I searched in GRR3 tcode for such, but no such reports exist.
    Please could you advise how to use those reports.
    Thank you
    Best Regards
    Andrey

  • Unit of Issue to be as of BUoM

    Hi Gurus,
    I have an issue with regards to unit of issue.
    We have the paint with UoM 'L' in leter where as the consumption is in 'ML'. The stores need to issue the material to WIP store with respect to Reservation in L only where as the consumption has to happen in ML.
    My user do not want to change the Unit of issue from ML to L manually and want it to be issued in L only. But as the issue unit is already maintained in ML in Material master and in BoM, it is defaulting to ML while transfering to WIP store.
    Pls provide a solution where in store issues material in L and consumption happens in ML without any manual changes during goods postings.
    We also tried by not maintaining isue unit as ML and mainataing it in BoM only but the error while confirming the order (Consuption) says UoM does not exists. In that case my problem of issuing in L only will be solved.
    Rewards follows...
    Regards
    Shash

    Hi,
    Go to material master in Site data/ stor.1 view
    In general data, we are having base unit of measure  and unit of issue, there you can maintain two units.
    Maintain, Base unit of measure as ML  and  unit of issue as L .
    Just check it out, it works or not, there you can issue in L and consumption gets booked in ML.
    Regards.

  • 10.5.5 Boot issue - spinning cog/gear

    Not sure where to list this as there is not really a category for boot issues.
    Today, was unable to access server (remote server), local support rebooted it before I was aware of the problem. However, on reboot the gray screen shows then the spinning cog/gear appears yet the system never gets past this.
    The server is obviously not able to load networking services thus I can not reach the server remotely. Local FS rebooted the server several times, they also say they put in a 10.5 DVD (not sure if it was a client or server DVD - they were not sure...). They also booted the server in target mode and hooked a laptop to it and ran Disk Utility (gui) - repaired the disk and permissions - no issues found. They say they also ran techtool on the main volume and found no issues. They also mentioned that the deleted com.apple.loginwindow.plist from /Library/Preferences, and com.apple.finder.plist from ~/Library/Preferences (~ being the local admin account).
    From my understanding the server has not yet been rebooted after these last few attempts to fix the issue. Have been unable to get ahold of anyone at the remote site this evening so I will have a go at it tomorrow.
    Just curious if anyone else had seen this and if they were successful in fixing the problem.
    Let me know if there are any questions and thanks in advance.

    Well, if it's getting stuck there (but does boot into single-user mode) then I suspect it's stopping at the final part of the boot stage associated with the spinning gear, namely launchd starts/tries to start but either isn't, or can't (crashing instead).
    Since the unit boots in(to) single-user mode, have them manually run
    fsck -fy
    and make sure it comes back OK.
    They should also mount the drive r+w,
    and invoke
    diskutil repairPermissions /
    You should run repair permissions from a matching OS version & type (server vs. client)
    and this routine run this way, should also repair a key symlink if it is missing or damaged.
    Past that, your install is compromised in a way that can't readily be repaired remotely - certainly not via proxy of proxy (us in this forum, via you, via the guys in the data center).
    But, you can try to get them to boot single-user mode and mount the drive r+w,
    and read through the logs. /Library/Logs/CrashReporter , and /var/log/console.log and system.log
    But that far in is a level of service I'd normally be charging for, and I might have to politely bow out here, as (once again) repair by proxy of proxy is realistically neither all that viable nor enticing for a number of reasons.

  • Posting date issue for COGI records.

    Hi all,
      I have one issue regarding the posting date for the records which are being cleared from COGI.
    _In case of MF47 (Postprocessing for REM) following is the behaviour,_
    In this if GR has happened on say 1st and due to stock un-availability components are gone to Post processing, Now when stock of component inwarded on say 20th then GI posting happens on 20th in post processing record clearance
    _Now in case of COGI (Automatic goods movement : Error handling) behaviour is different,_
    In this scenario if GR has happened on say 1st and due to stock un-availability components are gone to Post processing (COGI), Now when stock of component inwarded on say 20th then GI posting happens on 1st in post processing record clearance
    I want same should be happened in case of COGI also, is there any note/ correction/option available??
    Thanks in advance
    Regards,
    Vinayak.

    Dear,
    There are backlogs from the backflush in repetitive manufacturing. You can display these using Transaction MF47 and/or Transaction COGI. So schedule a job for program RMSERI11 on daily basis or hourly basis  so it will clear the postprocessing errors.
    But for some of the errors, it needs manual intervention like updating storage location, posting dates due to posting period block etc.
    Hope clear to you.
    Regards,
    R.Brahmankar

  • Weighted avg Unit Cost calculation for COGS

    Hi friends,
    Has any body done weighted avg unit cost calculation for inventory valuation and COGS calculation. In a way we need to mirror ECC material ledger functionality based on the APO data in side the planning tool.
    Any ideas on the above!!!
    Kind Regards,
    Krish

    Hi Jerry,
    Thanks for the tip. I actually needed to clean the spreadsheet up and put bogus values in to comply with company policy. Anyhow, here is a sample of the spreadsheet
    http://dl.dropbox.com/u/7499586/junk.png
    Just imagine about 100 products and several hundred raw materials, a dozen types of labor and about 30 types of packaging. It's a monster spreadsheet.
    The "units" under each product is the number of units per batch. You can see each product has two columns. One where you put in how much of a raw material, package type, and labor type go into each batch, the next calculates the cost for each item. Then it gets summed at the top for the total unit cost for that product.
    Let me know if you have any other questions about it. Thanks so much for your help!

  • Unit of issue

    Hi
    In my scenario I have different unit for Procurement (i.e Crotons) and for issue of material to production (i.e Pieces)
    Where can I maintain this?
    NK

    hi,
    You shd use the Base unit of measure as CAR (Cartons) and order unit as pieces..in the MMR Material master record(Purchasing view)..
    Also Issue unit can be defined in the Plant /storage 1 data tab in MMR ...
    Hope its clear...
    Regards
    Priyanka.P

  • Unit Conversion issue for same material with Diff KPI

    Hi,
    i have a report with multiple key figures which form a structure.
    Unit conversion for this report and all the key figures are defined at report level.
    Below are the settings in place
    Source currency:    Data record from target
    Target Currency:    From variable ( Input variable in BeX report)
    Conversion  factor: Dyanamic Determination of conversion factor
                                   Using Reference Infobject if available otherwise use T006
                                   Reference Infobject: 0Material
    Issue: For 1 Key figure conversion to TO is happening, however for other Key figure conversion is not happening for the same material.
    Note: Conversion to TO is defined in BEX settings for Info object 0material and stored in DSO UOM0MATE.
    Why for same material some key figures convert to target unit correctly and not the others?
    See the attached screenshot. Sales Quantity is convertin to "TO" while Volume third party shows figue in"ERR" for same material.
    Thanks
    Nayab

    Hi,
    Following reasons cause to your issue,
    1. Unit Conversion is not maintained for that particular material  in source system Material itself, so that  conversion data data may not updated in DSO (UOM0MATE).
    2. For particular transnational data record key figure value don't have any base unit or units measures, that case also  you may get that error.
    Request check the transnational data in your InfoProvider and 0Material Master data and DSO data (UOM0MATE) . Correct the data based on that.
    Check the Master data test in RSRV for 0Material, if any SID generations was missed or not.
    I hope this can be help to find the cause of error , based on that you can resolve problem.
    Thanks & Regards,
    Leela Krishna.

Maybe you are looking for

  • Error while generating WSDL

    Hi, I am creating a web service which has a method that communicates with the Data access layer (classes that have database connectivity). While generating WSDL, I am getting the following error in IBM WSAD: "IWAB0132W Boolean property accessor getBo

  • How can I set the height of ui:pageSeparator to less than 24px?

    I've tried setting the height style but that appears to be ignored.

  • NEED HELP ASAP IN sql*plus

    Hi here is my progrom : step1 i define status in Sql*plus define entery_status = ' ' This is my part of progrom select ppf.full_name, pha.segment1 | | '-' | | pla.line_num po_nbr, pv.vendor_name, plt.line_type, msi.segment1, trunc(pha.creation_date)

  • Thread-safe invocation of method?

    I have 10 threads that would like to store each of their value corresponding to a key in a HashMap. Each thread has a unique key. They all call this method in class A at the same time: a.myPut(hm,key,value) public void myPut(HashMap hm, String key, S

  • Euro symbol not rendering

    Hi, My original page was published with euro symbols within some editable regions,  and these rendered properly and without issue. Today my client is trying to edit and the euro symbols are not rendering, instead turning into question marks and I can