UOM Convertion in GR Issue

Hello Gurus,
I have a material that have the next UOM:
1 PC (BUM) = 3 BAG
When I make a GR (mov. 261) for this material in 1 BAG (UOM at the BOM) the system makes the convertion to PC and discounts 0.333. See the next example:
Initial Stock:         1        PC = 3 BAG
GR ( - 1 BAG):    0.667 PC = 2.001 BAG
So, at the end I have a little surplus that obviously doesn't exists.
Is there any possibility for fix this? Can the system discounts 1/3 instead of 0.333?
Thanks in advance.

Hi
I once had this issue in one of my projects. I'm afraid, as far as I know, this is the standard SAP, UoM can only accomodate 3 digits of decimals.
Thus, when you define the Base UoM not with the smallest unit, you will face this kind of case where SAP will round the qty, resulting in an excess in stock (when physically it doesn't exist).
My advice is, you should define the smallest unit as the base UoM, so this problem will not arise.
Or, for material which already have this problem, you should do adjustment at least every month for this qty rounding problem.

Similar Messages

  • Export to PDF- Colour Setting-------Convert to Destination Issue

    Have recently synchronized all colour management in adobe CS, after creating new output destination profiles for printing press. All seems well and good when photoshop files are in an kept in RGB with original source profiles. They convert to destination CMYK profile successfully.
    However if any of the images are in CMYK with a profile embedded, the end PDF does not convert these to new profile.
    According to the info that appears in pop up info when you hang cursor over 'Convert to Destination(Preserve numbers' on the export options for PDF, it says that any image with a profile will be converted to destination.  This does not seem to be happening, its almost as if the image has not got a profile attached, in which case it should then preserve numbers. I went back to double check file to see if this was the case, but the profile is definitely embedded. The only thing that rings slight alarm bells is that i the link info  for profile in Indesign, it says NA (Not Applicable).
    Can some prepress work flow expert and colour management guru please help.

    Doh!!! I am about to answer my own question, I have resolved this issue.
    In my colour settings in indesign  in the CMYK box in the Colour Management Policies
    I had 'Preserve Numbers (Ignore linked profiles)' checked. I have now changed this to 'Preserve embedded'
    I get it now! I was afraid to use preserve embedded in case it did not change on the destination. It seems it does. I got the terminology the wrong way round.  I hope this has helped somebody else other than me.
    Thanks all!!

  • UOM conversion problem when issuing material against BOM

    Hi All
    I have a material which is part of a production BOM.
    The base UOM is EA.
    The issuing UOM is KG.
    I have a UOM conversion of 20 KG = 1 EA.
    In the BOM I need to issue 0.034 KG.
    When backflushing happens, it issues 1 EA.
    Why is it not issuing in KG?
    This is a problem because in effect i have now issued 20 KG instead of 0.034 KG!
    Any help would be much appreciated.
    Thanks
    Deidre

    Dear All
    Thank you for your input. I have double checked and everything in the BOM header and component level is KG, and the plant/storage location data is also KG. The only place the EA appears is in the base uom.
    I suppose the biggest mistake is that the material should have been created with base UOM of KG, but it's too late to change it now, which is why I hoped the UOM conversion would have taken care of that.
    @Mario, i was actually trying to post 0.034 KG, which then got posted as 1 EA.
    Thanks
    Deidre

  • UoM ST (description PCE): issue when trying to change description

    Hello,
    I have got an issue when I change the description of UoM ST : I change the description in lower case : Pce
    But de change is not taken into account.
    Please help.
    thanks,
    Lina

    You need to change the description in the "Measurement Unit text" fields of the UOM ST.  Then define an ISO code for ST.
    Regards,
    Jagadish

  • Batch convert Raw files to DNG via Library's convert to DNG issue

    I have LR 4.4 running on a Win 7 64 bit PC...
    I selected 4 RAW files (CR2) to convert to DNG via the Library modules 'convert to DNG' and then delete the CR2 file.
    It converted only the last of the 4 files and left the other 3 untouched as CR2 files.  Can LR not batch convert the RAW files in this manner??
    Dave

    I tried again to convert the remaining 3 CR2 files to DNG by selecting the 1st file and shift clicking on the 3rd file in the film strip and then via 'Library-Convert photo to DNG.  I have Delete originals after conversion checked.
    This time it converted the 1st file and left the other 2 unchanged.  It seems to perform the operation on the 1st file selected...the first time when I tried this on the 4 original files I had clicked on the last file and then shift clicked on the first on in the series.
    BTW...I have LR4.4, Win 7 64-bit, 16G ram, Pentium 7...
    For what it's worth, I also noticed that when I "round-trip" a file to CS6 and then SAVE the file it should bring me back to LR with the new file placed next to the old one in LR.  Mine does not.  The new file is not shown and I have to synch and add photo's to have it show in LR.  Another issue...
    Thanks for checking on your end.  I suspected LR should properly batch the conversion as it did for you and that I had an issue.  With the Nik suite and Perfect Effects 4 installed I'm hoping not to have to do a complete uninstall/reinstall...what a pain (sigh).
    Dave

  • UoM convertion

    Hi all,
    I have one scenario,Where the UoM changes to one to other with the following code takes place in BW cube start routine.
    select  /BIC/UPRODCODE /BIC/UCONFREG
                          from /BIC/PUPRODCODE
                          into corresponding fields of table it_prodmaster
                         where /BIC/UPRODCODE like 'JP%'.
        sort it_prodmaster by /bic/uprodcode.
        delete adjacent duplicates from it_prodmaster.
      endif.
    LOOP AT DATA_PACKAGE.
        DATA_PACKAGE-fiscyear = DATA_PACKAGE-calweek+0(4).
        clear it_prodmaster.
        read table it_prodmaster
                   with key /bic/uprodcode = DATA_PACKAGE-/BIC/UPRODCODE
                   binary search.
        if sy-subrc ne 0 or it_prodmaster-/BIC/UCONFREG = 0.
    DATA_PACKAGE-/BIC/UIOFFCSLQ  = DATA_PACKAGE-/BIC/UIOFFCSLQ * 1000 /
                                       it_prodmaster-/BIC/UCONFREG.
    The problem is, UIOFFCSLQ value is converting but the UoM is not changeing.
    How do we change UoM?

    may be u require a CONVERSION EXIT for it.
    To find the conversion exit for that particular data element, do as follows.
    double click on data element -> it will display its domain, again double click on domain ->
    domain screen open, under 'DEFINITION' tab, on 'Convers. Routine' field, it will display its routine. ust double click in that routine. It will take you to possible Conversion routines for that data element.
    If you find any problem, revert back.
    regards,
    Padma
    Edited by: Padmashree RamMaghenthar on Feb 4, 2009 12:07 PM

  • IFD to XDP convertion Span tags issue...

    Hi,
    When we convert the IFD (Adobe output designer-5.6) to XDP through Adobe livecycle ES, some unicode special characters included to the XDP file between <span> tags.
    like, <span style="xfa-spacerun:yes">ô </span>
    It results, special characters printed on form.
    Let us know, how to rectify the issue.
    Regards,
    Sasi

    Hi Frank,
    Thanks for your answer. Only been using ADF for a month now so a lot to be learned!
    I am styling using CSS and skins (very confusing how ADF does this but thats another matter all together) but concerning my query on how to centrally vertical and horizontally align components within a button. How would I achieve this desired effect if the use of 2 span tags is not allowed/suggested in ADF. The af:outputText tag doesn't seem to implement span tags as I would have thought.
    Any help would be very appreciated as searching the internet it would seem the use of the 2 classes on span tags is the best cross browser solution.

  • Jsf newbie :: converter and navigation issues

    Hi,
    Iam facing a problem in my first jsf application.
    Iam using jsf 1.1 and tomcat 5.5.7
    I have a UserBean with a single attribute userName (which has public getter and setter methods).
    * I have an index.jsp that redirects to login.faces.
    * I have the appropriate servlet url-mapping in my web.xml that maps *.faces to the FacesServlet
    Here's the code for login.jsp
    <f:view>
       <h:form>
             <h3>Please enter your name </h3>
         <table>
          <tr>
              <td>Name:</td>
            <td><h:inputText id = "name" value="#{user.userName}"/></td>
         </tr>               
         </table>
         <p><h:commandButton value="Login" action="welcome"/>
         </p>
         </h:form>
       </body>
    </f:view>Next I have a welcome.jsp which simply outputs Hello <userName>
    <f:view>
      <h:form>
         <h:outputText value="#{user.userName}"></h:outputText>
      </h:form>
    </f:view>And this is my faces-config.xml
    <?xml version="1.0"?>
    <!DOCTYPE faces-config PUBLIC
      "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
      "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
    <faces-config>
         <managed-bean>
              <managed-bean-name>user</managed-bean-name>
              <managed-bean-class>com.myjsf.UserBean</managed-bean-class>
              <managed-bean-scope>session</managed-bean-scope>
         </managed-bean>
         <navigation-rule>
              <from-view-id>/index.jsp</from-view-id>
              <navigation-case>
                   <from-outcome>welcome</from-outcome>
                   <to-view-id>/welcome.jsp</to-view-id>
              </navigation-case>
         </navigation-rule>
    </faces-config>Now when I start my application , the index page redirects me to login.faces. I believe the FacesServlet intercepts this call, strips of .faces and forwards to login.jsp. Login.jsp is displayed correctly, so far so good. However from here on, I have all kinds of problems
    1. Should the <from-view-id> be /index.jsp (my actual url) or /login.jsp (the url to which index.jsp forwards me to). Actually both seem to work (or not work depending on how you look at it :( )
    2. Anyways whatever I set it to, the login.jsp is displayed correctly. The action attribute of the commandButton tag is set to 'welcome' which matches with the <from-outcome> value in navigation rule in faces-config.xml and I would have expected the welcome.jsp to load on form submit.
    But the form just reloads itself on clicking submit.
    I googled around and discovered that this may be due to validation errors or conversion errors and adding <h:messages/> would indicate the error source. AQccordingly I added it and got this o/p
    " "name": " Conversion Error setting value 'Duke' for 'null Converter'. To cut a long agony story short, I found that I have to define a converter for some data types for validation and/or display. But all I have is a String property. Doesnt jsf provide a default Converter ?
    3. I couldnt get my app to work when I put my jsps in a folder and access them as /<foldername>/jsp in my faces-config.xml. Isnt this possible ? Should all jsps be under the root folder ?
    Will be thankful for any help.
    cheers,
    ram.
    2. Whenever I click on

    Thanks for the reference , I shall definitely go through it.
    My immediate concern is to get the first program working.
    Here is my source code for the bean.
    package com.myjsf;
    import java.io.Serializable;
    public class UserBean implements Serializable {
        private String userName;  
        public String getUserName() {
            return userName;
        public void setName(String userName) {
            this.userName = userName;
    }Here's my login.jsp which comes up fine
    <f:view>
       <h:form>
         <h:messages/>
             <h3>Please enter your name.</h3>               
                 Name: <h:inputText id = "userName" value="#{user.userName}"/><br>
                  <h:commandButton value="Login" action="welcome"/>
         </h:form>
      </f:view>Here's my faces-config.xml
    <faces-config>
         <managed-bean>
              <managed-bean-name>user</managed-bean-name>
              <managed-bean-class>com.myjsf.UserBean</managed-bean-class>
              <managed-bean-scope>session</managed-bean-scope>
         </managed-bean>
         <navigation-rule>
              <from-view-id>/login.jsp</from-view-id>
              <navigation-case>
                   <from-outcome>welcome</from-outcome>
                   <to-view-id>/welcome.jsp</to-view-id>
              </navigation-case>
         </navigation-rule>
    </faces-config>     And this is the error that I get
    "userName": Conversion error occurred. The page gets displayed again. One thing I noticed was that in the html - view source the action attribute of the form tag is set to /myjsf/faces/login.jsp. Shouldnt it be welcome.jsp rather ?
    Iam at my wits end. I have decided to write a Converter which may solve my problem, but is it required ?
    Please help.
    Thanks,
    Ram.

  • Black magic SDI to analog converter box code issue

    Hello im using an SDI to analog converter box from black magic and since i was using it to test some other stuff I guess i got the code worng now but don remember what it was. As of right now its only displaying some lines although i can kinda see through and im seeing what the back ground is and it its what im trying to display. 
    This topic first appeared in the Spiceworks Community

    I wanted to let you know that I made a practice dvd today, sampling edited clips from four different sources of imported vhs video--some of it 16mm dubbed to video around 20 years ago--into iMovie. I worked in the update of 6 to see if the application had stabilized at all. I've been working only in 5.0.2 recently.
    I was pleasantly shocked at how much better the video quality was than on the computer--as you foretold. I really couldn't tell a visual difference from the source videos. What a relief! But do you work with that disparity, the difference between computer and TV, without a live TV monitor as you go? It's hard to make decisions on the basis of how it looks on the computer.
    Other encouraging news: the garble around the edges didn't show at all on the TV screen. In the meantime, I'd been trying the plug-in you recommended. I'm glad I won't need to it for all this video after all, but I'm curious to experiment more with it. Any other plug-ins you'd recommend?
    Thanks again for your generous response.
    On a roll,
    BnB

  • Acrobat X Standard Printing/Converting Web Page Issues

    Running Chrome 17.0.963.46 beta-m. 
    Acrobat is not printing/converting pages correctly. See screeen capture below:

    Chrome printing isn't great. Do you see the same problem when you print to a physical printer?
    One option is to take the URL, open Acrobat and try coverting from file>Create PDF>From web page

  • Convert-ToSecureSting ampersand issue powershell

    I have the following code -  $Password = 'Test&&' $securePassword = ConvertTo-SecureString $Password -AsPlainText -Force $cred = New-Object System.Management.Automation.PSCredential($userName,$securePassword) Add-AzureAccount -Credential $cred
    I am unable to connect to my Azure-Account if I set my password having '&' in it. I am not sure does the Convert-To is treating & as any special character.
    Setting other special character such as '%' in the password works smoothly for me.
    I have tried applying escape characters before '&' in my password but it didn't worked.
    Any help would be highly appreciated on this.

    Hi,
    What is the error message when you use the & character in your password?
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • CS6 "Save for Web" "Convert to sRGB" Issues

    Hello,
    I'm aiming to take RAW photo files, edit them in a wide color space, and when posting them to the web, save them as sRGB.
    My workspace is as follows:
    I open RAW files in Photoshop via ACR as 16-bit ProPhoto smart objects.
    When I finish editing them, I use "Save for Web" with the "Convert to sRGB" and "Embed Color Profile" boxes checked.
    Photoshop and Bridge tell me the profile in photos saved as such is sRGB as expected. When I upload to a site like flickr, however, the metadata says the photo is still in ProPhoto. See an example here: http://www.flickr.com/photos/nrbelex/7950202448/meta/in/photostream
    If I use "Convert to Profile" and change it to sRGB, then upload to flickr, the metadata says the photo is in sRGB, as it should be.
    What am I missing here?
    Thanks!

    Without using Flickr, I'm not seeing any problem with any of the color-managed software I have here.
    The ProPhoto test file I prepared, when Save For Web is used, is saved with sRGB numbers and (since I checked the box) has the sRGB IEC61966-2.1 profile embedded in it.
    Photoshop re-opens the file and correctly judges that it has the sRGB IEC61966-2.1 profile.
    A search through the binary data from the file Saved For Web using a text editor turns up a number of references to sRGB IEC61966-2.1, but none to ProPhoto RGB.
    Your first image above, however, has BOTH references to sRGB IEC61966-2.1 and ProPhoto RGB, the latter appearing in a string of text data that looks like:
    <rdf:Description
    rdf:about=""
    xmlns:xmp="http://ns.adobe.com/xap/1.0/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:aux="http://ns.adobe.com/exif/1.0/aux/"
    xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
    xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
    xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#"
    xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"
    xmp:Rating="3"
    xmp:ModifyDate="2012-09-07T12:40:05-05:00"
    xmp:CreateDate="2012-09-06T19:18:56"
    xmp:MetadataDate="2012-09-07T12:40:05-05:00"
    xmp:CreatorTool="Adobe Photoshop CS6 Windows"
    dc:format="image/jpeg"
    aux:SerialNumber="022031001932"
    aux:LensInfo="70/1 200/1 0/0 0/0"
    aux:Lens="EF70-200mm f/2.8L USM"
    aux:LensID="165"
    aux:LensSerialNumber="0000000000"
    aux:ImageNumber="0"
    aux:ApproximateFocusDistance="4294967295/1"
    aux:FlashCompensation="0/1"
    aux:Firmware="1.1.3"
    photoshop:DateCreated="2012-09-06T19:18:56.056"
    photoshop:ColorMode="3"
    photoshop:ICCProfile="ProPhoto RGB"
    xmpMM:DocumentID="xmp.did:0F84D078F91311E19565E271D59D6831"
    xmpMM:OriginalDocumentID="98EDC08C95F6E809F2FB9CADB1F3442D"
    xmpMM:InstanceID="xmp.iid:0F84D077F91311E19565E271D59D6831">
    -Noel

  • Converting to PDF issue with URLs

    I've edited a file for a client that was originally created in Adobe Illustrator and added phone numbers and URLs to each coupon.  When I open the PDF of the coupons and click on any of the links on the second row of Page 2 with florists, the "fl" in florist in each URL is converted to "%CB%9C". I realize these are encoded characters, but they are the wrong ones and the links don't open up correctly as a result.  All other links in all 3 pages of coupons open up correctly except for these three....HELP!!
    http://gallery.mailchimp.com/9948dc9b0f4637762c82e0a7f/files/Coupons.pdf

    Try turning off Standard Ligatures in the Opentype panel. I don’t usually use Illustrator to make PDFs with URLs, but I think what’s happening is Acrobat is just reading the text as a URL and assuming it is a link. I don’t think you can make a URL link from selected text in Illustrator. Really. Fracking ridiculous.
    You can open the PDF in Acrobat Pro and add he links there, without worrying about the actual text on the screen.

  • DNG Converter 8.3 issues help.

    I have PS5 and Lightroom 5.6.  I use an Olympus E M-1 camera.  When I went to send a RAW photo from LR to PS, I get a message saying that I needed to update Camera Raw.  I never use Camera Raw.  So after a live chat, I downloaded DNG Converter 8.3 to support the E M-1 RAW files.  The converter is in my Mac Applications folder.  Do I need to do anything else with it?  I still get the same message and can't send my E M-1 photos from Lightroom to Photoshop.  I have no problem sending them from Aperture.  PS does support my RAW files. Thanks

    The DNG converter is a program that you run independently of Lightroom or Photoshop. You use it to create digital negative copies of your raw files. These DNG copies contain the original raw image data, but are in a standardized file format. Consequently, you are able open the DNG files with Adobe products. Just having the DNG converter on your computer will not make it possible for you to open the raw files in older versions of software. You have to use the converter to create files that are compatible with what you are using.
    Camera Raw: How to use Adobe DNG Converter - YouTube
    LR/PS - The Advantages of the DNG File Format | Adobe Evangelists - Julieanne Kost | Adobe TV

  • Inconsistancy with quantites/UOM on a good issue in the PO History

    Hi All
    I have a material with a base unit of measure Meters.  I have a conversion maintained at 500 meters to 1 Roll
    This material is a consignment material
    There was a cross company request on the store for 3500 Meters
    My PO History shows an issue of 7 Meter, but the value is correct and the good receipt and invoice is correct at 3500 Meters
    The goods issue suppose to be in Rolls if the quantity is showing 7 right?
    Now this shows up on my stock in transit list as -3493. 
    Is there anyway of fixing this?
    Thanks
    Vinesh

    >
    Vinesh Narsi wrote:
    I am reading on OSS, there seems to be programs that can fix this inconsistancy.  However which program do I use?
    if you want that we evaluate which one to use, then post the OSS note numbers.
    The best fix is not good enough if you dont know the origin and can close the bug.

Maybe you are looking for

  • How do I print monthly calendars in iCal 5 with location?

    Hello, Our office uses iCal to manage our schedule. I cannot get a monthly printout from iCal that displays location information i.e. information entered as location on iCal. Previously on our windows machines we had to use Outlook Calendar Assistant

  • I cannot switch gmail account users in iTunes

    I am trying to sync my wife's iphone with her gmail account but it keeps pulling contacts from my gmail account instead. I first configured itunes to use my gmail account for my iphone some months ago.  I keep my iphone in sync with my gmail account.

  • Can two people access the same online number at th...

    Me and my dad share the same online number for friends and colleagues to call us, but it seems that the calls that come through to me are ad-hoc whilst my dad gets every call on his system.  I just wondered if this is because 2 systems are trying to

  • Multiple users, multiple iphoto libraries?

    Does anyone know if it is possible to have two seperate iphoto libraries when you have two seperate users. We share a computer but I do not want to share the iphoto library. ADAM

  • What is the EP 7.2 product price in the market now?

    Hi All, Can anyone please tell me price of the below software products 1) SAP Netweaver EP 7.2 2) SAP R/3 (Latest Version) Thanks All,   Sriram.