Percentage rate settlement and amount settlement

What is the difference between percentage rate settlement and amount settlement and how does this impact settling orders?

Order cost will be settled to some settlement receivers.
1. If you maintain Percentage, based on the percentage entry, cost will be distributed among different receivers.
2. If you maintain Amount, directly amount can be entered & will be settled.
For example, order cost is 1000 & settlement receivers are 4 different cost centers. We have cost center as CC1, CC2, CC3 & CC4.
Settlement % for each cost center as follows:
CC1 -> 20%
CC2 -> 10%
CC3 -> 35%
CC4 -> 35%
Then cost will be calculated accordingly, settlement will happen.
Also you can enter amount against each cost center.

Similar Messages

  • Settlement percentage rate of a rework order

    Hi
        Is there any Tcode to check the total settlement percentage rate related to the rework order rasied.
    regards,
    PradeepM.

    Hi Pradeep,
    1 )  In  CO02 / CO03   from the Menu  Drill down from the Header -
    > click on settlement rule over view there you will find settlement %
    2 )  Enter table " COBRB "  input object number Prefix OB00**********   to get 14 digit and Plant you fill find list of orders having
          settlement %
    3)  Use Transaction KOB1
    Regards,
    JayaVimal

  • Update decimal places in sales and use tax percentage rate [FTXP]

    i need to update the decimal places in the tax percentage rate.  i've gone through all of the tax configuration in the img several times and it is not there.  have searched the internet for an answer to this, and am not finding it. need to update from four digits to the right of the decimal to five digits to the right of the decimal point.
    for example, adjusting a tax rate field of 5.1234 to 5.12345, where the field will allow 5 digits.

    Hi,
    SAP has hardcoded in the program MF82TI00 to pick only the three places after decimal. Rest will be ignored.
    In case this is your legal requirement, I will suggest to rather create an OSS message with SAP.
    Regards,
    Gaurav

  • Retrive Rate and Amount field in Taxinvoice

    Hi Guru's,
    i want to retrive rate and Amount in Taxinvoice . i write follwing  code
    select kbetr kwert kschl from konv INTO CORRESPONDING FIELDS OF table it_konv
    where KNUMV = IT_VBrK-KNUMV and kschl eq 'ZRPR'.
    loop at it_konv.
    endloop.
    select kbetr kwert kschl from konv INTO CORRESPONDING FIELDS OF table it1_konv
    where KNUMV = IT_VBRK-KNUMV and kschl eq 'ZFAB'.
    loop at it1_konv.
    endloop.
    select kbetr kwert kschl from konv INTO CORRESPONDING FIELDS OF table it2_konv
    where KNUMV = IT_VBRK-KNUMV and kschl eq 'ZRLB'.
    loop at it2_konv .
    endloop.
    loop at it_vbrp.
    itabfinal-amount1 = it_konv-kbetr + it1_konv-kbetr + it2_konv-kbetr .
    itabfinal-value = it_konv-KWERT + it1_konv-KWERT + it2_konv-KWERT .
    append itabfinal.
    clear itabfinal-amount1.
    clear itabfinal-value.
    endloop.
    but this code get me output is 0.
    please Help Me send me code how to retrive value.
    Regards
    sam

    Hi,
    Why you r writing so many select query's on KONV.
    I think you can write the logic as follows
    select kbetr kwert kschl from konv INTO CORRESPONDING FIELDS OF table it_konv
    for all entries in IT_VBRK
    where KNUMV = IT_VBRK-KNUMV
       and ( kschl eq 'ZRPR'
            or kschl eq 'ZFAB'
            or kschl eq 'ZRLB' ) .
    loop at IT_VBRP.
    read table IT_VBRK with key ebeln = IT_VBRP-VBELN.
    if sy-subrc = 0.
    loop at IT_KONV where knumv = IT_VBRK-KNUMV
    sum the condition values
    endloop.
    endloop.
    With Regards,
    Dwarakanath.S

  • Vendor Invoice w/ different exchange rate on taxable amount and tax amount

    Hi Experts,
    I have an issue with regarding the Vendor Invoice with Foreign Currency. Normally we use JPY as our base currency and system exchange rate for out Vendor Invoices. But there was an audit issue pointing out that the Original Vendor Invoice is not tallied with the SAP Invoice as the tax amount is not the same. The problem is the Original Invoice has the Vendor Exchange Rate and it is not the same with the system rate that we use. Auditor tells us that we should use the Vendor Exchange Rate for Tax Amount and use the System Exchange Rate for the Taxable Amount. Is this possible? Can we use 2 Exchange Rates in a single Invoice Document one for the taxable amount and one for the tax amount? How can we possibly do this? Or any workaround?
    Thanks a lot for the information!

    I think its a bit misleading...The requirement is to post an Invoice with a base taxable amount of  Exchange Rate A and a tax amount of Exchange Rate B. The Base Currency is JPY and the System Currency is SGD. So the Report S_ALR_87012357 should see the amount in SGD there. The Issue is caused by the different exchange rate on the tax amount submitted by the Vendor Invoice.
    Example: Vendor Invoice Amount: 926,413.00 JPY, then we created PO to Invoice with Base Currency JPYalso amounted 926,413.00 JPY. However, in the Vendor Invoice Amount, the Tax Chargeable is 923.00 SGD (based on their exchange rate 65.66 JPY per SGD). But our Exchange Rate (System Rate) is 63.49 JPY per SGD. How can we reflect the Tax Amount as 65.66 JPY but still the correct SGD amount is based on the Vendor Original Invoice Exchange Rate 65.66 and not the System Exchange Rate, 63.49 in the same Invoice Creation (MIRO)?

  • How to Include VAT percentage rate in the Invoice Print Output

    Hi All,
    I have a question here. My client wants the VAT rate in percentage form to appear in the invoice print output. But, I have no idea where to pull out the vat percentage rate from or which table I should refer to.
    Appreaciate all of your inputs.
    Thanks a lot!

    Hello,
    You can fetch the VAT rate either from the Sales order or the Billing document
    Getting it from Billing document is more relevant.
    First goto the Table  VBRK and get the KNUMV  field from the vbrk
    Then goto KONV table which is the pricing table for conditions and give the input values as the KNUMV and KSCHL
    KNUMV  is the DOCUMENT CONDITION which is independent for each document
    KSCHL is the condition type ( in this case it is your VAT condition type )
    You can get the Rate from the  the field  KBETR.
    KBETR is the RATE % of the KSCHL in KONV
    Hope it is clear.
    Regards,
    santosh

  • Condition type and amount  in VI01 transaction

    Hi All,
    I want to update condition type and amount  in VI01 transaction.
    process : transaction VI01 --> enter shipment number -->enter
                  then double click on item inside that>it will open new screen for that item> here you can see CONDITION tab...i have to update condition type and amount over there.
    Please suggest me what i suppose to do..as i have tried all user exit but in vain...even badi also

    Hi,
    have u tried these user-exits
    Exit Name           Description
    V54B0001            Shipment costing: Configure pricing
    V54B0003            Shipment Costs Calculation: Determine Rate Type and Currency
    V54B0004            Shipment Cost Calculation: Determine Status
    V54C0001            Shipment costing: Description(s) shipement cost item(s)
    V54C0002            Shipment costing: Create shipment cost sub-items
    V54C0003            Shipment Costs Processing: Determine Invoicing Party
    V54C0004            Shipment Costs Processing: Determine Loc. for Tax Invoice
    V54D0001            Shipment Costing: Determining the Tax Countries
    V54KSFRC            Determining the factors for apportionment of shipment costs
    V54P0001            Extended Function Codes for Shipment Cost Information
    V54U0001            Shipment cost processing: Check whether changes made
    V54U0002            Check shipment costs for completion
    V54U0003            Specification of shipment cost number
    V54U0004            Formatting for update of new objects (shipment costs)
    V54U0005            Updating new objects in shipment cost processing
    V54U0006            Shipment Purchase Order - Header Data Supply
    V54U0007            Shipment Purchase Order - Item Data Supply
    Reward points if useful..
    Regards
    Nilesh

  • CKM3 - PPV analysis: split between exchange rate effect and price effect

    Dears,
    I need to verify how the purchase price variance (PPV) is calculated within the Material Ledger, specifically regarding the split between exchange rate effect and price effect.
    I found transaction CKM3 that display the exchange rate difference and the price difference (I think total price difference = exchange rate effect + price effect), but I still have some open points:
    - How CKM3 should works? I created some documents to test this transaction (goods receipt from purchase order and its invoice) creating a PPV with exchange rate effect and price effect (both) but in CKM3 the split is not shown, only the total PPV is shown at document level.
    - Is there same specific procedure to be followed? Is there other steps to be done before CKM3 is executed in order to split the PPV?
    and then
    - Is CKM3 the best solution to analyze the PPV within Material Ledger?
    Thanks and Regards,
    Jody

    Tnx Adi,
    this link is very helpful, now I've an idea about how the data should be shown in CKM3.
    But at the moment I replicated a similar case to the example mentioned in the link, and in CKM3 I see different values: all PPV amounts are only present in column "Price difference" without the part due to the exchange rate effect.
    Do you know if I need to execute a preliminary step before to execute CKM3? Or is there something to be set-up in custominzing in order to allow the correct population of the exchange rate price difference?
    Thanks & Regards,
    Jody

  • Tax calculated on the exchange rate differiences and interests

    Hi Sap Guru's, I have a question for you.
    NOTE:... my FI knowledge is not very good
    I have postings with the line exchange rate difference and strange is, if the tax on the normal posting is calculated, there is also calculated tax on the exchange rate difference amount. Our FI experts said that this is not correct and the tax shouldn't be calculated on such postings like interests or exchange rate differences...
    Any tip, where I can check or set this?
    BR
    Saso

    Hi Saso,
    Have a look with FS00 if the account for exchange rate is tax relevant.
    When you change this to not tax relevant please test it in Q system perhaps it blocks automatecly posting
    Paul

  • Need Function Module for Printing Rates,Discounts and Taxes in Invoice.

    Hi All,
    For our Invoice printing I need to get a function module which will provide me the rates,discounts and taxes against each item line of the Invoice No.
    Finall it will be printed accordingly.
    Can anyone help me regarding this with input parameter example.
    Thx in Adv.

    Hi,
    As far as I know there is no fun module to print all this stuff.
    You have to get this data from KONV table by passing the VBRK table KNUMV field.
    Then check for all the Rates and amount KBETR and KWERT fields for the respective condition Types.
    You have to loop the KONV internal table and write all the condition rates and amounts in the script driver program.
    see any Std script for this.
    Regards,
    Anji

  • VK154 - Tax indicator T1 has percentage rate

    Dear Friends,
    1. While doing FV11, error messages "Tax indicator T1 has percentage rate- 2.000 "(VK154) is triggered.
    Can someone help me to change this to Warning.
    2. How can i get the FTXP into change mode in Production client(which object shall i make use of to make it to change ?)
    Thanks
    Ivy

    Hi,
    If a tax code alreday maintaioned with tax condition types with tax rate--why you are chnaing tax rate now for that tax code as system may have tranactions data for that tax code with fixed tax rate!!!
    Now as you want new tax rate with  tax condition types, better create a new tax code and maintaion (FV11)the  tax rate with tax condition types. Now go for new PO creation and goods receipt.
    Yes, there is a option to change tax rate in t.code:FV12 for tax code with condition type,but check the nature of Access sequence is JTAX. Is your Access sequence JTAX  well defind with condition keys.....ie..... where Access sequence JTAX  have Validity Period in it.If Access sequence JTAX  is a copy of Access sequence JST1,then you can maintaion to change tax rate with validity period.
    NOTE:
    Validity Period available for tax condition types which have access sequence JST1 not access sequence MWST
    Regards,
    Biju K

  • Depreciation percentage rate

    Dear Forum,
    in afams (multilevel method), there is a column called percent which is depreciation percentage rate.
    I would like to know this percentage is percentage value of base value or it is the depreciation value?
    Say I have asset costed at 10,000.00 and for the first 4 year, the percentage is 5% each year.
    This 5% or 500 is a base value or 500 as the depreciation value?
    thanks

    Hi Srina,
    Have a look at the documenation in the F1 Help of this field AFPROZ in AFAMAS.
    However, if you have APC of 10,000.00 and a percentage rate of 5% in AFAMAS, and lets say Base value is 24 (Netbook value), useful life 4 years: then the calculation is as follows:
    1st year:  APC 10,000.00       -> 5% = 500  depreciation in 1st year
    2nd year: NBV now 9,000.00  -> 5% = 475  depreciation in 2nd year
    3rd year:  NBV now 9,025.00  -> 5% = 451.25  depreciation in 3rd year
    4th year:  NBV now 8.574,00  -> 5%  = 429,00 depreciation in 4th year
    If you want to fully depreciate your asset then you would need to create another phase obviously. Else, in my example here, the asset will have remaining NBV after the 4 years but no more depreciation will be calculated.
    I hope this example helps to understand better field AFPROZ in AFAMAS.
    Kind regards,
    Brigitte

  • GR/IR A/c Amount and Amount in local Curreny values are not matching

    Hello Gurus
    When we are doing MIGO for some Scheduling Agreement PO's the Amount and Amount in local currency columns are mismatching with  paise (+/-), eventhough PO belongs to Local Currency (INR). Because of this GR/IR account is not cleared after MIRO through F.13. Both MIGO and MIRO amount are showing as Open items.
    Why it is happening and what is the way to clear GR/IR A/C. (F.13 with Tolerance limit is also not workout).
    Thanks & Regards
    Venkat.P

    Hi sridhar
    Thanks for reply
    Through MR11 also these values are not cleared.
    Regards
    Venkat.P

  • I upgraded my icloud storage and amount got deducted from my account but yet storage wasn't upgraded. What can i do?

    I upgraded my icloud storage and amount got deducted from my account but yet storage wasn't upgraded. What can i do?

    How long did you wait for the systm to catch up to your request for more storage?  it can take a little while, up to an hour sometimes I have heard.
    If you don't see any more room after waiting a while, try resetting your phone to see if it appears then.
    If that doesn't help go here, http://www.apple.com/support/contact/ and see if they can help you out.

  • HT201272 How do i see a list of the apps that have been downloaded and the dates and times and amounts?  Tried to follow the on-line thing but i want to compare what has been downloaded with my visa bill.  HELP!!

    How do i see a list of the apps that have been downloaded and the dates and times and amounts?  Tried to follow the on-line thing but i want to compare what has been downloaded with my visa bill.  HELP!!

    See this -> http://support.apple.com/kb/HT2727

Maybe you are looking for