BOM component Qty is getting rounded to next value in Process Order and BOM

We are in ECC 6.0, and maintaining BOM where Item quantities are decimal places e.g 0.3lb with respect to Hader qty. Now when we are craeting process order or exploding in CS11, we are seein that item quantities are getting rounded to next full integer e.g 1, 2 or 3.
What could be the reason for this behaviour.

In standard  "lb' doesn't have decimal point
If you want decimal point
go to CUNI
select the mass
you can find the lb
maintain the decimal point  as 3, & decimal point rounding as as 3, system will show 3 decimal point in process order and in CS11

Similar Messages

  • Hi When going from Develop module to print module a white boarder appears on screen which also prints via my epson r3000 printer. I can get round this by exporting photo to Elements and printing from there but can i get rid of the boarder and print from l

    Hi When going from Develop module to print module a white boarder appears on screen which also prints via my epson r3000 printer. I can get round this by exporting photo to Elements and printing from there but can i get rid of the boarder and print from lightroom?

    In the printer driver (accessed through the Page Setup button) set the Advanced tab to borderless. Then in the right hand panel under Layout set all the margins to zero.

  • How to get the all process orders and outbound deliveries based on material

    Hi Team ,
    I need one help from you regarding the MB 56 transaction.
    My doubt is : How to get the all process orders and outbound deliveries based on material, plant and batch?
    Please help me regarding this.
    Thanks & Regards,
    Srikanth.

    Hi,
    You can use ST05,to trace the program and find out,
    hope it will help you...
    thanks and regards,
    veera.

  • How I can get the Billing Type for the sales order and its items

    How I can get the Billing Type for the sales order and its items. I mean from which SAP tables and how?

    Hi,
    You need to use two tables.
    First use VBFA. Enter the sales order number in the field Predecessar and the value M in SubCt field. This will give all the billing document number for the sales order items.
    Then use the billing document numbers in table VBRK, where in you can get the billing document type.
    Regards,

  • Planned qty. and value for process order (components wise)

    Hi Experts,
    I need to capture the planned qty. (requirement qty.) and planned value of the components of a process order for some profit report. Please suggest me from which table i can get these values. (In RESB only req. qty. is there.)
    Thanks
    Nitin kapoor

    COSP or MBEW would help get that info. But take help from your FI/Co colleague to understand the table better

  • Get the Ship-to-Party from Sales Order and Line item

    Hi all,
    I am developing one report in which I want to get the Ship-to-Party for a particular Sales Order and Sales Order Line item number.
    I can see table VBPA from I can get value of KUNNAR and so on. But my concern is that can the Ship-to-Party differ for different line items for sales Order, if yes how to get that one, any table or any function module?
    In my scenario i found out that ship-to-party only depend upon sales order and partner function not line item.
    please help me..
    regards,
    vikas.

    Hi,
    First step: Customer Creation (T. Code: XD01)
    i) Create Sold to Party (Ordering Party) with Account Group: Sold-to-Party
    ii) Create as many Ship-to-Party and Bill-to Party, if reqd, with Account appropriate Account Groups.
    iii) Match all the Ship-to-party/ Bill-to-Party/ Payer for the respective Sold-to-Party under Tab: Sales Area data, Sub-tab: Partners.
    Second Step: Sales Order Creation (T.Code: VA01)
    i) Enter Sold-to-Party at Header Level.
    ii) Enter Materials (at Line-item level).
    iii) Now, System will pop-up all the Ship-to-Party/ Bill-to Party/ Payer, Matched for the particular Sold-to-Party. Click on appropriate selection.
    OR
    Now, (if option doesn't pops-up) select the line and Double Click on to the same line. it will lead to the next page. Here, Click Tab: Partners
    Now, in Column: Partner Function, search for appropriate Partner: Ship-to-Party or Bill-to-Party or Payer.
    Remember: Sold-to-Party will be non-editable as entered at Header level.
    Repeat the same for Each Line-item.
    Regs,
    Amit K. Yadav

  • Rounding up of quantity in Process Order.

    Dear all,
    At the time of creating the process orders after saving the raw material and bulk quantity getting round up like for raw material if the required quantity is 4.230 G system rounds it up to 5.000 G,similarly for 165 case of finish if bulk required is 1193.472 system rounds up to 1200.But we do not want this we need the exact quantity.
    Let me inform you that no rounding profile has entered into the material master MRP view.Only one UOM is maintain in the Material master.
    Any possible reason of this,please inform.
    Rishi

    Dear kaushik,
    I n CUNI decimal places in display block is maintain as Blank this could be possible area of attention ,what exactly is and how it will play roll?,in conversion block it is 3 in the decimal place rounding (I think it will not affect as there in no conversion).
    UOM is KG only,field for unit of issue is blank i.e. no entries is maintain.
    Regards.
    Rishi

  • How do I get the line number of the sales order and how do I save info?

    I am trying to create a form that is able to be called from a right click on the sales order matrix and will display some of the user defined fields associated with the line.
    I've managed to create a form and add a menu option to the right click but I'm now stuck because of the following:
    1. How to I know which line the user selected? I need the REAL Line Number from the RDR1 table because I need to use it on the data filter of the form.
    2. I hard coded a line to just to see if I can load a form and it appears to load and bind the data to the controls, but how do I save changes made? There are several text fields, combo boxes, and a picture control.

    Hi Coleman,
    1. The pVal returned form a menu event does no provide the LineId, but a pVal from a Item Event does. I suggest you use a DoubleClick or Control + Click on the Line to trigger an event that you can catch and use to launch your form.
    2. Please note that if the Sales Order line is closed you'll not be able to update the values. If it's not, then you need to instantiate a Sales Order document, get the correct document with the GetByKey method and update whatever fields you need.
                    Dim oSalesOrder As SAPbobsCOM.Documents = oCompany.GetBusinessObject(BoObjectTypes.oOrders)
                    If oSalesOrder.GetByKey(docentry) = True Then
                        oSalesOrder.Lines.SetCurrentLine(pVal.Row - 1)
                        oSalesOrder.Lines.UserFields.Fields.Item("U_MyUDF").Value = ""
                        oSalesOrder.Update()
                    End If
    Regards,
    Vítor Vieira

  • Disabling the Qty field for Input for Sub items in Sales Order and Delivery

    Hi..
    I have a requirement, where by we need to disable the qty field vbap-kwmeng for input for sub items of the BOM.
    I am planning to use the user exit USEREXIT_FIELD_MODIFICATION...in the include MV45AFZZ for sales orders.
    But i need to disable the input only after the BOM Explosion and item category determination in the sales order.
    Can i Use the same exit ?? what additional conditions i need to take into account.
    also we need to disable the delivery quantity field also for the sub items of this sales bom.
    I see that this User exit is not available in delivery procesing.  How to acheive the required functionality in the delivery processing...
    your advice is much appreciated in this matter.
    Regards
    Srini

    hi,
    Route is determined
    1.Country of Departure & Departure Zone taken from Shipping Point
    2.Country of Destination & receiving Zone from Ship to party
    3.Shipping condition from CMR
    4.Transportation Group from MMR
    5.Weight Group which is optional.
    Check the above.
    Route is determined in delivery.
    ASHA

  • Rounding off error between stock transport order and GR (Quantity)

    Hello,
    I would appreciate your help in an issue. Our customer uses stock transfer order in which a conversion rule was set. Since the transport company requires another unit, the purchase order is created in ton but MIGO is done with Megawatt Hour. SAP takes into consideration only three digits after comma. Therefore, a rounding off error occurs which can only be seen in MB52 but not in the transitsaldo MB5T. The difference or the missing quantity (i.e. 0,001 MH which is 0,0000xxx TON) can not be found and thus a GR can not be posted in MIGO either.
    If you have any idea how to solve this or if there is any OSS message on this, please post on this thread. I am waiting for your comments.
    Thanks,
    Esra

    Hi Ram Prasad,
    The note you suggested is very useful. I need to download the correction. When I use movement types
    557/558, I got the error that the transit saldo exceeded xxx MWH.
    PO = TON
    GI = 2,159 MWH
    GR = 2,157 MWH which corresponds to 0,459 TON
    Conversion rule= 1 TON = 4,7 MWH
    Do you know how to book 0,002 MWH away with these scrapping mov.types? This quantity is missing and is not shown in MB5T because this list functions with TON as far as I figured it out.
    Thanks a lot for your help.
    Esra Nilsson

  • How do I get rid of embedded adobe reader process windows and taskbar icons?

    In the lastest versions of Adobe reader I've come across the issue of finding an adobe task bar icon and a small adobe reader process window for each PDF document that I have open witin an Internet explorer tab. This is driving me crazy. At first I thought it was jut an issue with the machine that I'm on, but I have now seen this happen in multiple computers. Anyone have any ideas on how to keep these from clogging my screen and taskbar?
    I am using Windows 7 Ultimate x64, Internet Explorer version 10.0.9200.16686, and Adobe Reader 11.0.4.

    Group similar buttons on the taskbar
    Taskbar buttons represent open programs on your computer. When you have several programs  open at once, the taskbar might seem crowded with buttons. To help organize the taskbar and save space, you can group similar taskbar buttons so that all of the open files from one program are grouped into one taskbar button, like this:
    Grouped taskbar buttons  
       Open Taskbar and Start Menu Properties by clicking the Start button , clicking Control Panel, clicking Appearance and Personalization, and then clicking Taskbar and Start Menu. 
    Select the Group similar taskbar buttons check box so that it is checked. (To turn off grouping, clear the Group similar taskbar buttons check box.)

  • How do I get my Music library songs in alphabetical order and not sorted by artist?

    Curious how you can sort your songs by alphabetical order without them being grouped by artist? Having this problem on ipad and iPhone

    Well as far as I can recall, I did nothing special at all when I synced my music to the iPad. I have very few downloaded/purchased songs on the device, but even the very few purchased songs that I have in the Music App are in alphabetical order. The only settings that can be changed on the iPad are in Settings>Music and I don't see anything in there that has any bearing in this. I have Group by Album Artist selected, but that doesn't change the alphabetical order if I toggle it off and on.

  • UOM is getting rounded-off while converting the PR into PO

    Dear all,
        We have created a PR with the UOM - EA for the qty 2.256 but the same was changed as 2 while converting the PR into Purchase order (If the PR qty is 2.564, then PO qty is changed to 3).
        I have checked in "CUNI". In this, for "EA", decimal pl rounding is maintained as 3.
       (If we create the PO directly for decimal qty w/o referring the PR, qty is getting rounded-off in print format. We have already posted this print script issue alone and we were advised to change the print script.)
       What we have to do to get the actual PR qty in PO.
       Pl give your valuable suggestions.
    Warm regards,
    M.Selvaganesh,

    Friends,
    What is the application of decimal places under display and decimal pl. rounding under conversion in CUNI?
    (If i maintained  decimal pl. rounding as 2, system is taking the PR qty of 2.256 as 2.25 in PO. and i've maintained decimal places as 3. But where can i see this in PO?)
    Pl clarify.
    Cool regards,
    M.Selvaganesh,

  • I'm trying to sign in to icloud on my laptop to access my itunes but it says my apple id is valid but wont open.  I don't have an apple phone, I have an android phone.  How can i get round this?

    I am trying to access some of my songs on itunes on my pc but it's says I need to install icloud.  I did this but it says I need to sync my phone but that is an android phone.  It says my apple id is valid but still won't let me sign in.  How can I get round this?

    Enchanted1 wrote:
    All this and I still don't have enough space on my startup disk, but that's another whole question!
    No, this should be the number one thing you are concerned about.
    Until you get this sorted, there is a good chance you may simply lose everything.
    Do you hav ean external drive?
    If so copy the entire /Music/iTunes/ folder to the external drive.
    Then you can delete /Music/iTunes/ empty the trash and recover this space.
    Do this then Apple menu > Software update.
    Restart the computer
    Then post back.

  • Reports - value gets rounded

    In reports, whenever I write a program unit
    for any field. In the program unit any numeric value defined gets rounded whereas the value is with some decimal value.
    eg 12.57 becomes 13. Tell me why and how to
    solve this problem

    Hi Vijay,
    In Query designer, select you rquery, and for this keyfigure right -> properties -> change the decimal places to 3 digits
    if the  key figure have -Ve value and it needs to display in front of keyfigure (-1246.00)
    Query properties -> Value display -> here you can select required option.
    if -ve is not there in cube but displaying in report, check whether any formula for this keyfigure
    Regards,
    Daya Sagar

Maybe you are looking for

  • Logical databse call using FM LDB_PROCESS in ABAP WD

    hi i want to use LDB in a webdynpro application to read the data. i came to know that we can use LDB_PROCESS FM to achieve this.  we need to pass callback routines to this FM. as we can not write subroutines in ABAP OO, how do i do this. do i need a

  • Importing CD's to non-default location

    Hello Everybody, I was hoping to see if possibly someone could help me out here. I just bought a nice, big 160GB external hard drive because I don't have enough space on my internal hard drive for all of my music. Whenever I try to import any CD's in

  • Restriction of Selecting Reason for movement based on the movement type

    HI, Defined Reason for movements for the movement types and made the field as " mandatory" in the control reason for the movement type. So, during the Goods movement transaction it becomes mandatory to enter the reason for movement code. But during t

  • Doller sizn comming wrong in Bex report

    HI experts Dollar amounts show up in bex with a wrong sign : 200.00 Instead of $200.00 All other currencies show up o.k Our environment: Bex 7.0 bi7 office 2007 Thanks Gayatri.

  • Opening raw photos Nikon D7000 in Ph Element 9

    When I try to open raw photos from Nikon D7000 in camera raw format in Photoshop Elements 9 (free trial version), I get the message 'cannot execute due to pgroamme error'. Do Nikon D7000 en Ph.E 9 not match?