MIGO - Partial GR for UOM Case (CSE)

Hi there,
I am trying to create a GR as follows
I am entering GR quantity  as 0.000416667 CSE (UOM = Case) but system automatically changes it to 416.667,000 CSE.
The UOM in STO is KG and not CSE. I am trying to receive the goods in a different UoM after factoring the conversion quantity.
Is it a standard configuration that system will not allow you to receive partial cases? Is there any way in which I can change it?
Regards

Hi,
It will allow to do the GR in the alternative unit of measurement.
Provided the conversion is maintained in the MMR.
Also pl check the UOM config in CUNI transaction for CSE..
Regards
Merwyn

Similar Messages

  • How to do the Partial delivery for configurable material ?

    Hi All,
    I am creating a sales order  for a configurable material and is trying to do the partial delivery for the same. But, after the outbound delivery the status of the sales order is shown as completed although I have done the partial delivery.
    Here are the steps I followed.
    1. material I used here is a configurable material.
        Main settings.
      a. In Basic Data tab, marked as configurable
      b. Procurement type='E' in MRP 2 tab
      c. Strategy group as 82 in MRP 3 view.
    2. I created a sales order for quantity 10
    3. Created a production order followed by goods Movement thereby increasing the stock.
    4. Did the outbound delivery for  quantity 5.
    Now if I checked for the status of the sales order using VA02, the status for the line item as well as for the sales order was "Completed" although I had done partial delivery.
    I have checked for setting in Customer master record, item category in VOV7. Everything seems to be fine.
    I checked for all the information in the FORUM without any help.
    Can you please help me?
    Kind Regards,
    Anupama

    Hi,
    For Info, I am creating a sales order for Item category TAC.
    1. In my case, after completing the partial delivery, in the document flow for Order, the status is shown as completed.
    2. In status overview for this item, delivery status indicator is set as  'Fully delivered'.
    I did check in the customer master record and the field
    Partial delivery per item  is set to Blank(  Partial delivery allowed)                
    3. I did run the report RIBELF20  and I am getting this error for all the sales order I created for partial delivery for configurable material.
    For Normal item, the status is showing properly.
    Is there any other settings I have to check?
    I needed this to be working. Please help

  • How to set partial delivery for Purchase Order line item

    Hi Team
    We have created a PO for 100 quantity along with 25% over delivery tolerance.  We have done 5 GRNs totaling for 95 quantity.  when we try to do another 10 quantity, system not accepting the GRN.
    I want to set the partial delivery for this line item.  Please help how to do this.
    regards
    Ravi

    where did you check the underdelivery tolerance of 0?
    the PO is the place to check, changes in material master will notz effect existing POs.
    if you removed the delivery complete indicator and the item still does not show up in MIGO, then set the "propose all items in MIGO settings"
    if it still does not show up, then you might have other restrictions like confirmations , last goods receipt etc.
    the error 'Document does not contain any selectable item" is often discussed in this forum, you will find numerous threads that list what you have to check.

  • Freeze the partial depreciation for asset

    Dear Expert,
    We have special scenario for asset depreciation. In China, the assetu2019s retirement need waiting for government inspection & approval. The requester to do the physical scrap when we got the approval, and then the asset accountant will retire this asset in SAP system.
    In the period of waiting of approval, the asset needs to stop the depreciation. We can shutdown or change depky 0000 for depreciation freeze, but these methods will freeze all NBV which mean the entire asset has not depreciation, but we think freeze the partial NBV and the remainder NBV still has depreciation in future.
    For example,
    Asset A - 01/31/2009     GAV  $100   AD $50     NBV $50
    This asset needs the partial scrap for $20 on 02/01/2009.
    Asset A - 02/01/2009     GAV $100   AD $50     NBV $30 * 20$ will be froze.
    Just need to your help,  What method can carry out this result in SAP?
    Thanks.

    Hi,
    You can use the cutoff value key and assign it in the depreciation key and in turn assign it in asset master,in your case the cutofff key would be defined as 20%. (if you want you can create a new dep key and assign it to the specific asset)
    doing this will make sure that after NBV of the asset is $20, depreciation will not be carried out.
    hope this clarifies youe query.
    Regards,
    J

  • [svn:fx-trunk] 7716: Partial fix for SDK-21182.

    Revision: 7716
    Author:   [email protected]
    Date:     2009-06-10 08:59:13 -0700 (Wed, 10 Jun 2009)
    Log Message:
    Partial fix for SDK-21182. We now set the default compatibility version to the current version and thus the compatibility version string will no longer be null by default (but would be the current version if no override was set). This also means the compiler now matches the ActionScript FlexVersion class.
    This change does not address the issue of revision/minor/major-version fallback in order to select the next most appropriate defaults-x.y.z.css file for any given version.
    Also updated flex-jars eclipse project classpath to reflect recent Batik jar consolidation.
    QE: Yes, if we didn't previously, please change any negative test cases that were checking for --compatibility-version=4 as this is still valid (and is the default).
    Doc: No
    Checkintests: Pass
    Reviewer: Paul
    Bugs:
    SDK-21182 - Fix logic surrounding compatibility version and SWC default.css selection during PreLink
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21182
        http://bugs.adobe.com/jira/browse/SDK-21182
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.java

  • [svn:fx-3.x] 7715: Partial fix for SDK-21182.

    Revision: 7715
    Author:   [email protected]
    Date:     2009-06-10 08:54:33 -0700 (Wed, 10 Jun 2009)
    Log Message:
    Partial fix for SDK-21182. We now set the default compatibility version to the current version and thus the compatibility version string will no longer be null by default (but would be the current version if no override was set). This also means the compiler now matches the ActionScript FlexVersion class.
    This change does not address the issue of revision/minor/major version fallback in selecting the next most appropriate defaults-x.y.z.css file for any given version.
    Also updated flex-jars eclipse project classpath to reflect recent Batik jar consolidation.
    QE: Yes, please change any negative test cases that were checking for --compatibility-version=3 as this is now valid.
    Doc: No
    Checkintests: Pass
    Reviewer: Paul
    Bugs:
    SDK-21182 - Fix logic surrounding compatibility version and SWC default.css selection during PreLink
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21182
        http://bugs.adobe.com/jira/browse/SDK-21182
    Modified Paths:
        flex/sdk/branches/3.x/development/eclipse/java/flex-jars/.classpath
        flex/sdk/branches/3.x/modules/compiler/src/java/flex2/compiler/common/MxmlConfiguration.j ava

  • Please i have ordered for Bottom Case of white macbook for over 2 months now and the repair status is still processing. is dat normal

    please i have ordered for Bottom Case of white macbook (late 2009)for over 2 months now and the repair status is still processing. is dat normal? i really need the bottom case asap, how can i get it

    Call Apple.  Contact Apple for support and service
    This is a user to user forum, we don't work for Apple.

  • I have problem with buying in games , I got the massage that the purchased can not be completed , please contact iTunes support.. I need help for my case please

    I have problem with buying in games , I got the massage that the purchased can not be completed , please contact iTunes support.. I need help for my case please

    http://www.apple.com/support/itunes/contact/

  • I want to buy a hard case for my macbook pro, but I don't know what year it is. When I use the serial number to try and find out, all it says is, "~VIN,MacBook Pro (15-inch Glossy)". When I type that into amazon for a case it gives me nothing!

    I want to buy a hard case for my macbook pro, but I don't know what year it is. When I use the serial number to try and find out, all it says is, "~VIN,MacBook Pro (15-inch Glossy)". When I type that into amazon for a case it gives me nothing!

    Hi T,
    Either of these will give you the info you seek:
    http://www.appleserialnumberinfo.com/Desktop/index.php
    http://www.chipmunk.nl/klantenservice/applemodel.html

  • Is it possible to get a refund for a case i bought at the store but its not an apple product?

    I bought a kate spade plastic case at the store 2 months ago and even the first day of having it on my iPhone I had multiple issues with it. However, I couldn't return it because I was away at school. I went into the Apple store and asked about the possibility of getting a refund for the case but they said it was a third party product and to contact the manufacturer. I called kate spade and since i wanted a refund and purchased at the apple store there was nothing they could do and to ask the apple store for my money back because thats where I purchased it. Am I ever going to get a refund and what should I do at this point?
    Thanks
    Sara

    http://support.apple.com/kb/HT1933
    Regards.

  • Hide/Suppress Cost center field in MIGO and MB1A for movement types 551&552

    Hi All,
    Can anybody tell me how to suppress or hide the cost center field in MIGO or MB1A for movement types 551 and 552?
    I did below settings and it worked fine for only MB1A and for MIGO still it is showing cost center field.
    IMG > Materials Management > Inventory Management and Physical Inventory >Goods Issue/Transfer posting > Define screen layout > select movement type to change the option.
    Also I did gothrough the settings for Enjoy transaction (MIGO) there we have only option to make fields either  "Required entry" or "Optional entry" and we don't have an option to hide/suppress.
    Please advise or help me .
    Thanks in advance!
    Regards,
    Praveen

    Hi
    The cost center field is a required field in mvt type 551 as you are scrapping materials, some cost center will need to take the cost of this operation.
    Anyway, you first need to make the field as optional for example, before you move.
    One option is that you create a screen variant in Tcode SHD0 for MB1A, where 551 is setup as constant (with content) , and mark Cost center as invisible and assign this screen variant to a transaction in SE93.
    regards
    Sidi

  • Hi, I'm currently browsing the web looking for a case that is compatible with the smart cover for the iPad 2. If anyone has any suggestions I would be glad to read all opinions! Thanks!

    Hi, I'm currently browsing the web looking for a case that is compatible with the smart cover for the iPad 2. If anyone has any suggestions I would be glad to read all opinions! Thanks!

    I love the Smart Cover. It fits the way I work and I love the instant on/off and the always available screen protection. I wouldn't use my iPad without it.
    I got a Cover Buddy for the back, because I wanted the back to be less slippery when I'm using the iPad in the classroom, teaching. I picked this back cover because it's VERY lightweight, easy to get on or off and, protects the corners, has accurate cutouts for the ports, and (in the colors) has a rubberized surface:
    http://www.switcheasy.com/products/CoverBuddy/
    I have a Built NY "hoody" slip on case with a hard internal shell that I use when I'm in the field and I can put the iPad with the Smart Cover and the Cover Buddy inside this . But for everyday use, the Smart Cover with the Cover Buddy is a terrific combination.

  • Account determination for entry CASI DIF not possible.

    Hi Friends,
    While doing Invoice (MIRO) against PO, I have encountered below error.
    IR Error:
    Account determination for entry CASI DIF not possible. 
    Please help to how to resolve.
    Warm regds,
    Raman,

    Hi,
    If you click on the message you will get help, it will show you exactly which entry in the auto account assignment table is missing. Note the details (COA valuation area etc.) then at the bottom of the message is a link to take you into the transaction where you can make the appropriate settings (assuming that you have access and this is not your production live system).
    CASI may well be yyour chart of accounts and DIF is the transaction event key. The system needs to know which GL to post to in this situation.
    Steve B

  • I'm looking for a case/bag for the new MacBook Pro with Retina Display - any suggestions?

    As the title says, I'm looking for a case or bag for the new MBP w/ Retina Display. I'd prefer either a sleeve or a backpack designed for it - not having any luck finding sleeves that are made for the MBP w/ Retina Display, and I'm thinking the ones for the other 15" MBP will be a little too big. Any suggestions?

    Look at these, very cool.
    http://www.mac-case.com/

  • Partial payment for Vendor down payment request

    Hi Gurus
    How to do partial payment for vendor down payment request  using F-48
    If i enter partial amount next time same request is not appearing in the list.
    Pls guide me. Reply will be appreciated with full points
    Thanks in advacne
    Sneha

    Hi Ravi
    Thanks for info
    My doubt is MM is creting Down payment request using F-47 For ex  Rs100000
    for this request using F-48 i want to pay partialally means for Rs50000
    Balance i want to pay it later, How this can be done.
    Pls guide me
    Rgds
    Sneha

