Fixed assets depreciation wherein local and system currency is differeent

Hi,
We just have a question regarding the Fixed Asset Depreciation if Local and System Currency is different.
Setup of Currency:
Local Currency = USD
System Currency = Peso
During monthly amortization the depreciation is in Local Currency (USD) converted amount at the time of acquisiton if other currency is used. The corresponding system amount which is in Peso will use the FOREX rate based on the posting date of the depreciation run.
What we want is to maintain a correct lapsing schedule of Fixed Assets in both PHP & USD, and both following the accounting standard.   Therefore, to be in line w/ the standard, we have to use the historical rates.
Is it possible that when the depreciation was posted in system currency the historical or the acquisition rates will be used not the conversion rate when the depreciation was done?
Thanks,
Janice

Hi Janice,
I don't think that is possible to maintain system consistency.  if you could assign FOREX arbitrarily, what is your accounting principle?
Thanks,
Gordon

Similar Messages

  • Query for Local Currency(GBP)  and System Currency (USD).

    Can someone help me with this query. Currently this query returns "Document Curreny" and ":System Curreny"(USD),  but I need it to return "Local currency" (GBP)  and "System Currency." USD. I am not sure how to change it to reflect LC & USD. This query works for DC and SC. I need LC an SC. Thanks Danielle Select T4.[SlpName] as 'Sales Employee', T0.cardname as 'Customer',T0.Docdate as 'Invoice Date', T0.docnum as 'Invoice Number', T0.Taxdate as 'Month Of Service',isnull(T0.U_AIS_DVISFSO,T3.U_AIS_DVISFSO) as 'SO#',T0.NumAtCard as 'PO#', isnull(T0.U_AIS_DVIAdvNm,T3.U_AIS_DVIAdvNm) as 'Advertiser', isnull(T0.U_AIS_DVIOpptyNm,T3.U_AIS_DVIOpptyNm) as 'Campaign',T1.Dscription,-T1.Quantity as 'Impressions',T1.Pricebefdi as 'CPM', Case T0.CurSource When 'C' Then T0.DocCur When 'L' Then T5.MainCurncy When 'S' Then T6.SysCurrncy End As 'Currency DC', Case T0.CurSource When 'C' Then -T1.TotalFrgn When 'L' Then -T1.LineTotal When 'S' Then -T1.TotalSumSy End As 'Total Bef Discount DC', Case T0.CurSource When 'L' Then -T1.[LineVat] When 'C' Then -T1.[LineVatlF] When 'S' Then -T1.[LineVatS] END As 'Vat Tax DC', Case when t1.visorder = 0 Then (Cast(Round((Case T0.CurSource When 'L' Then -T0.DocTotal When 'C' Then -T0.DocTotalFC When 'S' Then -T0.DocTotalSy End), 2) As DECIMAL(18,2))) ELSE 0 END As 'Doc Total DC', Case when t1.visorder = 0 Then (Cast(Round((Case T0.CurSource When 'L' Then -(T0.DocTotal - T0.PaidToDate) When 'C' Then -(T0.DocTotalFC - T0.PaidFC) When 'S' Then -(T0.DocTotalSy - T0.PaidSys) End), 2) As DECIMAL(18,2))) ELSE 0 END As 'Balance after Payment DC', ISNULL(T6.SysCurrncy,'USD') As 'Currency SC', -T1.TotalSumSy As 'Total Bef Discount SC', -T1.[LineVatS] As 'Vat Tax SC', Case when t1.visorder = 0 Then (Cast(Round(-(T0.DocTotalSy), 2) As DECIMAL(18,2))) ELSE 0 END As 'Doc Total SC', Case when t1.visorder = 0 Then (Cast(Round(-(T0.DocTotalSy - T0.PaidSys), 2) As DECIMAL(18,2))) ELSE 0 END As 'Balance after Payment SC', T0.docstatus, 'Credit Memo' AS TransactionType, T0.CurSource,T0.[Comments],T0.[U_InvoiceAdj], T0.[U_DV_AdjustInvReason],T1.[U_DVIInvName], T1.[U_InvoiceAdj], T1.[U_DV_AdjustInvReason] from ORIN T0 left outer join RIN1 T1 on T0.docentry = T1.docentry left outer join RDR1 T2 on T1.Baseentry = T2.docentry and T1.baseline = T2.linenum left outer join ORDR T3 on T2.docentry = T3.docentry left outer join OSLP T4 ON T0.Slpcode= T4.Slpcode Left Join OADM T5 On T0.CurSource = 'L' Left Join OADM T6 On T0.CurSource = 'S' Where T0.[DocDate] >= '[%1]' AND T0.[DocDate]  = '[%1]' AND T0.[DocDate]  <= '[%2]'

    Hi,
    Try this:
    Select T4.[SlpName] as 'Sales Employee', T0.cardname as 'Customer',T0.Docdate as 'Invoice Date', T0.docnum as 'Invoice Number', T0.Taxdate as 'Month Of Service',T0.NumAtCard as 'PO#', T1.Dscription,T1.Quantity as 'Impressions',T1.Pricebefdi as 'CPM',
    Case T0.CurSource
    When 'L' Then T0.DocCur
    When 'L' Then T5.MainCurncy
    When 'S' Then T6.SysCurrncy End As 'Currency LC',
    Case T0.CurSource
    When 'L' Then -T1.TotalFrgn
    When 'L' Then -T1.LineTotal
    When 'S' Then -T1.TotalSumSy End As 'Total Bef Discount LC',
    Case T0.CurSource
    When 'L' Then -T1.[LineVat]
    When 'C' Then -T1.[LineVatlF]
    When 'S' Then -T1.[LineVatS] END As 'Vat Tax LC', Case when t1.visorder = 0 Then (Cast(Round((Case T0.CurSource When 'L' Then -T0.DocTotal When 'C' Then -T0.DocTotalFC When 'S' Then -T0.DocTotalSy End), 2) As DECIMAL(18,2))) ELSE 0 END As 'Doc Total LC', Case when t1.visorder = 0 Then (Cast(Round((Case T0.CurSource When 'L' Then -(T0.DocTotal - T0.PaidToDate) When 'C' Then -(T0.DocTotalFC - T0.PaidFC) When 'S' Then -(T0.DocTotalSy - T0.PaidSys) End), 2) As DECIMAL(18,2))) ELSE 0 END As 'Balance after Payment LC', ISNULL(T6.SysCurrncy,'USD') As 'Currency SC', -T1.TotalSumSy As 'Total Bef Discount SC', -T1.[LineVatS] As 'Vat Tax SC', Case when t1.visorder = 0 Then (Cast(Round(-(T0.DocTotalSy), 2) As DECIMAL(18,2))) ELSE 0 END As 'Doc Total SC', Case when t1.visorder = 0 Then (Cast(Round(-(T0.DocTotalSy - T0.PaidSys), 2) As DECIMAL(18,2))) ELSE 0 END As 'Balance after Payment SC', T0.docstatus, 'Credit Memo' AS TransactionType, T0.CurSource,T0.[Comments] from ORIN T0 left outer join RIN1 T1 on T0.docentry = T1.docentry left outer join RDR1 T2 on T1.Baseentry = T2.docentry and T1.baseline = T2.linenum left outer join ORDR T3 on T2.docentry = T3.docentry left outer join OSLP T4 ON T0.Slpcode= T4.Slpcode Left Join OADM T5 On T0.CurSource = 'L' Left Join OADM T6 On T0.CurSource = 'C' Where T0.[DocDate] >= '[%1]' AND T0.[DocDate]  <= '[%2]'
    Thanks & Regards,
    Nagarajan

  • Urgent : OBIA - Handling multiple Global, Local and Document Currencies

    All,
    I need input on how to configure multiple currency codes in DAC for OBIA 7.9.6.x
    My client's business goes around the the world and with multiple local currencies.They also need reporting currency to be multiple like in Euro, USD etc.
    I went through a couple of threads in this forum,like -
    Re: Configuring Global Currencies in BI Apps 7.9.6 for EBS 11.5.10 Source
    Re: How we are using Global, Local and Document Currencies  in DAC.
    But I have some confusion regarding the configuration of DAC's 3 Global currency codes.
    In order to fulfill my requirement - should I add additional codes in DAC?
    Basically How am I supposed to handle multiple Local,Document and Global currencies? And then possible changes in rpd/reports required also?
    Regards,
    Krish

    Currencies are discussed in the Setup and Configuration Guide here:
    7.1.1.2 How to Configure Global Currencies
    To configure the global currencies you want to report in your warehouse:
    In the DAC Client, display the Design view.
    For more information about logging into the DAC, see Section A.1, "How to Log Into the DAC Client".
    Select a container from the drop down list to the right of the Execute button.
    Display the 'Source System Parameters' tab.
    Locate the following parameters and set the currency code values for them in the 'Value' box:
    $$GLOBAL1_CURR_CODE (for the document currency).
    $$GLOBAL2_CURR_CODE (for the local currency).
    $$GLOBAL3_CURR_CODE (for the global currency).
    Make sure that you spell the currencies as they are spelled in your source OLTP system.
    Save your changes.
    As far as for PLP items, those are Post Load Processing elements that perform cleanup tasks after the Base Warehouse tables have been loaded. They should never be modified and frankly run without any issues provided the rest of the plan executes properly. Do you have a specific quesiton about a PLP?

  • Hard currency is not valuated in FAGL_FC_VAL along with local and group currency

    Hi All,
    I have the below system settings for FOREX revaluation. The revaluation is not happening for Hard currency along with local and group currency. The test data and other settings seams to be fine as the below mentioned workaround works perfectly for hard currency revaluation.
    I would like to take your expert feedback on this issue to confirm whether this is how SAP works or its an issue with FAGL_FC_VAL program.
    System Settings:
    Currencies in company code
    local currency      group currency      hard currency
    10                             30                         40
    USD                          USD                    UYU
    FOREX settings:
    Work around found:
    Define two Valuation area, say
    1. Valuation Area: A1 which will have currency type 10 and 30.
    2. Valuation Area: A2 which will have only the currency type 40.
    3. Run FAGL_FC_VAL twice for these area.
    Issue with this work around:
    1. The valuation area is assigned to one accounting principle (which is in turn assigned to a specific ledger).
    2. Thus, if I have different accounting FOREX process to be followed in different ledgers (say IFRS ledger, Local Ledger, Tax ledger) then I need to create 2 valuation area (as per above workaround) for each ledgers and run FAGL_FC_VAL for each of these valuation areas.
    Thanks & Regards
    Nikhil Kothari

    Hi Experts,
    Any views on the above issue?
    Thanks & Regards
    Nikhil Kothari

  • Fixed assets depreciation run fails when profit center not belong to Dim 1

    Hi all,
    I face the below issue:
    - Fixed assets depreciation run summarized by distribution rule fails with error when profit center does not belong to Dimension 1.
    I have search teh SAP notes and found the same issue. It says:
    -> SAP Business One Fixed Assets Add-on only supports cost accounting for Dimension 1
    Anyone knows whether 8.8 PL 13 also same issue?
    Does SAP planned to rectify this?
    Thanks.

    Dear Wei Lan, Veron Liu
    As described in the note 1371619 this is a limitation/definition of the current product version:
    No other note has been published so far on this subject, so what it is said on that note, it remains valid in 8.8
    In order to push for a change in product definition we recomend to post this request in
    /community [original link is broken]
    Kind regards
    Jose Antonio Castillo
    SAP Buisness One Support

  • 0fi_gl_6 - available local and group currency

    Hi,
    I have a problem with DataSource  0fi_gl_6. I need to consult accumulated balance in local
    and group currency. I know in GLT0  this information is available.
    In spite of this I could not see them when I load it in BW.
    Can you help me?
    Thanks.

    Dear Ana, Dear Catherine
    Maybe I come a bit late now, but I faced the same issue this afternoon.
    Datasource 0FI_GL_6 is still in version 3.x. So it seems that you need to create two different Infopackages for the initialization of the delta, one selecting Currency Type 10 and one for Currency Type 30. The Delta-update infopackage will update the selection automatically once the system is initialized.
    Maybe 1st check in RSA3 in the sourcesystem if the extractor gives any data for your selection. 2nd create the 2 Initialization Infopackages. Then 3rd open the infopackage, go to 'Scheduler' --> 'Initialization options for source systems' and delete the old entry for 0FI_GL_6. 4th go to RSA7 in the source system and verify if the entries are really gone; if they're not gone, delete them manually. Then run both infopackages. From now on, the delta update will update for both, Local and Group currency.
    I hope this helps
    Josef

  • How to report with local and global currency in Deliveries?

    Dear all,
    i am working on a delivery scenario where i have in the datasource NETWR(Net value
    ), WAERK (Document currency).
    I would like to be able to report with local currency and global currency.
    Could you please help by explaining how to proceed?
    Thank you.
    Cheers

    Hi Gilo,
    You have to check with the business on the following.
    1) What would be the key date of currency conversion? Is this any document date from the transaction ( Delivery Date ) or report execution date?
    2) What would be the target currency ? ( for local and Global currency ). Whether this can be determined at the time of loading or should it be based on user selection criteria?
    3) What is the exchange rate type that has to be used? ( for example 'M' ).
    Once you have the answers to these questions, you can decide whether to do the currency conversion in the backend or front end in the report during runtime.
    For example, if the user wants to input the target currency on selection variable and wants to use the exchage rate as of the report execution date, then this currency onversion has to be done at runtime.
    For more details,Please check help.sap.com or SDN
    Thanks,
    Krishnan

  • BP currency and transaction currency is different from Local currency.

    Hi,
    I have this confusing scenario here and really appreciate some share of ideas.
    I have a scenario here.
    Local currency + system currency = AUD
    There is some New Zealand (NZ) customers (eg: C00001), set up with multicurrency, because we process transactions with them in USD.
    We hedge USD and NZ currencies.
    Let's say today is 29/9/2008 and I have the following rate:
    Spot rate 1 USD = 1.207 AUD
    Spot rate 1 NZD = 0.82293 AUD
    Forward rate 1 USD = 1.10 AUD
    Forward rate 1 NZD = 0.9 AUD
    process NZ customers in USD
    When a sales transactions is processed against C00001 in USD, forward rate 1.10 is used, SAP recorded the transactions in USD and AUD.
    To see how much NZD it is, forward rate 0.9 should be used.
    (ii) process NZ customers in NZ
    Spot rate 0.82293 is used.
    Now, we need to provide a Profit and Loss in NZD to NZ Tax Department for those sales transactions to New Zealand customers.
    This is what I have considered but stuck.
    (a) I cannot make use of P & L statement - revalutaion function,  because there is a combination of rate (forward and spot) in the same day. 
    (b) To manually enter the 'Fixed Exchange Rate' in Journal Entry and then use  "Refer to rates in Journal Entry" when running P & L statement - revaluation funciton won't work, because the volume of transactions each day is massive.
    (c) I have considered setting up a seperate database with local currecy = NZ, system currency = AUD and then processed all NZ transactions here.
    That will resolve the issue for reporting to NZ Tax Department.
    However, I will then again be stuck with the problem to convert from NZ to AUD in order to produce AUD P & L because there is combination of forward rate and spot rate being used.   The reason for producing AUD P & L is so that we can consolidate the AUD database and NZD database.
    Appreciate some help here.
    Kind regards,
    Shwu Hua

    I am afraid you may have to go through SDK programming in order to solve this problem.  Even the current available add-on may not have solution yet.
    You are talking about two exchange rates in one day.  That is not easy to achieve.  In my opinion, all rates are not exact numbers per se. You may just use the middle rate to post all your transactions.  The others should be Exchange Rate Gain/Loss.  That will be the easiest work around before any SDK work done.
    Thanks,
    Gordon

  • Fixed Assets - Depreciation on inactive fixed assets

    Hi,
    We have retired items after initial asset take on due to the customer wanting to change their numbering series. 
    The items have been retired and are shown as inactive, but when executing a depreciation run it still calculates depreciation for these items.
    Now we gather that we did the retirements while in transfer mode and this might be the reason.
    Any ideas as how to fix this?
    We are running on FA PL80.
    Thanks
    Jacques

    Hi
    Th reason for this is that retirement (scrapping) is calculated
    as netbook value - less planned depreciation from the start fiscal year
    until date of retirement) disregarding depreciation runs for the
    period
    Note 1162647 it does not explain this particular scenario
    but in general refers that retirement is based on calculation on
    planned annual values
    Example:
    Fixed asset values
    start fiscal year 2008 (start 01/01/2008) is 1200
    the useful life is 24 months = 50 to be depreciated per month
    last depreciation run was for period 01/2008 , meaning the
    netbook value was after that 1150 =(1200 - 50)
    Then  post retirement (total scrap) on 01/06/2008
    The system will do retirement for the values calculated for the year
    950  = (1200- 250 ) being 250 = 50 * 5 months (from start fiscal year
    until date of retirement)
    The depreciations will also being calculated and executed from
    start fiscal year until date of retirement)
    If this is not the case, I am afraid that you have to log a message on Sap portal for the assistance.

  • Realized exchange rate difference in local and group currency

    Hi Friends,
    For a company code with local currency as Euro and group currency as USD, the setting in TR code OB22 for group currency is: Translation taking first local currency as a basis. When the open items are cleared, SAP posts difference in local currency and group currency. Sometimes, document currency is also group currency i.e. USD. The realized exchange difference is posted in Euro but it is not converted from Euro to group currency. Instead, system just calculates difference in group currency by comparing the value in group currency at the time of original transaction and when the transaction is cleared. Does anyone have dealt with such requirement and is there a way to be able to translate realized exchange differences from local to group currency?
    Thanks and regards,
    Pinky

    >Sometimes, document currency is also group currency i.e. USD.
    Can you explain, it's because of your settings or because of SAP?

  • Steps in after migration of fixed assets in SAP R/3 System

    Hi Guru's,
    I migrated all fixed assets from legacy system to SAP R/3 system. Dev,Quality and Mock Production Server.
    Could anybody guide me what is the next process in Fixed Assets?
    That would be greate help from our Guru's
    Regards
    Odaiah Pelley

    Report S_ALR_87011964 will be able to give you a report by Asset Class.
    In terms of the data you have migrated, I am guessing in your current system there is a way to get the same data and therefore you should compare.
    Another check is the total posting you have made to the GL Data Migration account is the same as the total balance in your current system.
    FS10 will give you this.
    Lastly you can also use FS10 for the asset recon accounts if they are grouped in a similar way in your current system.
    The business lead should be able to help you with the data they have and how they could reconcile their data.

  • Fixed assets depreciation; Message no. AU 390

    Dear Sirs,
    recently when we're accessing a fixed asset by using the fixed assets browser ( AW01N) we’re getting the following message: “<i>Values for Ordinary deprec. have changed in dep. area 40 in fiscal year 2007</i>”. By following the message’s suggestion we’re trying to re-calculate the depreciation of the specific fixed asset (for the specific depreciation area) by using the AFAR.
    However, although during the simulation (test run) it seems that the fixed asset’s depreciation is being recalculated, without the test run flag we’re getting the following result:
    <i>22.03.2007                                            Recalculate Depreciation                                            1
    Selection not allowed in production run - program termination
    22.03.2007                                            Recalculate Depreciation                                           2
    Statistics
    =========
    22.03.2007                                            Recalculate Depreciation                                           3
    Changed assets
        With value difference over limit                   0,00       0
        From selected dep.area/acct grp                               0
        From selctd dp.area/acct grp over limit            0,00       0
    Top asset
        Totaling                                No asset found
        From selected dep.area/acct grp         No asset found</i>
    Can you please advice us of the above? Is it possible (although it is just an information message) that this may affect us in future time (e.g. end of year process)?
    Thank you in advance for your response.
    Kind regards

    Hi,
       In a Production run AFAR does not allow a restriction of the assets.
    If you only want to recalulate a single asset, use AS02 and select "Recalulate values" from the Menu.
    Kind regards

  • How we are using Global, Local and Document Currencies  in DAC.

    Hi All,
    How we can configure Local,Global and Document currencies for GL Load.
    and where we can use these parameters in informatica.
    What does stand for PLP and what is logic behind PLP.
    Thanks in advance
    Thanks,
    Bhavik

    Currencies are discussed in the Setup and Configuration Guide here:
    7.1.1.2 How to Configure Global Currencies
    To configure the global currencies you want to report in your warehouse:
    In the DAC Client, display the Design view.
    For more information about logging into the DAC, see Section A.1, "How to Log Into the DAC Client".
    Select a container from the drop down list to the right of the Execute button.
    Display the 'Source System Parameters' tab.
    Locate the following parameters and set the currency code values for them in the 'Value' box:
    $$GLOBAL1_CURR_CODE (for the document currency).
    $$GLOBAL2_CURR_CODE (for the local currency).
    $$GLOBAL3_CURR_CODE (for the global currency).
    Make sure that you spell the currencies as they are spelled in your source OLTP system.
    Save your changes.
    As far as for PLP items, those are Post Load Processing elements that perform cleanup tasks after the Base Warehouse tables have been loaded. They should never be modified and frankly run without any issues provided the rest of the plan executes properly. Do you have a specific quesiton about a PLP?

  • Fixed Assets - Depreciation Run - Error -10 (Transaction Without Amount)

    Fixed Assets - 2007A 8.00.00.07 Depreciation Run.
    Error
    "The depreciation run 100000004 failed and has been cancelled.
    Error -10 (Transaction Without Amount).
    Cannot work out what is causing this.

    Hi,
    Check your selection criteria once again. From your error message I can presume that you have mentioned about your original amount for calculating depreciation value.
    Check have u missed any field which related to amount.
    M. Senthil

  • Unable to clear GL due to Val difference between Local and group currency.

    hi,
    We have an open item managed Revaluation G/L account in our company code which has a local currency USD.There are some documents posted to this account in both USD and CAD. But when we analyze the docs posted in CAD we found a valuation difference in the local currency(USD) and the Group currency(again USD). I am not sure of the reason for this. But due to this difference we are unable to clear this account. Please let me know if anyone can think of how to clear this particular GL account.
    Rgds,
    Raj/
    Edited by: raj3875 on Oct 8, 2009 11:37 PM

    We have an issue even with document currency in USD. there is a valuation difference between Local currency (USD) and Group currency (USD).
    For example:
    Doc currency = 0 USD
    Local Currrency = 171,000 USD
    Group currency  = 0 USD
    Because of this I am not able to clear the account. Not sure why there is a difference inspite of the same currency. I try to clear it in F-04 but I get the below error:
    Posting is only possible with a zero balance; correct document
    Message no. F5060
    Regards,
    Raj

Maybe you are looking for

  • Syntax error in insert into

    Hi, I'm new to coldfusion and was doing a practice survey. I'm getting the following error: The INSERT INTO statement contains the following unknown field name: 'recipes'. Make sure you have typed the name correctly, and try the operation again. The

  • Tuning of a view

    Hi, Below is the view used in cursor with order by clause. Its taking lot of time for teching rows. Could anyone help to tune this view. so that performace can be improved. If I remove rule based optimzer hint and checked explain plan for CBO. Its do

  • Taking 4:3 to 16:9 without stretching..?

    Is there an app (MPEG Streamclip or something) that can add black "pillars" (opposite of letterbox) to a 4:3 clip so it won't stretch in 16:9 ..?

  • Fft blackfin bf537

    Hi everybody, I have some problems with the fft-analysis using the BF537 Blackfin Board: Although the FFT works (I used the debug mode to display the spectrum) pretty good, the whole program takes too much time for execusion. I think the problem is t

  • Dynamic row counter column in Adobe Forms

    Hi Guys, My table in Adobe Forms is dynamically created with Conditional Breaks. I want to display 1st column as Sr.No. displaying row counter for tables on each page. Anyone have idea how to achieve the same. Sr.No Name Address 1 (generated in adobe