Foreign Currency Translation at Year End - How SAP Works for P&L items?

Hi All,
I wanted to know "How SAP works on Foreign Currency Translation at year end" from Local Currency to Group Currency for P&L Items.
I know how SAP works for Balance sheet items but am really confused with when the translation was done for P&L Items.
Configuration:
We are on ECC 6.0 . Local Currency is CAD and we have 2nd Local Currency as "USD - Group Curr".
We have set up Valuation Method - 4
We have set up Valuation Area - 40
For Account Determination for Currency Translation, GL accounts (Loss, Gain and B/S Adj)  were setup for the combination of Chart of Accounts, Val Area and Fin Stmt Ver.
Sales Account Balance
CAD (LC)        USD (2nd LC)       
1000                   920                        
Using tcode "FAGL_FC_TRANS", we translated our P&L items.
Local Currency is CAD and Group Currency is USD.
CAD 1000 and USD 920 are cumulative balances over a period of time.
Since at the end of year CAD became stronger, exchange rate is 1.11 as an example
Sales Account Balance
CAD (LC)        USD (2nd LC)        Translated Value in USD
1000                   920                        900
System passed the following entry in USD:
Debit Balance Sheet Adj A/c 20
Credit Translation Gain / Loss A/c 20
Here are the questions:
1. How does over all translation work? - Should we get any Gain / Loss and have an effect on P&L when all accounts (P&L, B/S) are translated?
2. How can there be a gain entry when USD value has really fallen from 920 to 900 in the current case.
Thanks for your time.
Vijay

Hi,
I had this issue too.  The entry was just opposite to what it should be.  I just flipped the accounts in table FAGL_T030TR.
Example: 410000 is sales account which normally should have a credit balance.  Here are some entries that were posted to sales in 03/2009 and I am running FAGL_FC_TRANS at the end of the month.
March 1, 2009 Cr. Sales CAD 1000- USD 900-
March 2, 2009 Cr. Sales CAD  500- USD 480-
During FC translation transaction, system takes the balance in the account for the period (if you execute it with 'Val. period balance only' checkbox checked) and not the cumulative balance.  SAP recommends translating period balance only (and not cumulative balance) for P&L accounts.  It sees a balance in LC (this again depends on the config. you have in OB22 - whether the indicator is 1 (TC as source currency) or 2 (LC as source currency for translation)) which is 1500, converts that at month end rate.  After conversion, lets say the balance is 1400-.
In this case, we expect a credit entry on sales account
March 31, 2009 Cr. Sales CAD 0  USD 20-
But system was just posting the opposite.  I then flipped the accounts in FC translation configuration.  I know it is misleading.  In that configuration, system says balance sheet adjustment account, but what you should actually give there is your gain/loss account.  Our gain/loss a/c. falls in the same GL account range as the main account.  For example, for 410000, it is 410999 and for 510000, it is 510999.  We report accounts 410000 to 410999 in the same node in the FSV.
Pl. feel free to ask further questions about this.  Pl. test in your system and correct me if my above reply is wrong.
Cheers!