Maybe you are looking for

  • Why don't my YouTube playlists show up on Apple TV?

    YouTube playlists do not show up on Apple TV. grr. The playlists for my YouTube account (let's call it Account A) suddenly stopped showing up on Apple TV (I get a "No Content Was Found" error, and a suggestion that there's a problem with the connecti

  • Account Balance Zeroed Out 2013-12-21

    My wife's prepaid wireless account balance of $293+ was zeroed out today for some reason. Calling either of the customer service number provided only results in prompts to add money to the account, and of course, nobody uses their phone on the weeken

  • How to add crumblinks in portal

    Hi I have a question. I have a portal page with some tabs on it.when i navigate from one page to another page is there a way to display the entire path. For eg.In OTN page when you go from one page to other on the left side you see a link which shows

  • Where to find the document uplaoded for HR object link through DMS?

    Hi, This is regarding HR object link (Object link PLOGI,screen 500) through DMS . I have attached a document for a personnel number in CV01N transcation tab HR Object by specifying plan version : blank, Object type 'Person', Object ID -selected the p

  • A FIX FOR THE GREEN-ORANGE-GREEN GOBLIN!!!!!!!!!

    Is it the software version of ITUNES? Has anyone thought of this? Has anyone else tried uninstalling the latest version of Itunes, 6.0.4.2 and replaced it with an earlier version like 6.0.2.23? I did this and now my "dead" IPOD (that could not be fix