How to round quantity with FMS for some items in Production order lines?

Hello,
How to round the quantity with FMS or SP for only some items in the composition of Production order (lines) and the bill of materials like a box or a stick that should not be with commas.
Exemple  of Production Order
P1
  M1 | 234,78
  M2 | 104,04 --> 104
  M3 | 60,7
  M4 | 512, 00
  M5 | 107,67 --> 108
and others will not be rounded
Thanks,
Hafid

Hi Gordon,
you're always the first to respond, thank you.
Its when adding the production order, before its creation or when entering the quantity of product in OWOR.
Like :
SELECT CASE WHEN ($[$37.4.0] = 'M2') OR ($[$37.4.0] = 'M5') THEN ROUND (T0.[PlannedQty],0)
ELSE T0.[PlannedQty] END AS PlannedQty FROM WOR1 T0
or
SELECT ROUND (T0.[PlannedQty],0) FROM WOR1 T0 WHERE T0.[ItemCode] =$[$37.4.0] AND (T0.[ItemCode] = 'M2' OR  T0.[ItemCode] = 'M5)
Thanks,
Hafid

Similar Messages

  • How to get Operation wise Time for a list of Production Orders

    Dear Sir,
    We have a list of Production Orders numbers and need to know the operation wise time duration for these production orers (off course the desired time is same as mentioned in the routing for the relevant component)
    Kindly guide us as how can we get these timing details .
    Rgds
    Sonia agarwal

    Sonia,
    I hope your are refering to setup time, process time, teardown time in the production order.
    use report COOIS for it.
    In the 'List choose operation.
    Give input for the production orders in the slection scren. Execute.
    In the report select the columns as per your requirement.
    Hope this helps you.
    SmanS

  • Item Description not popping for some items in Sales Order

    Hello Experts,
    We have upgraded ourselves to SAP B1 8.82 PL01. When posting the Sales Order, for some of the Items, the Item Description and other details which come automatically once the item code is selected are not displaying.
    We have tested by creating a dummy item (this creation, I have opened an item for which details are not displayed, duplicated the item, and gave a new code). When I used this test item code, all the details are popping up.
    Can anyone throw some light on where I could have gone wrong.
    Thanks,
    Vineela.

    Hi Vineela.........
    I think you must have to perform Data Checkup in SAP.
    For doing so please do this......
    Go to Administration> System Initialization> General Setting> Services> Tick on Perform data Check. Then relogin in SAP again and once process done please check this in Sales Order........
    Regards,
    Rahul

  • Reservations for Text Items in production order

    Hi,
    While creating production orders which has text item as one of the component, Reservation is getting created for the text item.
    Can any body tell the config behind this so that reservations are not created for text items.
    Thanks in advance.
    Regards,
    Aheesh

    Dear Mangalraj,
    Thanks for your wishes, hope the mutual learning continues.
    Good luck.
    Regards,
    Vivek

  • I cant get a photo project to email the moblile me address to someone else.  I know how, but it has stopped working for some reason.  Instead of pulling up the web address on the email form, it puts an error message?  Any ideas?

    I cant get a photo project to email the moblile me address to someone else.  I know how, but it has stopped working for some reason.  Instead of pulling up the web address on the email form, it puts an error message?  Any ideas?

    Michael,
    The link for the word 'HERE' directs to a Evergreen School District page, which outside of Mobile Me and/or Aperture. Your school district network might be intercepting the request from Aperture and displaying the 'network authentication page' that you see, instead of the email. I would get with the IT department to see if they can help you get around this.
    Have you also tried using the 'Tell a Friend' feature from another network location, like starbucks or your home?
    Cheers,
    Owen.

  • How can I hide my cam for some applications like messenger, skype, etc.

    Hi,
    How could I hide my cam for some applications?
    Thanks in advance!

    There's a support file in the System/Library/QuickTime folder that you can move elsewhere temporarily: QuickTimeUSBVDCDigitizer.component. Don't delete it, just move it. Any apps you open from that point will not have access to the camera. Move the file back to re-activate it (you may need to reboot).
    There is also an AppleScript to do the same thing, but I can't guarantee it works for 10.8.
    http://techslaves.org/isight-disabler/
    Matt

  • How to i lock with password for my contacts folder in ipad3

    how to i lock with password for my contacts folder in ipad3

    You cannot lock specific applications or folders, but you can set a passcode on your iPad:
    Setting a Passcode on an iOS Device

  • How stop the timeline via code for some seconds?

    Hi NG,
    how can i stop the timeline for some seconds? Is there any code exaple for me?
    Thanks...
    TELLO

    What about using some javascript timing events maybe something like this should work:
    function resumePlay() {
         sym.play();
    function stopPlay(secs) {
         sym.stop();
         setTimeout(function(){resumePlay()},secs * 1000);
    // stop the default timeline for 3 seconds
    stopPlay(3);
    NOTE: this example ONLY stops the default timeline where the code is inserted. If there are other symbols playing independently, they won't stop. Also, notice it's an asynchronous call, so if an event occurs during the time lapse and triggers a "play" action, the animation will resume immediately.

  • Form with report, where some items in the form have been given values.

    Hi, greetings:
    I have a question that maybe silly but annoying to me. I need to provide a form with report, where some items in the form have been given values automatically, and these items (display only) are supposed to show given values in the form automatically.
    I used the APEX form with report. The update and delete worked well. But I cannot show automatic values when insert. By default APEX insert form makes every item null; I tried to give value for two items: P5212_USERKEY, P5212_DAILY_VER_DATE with process before header, after header, after regions and before footer, and computation, or set values of these two items in the branch when user hit create button (submit). It never worked out, the two items always displayed null value, and when I insert, I got "ORA-01400: cannot insert NULL into ("TBSBI"."DAILYVERPRODNOTE"."USERKEY")", since I have set up constraint in database that these two columns should not be null.
    Could anyone help on this? any suggestion would be appreciated.
    Sam

    If you have made these values 'Display Only' they would by default not save the session state. Accessing the page items will always return NULL. Did you change the 'Save Session State' option to 'Yes'?

  • Fixed quantity not supported for alternative items

    Hi dears,
    I was trying to configure in a Bill of Material a group of components marked together as "Alternative item", having the Fixed quantity indicator set (so the quantity is not in proportioned with the order quantity).
    However, when I do this action I have the error message no. 29485 "Fixed quantity not supported for alternative items", because a fixed quantity is not allowed for alternative items.
    Leaving out the fact that I don't understand for which kind of logic this should be done, do you know if there is any solution to achive the same result (use alternative item and each of them should be with fixed quantity despite th eorder quantity)?
    Thanks and regards,
    Giovanni

    Daily structure relationship step: remove relation
    CLOSING

  • When i try to drag the new icon into my application folder it says i don't have privilege for some items

    I am able to download the new version but cannot drag the icon inot my applications folder. it keeps saying that i don't have privileges for some items. I have tried to do this repeatedly. and now my gmail account is saying that i have to have this new firefox version

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the DMG file to the desktop
    * Firefox 6.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox

  • VL10G is not creating delivery for some of the confirmed scheduled lines

    Hi, I was trying to find the reason why we are getting a very generic error message (Message type V50R ID 036 - The document could not be delivered.) for some of the confirmed schedule lines when executing VL10G in batch and no delivery document is created. Those orders have confirmed scheduled lines and inventory has confirmed to have stock. However, when the VL10G is executed in background, the sales order line items will be captured into the list but when creating delivery, the systems is showing the above error message.
    From debug, found out the message is generated from LV50R_VIEW43.
    We went through lots of OSS notes but nothing seem to ring a bell here. We are using ECC6, list type = index list.
    The error message is very inconsistent. The same documents will be dropped for delivery after several days without any change to any of the sales document or inventory level.
    Some of the note mentioned the parallel processing lock on ATP check for the material may be the reason for the error however we are not using any parallel processing in VL10G. We also checked the index table VEPVG has all correct entries and all the entries are being selected into the delivery due list. Error happens when the delivery is trying to be created.
    Any advice is appreciated.
    Thanks.

    Hi ALL,
    Any suggessiton on the below issue.
    We have batch jobs to process the DDL for the STOs, but some of the line items of the same STO is not picked up by batch job, (VL10B is assigned in the batch job, i checked the variant and configuration, everything seems to be fine, when i try to process the DDL through VL10B manually by giving the STO number only, the VL10B program is not picking the STO, but the same STO can be processed through VL10D, what could be the problem and why the VL10B program is not recogonizing the STO for the delivery creation.
    We are using ECC 6.0
    Regards,
    Rajesh.R

  • How do I get a refund for an item that was purchased in error on the ipad by my 5 year old?

    How do I get a refund for an item that was purchased on the ipad in error by my 5 year old?

    All sales are final.
    You can try contacting itunes support and asking for an exception
    http://www.apple.com/support/contact/

  • I cannot install 3.6.8. Says I don't have sufficient privileges for some items. I do have an administrator account on my laptop

    I downoladed 3.6.8 but cannot install, Says I don't have sufficient privileges for some items. I do have an administrator account on my laptop

    Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    Trash the current Firefox application to do a clean reinstall.
    Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • Cannot complete operation (update) because you do not have sufficient privileges for some items

    updating to 3.6.6, get message "cannot complete operation because you do not have sufficient privilege for some items". Running the new second version, works fine, but slow, the old version not updating

    See http://kb.mozillazine.org/Installing_Firefox#Mac_OS_X
    Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    Trash the current Firefox application to do a clean reinstall.
    Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

Maybe you are looking for