Multiple currency translation in one single query execution.

Hi folks.
I have today running in production, a report like:
The user input a period and a version (multiple single values selecion)
- Period
- Version (0VERSION)
And the report returt as follow
                              2010        
          Version            A1         Q1
Key Figure 1        500BRL     400BRL
Key Figure 2        300BRL     200BRL
Now, the user requires a currency translation based on the version selected in the filter. I mean, for version A* use one exchange rate type.
For Q* version, use another exchange rate type...and so one...
For instance, the solution is to create a currency translation type like:
Exchange rate type from Var. and create this var as user exit with an abap that checks the version selected by the user in the
report and than return the exchange rate type based on this version...
This solution works only if the user input only one version in the filter. But, he needs to input three, four..versions and
in one execution of the report, translate the currency using a exchange rate type for each version.
Ex: Exchange Rate for version A1 (1.8USD = 1BRL) Exchange Rate for version Q1 (1.5USD = 1BRL)
Then, the report should return:
                2010        
        Version              A1         Q1
Key Figure 1        277,7USD   266,6USD
Key Figure 2        166USD     133,3USD
I know it's a little complex to describe, but if someone know how to do it, I'll aprecciate.
Best Regards,
Thiago

Can you explain your query KFs structure..
Seems that in your report there is 1 KF for each version....but you have 1 input variable which holds multiple values ...If thats right..then how are you getting values for diff versions from 1 & same variable..
No, there is one key figure for each document..
for example,
(doc/calday/version/sales revenue)
DOC00001   01012011   0       100BRL
DOC00002   01012011   A1    120BRL
DOC00003   01012011   R1    110BRL
In the report, the user can filter by one or more version, and based on wich version he selects, for each version we need to use a specific currency translation.
The structure in the query is
In Lines
Sales Revenue
In columns
Calday / Version
regards

