Profit & Loss based on Exchange Rate

Dear All,
Please help me in one of my client's scenario as mentioned below:
1. I create an Invoice in USD (Foreign Currency).     //Exchange Rate at the time of Invoice was .90
2. I purchase USD from AUD (Local Currency) by passing a journal Entry.
3. Now I make a outgoing Payment using this invoice in Step 1.     //Exchange Rate at the time of Payment is .96
I would like to know the effective process to map into SAP B1.
Question A: My Client doesn't want to change the exchange rate at the time of outgoing payment. He wants that the exchange rate at the time of payment should be as it was while making the invoice.
Question B:  He wants to calculate the profit & Loss of Exchange rate at the time of purchasing USD From AUD.
Please help me to map this process in SAP B1. Any kind of help would be appreciated.
Regards
Pankaj Jha

Hi Pankaj,
For mapping above Process in SAP B1, Please follow below steps.
1. Create one Ledger for Purchase Foreign Currency eg. Forex Purchase Ledger and make this Ledger as All Currency
2. When ever you want to Purchase Foreign Currency then Pass Journal Entry to this Clearing Ledger            eg.                    Local Currency Ledger                               Credit
                                  Forex Purchase Ledger          Debit
Now after doing this Pass another Journal Entry
                                  Forex Purchase Ledger                               Credit
                                  Foreign Currency Ledger          Debit
3. After following above Two Steps you can do Outgoing Payment for Foreign Purchase Invoice.                           
Answer A:- No, Exchange Rate will not be same as Invoice. Exchange Rate is based on Daily Basis. If any change in Exchange of Outgoing Payment Document Posting Date then System will automatically hit Exchange Rate Gain or Loss Account.
Answer B:- If i am not wrong then you can not see Profit and Loss based on Exchange Rate.For work around Check below on Profit and Loss Based on Exchange rate Purchase.
Please create one Project for Purchasing Foreign Currency and Select this Project every time when ever you are Purchasing Foreign Currency.Then you can see Profit and Loss by Project.
Hope this help
Regards::::
Atul Chakraborty

