Rounding off the TR quantity

Hi,
We have this scenario:
When a production order is created, 79 kg of material A is needed. In the transfer requirement generated during WM staging, the quantity automatically specified is also 79 kg. We would like this to be rounded up to 100 kg, as the material needs to be issued by multiples of 100 only.
What settings should we have in order to address this? Currently, the stock removal strategy of the source storage type is H (shelf life expiration date). Storage unit management is not active for this storage type. Can we implement rounding off without SUM and using the current strategy?
Thanks.
Regards,
Joy

Hello,
The answer above seems good approach.
You could also try to have your own routine, for that you may try make use of user exit MWMTO006.
To determine the best pick (bin and quantity) after each individual pick was confirmed by the system  (Function EXIT_SAPLL03A_007).
Best Regards,
Christian Rosa

Similar Messages

  • Regarding round off the value in adf table

    HI All,
    My Requirement:
    i have to round off the value after decimal in adf column before saving to data base.
    Excample : 1234.67 = 1235
    34567.89=34568
    34567.34= 34567
    i am using jdeveloper 11.1.1.3.0
    Please can you give code using converter or any other strategy.
    Thanks & Regards,
    Madhu

    1. First of all you asked for rounding off, taking the integer part is not rounding off.
    2. As per the documentation
    integerOnly      boolean      Yes      Flag specifying whether only the integer part of the value will be formatted and parsed. Default value is false.if i can understand correctly pertains to formatting only.
    3. You can create a custom faces converter and add it to faces config.xml http://docs.oracle.com/javaee/1.4/tutorial/doc/JSFDevelop4.html . So that you do not have to write it in code.
    4. If only integer is to be allowed why don't you change the data type to long or int instead of number

  • Problem in Routine after rounding off the condition value

    Dear all,
          I have attached the routine for rounding off value for condition value for T.Code va02. Routine is working fine but the problem is after the execution of routine it goes in some standard program LV61AA55 where again the rounded value gets changed . Maximum points will be allocated ..
    Thanks anr Regards

    FORM FRM_KONDI_WERT_925.
    *{   INSERT         D01K911062                                        2
    data : wa_xkomv like xkomv,
            v_kwert like xkomv-kwert,
           W_INDEX  TYPE SY-TABIX.
    read table xkomv into wa_xkomv with key kschl = 'JIN6'.
    W_INDEX = SY-TABIX.
    v_kwert = 1 * wa_xkomv-kwert / 100.
      V_KWERT = WA_XKOMV-KWERT.
    read table xkomv with key kschl = 'JHSC'.
    CALL FUNCTION 'J_1I6_ROUND_TO_NEAREST_AMT'
       EXPORTING
         I_AMOUNT                 = v_kwert
       I_AMOUNT1                =
       I_AMOUNT2                =
       I_AMOUNT3                =
       I_AMOUNT4                =
       I_AMOUNT5                =
       I_EXADDTAX1_AMOUNT       =
       I_EXADDTAX2_AMOUNT       =
       I_EXADDTAX3_AMOUNT       =
      IMPORTING
        E_AMOUNT                 = v_kwert
       E_AMOUNT1                =
       E_AMOUNT2                =
       E_AMOUNT3                =
       E_AMOUNT4                =
       E_AMOUNT5                =
       E_EXADDTAX1_AMOUNT       =
       E_EXADDTAX2_AMOUNT       =
       E_EXADDTAX3_AMOUNT       =
    xkomv-kwert = v_kwert.
    xkwert = v_kwert.
    modify xkomv INDEX W_INDEX transporting kwert.
    *}   INSERT
    ENDFORM.

  • Dubai payroll-rounding off the net pay

    Hi All,
    Can anyone let me know how the net pay gets rounded off in Dubai Payroll.We do not have allowance grouping and /ROR IN DUBAI PAYROLL.

    There is no any specific Standrad rule for rounding of Net pay , But in case if there is any custom rule you can check the same in the Pay Roll Log

  • AS to round off the shade % of graphic in Illustrator.

    Hi Guys,
    I am using MacIntosh X, Adobe Illustrator CS6 (version 16) and Applescript Editor (version 2.5).
    I have more than 200 files with Bar charts and Pie charts. Every Time I have to convert the color mode to GrayScale through Menu Bar. (Edit > Edit colors > Convert to GrayScale). After doing that I have to select each and every bar of the chart with Direct selection tool and to round of the Shade Percentage.
    For example
    70.40% to 70% (the value after the dot is below 50)
    70.60 to 71% (the value after the dot is above 50)
    Is there a way, to do this using applescript?
    It will saves me a day.
    Thanks in advance.
    Josh

    I cant see a simple way of doing this while keeping the graph as a graph.
    I could be wrong in this...
    it could be done by ungrouping each graph so we can cycle each component and fix its fill.
    but this would break the graph's edit-ability.

  • Rounding off the decimal place.

    how to round off to 2 decimal place for this following programs:
    double x;
    x = 5.0/3.0;
    System.out.println(x);
    answer for x is 1.6666666666666
    my desired output is 1.67

    import java.text.*;
    public class Foo {
        public static void main(String[] args) {
            double x;
            x = 5.0 / 3.0;
            DecimalFormat df = new DecimalFormat("0.##");
            System.out.println(df.format(x));
    }

  • Purchase Order quantity is rounding off in Print out

    HI ALL,
    In the Purchase Order quantity is rounding off while taking print out. I gave the quantity 10.450 LIT and it is rounding off to 10 LIT and if I gave 10.560 LIT is rounding off 11 LIT while taking print out. I am thinking some note we have to add.We are using ECC 5.0 version. Please give me the solution.
    We are using standard functionalitieslike program(SAPFM06P) and form (MEDRUCK) only. The system is rounding off the quantity in standard functionalities itself while taking print out. Please give me the solution.
    Thanks once again.

    Hi,
        I think in standard 'MEDRUCK' the order quantity(RM06P-PRMG1) is printed without decimal places. Copy the MEDRUCK sapscript into a custom sapscript and change the Quantity fields declaration.
    Thanks & Regards
    Bala Krishna

  • Rounding off net weight value.

    Hi experts,
    I want to round off the quantity value to the next integer value.
    I am using the FM 'J_1I6_ROUND_TO_NEAREST_AMT' as follows...
    call function 'J_1I6_ROUND_TO_NEAREST_AMT'
    exporting
       i_amount = gross_weight
       i_amount1 = net_weight
    importing
       e_amount = gross_weight
       e_amount1 = net_weight.
    i want to round off the gross weight and net weight values.
    In Global definitions, these are given as of type VEKP-BRGEW. The field BRGEW is of datatype QUAN (length - 15 and decimal -3 )
    But when i tried executing i am getting dump .... saying
    "The function module interface allows you to specify only
    fields of a particular type under "I_AMOUNT".
    The field "GROSS_WEIGHT" specified here is a different field type"
    Please help me solve this and please let me know how to round off these fields.
    Regards
    Ammu

    Hi,
    the both fm parameters you fill have a currency data element of length 13, while you pass a quantity data element of length 15.
    You can't use this fm for your fields.
    Regards,
    Klaus

  • In Va22, the Ordered quantity is doubled when saving the quotation

    Hi Experts,
    When I am creating/changing a quotation, i am adding a new line item with the Article/Material with No of quantities.
    After saving, the quantity is doubled. As it should not happen.
    Please help me to resolve this issue.
    Thanks
    Lahiri

    Check the material master....one thought is that you must be having some rounding profile that is rounding off the quantities automatically.
    Also, check in User exit MV45AFZZ if there is any custom code or not.
    Check if there is any inclusive free goods procedure assigned to your order type.

  • Condition type for rounding-off

    Dear all,
    Is there any pricing condition for rounding off the PO values,
    For example if the total PO Value is comes Rs 5990/- & i want to make it Rs 6000/-.In the same way i want to deduct some amount to make the rounding off like total PO Value comes as Rs 10015/-, & i want to make it Rs 10000/- by applying the same condition.
    Or Can i create a new condition type for this type of scenerios.
    Quick reply will be highly appreciated.
    Thanks & Regards
    Prasant sekhar

    in condition type u have a filed for rounding off
    so use the relveant option from f4 help in that field and u can round of the value as u want to be
    go to tcode m/06
    and select ur conditoin type and click on the detail button and do the relevant settings

  • Small Differences Rounding Off in case of Payments in Foreign Currency

    Hi all
    I have a scenario wherein I want to round off the Foreign Exchange amount to the nearest Rupee. I.e when I am making a payment in Foreign currency, the amount in local currency appears upto 2 decimal places. However, I  want the same to be rounded off to the nearest rupee.
    E.g I am making a payment of USD 111 @42.1277 which comes to 4676.17 in the local currency INR. Now I want the system to round off the amount to 4676 at the time of the payment transaction itself. Is this possible through the RDF key in Forex Automatic Postings? If yes, then I already have an account assigned there but the system does not round off the amount.
    Help would be highly appreciated.
    Cheers
    Hrishi

    i'm not aware of that functionality.
    But you can always add some logic into your fast formulas, so that the data is alreay rounded for cash payments, before you launch Prepayments.

  • MIRO Round off value

    Hi,
    I need to Round off the value in MIRO. Example, we have Rs.1000/- as the price and tax as Rs.12.36/-, system should round off this 12.36 to Rs.13 and display the tax amount as Rs.13.
    Is this possible in Standards?
    If so , where do we need to make the settings?
    Please help.
    Thanks.

    Hi,
    Please refer the below links..
    MIRO-Rounding off
    Rounding in MIRO
    Rounding off MIRO for decimal
    Thanks.

  • Rounding off currency

    Dear Gurus,
    Can some one tell me how the rounding for works.
    Financial Accounting ->AR/AP->Business Transaction->Outgoing Payments->Define Account for Rounding off difference.
    My client require the following scenario.
    a. Client wanted to book all the invoies with decimals at liability booking(FB60).
    Eg : 110.36 and 110.56
    b. While making payment(F-53 or F-58) he waanted to round off the decimals(as he do not want to cut the cheque for decimals
    Eg : 110 and 111
    Please help me to configure to get the out put
    Thanks
    Raju.

    Hi
    Have tolerances set up for the user as well as customer/vendor. This will automatically knock off the differences and you can pay in round amount
    S Jayaram

  • Foreign Currency rounding off while conversion

    Hi All,
    I am experiencing a scenario while foreign currency conversion.
    I have searched for a solultion but i am unlucky to find one regarding this problem.
    The scenario:
    Example:
    Foreign Curr      |    Value    |       Rate     |     SAP converted Local Curr(Yen)   |    Act Con Value(Y)
    Euro                 |    1210Eur|       127.99Y|     154868Y                                   |   154867(-veRound Off)
    Is there any setting where you can round off the converted amount to its negative whole amount?
    I have searched all the setting in Foreign Currency transactions(OB52,OB59) but couldnt find.
    Hope i can get a solution.
    Regards
    Andrew

    Hi
    Reason and Prerequisites
    u2022Your tax country is Slovakia
    u2022You billed an order with several items in foreign currency,
    u2022where the exchange rate factor between foreign currency and local
    u2022currency is very large or very small.
    u2022The accounting document created during the billing has a tax line item that contains incorrect amounts in local currency
    Solution
    The solution is using the same solution as note 832477 and 32477 with the difference that the country is Slovakia. For other countries you should put the variable L_LAND1 to the string that represent the country.
    Limitations:
    The solution will NOT lead to a recalculation of taxes in local
    currency. However, it will serve to minimise any rounding differences
    which may arise from converting the individual tax lines which are
    transferred from SD to FI. In most practical cases, this should fulfill
    the legal requirements, even though rounding differences may occur for
    individual documents in special cases.
    Regards
    uday

  • Regarding rounding off for amount

    dear all,
    can anybody tell me how to round off the amount which is printing in decimals..
    i want to round off the final amount in script..print form.
    thx in adv.
    jigar

    Declare a field like this...
    DATA : amount type p decimals 2.
    Pass your field to <b>amount</b> automatic rounding takes places... display your field.
    In script if you want to restrict the number of decimals do it like this...
    &EKPO-MENGE(.2)& --> display 2 decimals ex, 14532.34
    Regards,
    SaiRam

Maybe you are looking for

  • For all entries in read statement

    hi is there any command equivalent to for all entries in read statement

  • HOW TO FIND PREVIOUS BALANCE OF DOCUMENT NUMBER.

    Hello Abapers, I am doing customer statment report in FI.In this i need to find previous cumulative balance of document number and i need to add present balance. For eaxmple. Invoice    payment        Balance    Cumulative balance 8000       4000    

  • IWeb Podcast - Drag and Drop Audio and Picture Files

    I have been using iWeb the last few days to create a web site that includes some podcasts. I currently have three podcasts as a part of the site. I have been able to get two of the podcasts to work correctly but the third one, no matter how many time

  • Problem with unlocked C902

    I recently changed from an orange network C902. The phone was unlocked and I inserted a Virgin sim card. Although the now displays the virgin name and I can make and receive calls and texts. When I go on the mobile web it constantly goes to the orang

  • Datatabase permissions configuration

    Hi My form is designed with designer 8 and I have put all the necessary Reader Extensions to ACCESS THE DATABASE dynamically when the button is pressed (passing one of the form fields as a parameter to the database select statement) and everything SE