Similar Messages

  • How toconvert multiple currency translation please give details in one repo

    how toconvert multiple currency translation please give details in one report

    Hi Venu,
    Yes you can do currency translation in update rule as well as in the bex query.
    please follow the below steps:
    business scenario
    you have records in different currencies and you want to convert them to a fixed target currency USD, using the avergae rate type 'M' on a monthly basis
    Step 1
    Create translation keys using RRC1. here you need to specify the source currency. "select source currency from data records"
    specify the target currency as USD
    choose the exchange rate type as 'M' and the translation should happen using 0CALMONTH
    Step 2
    create key figure 1 (KF1) that stores the amount in differnet curreny and it refers to 0currency. create another key figure (KF2) which has a fixed currency as USD. in the target cube you use 'KF2' and it is mapped from KF1.
    in the update rule just below hte currency mapping you can find the currency translation screen, use the translation key created in step 1
    Step 3
    if you have KF2 in your cube then you don't need any currency translation becoz you have already performed the translation in update rules. but if you have KF1 in your cube then you need to [erform the currency translation in bex. create a restricted key figure from KF1 (give it name as KF2). right click on the RKF and go to properties -> currency  translation -> select the translation key created in step 1.
    hope it helps.
    thanks
    soumya

  • How do I bind multiple PDF Documents into one single document?

    I am trying to bind multiple PDF documents into one single document can anyone please help me?

    You would need Adobe Acrobat to do that. Reader doesn't have the ability.

  • How to combine multiple Unmanaged Solution to one single Managed solution

    Hi,
    How to combine multiple Unmanaged Solution to one single Managed solution.?
    There were some other third party developer have kept things lik ein UAT there are 2 release solution and both are Managed Solution.
    And in Production the changes are only deployed for release 1 and for the release 2 changes deployment needs to be done.
    But when i import that second release Managed Solution from UAT to Production then i got number of elements missing but i have checked they are already there in Soolution.
    I did some R&D on this but not much helpful.
    I thought i require to convert Unmanaged Solution of Production environment to Managed first for first release and then needs to import Managed solution of UAT to Production for second release.
    Is this the right way to overcome form this situation?
    Any help and response would be really appreciated.
    Thanks.
    If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"

    Hi, 
    You can prepare unmanaged solution by adding all the components from the default solution,which are there in the managed solution, If Customizatiable entity is true in  the managed solution.

  • Concatenate multiple pdf files into one single postscript file

    Hi,
    Could anyone help me with a code to "Concatenate Multiple pdf files into one single postscript file" ?
    Thanks for the help

    Thanks for your reply! Actually the main purpose is to allow user to select multiple pdf documents on a single web page and then he should be able to print all of them at once by hitting the print button on the web page instead of selecting each document seperately to print it. Also he should be able to see all the printing services available to print those documents.
    Thanks,

  • Burn multiple video files to one single DVD

    I am converting a ton of old home videos to digital format, and I want to store them on DVDs.  I'm using Elgato Video Capture to connect my VCR to my Mac which works fine for creating mp4s.  I can then "right-click" on the mp4 file name in Finder and one of the options is "Burn [filename] to Disc".  This is fine.  But my problem is that many of these videos are fairly short clips and I don't want to use one single DVD for each one. 
    Does anyone know any way that I can burn multiple mp4 files onto one single DVD?  Whenever I go to burn one of them to Disc, it seems to want a blank disc each time. 
    I suspect there is software out there that I could purchase, but I was hoping not to spend much money on this project.  Any way of doing this in the standard Mac software?  Or maybe a not too expensive DVD burner software I could buy which would allow this?
    Thanks!

    Click here and follow the instructions.
    (92775)

  • Installation of Multiple Country versions in one single Instance

    Hi,
    We are  evaluating the feasibility  of rolling out  CIN into an existing ECC6 environment, which has been already configured with country version Brazil.
    Our plan is to roll the CIN on a different client .  However, we have few apprehensions of the implications of the same. Can some one please share their inputs in this regard?
    Thanks In advance.
    Anil

    Can you explain your query KFs structure..
    Seems that in your report there is 1 KF for each version....but you have 1 input variable which holds multiple values ...If thats right..then how are you getting values for diff versions from 1 & same variable..
    No, there is one key figure for each document..
    for example,
    (doc/calday/version/sales revenue)
    DOC00001   01012011   0       100BRL
    DOC00002   01012011   A1    120BRL
    DOC00003   01012011   R1    110BRL
    In the report, the user can filter by one or more version, and based on wich version he selects, for each version we need to use a specific currency translation.
    The structure in the query is
    In Lines
    Sales Revenue
    In columns
    Calday / Version
    regards

  • Populate Multiple Items bundled in a single query

    Hello,
    I am trying to create a report in which I have mulitple items that I want to populate. All of these use the same query but use different rows in the query to populate themselves. My question is:-
    Is there a way to bundle the item assignment into a single query and populate the items from there? I want to reduce the time it takes for me to display the report and just hit the database once instead.

    Hi there,
    when u say report, i think its a more of a page showing few items on a region whose values are populated from Database rather than a SQL report which will not have any items. Is that correct?
    yes, multiple items of a page can be assigned values at once.
    assume: P1_ITEM1,P1_ITEM2,P1_ITEM3,P1_ITEM4 are different items on a page, an "On-Load Before Header" PL/SQL process can be created to assign values to the items in this way:
    SELECT tab.col1,tab.col2,tab.col3,tab.col4 INTO :P1_ITEM1,:P1_ITEM2,:P1_ITEM3,:P1_ITEM4 FROM TABLE tab;
    Item "Source Used" should be of type: Only When Current Value in session state is null
    Source Type: PL/SQL Expression or function
    and Source Value or EXpression should be some thing like this :P1_ITEM1
    Hope this helps.
    Edited by: Chaitu_Apex on Mar 10, 2010 2:43 PM

  • Concatenate multiple pdf files into one single file

    hi,
    Could any one help me with a code "combining or merging multiple pdf files selected from the browser into one single document" to send it as one single request to the printer?
    Thanks ,

    It is called the Big Faceless PDF library.
    they have a free trial download.
    in regards to doing it yourself, of course.
    but this is a pure java library that can do what you want without you having to re-invent the wheel (for a price of course).
    they have excellent technical support as well, usually solving your problem within a day or so.

  • Multiple payment advises in one single pymnt document

    Hi gurus,
    we are having payment advises getting generated through IDOCs, there will be many payment advises for one single customer, so we thought of including multiple payment advises while choosing open item, but system is allowing only one payment advise.
    can we go for multiple payment advises
    or
    we tried to modify the g/l fast entry screen, but in that we did not find the payment advise field.
    Thanks in advance.

    hello Babu,
                     now i got the same problem like you.......... you find the solution for  tht.....
    if you know the solution plz help me
    bye laxmi

  • Multiple currency conversion via one variable possible?

    Hello,
    following problem:
    I have a report which contains different currencies (e.g. EUR, CHF, etc.).
    In this report we have different calculated key figures (on cube level).
    Each key figure have different currency conversion (maintained in rrc1).
    Question: Is it possible, when the user starts (execute) a report one variable
    pops up e.g. display all key figures in USD <b>all different currency conversions will be reflected</b>? In the system I don't know where.
    Any idea?

    Ok, I find a solution by myself.
    In the AdminInfo object is a property called MultiCurrencyCheck. When this is set to cc_NoMessage, I can save the journal entry.
    If you want to change this setting in Business One:
    Select Administration --> System Initialization --> Document Settings --> Per Document tab --> Journal Entry tab
    There is a check box "Allow  multiple currency transactions". The description is wrong and it should say "Block multiple currency transactions", like the other. When it is unchecked, I can make multiple currency transaction otherwise not.

  • Playing multiple stereo channels out one single mono channel tia sal22

    Greetings All
    I have a vi which creates multiple stereo audio signals
    in labview 8.6.1 and I would like to play all of the stereo channels out one single Mono channel
    is this possible?  I tried setting all the device ID's to the same thing but a lot of clicks and pops occurred.  Basically I'm trying to play and mix all the signals out one mono channel at the same time.
    Please note I would like to have each signal that is created played over
    the mono channel at the same time.
    tia sal22
    Solved!
    Go to Solution.
    Attachments:
    lvt_audio_realtime-out left right device ID test onw while loop.vi ‏69 KB
    stereo_to_mono.png ‏63 KB

    sal22 wrote:
    Thanks but which options allows me to do this
    tia sal22
     Just add the arrays if they have the same length. Use the standard add function (like in 2+2=4). Then arrays are added each index is added together
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • Multiple po's into one single inbound delivery

    Hi Experts,
    How to create the Multiple purchase order line items (Ex; In one po i am selecting only 2 line items and one more po i am select 3 line items)  into one single inbound delivery for this where is the settings .
    please guide me any one.
    Thanks,
    KK

    Deshpande i have the same problem.
    I tired giving all the PO for a collective inbound delivery in VL34, but it still creates one delivey for every PO item
    Anand: did u manage to solve ur issue
    Regards
    Sumanth

  • Help!!! I can't save multiple PDF documents into one single PDF!  Need answers!

    Hello!
    I'm trying to save a very large PDF file.  I'm using Adobe Acrobat X Pro.  There are about 200 plus pages and I'm trying to save merged PDF files as one single PDF document.  I've compressed the PDF's as much as I could prior to saving.  For some reason, the process of saving it as a single file takes a long time and usually doesn't work.  Will a higher version of Adobe be faster?  I was told that Adobe X is a 32 bit program and that could be why it's running slow.  I'm unfamiliar with how it all works so I'm hoping someone could offer a simple explanation as to why this is happening and a solution on how to make something as simple as saving a document, go faster.
    Thank you!
    c

    Best to keep the replies in the other post, but I wanted to comment on something you said "I was told that Adobe X is a 32 bit program and that could be why it's running slow." Yes, it's a 32 bit program. No, it's complete nonsense to say that 32 bit programs run slow. There seems to be a general belief that 64 bit is better because, well, because, um, because it's a bigger number so it must be, right? Sorry, I'm not mocking you, but there is such nonsense about this, that I think software makers are having to put a lot of effort into making 64 bit software for no good reason at all.

  • How to make the query in one single query? No Union please....

    Hi,
    I have sets of around 18 queries which is finding counts in many scenarios. I wanted to have a single query for this. which diplays the result in a single row.Is there a way , I heared analytical functions are good options ,but I am new to Oracle . Please help me.
    select count(*) total_count from emp; --100
    select coun(*) MGR_count from emp where job='MGR'-- 10
    select count(*) dept_count from emp where deptno in(10 ,20)-- 75
    output..
    TOTAL_COUNT     MGR_COUNT      DEPT_COUNT
    100                                   10             75
    Thanks

    This:
    select count(*) total_Count
          ,count(decode(job,'MGR',1,null)) mgr_count
          ,count(case when deptno in (10,20) then
                   1
                 else
                   null
                 end
                ) dept_count
    from emp;
    untested

