How to calculate amount base on Num & Rate

Dear all,
I want to set the calculation in RULE to calculate amount base on number and rate:
Amount = number * Rate.
I tried:
AMT=NUM
AMT*RTE
But I got error message: "Operatn AMT=N specificatn 'N' is only possible together with P0045 and PRT"
Please help me how to make it.
Thanks,
SophieTran

can you check the option of MULTI

Similar Messages

  • CFM /TR - how system calculate amount based on rate FX 60A

    Hi all,
    i need to know how system calculates amount based on rate entered upon creating a contract (t-code TX01).
    steps input:-
    1. header - comp code, product type, trans type
    2. partner
    3. purchase curr & amount (eg. IDR 8,345,545,500)
    4. sale currency only (amount system will auto calculate) USD
    5. rate field = 11.553
    6. spot rate will auto pick up from rate
    7. value date
    8. contract date
    upon TBB1 no error. posting log as follows:-
    FX1000+ : 40 8,345,545,500 IDR bank GL acc
                    50 8,345,545,500 IDR clearing acc
    FX2000- : 40 722370.42 USD clearing acc
                   50 722370.42 USD bank GL acc
    but upon TPM18 error occurred as follows:
    DBT_C009 - GL not maintain in acc symbol 5.3.4
    DBT_E039 - no posting spec assigned to update type
    DBT_B018 : 40 0 USD, 431,977,511 IDR gain/loss
                       50 0 USD, 431,977,511 IDR clearing acc
    so, after maintained DBT_C009 as follows still error for DBT_E039:
    40  0 USD, 38 IDR clearing acc
    50  0 USD, 38 IDR P&L gl acc
    what i don't understand is how system calculate and get DBT_C009 & DBTE039.
    what is the function of TPM18?
    thanks.

    Hello Prarnod,
    I have done the first node only for actuals that come from the integration to the internal order.
    I have tried setting up 2 and 3 even though the 3rd one does not make any sense to me
    Thanks,
    Paul

  • How to calculate Month on Month growth rates in an OBIEE query?

    Dear all,
    I would like to ask your help on how to calculate Month on Month growth rates [(last month - previous month)/previous month*100%] in an OBIEE query. This ratio should be always calculated for the last 2 available months.
    I have the following query:
    Month0 | Month1 | Month2
    Product A 500 | 100 | 200
    Product B 600 | 300 | 150
    would like to add Month on Month column as following:
    Month0 | Month1 | Month2 | Month on Month(%)
    Product A 500 | 100 | 200 | +100.00%
    Product B 600 | 300 | 150 | -50.00%
    I tried to add a calculated item but it was not successful because I could not find out how to show only the calculated column as % with 2 decimals. Moreover, I would ideally prefer to have an automatic update but as far as I understood it can't be done in the calculated item automatically
    I also tried to add a new column in the column area and to filter the results for the last month, then for the previous month and then based on it to calculate the needed ratio but unfortunately it also does not work out.
    Thank you your hints in advance

    Hi,
    The best way to solve this is using the Ago function. With this you can create a logical column for the previous month. Then you will have 2 columns available with which you can do your calculations.
    If you want to do this with a calculated item (don't know if the formatting will work for you), but you can make the calculation more general by using $1 for column 1 and $2 for column 2 in your calculation. So the relative columns ($x) will change with the columns in your report.
    Regards

  • How to calculate logarithm(base 10)

    Hi!
    I know this probably belongs in a Math forum, but does by any chance anyone know how to calculate the value of a logarithm(base 10). The Math and StrictMath classes have implementations of log, but it's base e.
    Any help is welcome.
    Thanks!

    Hi!
    I know this probably belongs in a Math forum, but does
    by any chance anyone know how to calculate the value
    of a logarithm(base 10). The Math and StrictMath
    classes have implementations of log, but it's base e.
    Any help is welcome.
    Thanks!there is a math rule that says log(x)/log(n) = log n (x)

  • How to calculate Amount of goods received bill not received

    Hi Gurus,
    In my vendor aging report client require one filed which is amount of goods received bill not received (Goods received amount- Invoice amount)
    can u please tell me what should i do?
    Thanks in Advance
    Kavita

    Hi,
    Actually i written a code in CMOD and enhanced the data source but the value is not proper......
    something is missing ...can anyone explain
    here is my code
    when '0FI_AP_4'.
      data  wa_DTFIAP_3 type  DTFIAP_3.
        loop at c_t_data into wa_dtfiap_3.
         select single ebeln lifnr from ekko into  (it_ap03-ebeln,it_ap03-lifnr)
            where lifnr = wa_dtfiap_3-lifnr.
           it_ap03-budat = wa_dtfiap_3-budat.
           it_ap03-budat = wa_dtfiap_3-belnr.
          if sy-subrc = 0.
            append it_ap03.
           endif.
        endloop.
      loop at it_ap03.
       select SINGLE mblnr from mkpf into mkpf-mblnr WHERE budat =  it_ap03-budat and blart = 'WE' AND
         VGART = 'WE' .
         IF SY-subrc = 0.
         SELECT SUM( dmbtr ) from mseg into   it_ap03-dmbtr where mblnr = mkpf-mblnr and xauto = '' and
           bwart in ('101','102') and lifnr = it_ap03-lifnr .
       SELECT SINGLE ebeln matnr from mseg into (mseg-ebeln,mseg-matnr) where mblnr = mkpf-mblnr.
         select sum( dmbtr ) from ekbe into it_ap03-dmbtr1
         where ebeln = mseg-EBELN  and vgabe = 2  and matnr = mseg-matnr  and budat = it_ap03-budat.
         it_ap03-tamt = it_ap03-dmbtr - it_ap03-dmbtr1.
        ENDIF.
    select sum( wrbtr ) from ekbe into it_ap03-dmbtr
    where ebeln = it_ap03-EBELN  and bewtp = 'E' and budat = it_ap03-budat.
      select sum( wrbtr ) from ekbe into it_ap03-dmbtr1
    where ebeln = it_ap03-EBELN  and bewtp = 'Q'  and budat = it_ap03-budat .
      modify it_ap03.
      clear it_ap03.
      endloop.
    loop at c_t_data into wa_dtfiap_3.
    read table it_ap03 with key lifnr = wa_dtfiap_3-lifnr belnr = wa_dtfiap_3-belnr.
    wa_dtfiap_3-zzbillamt = it_ap03-tamt.
    modify c_t_data from wa_dtfiap_3.
    endloop.
    endcase.
    Edited by: kavita on Sep 11, 2010 8:48 AM

  • Calculate Excise amount as per duty rates check box in J1IEX

    Hi,
                  In J1IEX Duty rates tab, there is one check box as Calculate excise duty base on duty rates , but thta check box is Disable i How to make it as enable so that we can click to to recalculate the excise rate,
    also my problem is that in case of import PO, the basic price in our PO is diffrent compare to basic price of custom . because custom is addding the basic frieght and insurance charges in Basic price, so while Doing J1IEX ref. to MIRO number it is taking properly amount of all excise duties but excise base amount is diffrent and when we correct the excise base amount as per custom Bill of entry all excise amount are change and it is not coming as per duty rates which are present i Duty rates tab so I want to recalculate it.
    regards,
    zafar

    Hi ,
                 As per detail which I have mention in my question,  the process which we are following is after recieving import Material   first we are doing   MIRO  for custom delivery cost   and there we are entering tax amount as per custom bill of entry,   and we are getting the MIRO Documnet number    after that we are Doing    Capture Excise invoice thorugh J1IEX  and ref. document we are selecting as PO,  after pressing enter we get a small pop up window as customs invocie number  and year  there we are entering the MIRO document number and Year   then  ref. to that miro number  All duty and duty rates  are coming as per MIRO   but  Excise base amount is different  because it is coming from PO basic amount and there is diffrence between  Custom excise base amount and PO bae amount becasue  in custom bae amount they are adding frieght basic amount into excise base amount , and then  we have to correct amnually  exsice base amount in J1IEX   for all materials,  is this proceess is same in all  or we need to do some modification in pricing procedure or at any other place .
              At bottom in excsie duty tab in J1IEX  there is one check box as Calculates excise amount base on excise duty  but that check box is also disable   How to make that enable.
    I also have found one FM : J_1IEX_DEFAULT_EXCISE_DUTY,   by doing some changes in this FM we can get what we requied , is there any other solution to get our requirement.
      regards,
       zafar
    Edited by: zafar_karnalkar on May 15, 2010 1:47 PM

  • How to calculate the unit for RATE?

    Hey All,
    I am not sure if there is something standard for this or not.
    I am calculating the 'Rate' by using 'Value/Amount' and 'Quantity' as follows -
    Rate == Value /  Quantity
    I need to calculate the unit for the rate as below -
    Rate unit == Value unit (Currency) /  Quantity unit (Base_uom) 
    (for example -
    if value is 1000 USD and quantity is 10 TO then Rate should come out as 100 USD / TO)
    Could anyone please suggest how to calculate the unit in this case?
    Many Thanks!
    Tanu

    Hi,
    Go through the below link it may give some idea
    http://help.sap.com/saphelp_nw04/Helpdata/EN/19/1d7abc80ca4817a72009998cdeebe0/content.htm
    Regards,
    Marasa.

  • How to calculate the quota base quantity in quota arrangement?

    Hi all,
    As we all know, when a new supplier is added in the quota arrangment, we take the help of quota base qunatity so that the new supplier does not get any unfair advantage over the existing suppliers. Would you please help me on how to calculate the quota base quantity or on what basis the quota base quantity is calculated?*
    Regards,
    Ranjan

    Dear,
    Quota arrangement divides the total requirements generated over a period of time among the sources of supplied by assigning a quota.
    Quota u2013 quota is equal to a number and its represents the proportionate of requirements. Total quota of all the vendors is equal to 100% of requirements.
    This quota arrangement is also specific to material and plant level.
    Quota rating = quota allocate quantity + quota base quantity / quota.
    Quota based quantity used only when a new vendor introduced.
    In the as on date situation, the minimum quota ratings will considered as preferred vendor.
    The 2 vendors has 2 same quota rating, the vendor who is having the highest quota will considered first.
    In the running quota, a new source of supply is included. (In situation of short supply) including a new source not means to reduce the quota for existing.
    Regards,
    Syed Hussain.

  • How to calculate tax amount

    Hi,
    I am working in driver program of service sheet entry SF. i want calculate Tax Amount of every line item of service entry sheet number.
      tax code, net value, total value  mention in line item but tax amount not.
    then How to calculate tax amount according tax code...............?

    Hi,
    Try with the below function module.
    CALCULATE_TAX_FROM_NET_AMOUNT
    Jshree

  • J1iex duty rate tab calculate excise base rate check box is disable in impo

    Hi,
    We have done Import PO and wrt we have done the GRN as part 1 and we try to complete the part 2 as J1iex, but in j1iex duty rate tab calculate excise base rate check box is disable, we required is activate.
    its working in domestic scenario.
    Thanks
    shital

    Go to J1IEX- Change (Instead of Post). Try & change the rate.
    But why do you want to change it in J1IEX? as duties are flowing from PO-MIRO.

  • How to calculate YTD credit amount and YTD Debit amount

    How to calculate credit amount and Debit amount for Year-To-Date type in GL Trial Balance Report?

    You may try the following options.
    1. Run 'Expanded Trial Balance' report.
    2. Run 'Trial Balance' report.
    3. Create FSG report for trial balance based on your desired output format.
    Hope it is useful.
    Tarun

  • How to calculate file tranfer rate

    I am working on applet which uplaod the files on ftp now i want to add progress bar on it which tell me exactly how much time it takes to upload or how manay percent it completed.
    import cz.dhl.ftp.Ftp;
    import cz.dhl.ftp.FtpConnect;
    import cz.dhl.ftp.FtpFile;
    import cz.dhl.io.CoFile;
    import cz.dhl.io.CoLoad;
    import cz.dhl.io.LocalFile;
    i am using these libraries

    So what's the question?I think it is how do I put in a progress bar which means I need to know how to calculate the file transfer rate.

  • How system calculate Exchange Rate for material?

    I have some doubt how system calculate exchange rate for material when doing GR.
    For example, standard price of material is 0.01 USD per ea. PO is created in foreign currency (THB) with qty: 40,000 ea (THB 2,852.00)
    Actually when I do GR ea then accounting doc is:
    Dr. Inventory 400 USD (12,800 THB)
       Cr. GR/IR    88.64- USD (2,852.00- THB)
       Cr. Variant 311.36- USD (9,948.00- THB)
    for 2nd and 3rd line item, exchange rate M (THB -> USD) is 0.03108 which is correct.
    Could anyone advise where system get exchange rate for 1st line item?

    Hi
    First of all, as mentioned by you, the exchange rate for Item 2 and 3 is not 0.03108.. It is as below, based on the figures given by you...
    Dr. Inventory 400 USD (12,800 THB)........ Exch rate is 0.03125
    Cr. GR/IR 88.64- USD (2,852.00- THB)....... Exch rate is 0.03108
    Cr. Variant 311.36- USD (9,948.00- THB).... Exch rate is 0.0313
    I guess the item 3 is just a derivation from Items 1 and 2.. The Price diff results as a difference between std cost and purchase price...
    I believe, the exchange rate would have been 0.03125 at the time of GR... You need to check this in your system... For sure, it uses  exch rate type M in the standard... Check if 0.03125 (USD -> THB) or 32 THB -> USD exists in your system at all
    Item 2 is based on your PO negotiated rate...
    Regards
    Ajay M

  • How SAP calculate the outstanding PO quantity and amount.

    how SAP calculate the outstanding PO quantity and amount.

    Hi Arun Raj,
    APO does not calculate the open qty.
    Only the open qty of the PO is ciffed to APO from R/3.
    Regards,
    Ashok

  • How to calculate percentage growth rate

    Hi guys,
    Please I am trying to calculate the percentage of growth rate using MDX query.
    I have tried this but it keeps returns a null value.
    Create Member CurrentCube.[Measures].[Monthly Growth Internet Sales Amount]
    As [Measures].[Internet
    Sales Amount]/
    ([Date].[Month of Year].CurrentMember,[Measures].[Internet Sales Amount])- 
    ([Date].[Month of Year].PrevMember,[Measures].[Internet Sales Amount]), 
    FORMAT_STRING = "Currency", 
    VISIBLE = 1
    I need your assistance please.
    me

    Are you trying to return a percentage? If so, your format_string needs to have a percentage format.
    Also, are you trying to return [Internet Sales Amount] change vs last month? 
    If so, the query should be something like this...
    Member CurrentCube.[Measures].[Monthly Growth Internet Sales Amount]
    As
    (([Date].[Month of Year].CurrentMember,[Measures].[Internet Sales Amount])-
    ([Date].[Month of Year].PrevMember,[Measures].[Internet Sales Amount]))
    / [Measures].[Internet Sales Amount],
    FORMAT_STRING = "0.0%",
    VISIBLE = 1
    Please mark as answered, if this is what you are looking for.

Maybe you are looking for

  • Safari won't quit, so I can't install Office Mac.

    Hey guys. I got my new Office Mac, and I was hoping to install it. It said Firefox and Safari needed to close. Firefox was a snap (good job guys!), but Safari is doing HORRIBLE. It is not forcing to quit at all, and I don't want to restart or shut do

  • Is this first back up with Time Machine too slow?

    I'm running my first backup onto a new Western Digital Essential 1 terrabyte via a USB connection. It started at 2AM. It's now 9AM and the progress bar reads: "16.5 Gigs of 118 Gigs" That's a little better than two gigs an hour. This seems very slow

  • PrinterJob and Memory Leak

    I have encounter a serious memory leak when printing in Java. When the following code is compiled into a 'jar' (1.4.x and 1.5.x) and run, the Print process consumes roughly 4 Mb and never gives it back. Does anybody have a solution for recovering the

  • Export and Re-import bulk PTR reverse lookup records

    Hi, If I were to export an existing zone let's say 0.168.192 which has hundreds of PTR records and I want to create new zones 1.168.192, 2.168.192, 3.168.192 and so on - what would be the best action of exporting this whole zone (0.168.192) and impor

  • Swing JApplet - why component in ContentPane get display in GlassPane

    I have a JApplet that contains : - The ContentPane have a JTable and some JButtons. - A JMenuBar (have actionPerformed that set up the GlassPane) - The GlassPane have a JTable and some JButtons. Here are the sequence of event : 1. I select a button o