Similar Messages

  • Ideas for Dynamic Dashboard creation based on exchange rates

    Hi,
    There is a query to create dahboard for revenue details from various accounts (various sales companies with various currancies). The C-level executive would also like to view a consolidated graph (dashboard) for all comapnies with the options to select display currency as per his choice (USD/EUR/GBP etc) and the data would change according to the day's exchange rates (maintained in SAP C4C).
    Now while a report can be made in which we give selection parameter based absolute parameter & exchange rate pick up date, the same is required at dashboard level to reduce the number of clicks & for ease of executive.
    Can the experts guide me on creating such a dashboard...
    Regards,
    Rahul

    hi Rahul,
    With the current capabilities in the dashboard, you cannot pass a selection criteria. This is something on our list as a planned future capability.
    In the meanwhile, if you can arrive at the main two or three currencies that the C-level user is interested in using for monitoring analytics, then you can create multiple variants for each of the reports for each currency and create multiple dashboards enabling the respective variants for each dashboard. Its not the most optimal, but you could have one dashboard per currency and the user can just switch via the dropdown to view the dashboard in the next currency of interest.
    Hope this helps.
    Regards,
    Sebastine

  • Multiple exchange rates

    Hi friends
    Need some help with below issue.
    Say I have Mat123 at euro 10.00 and when customer orders in £ it is 12.00. Now if there is fluctuation in exchcange rate the price for customer will change. However they don't want that happening. they want to capture the profit/loss due to exchange rate fluctuation seperately.
    Regards
    Ranjeet

    why dont you create a customer specific condition record for 12 £? (using transaction VK11)
    regards
    Ralf

  • How to get link b/w FAGL_FC_VAL documents and Exchange rate loss&gain g/l

    Hi experts,
    pls tell me link b/w FAGL_FC_VAL documents and Exchange rate loss & gain g/l documents.pls provide me the table name and field names.
    Regards,
    Viswanadh

    Hi,
    I think you have been looking for link between FAGL_FC_VAL document created at the time of foreign currency valuation and document created at the time of realization (loss or profit booked). There should not by any link between the two, please note that these two will be differnt figures as realization is based on exchange rate at the time of realization and valuation is based on the rate prevailing at the time of valuation. Also valuation gets reversed on key date + 1 which woulld essentially mean that valuation is done for reporting purposes only.
    Hope this helps!!!
    Regards,
    Murlidhar Khatri

  • EXCHANGE RATE CUSTOMIZATION

    Dear ALL,
    Please give what all customizing settings are required for maintaining of Exchange Rate types.
    Mainly Exchange rate Type B , M, G, EURX, EURO, and any other customized Exchange rate type.
    If i want to create my own exchange rate type and use it in my accounting documents  for exports process, what are the configurations to be done.
    thanks
    Deepak

    Hi,
    Please follow this 3 steps
    1. first you need to configure the Exchange rate type, say B - Bank selling , G - Bank buying & M Average rate through Tcode OB07.
    2. maintain a translation ratio for the 2 currency which u wanna create say USD : INR. here u will find direct quotation & indirect quotation according to ur requirement u need to maintain, u can do that through Tcode OBBS.
    3. next u need to maintain the Exchange rate, validity period of that exchange rate. to do that u can use Tcode OB08.
    If u wanna like to record the profit r loss gained through the difference in exchange rate!!!!! we can do that through the following steps
    1.configuer valuation method first with the help of tcode OB59, in the screen check the check box valuate all the time n do the remaining settings.
    2. create 2 GL a/c 1 to record profit & other to record loss incurred through exchange rate, that should be auto posting.
    3. assignee those g/l to automatic posting through Tcode OBA1.
    here give ur chart of account and 2 gl what u have created.
    4. next u can execute the Forex Run through Tcode F.05
    If find this helpful please reward me points
    thanks

  • Cal script question to calculate exchange rate

    Hi All expert,
    I'm new in Essbase, can anyone help and tell me what's wrong with the following cal script?
    I got 10 dimension
    - Account
    - Month
    - Year
    - Market
    - Product
    - Cost center
    - Currency
    - Version
    - Currency type - USDvalue, EURvalue, etc.
    For data upload, we'll upload only either USD or EUR value, then based on exchange rate for the month (also loaded as data), try to calculate the value in other currency
    /* GET EXCHANGE RATE */
         FIX(@LEVMBRS("3000000000",0),@LEVMBRS("Company",0), @LEVMBRS(Market,0),
              @LEVMBRS(Product,0),@LEVMBRS("Cost Centre",0),@LEVMBRS(Month,0),
              @LEVMBRS(Year,0),@LEVMBRS("Version",0),@LEVMBRS(Currency,0))
              "USDValue" (
              IF (@ISMBR("USD"))
                   USDValue;
              ELSE
              EURValue / (@CURRMBR("Year"))->(@CURRMBR("Month"))->(@CURRMBR("Version"))
              ->(@CURRMBR("Currency"))->"CTR_ACC"->"MKT_HK"->"PROD_TRY"->"999999"->"COM_1010"->
              "RPT to EUR ex rate";
              ENDIF;
    ENDFIX;
    CALC All;
    I got stuck after running this script, thanks for all your help in advace.

    /* GET EXCHANGE RATE */
         FIX(@LEVMBRS("3000000000",0),@LEVMBRS("Company",0), @LEVMBRS(Market,0),
              @LEVMBRS(Product,0),@LEVMBRS("Cost Centre",0),@LEVMBRS(Month,0),
              @LEVMBRS(Year,0),@LEVMBRS("Version",0),@LEVMBRS(Currency,0))
              "USDValue" (
              IF (@ISMBR("USD"))
                   USDValue;
              ELSE
              EURValue / (@CURRMBR("Year"))->(@CURRMBR("Month"))->(@CURRMBR("Version"))
              ->(@CURRMBR("Currency"))->"CTR_ACC"->"MKT_HK"->"PROD_TRY"->"999999"->"COM_1010"->
              "RPT to EUR ex rate";
              ENDIF;
    ENDFIX;
    CALC All;
    I got stuck after running this script, thanks for all your help in advace.I'm not sure what you mean by you got stuck after running the script, can you eloborate? I will point out that there are some things in your script that are a bit odd.
    (@CURRMBR("Year"))->(@CURRMBR("Month"))->(@CURRMBR("Version"))->(@CURRMBR("Currency"))
    is unnecessary as the fix statement above it will set that all for you.
    I think I would rewrite this as
         FIX(@LEVMBRS("3000000000",0),@LEVMBRS("Company",0), @LEVMBRS(Market,0),
              @LEVMBRS(Product,0),@LEVMBRS("Cost Centre",0),@LEVMBRS(Month,0),
              @LEVMBRS(Year,0),@LEVMBRS("Version",0),@LEVMBRS(Currency,0))
              "USDValue" (
              IF ( @ISMBR("USD"))
              "USDValue" = EURValue / "CTR_ACC"->"MKT_HK"->"PROD_TRY"->"999999"->"COM_1010"->"RPT to EUR ex rate";
    Else
              "EURValue" = USDValue * "CTR_ACC"->"MKT_HK"->"PROD_TRY"->"999999"->"COM_1010"->"RPT to EUR ex rate";
              ENDIF;
    ENDFIX;

  • Alternate Exchange Rate Type Not Picked while converting from Document Currency to Group Currency

    Hello Gurus,
    We have setup an alternate Exchange Rate type MNB for rate M for the postings happening in Hungary. Local currency is HUF. Group currency is USD.
    If the document currency is, lets say, EUR, latest MNB rate is correctly picked up (EUR to HUF) and postings are correctly converted into local currency (HUF).
    Although, for the same document, when a group currency is being calculated (EUR to USD), exchange rate type M is being picked up. Same happens if  document currency is HUF. Even then, the conversion is based on exchange rate type M.
    Is this a normal SAP behavior? How to prevent/correct this? This is also throwing off balances when we check in FAGLB03 or BSEG values in local and group currencies. In OB22, we have local currency1 and local currency 2 setup with exchange rate type M and we may not want to make any changes there as it is setup at global level.
    Do we need to run any valuations after the fact? if so, how?
    Thank you for your inputs in advance.
    Regards,
    Sagar

    Hi,
    You mentioned that "in OB22, we have local currency1 and local currency 2 setup with exchange rate type M". Then, I'm wondering how MNB is picked up for the first local curr. conversion to HUF? It should be 'M' instead. There must be some settings in your instance for such behavior. Can you check that?
    Actually, Group Curr. conversion happens with the rate defined for 2nd Loc.Curr.in OB22 which is 'M' in your case. Therefore, all the transactions are converted with M instead of MNB.
    Since you can't change OB22 per global co.policy, the exch.rate defined in OBA7 will overrule OB22. However, you've to make sure it's set up for all doc.types which are affected and posted in different curr. than HUF.
    As a workaround, another thought would be to maintain the same conversion rate for both exch.rate types MNB & M, for eg. HUF > USD rate is the same both exch.rate type MNB & M. This way, you ensure all transactions are posted with correct exch.rate irrespective of whatever rate type is used.
    From business, & global org. perspective, I'm sure they are sending the 'M' exch.rates to all their sister concerns monthly, so they would like to consolidate results as per standard rate in their system. Then, why ,as a local company, would you like to fiddle with standard process? It's a management decision, please run them through again before going ahead.
    Thanks,
    Nirav

  • MIRO cuurency for PO Exchange Rate Fixed..

    Hi,
    I am fixing the exchange rate at the Time of PO, GR Done based on Exchange rate (PO) ,
    M requirment is  :While doing the MIRO , System should capture Exchange Rate from PO , But Currency as per Company code currency. ( At present system is not accepting company code currency where PO Exchange rate tick maintained )
    How we can achieve this , Any Exits avialable to change the currency.

    HI
    while doing MIRO system will pick up vendor currency
    which currency your are using in PO.it will vendor currency
    if in MIRO you want company code currency then while doing MIRO change it
    Regards
    Kailas Ugale

  • Exchange rate for controlling document.

    Hi,
    We have 3 currencies in total, 1 local  2 other currencies in USD. During posting system automatically converts local currency amount into USD based on exchange rate available. suppose if this USD amount is manually changed during posting and posted, controlling document (cost center document) is still considering the exchange rate available in system and not manually changed amount. This is leading difference between FI and CO in USD amount where as Local curr amount matches. I checked all the controlling settings.. versions etc to avoid this, but couldnt succeed. Can some one advise if this is standard behavour ? can this be changed by some customisation ?
    thanks

    HI
    Yes this is the way SAP works.  You need to reconcile with local currency . However if you want to reconcile with other currency too , you can use the same rate which is being used for transfer of the data into CO. You may have Audit issue in such case , however currency re valuation will take care this aspect too .
    Regds
    Rajiv

  • Import Goods Reciept(MIGO) - Exchange rate issue

    Dear all,
    In import procurement cycle,we are creating purchase order(backdated) on goods receipt,
    maintained exchange rate(Currency EUR) based on exchange rate given by customs vendor in working sheet,
    capturing custom duties in required condition types in purchase order,Doing Customs MIRO based on Purchase order in
    currency INR,because duty is paid to customs through customs vendor in local currency,
    maintained exchange rate for EUR Currency in OB08 for current date with exchange rate type 'M',
    referring commercial invoice no.
    in migo,entering all other details quantity,batch,date of manufacturing,delivery note no,bill of lading no.,excise invoice no,
    excise date, excise duties were flowing fine except material base value which is calculated on 1 EUR = 44.17 INR,
    But actual exchange rate maintained on purchase order & as well as in OB08 is 1 EUR = 63.75 INR ,
    Material base value should be calculated for exchange rate 63.75 INR but it is calculating for 1 EUR = 44.17 INR,
    Due to this accounting document get posted taking wrong exchange rate(44.17 INR)
    Is there any configuration for exchange rate is missing ?
    How to solve the above issue ???

    Hi Jeyakanthan,
    Normally in SAP Standard settings for exchange rate type 'M' for 'EUR' currency transactions will have alternative exchange rate type as 'EURX' please check the rate might be taking from EURX.
    Kind Regards,
    Kiran Yelamarthy

  • Exchange rate difference amount need to be posted to venmdor

    Hi
    We have created import PO with exchange rate 76.35 then we have did MIRO with exchange rate 78
    Liability created was with 78 value while making the payment with f-53 we are getting the value which is created with 76.35.
    While making the payment client want make the payment based on exchange rate 78 based on the liability created not based on the PO created.
    The difference amount is going to exchange rate fluctuation account.
    Please can any body  tell me how to post this difference amount  also  paying to the vendor with f-53.
    Thanks in advance
    kareem

    Thanks for your advice Mr. Atif,
    My client needs to be changed ER in MIRO level also, same value needs to be paid to vendor. When ever will go to f-53, if will process the open item, it is not matching to actually liability created values. 
    In this case how to proceed further.
    Thanks and Regards

  • Exchange Rate's troubles

    Hi, gurus!
    I have following problem:
    In BEx query I need to apply conversaition between EUR and RUB.
    So, I created in RSCURR new conversation type (Z1_C), which is based on exchange rate type M, and Time ref. is Variable Time Reference with Standard InfoObject 0CALDAY. Other options I left as default.
    In table TCURR I see cources (exch.type M) for EUR to RUB (by the way RUB's to EUR I see too) for all days of February 2012.
    I created BEx query, and in the Restr.KF I set Z1_C in Currency Translation and set RUB as Target Currency.
    When I launch my query I'm getting following error:
    No exchange rate from EUR to RUB and date 01.02.2012 found (currency transl. Z1_C/M)
    For all dates in my trans.data.
    Maybe I missed smthg?

    Hi,
    Follow this link for clear idea about the currency conversion.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/600157ec-44e5-2b10-abb0-dc9d06ba6c2f?QuickLink=index&overridelayout=true&38547331545084
    Hope this helps.
    @Sri

  • EBS Exchange rates

    Please help,
    I'm at a client that's using the Electronic Bank Statement and Payment Program functionalities.
    Problem: The exchange rate table is maintained manually everyday but the rates are not obtained from their bank. When the payment program is run to make payments to foreign vendors, there is a realized gain/ (loss) due to exchange rate changes. I'm able to capture this. My problem is that when the EBS is pulled in, there is a further gain or loss on exchange. How do I deal with this?
    Thank you.

    Hi,
    there are some Support documents related to this issue.
    I would suggest you have a look to them.
    Regards

  • Cost elements for account Profit or loss on exchange rate valuation

    I am running transaction F110 and among the invoices to be paid there are foreign denominated invoices. I have 4 business areas set up and have one GL account where all the gains and losses arising from the exchange rate fluctuation are posted (this account has been assigned a cost element).
    When I run F110 i get error that the gain/loss on valuation account requires a CO object. I thot the system would be able to determine all the CO objects from the invoices selected for payment. In a payment run, there are a number of invoices belonging to different CO objects.
    Is there a way i can get around this. If i delete the cost element will i be able to draw up financial satements per business area.

    Hi,
    You can set up in OKB9 for Co Object determination.
    You can set Business Area as mandatory in OKB9 and then click on Detail per business Area and another screen will open up, there you can enter, Cost center against Business Areas.
    This will resolve your issue.
    Regards,
    SAPFICO

  • Exchange rate loss by cctr/pctr

    is it to separate unrealized gain/loss by cost center? is it to separate realized gain/loss by cost center? thanks

    Do not create exchange rate gain / loss account as cost element. If you create cost element ,you must have assign cost center determination via OKB9 settings with respect to profit center's.
    Regards
    Mani

Maybe you are looking for

  • How to block task bar notification for a specific program?

    Hello all.  We are rolling out a new web based program that uses a thin client.  This thin client checks the server on a regular interval.  If it finds a new version of the thin client, there is an alert in the Windows 7 task bar.   The problem with

  • Conversion of Decimal to Binary String

    Hello Labview People: I'm rather new to Labview, so this may be a simple-minded question . . . I would like to take a numeric control and have the decimal input converted to a binary string of 8 bits. So, for example, if I were to put in the number '

  • Problems with exporting in premiere

    Hi there, Having a few problems with rendering out from premiere and was hopping someone could help? I am making a showreel and all the clips I'm using have been rendered out from After effects at either 720 x 576 (16 x 9) or 1024 x 576 (square pixel

  • Cd/dvd drive opens by itself

    I have compaq presario cq62 model of laptop. I bought my laptop before 18 months ago. Laptop was working fine till now. But now its cd/ dvd rom drive keeps opening automaticaly by itself. I push it but after a few seconds it opens back. I have instal

  • XML Publisher Data Template Executable Options

    Hello, Can someone help me find some documentation on how to decipher what the Options parameter on the XDODTEXE executable is. Someone has created a concurrent program, and set the options to : -Xss2048k -Xmx512m Tried googling with no luck....anyon