Maybe you are looking for

  • Error in updating object SURVEY

    Hi Experts, The following error occurs not always but very rarely while updating the notes field or while saving an Activity. SAP Note The following error text was processed in the system P60: Error in updating object SURVEY The error occurred on the

  • Windows 7 -How to authenticate to WiFi (home or public) with AnyConnect NAM installed

    Hello, We are deploying ISE and connecting to the company's WiFi using a "machine" login (active directory laptop) works fine on Windows 7 or 8 - both wired and wireless. But, here is a scenario that I can't seem to find a good answer for. All my sea

  • Merge replication and Snapshot replication monitoring

    Hi All, I have mere publication with 56 subscriptions. I need to monitor their synchronization status twice in a day. I want to do it using TSQL. Like i will create a table for that and i will schedule a job, which inserts the replication status reco

  • Adding files from external HD is really slow (30min for 7,000 songs)

    I have finally mangaged to add files to my laptop from my external HD (which by the way shift+loading itunes never worked for windows) but loading 7,000 songs takes about 30min. Is it because I don't have a high speed USB on my laptop? My USB from my

  • Oracle Financials Applications Reports

    Hi, I need to customize Oracle Financial Applications Standard Reports (Balance, Journal etc...)(for GL, AP, AR, FA, CM). For example Adding some data columns or changing the label of the Standard Reports. What is the best tool to be able to do that