Similar Messages

  • Local currency change at year end - how to force LC to match GC

    Ok, so to change LC at year end is no problem (change master data in the new year, assign CT method to BCF task etc)
    But if your new LC is now equal to your GC, you may well have a diference between the two values.
    Is there any way to force that they are the same automatically (agreeing to GC preferably)
    I read it was maybe possible in EHP5 but we don't have that

    I have not tried this but it may be possible to create a translation method to make the values agree with GC and then assign this method to the balance carryforward task for the year of the change.

  • Foreign Currency valuation at Year End

    We have a number of Imprest cash accounts in Foreign Currency. The currency balances have to be revaluated at the Exchange rate prevalent on March 31.
    Can someone please let me know the configuration process & related t-codes.
    Correct answers will be rewarded points.
    Regards,
    K Chithra

    Hi,
    currency revaluation can be managed with TA F.05 (TAB GL-Balances/Valute GL-Balances and enter the account(s)).
    Just check  whether it's usefull for you, test with valuation method KTO and a single account.
    You can define your own valuation method for currency revaluation (IMG Financials - General ledger accounting  - Closing - Valuate - Foreign currency revaluation.
    Currency revaluation works in my experience excelllent...
    Best regards
       Horst
    Edited by: HorstRn on Jun 11, 2008 7:56 AM
    @ PARA
    F.05  valuates not only open items....... Bank accounts or cash accountsnormally have no open items.

  • Foreign currency translation posting into Non leading ledger

    Hi,
         Is it possible to post Foreign currency translation into Non Leading Ledger? I have used the Tcode FAGL_FC_TRANS to post Foreign currency translation, but when i look into transaction data in FAGLFLEXA table, i can only see the posting into 0L (leading ledger). If it is possible to post into non leading leadger, could any one guide me how to do that.
    Thanks,
    Sabera

    Hi,
    Please find the below link it will help full for you,.........
    define exchange rate types according to ledgers
    Naresh

  • Valuate Foreign Currency in the Period End

    Hi Friends,
    Which method is used to Valuate Foreign Currency in the Period End? (We used Average Rate method at the time of transaction posting) I have a doubt whether we have to use same average rate method at the period end or not.
    Thanks
    Chandra

    My Dear Friend,
    OB08 is a master data screen..rates are entered there by the user against the particular echange rate type for different currencies..So whatever you enter there, you will see that..highere or lower depends on what rates are given by the bank.. if it is higher you will maintain and see higher and if it is lower you will maintain and see lower..
    Secondly, if you want to use the concept of revaluation at the bank buying rate and the bank selling rate, then you will first have to define two exchange rate type for that and also maintain that in the config for valuate - Foreign Exchange.. and against these exchange rate types, you have to maintain the bank buying rate and bank selling rate in OB08.
    Regards,
    SAPFICO

  • Query For Finding Yearly Opening and Closing Balance for All the Items

    Hi Experts,
    I am working on Query Based Report for finding the Yearly Opening and Closing Stock for all the Items
    i will give yearwise selection and I want opening and closing stock in between that years
    Warm Regards,
    Sandip Kokate
    Edited by: Sandipk on May 20, 2011 1:58 PM

    Hi,
    Declare @SDate DateTime
    Declare @EDate DateTime
    Declare @Whse nvarchar(10)
    Set @SDate= (SELECT min(F_RefDate)  FROM  OFPR T1 where  T1.[Name] ='[1%]' )
    Set @EDate= (SELECT max(T_RefDate)  FROM  OFPR T1 where  T1.[Name] ='[%1]' )
    Set @Whse=(Select Max(s2.Warehouse) from OINM S2 Where S2.Warehouse = '[%2]')
    BEGIN
    Select @Whse as 'Warehouse', a.Itemcode, max(a.Dscription) as ItemName,
    sum(a.OpeningBalance) as OpeningBalance, sum(a.INq) as 'IN', sum(a.OUT) as OUT,
    ((sum(a.OpeningBalance) + sum(a.INq)) - Sum(a.OUT)) as Closing ,
    (Select i.InvntryUom from OITM i where i.ItemCode=a.Itemcode) as UOM
    from( Select N1.Warehouse, N1.Itemcode, N1.Dscription, (sum(N1.inqty)-sum(n1.outqty))
    as OpeningBalance, 0 as INq, 0 as OUT From dbo.OINM N1
    Where N1.DocDate < @SDate and N1.Warehouse = @Whse Group By N1.Warehouse,N1.ItemCode,
    N1.Dscription Union All select N1.Warehouse, N1.Itemcode, N1.Dscription, 0 as OpeningBalance,
    sum(N1.inqty) , 0 as OUT From dbo.OINM N1 Where N1.DocDate >= @SDate and N1.DocDate <= @EDate
    and N1.Inqty >0 and N1.Warehouse = @Whse Group By N1.Warehouse,N1.ItemCode,N1.Dscription
    Union All select N1.Warehouse, N1.Itemcode, N1.Dscription, 0 as OpeningBalance, 0 , sum(N1.outqty) as OUT
    From dbo.OINM N1 Where N1.DocDate >= @SDate and N1.DocDate <=@EDate and N1.OutQty > 0
    and N1.Warehouse = @Whse Group By N1.Warehouse,N1.ItemCode,N1.Dscription) a, dbo.OITM I1
    where a.ItemCode=I1.ItemCode
    Group By a.Itemcode Having sum(a.OpeningBalance) + sum(a.INq) + sum(a.OUT) > 0 Order By a.Itemcode
    END
    I hope this will work for you.
    In above query you can also user OFPR.Code, OFPR, Category OFPR.Indicator instead of OFPR.Name.
    Regards
    Vaibhav Anharwadkar
    Edited by: Vaibhav Ancharwadkar on May 24, 2011 9:23 AM

  • I was looking at the "Find my iPhone" app and I have a doubt regarding how it works for the macbook. In order to detect the location, the macbook should remain signed into iCloud. What if the thief logs out of iCloud. Would we able to locate the macbook?

    I was looking at the "Find my iPhone" app and I have a doubt regarding how it works for the macbook. In order to detect the location, the macbook should remain signed into iCloud. What if the person who has stolen my macbook logs out of iCloud.
    It should work fine for iPhone/iPad because we can enable "Restrictions" to prevent the user from signing out of iCloud. Do we have simialr settings for the macbook?
    Thanks,

    If it's not on the device list, it indicates that someone has gone to Find My iPhone on icloud.com and manually deleted it from the device list (as explained here: http://help.apple.com/icloud/#mmfc0eeddd), and it has not gone back online since (which would cause it to reappear on the device list; Find My iPhone has been turned of in settings on the device; the iClolud account has been deleted from the device; or the entire devices has been erased and restored.
    Unfortunately, there's no other way to track the phone other than through Find My iPhone.  You could call your carrier and see if they would blackliste it so at least the theif couldn't use it.

  • How IE works for  flat file

    Hi all:
         As we all know that, when IE gets a idoc's service name from SLD, then use it with idoc's message type and Idoc type to do receiver determniation, what about flat file ? how can we know its Service name and interface name  if there is only a flat file on FTP?  how IE works for Flat file ?
         Couldn't thank you more

    Hi,
    For any idoc scenarious, you would use business systems rather than business service which is stored in SLD. So the IE would fetch it from SLD at runtime.
    For file based scenarious also, you can create business system as type third party and use the same.
    Is that answer your question?
    Regards
    Krish

  • Currency translation on future dates in SAP BW-BEX

    Hello All We have a requirement where in user needs to do a currency translation at run time for data in future periods. For example : Savings data on a purchase order .Total savings for PO is $100,000.00 in year/month 2014/008 . We have a from and to date based on which the savings is equally distributed for each month. From 008/2014 to 008/2015. So each month savings in this case is $8333.33. This data is stored in cubes.  Currency translation is based on data in TCURR and TCURX tables . We do not have future currency rates in these tables. Table is up to date only as of today . Therefore the question arises WHAT RATE WILL BEX USE TO CALCULATE DATA IN FUTURE PERIODS? (It is doing the conversion from USD to CAD - but there is no idea what rate it is using? The currency translation variable is based on 0calmonth. Please help me understand what are the default settings for currency translations in this case ? Thank your your help. Sainath Kumar

    Hello Yasemin Thank you for your answer, we too think that could be the case. But is there any documentation confirming the same. Also in this case the future values will keep changing based on the availability of the data in TCURR table. Thus the report values will not be constant.Technically it makes no sense to convert rate today for a value in future. I am looking for a concrete answer from SAP saying that this is what the Bex query will do in case the future rates are not present. This will give the business a base to work with .

  • Foreign currency Loans - does anyon know CFM/SAP Banking?

    Hi Gurus,
    Can anyone assist with the procedure for loading foreign currency loans in SAP Banking?
    Edited by: Victor Tutani on Jun 2, 2008 10:32 AM

    Dear  Victor
    This is about  Treasury/  Banking Loans
    You  could  easily  use  LSMW / BDC for loading these loans .  Do  you have any  specific  problems ?
    Thanks
    Malolan

  • How SAP Charge for their product ?

    Hi All,
    Today I and My friend had a little fiery chat on how sap charge their customers for R/3 and so on...?
    1. For product license and number of users license (or),
    2. For product license alone (or),
    3. For product license and number of users license along with number of sapgui s installed in the network. (or),
    4. For product license and number of sapgui s installed (or),
    5. For number of users license (or),
    6. For number of users license along with number of sapgui s installed.
    Please let us know.
    Thanks in advance.

    I would recommend you contact your account rep for the answer.

  • Now able to copy photos from PC to iPhone - Here is how it worked for me!

    This is a long one!
    Most of us come here for the first time looking for answers on how to do something or to find out what we or our iPhones are doing wrong. I've been looking and watching the threads for over a week on several questions I have, one of which is why I "couldn't get photos from my PC to my iphone". I kept trying so many things I even unintentionally deleted the photos I had taken with the iphone camera. Luckily I had (somehow) downloaded them to my PC, but the problem was I couldn't get them back on to my iphone nor add other pictures to my iphone.
    Well, if you are like me you look for the tiniest bit of information that may help work and reduce the frustration. I'm not really sure what happened to make it work correctly, but it did and has been working ever since. This may not help everyone but if it helps just one that is having the same problem I was, it will be worth me posting my resolution here. Again I'm not sure it will help but here is what made it work for me! Please tell us if it did or did work for you?
    Ok here is what I did: I made a special folder on the root of one of the other drives (not my C drive) I have on my PC and called it "iPhone Pics and Movies". Under that I made two folders: one called "My iPhone Movies", the other called "My iPhone Pictures" (no quotes in any of those). I then took a small .jpg picture that was already on my PC (in another place), made a copy and renamed it with my daughters name( because it's a picture of her). It's five letters long starting with a capital letter and has no spaces, numbers, or any other symbols or characters. Then, I have an old version of Adobe Photoshop and used it to edit the photo size to near (not over) 640x480 (or vice versa in landscape). If you don't have Adobe Photoshop I don't know if it will work but would like to hear if it does from anyone that was having the same problem I was and this helped. The next thing I did was take that one picture I adjusted the size on and copy (not drag and drop) and paste into the folder I created My iPhone pictures. Then made sure my iphone wasn't connected, opened iTunes 7.4.1 (the new one) and selected the music on the left window (not that it would matter I guess). I made sure my iphone was off and connected it to the PC USB port, (clicked off the preverbal iPhone connected which program to use window that pops up) and let itunes finish seeing my iphone. Clicked on the iphone that now shows up in "Devices" on the left. BTW, I don't have anything selected in the "Options" area of the Summary Tab. Neither of those selections are checked at the bottom. I then went to the upper photos tab. When that window opened, I then unchecked the sync at the top and reselected it to have a check mark in it. Then changed the "sync photos from field" location to "Choose Folder" and browsed to and clicked on the new "iPhone Pics and Movies" (NOT the lower sub folder my iphoto pictures - not yet anyway) and then said OK. In iTunes, it immediatly populated the lower selection window with the two sub folders I made. Now I put a check mark in the "selected folders" block and it indicated I have (1) photo (which is correct only having my daughters photo in there. * I didn't do more than one photo at first because I had tried all this with more than one before and it didn't work. So just putting one in there at first seems to have jump started the process correctly (at least that's what worked for me). I then clicked on the bottom right (itunes right of the capacity bar) either "sync" or "add" (which ever was showing at the time). The process window at the top said it was processing photos (a good sign). When the sync rotor stopped on the device for iphone. I unplugged it from my PC and immediatly turned it on and went to photos happily and (FINALLY) to see three selections listed under photo albums. The standard "camera roll", a new "Photo Library (1)", AND (cheers from the crowd) "My iPhone Pictures (1)". Of course I selected my iphone pictures and there was the picture of my daughter. I shut down my iphone, closed itunes and proceeded to copy more photos to "My iPhone Pictures" folder. Then went through the whole process again and saw all my pictures in "My iPhone Pictures" folder showing up in my iphone.
    NOTE: A folder will be created buy iTunes on your PC in your version of the "My iPhone Pictures" folder. That folder will be named by iTunes as "iPod Photo Cache". Don't change, move, or delete it. Just leave it alone. If you do you will have to start the whole process all over again (that's what happened to me).
    This was long, but I wanted to make sure you had all the steps correctly to try for yourself. This has worked well ever since I "jump started it". I now have 36 pictures in my iPhone and will be adding more. If it helps, Good! If not, don't blame me, I was just telling you that it did work for me. Good Luck! Please take a minute to write a reply here if it did or did not work for you.

    or... put your photos in "My Pictures" in My Documents, and viola, itunes syncs it to the iphone. only one sentence needed =/
    maybe im missing your point here, the long paragraph is mindboggling

  • In a very long Document such as SO or PO how to search for say an ITEM?

    Hi Forum,
    Sometimes documents such as quotations, Sales Orders, Purchase Orders could be very long over say over 300 items.
    How can we search for something within that document while staying in the document - For example specific item in the document, or specific any field in the document.
    I thought the column title should have had FILTER option at least. I don't seem to find one. Is there any other way of searching for something within a large document?
    Thank you.

    Hi,
    There is no built-in function for this. You have few options:
    1. By Drag & Relate. This may not work well.
    2. By query report. Using query is the fastest and reliable way to reach your goal.
    Thanks,
    Gordon

  • How ATP works for ATO Item

    I have the following scenario:
    We have ATO item which gets manufactured by CM.
    CM ships the items to a 3PL warehouse via Internal Sales Order (we use drop ship by CM to customer, as well as we stock standard models at 3PLs & depots).
    In order to ship to a customer, we create a Sales Order with 3PL as a shipping warehouse. If on-hand quantity is not available in 3PL warehouse for ATO configured item, how ATP will behave? Will it consider infinite supply as defined in the time fence?
    Note: in both CM & 3PL inventory organization, ATO item setup is “Buy”.

    Another note: we don't use ASCP / GOP.
    Thanks.

  • How to set_value for non-table items.

    I have a form, based on scott.emp, with a button and three fields, empno, ename and xxx. The empno and ename fields are based on the scott.emp table, whereas the xxx field is a non-table based field.
    Setting xxx text type to either a text area or text box makes no difference.
    The following code in the buttons PL/SQL Button Event Handler, Custom section results in a (WWV-00000) error.
    begin
    p_session.set_value(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_XXX',
    p_value => 'Hello');
    end;
    However, if I change the p_value to ename, a table based item, the code works as expected.
    I ran across a post that had the following link
    Re: transactions
    Regarding setting values for non-table items. Unfortunately, the post was made prior to the latest discussion forum reorganization, so it's no longer valid.
    I would appreciate any help on the problem.
    Thanks, Larry

    Hi,
    Try using set_value_as_string
    begin
    p_session.set_value_as_string(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_XXX',
    p_value => 'Hello');
    end;
    Thanks,
    Sharmila

Maybe you are looking for

  • Calculate tax in Vendor Down Payment

    Hi, While posting down payment to my service vendor including service tax amount in F-48 after tick the calculate tax also, it is not asking for tax code and it is not showing service tax seperately. Only vendor a/c and bank a/c's are simulating. Ple

  • GT80 Titan Touchpad Problems

    Greetings, There have been a number of posts here and in other forums about the dual-function Synaptics touchpad of the GT80 Titans. It can function as a traditional pointing device or it can function as a numpad. It's a brilliant idea but it has a f

  • Adding AAA servers to ACS to use Proxy RADIUS distribution Table

    Hello, I've added two non ACS radius servers (Radiator) to the AAA servers on Network Config, in order to use them on a proxy distribution table. I had problems authenticating users through those servers and I did a sniffer trace on the outside inter

  • Numbers for mavericks download?

    I would like to buy Numbers and have OSX Mavericks [nervous of Yosemite as Mavericks itself caused a massive hard drive crash a year ago].  This is not on the website as far as I can see.  Is this now impossible after Yosemite has appeared?

  • HT4061 i need help with my itunes

    i had a i phone i just switched over to a new phone and now i dont have any of my itunes music i have downloaded i tryed logging into my apple itunes account and nothing pulls up i have over 70 dollars in itunes purchaes please help!