Same currency multiple formats

We have data coming in from two different sources. For a particular country's currency each system has different currency format. One with decimals and other without. In R/3 this has been manageable but when extracted for reporting in BW it causes mismatch and other related problems. How do you think we can resolve this in BW.
I would also like to mention that this is about a foreign currency and we have some historical data sitting in R/3 with and without decimals.
It would be nice to know what you guys recommend as the best way to fix this problem. We need to get this done asap.

Hi,
I meant the following.
Suppose, you have 2 different currency formats.
Create 2 new infoobjects: ZCUR1 and ZCUR2. For each of them add 0CURRENCY attribute.
Load master data for these IOs.
Suppose, that in master data you have:
ZCUR1 0CURRENCY
CR1   USD
CR2   EUR
ZCUR2 0CURRENCY
840   USD
099   EUR
During a load, in transfer rules a routine will look into P-tables of ZCUR1 & ZCUR2 and determine 0CURRENCY corresponding to incoming values of ZCUR1 & ZCUR2. Here you may also, for example, multiply one of the system's values by 100.
0CURRENCY will goto infoprovider.
Best regards,
Eugene

Similar Messages

  • How to keep all text and formats the same on multiple computers?

    I'm creating a file in InDesign CS6 on my Windows computer. I keep everything on my flash drive. When I go to school, I bring my flash drive with me and open it up on the Mac computer, but then there are are compatibility issues. There seems to be missing fonts and formats but the school uses the same version of InDesign I do. Now I was told a lot of things of how to keep the fonts and formats the same (embed the links, package the files, outline the text, save as IDML). However, it is not clear to me what each of those options do, so I don't know when or why to use them. So I just want to make sure that when I bring in my file in next Monday, I won't have any missing fonts or formats. What would you suggest is the proper things to do to keep everything the same on multiple computers? And could you please explain why?

    If you want cross-paltform comaptibility limit the fonts to OpenType or Windows TrueType formats, both of which work on both Mac and PC. To avoid missing font warnings the fonts must either be installed on each computer, or they must be in a folder named Document Fonts in the same location as the .indd file they are to work with. Packaging the file will build taht folder for you.
    the rest of the stuff in your list won't help you. .idml would allow you to open on an older version, but does nothing for your situation. Embedding the links will keep you from having missing links, but so will packaging, and embedded links will make the file much larger and harder to work with.
    For goodness sake, don't even think about outlining the text. It stops being text when you do that and you can no longer edit it.
    And finally. do yourself a big favor and don't attempt to actually work on your file directly from the flash drive. Copy the whole package folder to the hard drive, work on it, then copy back. You don't want to know how many files are fatally damaged by write errors on flash drives.

  • How to use multiple formats in one JFormattedTextField

    Hi,
    I am looking for a way to allow multiple formats in the same JFormattedTextField. Let's say I want to allow input like:
    a) 123-AB-123
    and
    b) AB-12345-CD
    Of course I could use an InputVerifier of my own combined with regular expressions to see if the input matches. But I like the way JFormattedTextField supports the UserInput by displaying a Placeholder String. So the User sees what the input might look like.
    I'd tried to write a FormatterFactory of my own, which will return either a MaskFormatter for a) or b) but the JFormattedTextField checks out the Formatter only when gaining or loosing focus. What should happen is that it checks out the formatter after each keystroke.
    Does anyone know a solution for this or how I could force the FormattedTextField to REget it's formatter?
    Thanks
    Thimo

    Check out the following; it provides code for a regular expression formatter:
    http://java.sun.com/products/jfc/tsc/articles/reftf/
    Unfortunately, this does not support the 'placeholder' notion like the MaskFormatter does, if that's what you were talking about. I'm not sure how you could cobble them together, since with the MaskFormatter you don't have to type the mask literal characters, but you would need to with the regular expression.
    : jay

  • How do I upload a file to icloud in multiple formats?

    I have noticed that when I upload a file to the iWork app of iCloud and I wish to download it, it provides me with a drop down list multiple formats (i.e. Pages, PDF or Word) however only one option (the file type I uploaded it is availible). I wish to upload a single file in multiple formats for example I want to be able to download that file in Pages and Word formats. Currently I have to resort to uploading two separate files, one Word, one Pages but that results in a lot of clutter. Is there any way I can have a file availible to download in both formats all underneath the same icon?

    Documents added from a Mac need opening on an iOS device, in order for them to be able to be downloaded again, in any of the 3 formats.

  • How  to  manage  multiple  formats  in   a   single file ,

    hi ,
    I 'm getting multiple format files from my source..
    how to tackle this scenario in ODI ,
    Plz reply me and thanks in advance.

    RECORD CODES in column definition are used to differentiate between different record types that are put in a same file.
    The premise here is that the file contains records of different record types and a field in the file identifies the record type. eg. A file contains 2 record types with different formats.
    A,101,'CMP', 'IDV
    A,102,'CMP', 'IDV
    B,1001,'GFRV_OCCD', 'GFRV_ID', 'IDVA, 121 ,'CMP', 'IDV'
    A,101,'CMP', 'IDV
    B,2001,'FRV_OGCCD', 'GFRV_ID', 'IDVA, 121 ,'CMP', 'IDV'
    A,101,'CMP', 'IDVHere the first field identifies the record type - A or B. So, in the ODI data store, you use A or B in the record code field of the column definition of the data-store.
    ODI automatically, gets the records matching the record code specified in the definition of the data-store.
    So, you will create 2 data-stores, one with record code = A (4 columns) and other with record code = B (8 columns)
    Hope that helps.

  • InDesign search multiple formats at once in find and replace

    I am pretty new to InDesign and InDesign forums.  I am having problems figuring out how to do this task.  I am using CS6, and  I have a rather large document that has a glitch in the formatting.  The Latin names for species are in italics, but for some reason the space between them is not always in italics, and this is creating havoc with indexing the species.  In the first name below the space is italicized, and in the second it is not, so the whole name cannot be indexed because the italics is the key to creating the index.  I need to change the space between italic words to be italicized, but I cannot figure out how to use multiple format types within one find command to do this. I need to search out an italics word or wild card and un-italicized space and italics word or wild card and change it to all italics. Does anyone have any advice?  I greatly appreciate your time.
    Epinotia aceriella
    Sparganothis pettitana
    Thank You!
    Maggie

    The basic idea would be to do a few GREP search and replaces:
    1. Search for any character at the end of a word formatted in italics.
    2. Replace with that character + some symbol that isn't used in the
    book, say @ (careful of email addresses)
    3. Search for any character at the beginning of a word formatted in italics
    4. Replace with same character as in (2)
    5. Do a regular search for @ @ and change to italics formatting.
    6. Delete all @
    The GREP search for (1) might be:
    (.)\>
    The GREP replace for (2) might be:
    $1@
    The GREP search for (3) might be:
    \<(.)
    The GREP replace for (4):
    @$1
    etc.

  • Parsing VARCHAR to DATE where the VARCHAR column has multiple format

    Hello,
    I'm a little stumped here so I figured I'd try posting here.
    I have an application where I can not alter the code. This application has a form with a calender conrol on it that allows the user to select a date. This form is internationalized so date formats vary based on the country the user is coming form (mm/dd/yyyy, dd-Mon-yyyy, dd.mm.yyyy, etc). The application saved the string of the date as the calender control returns to the form, it does not save the value as a date value.
    I need to preform a query that can do some cacluations off of this date. When there is only one date format returned in the query, there is no problem
    CASE WHEN TO_DATE(d3.data,'Mon/dd/yyyy')-NVL(trunc(i3.end_date),trunc(SYSDATE)) < 0 THEN calc_business_days(TO_DATE(d3.data,'Mon/dd/yyyy'),NVL(trunc(i3.end_date),trunc(SYSDATE)))
    WHEN TO_DATE(d3.data,'Mon/dd/yyyy')-NVL(trunc(i3.end_date),trunc(SYSDATE)) > 0 THEN 0-(calc_business_days( NVL(trunc(i3.end_date),trunc(SYSDATE)) ,TO_DATE(d3.data,'Mon/dd/yyyy')))
    ELSE 0 END
    However, this errors when there are multiple formats in the varchar column for the same query. Can anyone provide any guidance on how to handle this? I am using Oracle 10g.
    Thanks

    The simplest option is generally to create a new function that does the conversion and sets up a hierarchy of date formats. Obviously, there may be some data loss here-- '01/02/03' is a valid string in the format mm/dd/yy, dd/mm/yy, and yy/mm/dd but it means different things in each.
    Something like
    CREATE OR REPLACE FUNCTION my_to_date( p_in_string VARCHAR2 )
      RETURN date
    IS
    BEGIN
      RETURN to_date( p_in_string, 'MM/DD/YYYY' );
    EXCEPTION
      WHEN others THEN
        BEGIN
          RETURN to_date( p_in_string, 'DD-MON-YYYY' );
        EXCEPTION
          WHEN others THEN
            BEGIN
              RETURN to_date( p_in_string, 'DD.MM.YYYY' );
            EXCEPTION
              WHEN others THEN
                RETURN NULL;
            END;
        END;
    END;
    /Justin

  • How to setup Multilingual Shopping Cart with same currency?

    Hi Everyone,
    I would like to ask if it is possible to setup a shopping cart where the prices for the products are staying in the same currency but the language of the cart is changed.
    Example:
    Setting up a shopping cart for a New York located Hungarian Bakery where we give an option to teh visitor to choose language.
    Off course I will create 2 sets of pages for English and Hungarian but when they get to the point of buying a product
    they will enter to the shopping cart catalogs, etc...
    Since the store will only deliver to the United States, we have to keep the currency in $US, not to change to Hungary's official currency (Forint),
    but I would love to change the language of the shopping cart text to Hungarian, example: Catalog>Cookies  ideally changed to  Katalogus>Sutemenyek.
    Since the number of layouts for catalogs, product views and shopping cart are limited;
    Should we use javascript to replace text everywhere where it occurs?
    If we do this, How can you detect which languages where are currently using?
    Another direction: Is Liquid Layout will suits better?
    Liquid have limitations for the number of layouts?
    Is Liquid become an official supported Alpha ever?
    **I didn't started to experience on Liquid yet cause BC states that it is not recommended for production sites, only a Beta testing environment still...
    thank you for all of you if you can take time and answer my questions for the benefits of all of us,
    nova*
    cvmweb.com

    Liam,
    Thank You for caring to get back to me! You rule!
    by the way, I have the jquery translator opened in another tab the results to Hungarian are funny though...
    There is so much NO in BC land
    Crucial things that BC supposed to address fast (i know that i am talking to myself here )
    - more than one layouts for catalogs and products (is that so hard to scale this system)
      **the time we are waiting for basic functions was enough to assembly a programmer team and build out the system
      entirely, based on PHP and MySQL so we can join developers and make million useful plugins, widgets!
    - add filters by tags to sort by price, weight, name, etc ...
    - enable multiple shipping addresses
    - add RMA functions (return merchandise)
    - integrate with shipworks or make a plugin for BC so we can automate order processing, labels, tracking number postbacks...
    I ran into something every week and the answer is always wait and not possible
    nova*
    www.cvmweb.com

  • With IE I have multiple formats such as MP4 that I can use to D/L you tube music videos but with Mozilla it has me load Adobe Flash which I already had and then I can only D/L utiliaing the FLV format - I want multiple options as I have in IE - help?

    With IE I have multiple formats such as MP4 that I can use to D/L you tube music videos but with Mozilla it has me load Adobe Flash which I already had and then I can only D/L utiliaing the FLV format - I want multiple options as I have in IE - help?

    And what is the point of all this? CS3 is now 7 years old and Office 2003 just the same. Yes, sometimes software has bugs and compatibility issues. Beyond there is nothing here to discuss on either end, given the circumstances...
    Mylenium

  • Mixing Multiple Formats Onto One Timeline

    I am currently editing a reel of my material and was wondering the best way to mix multiple formats together. The two that I need to go onto the same timeline are dvcpro hd which was shot 720p at 24 frames per second and apple pro res ntsc with a telecine pulldown on it. Should I through the 720p footage through compressor, if so what should i export it as? thanks

    One way to do it:
    Use Compressor to make the HD movie 16x9 SD(853x480) 29.97 ProRes or PRHQ.

  • Help with multiple format support in FCP 7.

    I have a handheld camera that records in .mts format and I need to be able to run it in the same project file as .mov files from a canon 7D camera. Which I believe are h264? Is there a way to convert the .MTS or to use multiple formats in one project?

    Just to add to Ilovm's advice, the Canon may shoot .mov files, but you're right…they are h.264 and also need to be transcoded to an editing codec,  That can be done in Log & Transfer, if the camera's card structure is still intact, or in Compressor or MPEG STreamclip if L&T isn't an option. So when you set up your project, your clips and sequence will all be in the same codec, typically a variant of Pro Res.
    Russ

  • Processing delimited file with multiple format records

    Hi All,
    I have got file containing following records to be processed by ODI:
    1000022,0236,E,APHDQR,,264, 32.83,13-08-2010,13-08-2010,W,33,
    1000022,0236,D,APHDQR,,Z01, 47.05,13-08-2010,13-08-2010,W,33,
    1000022,0236,M,APHDQR,,159, 3.00,13-08-2010,13-08-2010,W,33,
    1000022,0236,A,APHDQR,B120,7140,026,7140, 338.80,106,33,5018676E,
    1000022,0236,B, 35.19,1,503,W,13-08-2010,13-08-2010,6 ,COR ,
    As you can see there are 5 types of records (Record type 'E','D','M - same format) and ( Record Type 'A' and 'B').
    I need to be able to process records with Record Type 'E','D','M' and IGNORE records with record type 'A','B'
    I tried placing filter at staging level (CL_RECORD IN ('D','E','M')) in the Interface definition. But it doesn't work and still tries to process records with record type 'A' and 'B'....:(
    Any ideas? and any other way I can process records ??
    Thanks.
    KS

    OK,
    then you don't have too much options...
    the problem is that before apply the filter ODI tries to upload the data into the C$ table and, as there are multiples formats, some columns is getting "wrong datatype" (or some error of this kind).
    My question about the initial character was because if they were always the same, you could use a feature from JDBC Driver to file but only works to initial characters.
    In your case, it will be necessary to create a temp table with 3 columns like:
    Filler1 - Before the record type column
    Rec_Type - the record type
    Fille2 - the other columns
    Filler1 and Filler2 columns should has the necessary lenght to get all data from record.
    Now you can filter the record type but will need a "substring" function to separate the embedded into filler1 and filler2.
    Make any sense?
    Cezar Santos
    http://odiexperts.com

  • Difference between local amount and document amount in the same currency

    Dear All,
    Why different between local amount and document amount with the same currency in some FI document line items? Both currency is 'TWD' and update currecy(BSEG-PSWSL) is 'USD'.
    What is the purpose of update currency(BSEG-PSWSL) and update amount(BSEG-PSWBT) ?
    Does update curreny cause the difference mentioned above?
    Thanks all in advance.
    Best regards,
    SAP user

    Dear Sir,
    Thanks for your kindly response!
    These fields of the FI document header are following:
    Local currency 1(BKPF-HWAER) : TWD
    Local currency 2(BKPF-HWAE2) : null
    Local currency 3(BKPF-HWAE3) : null
    Document currency (BKPF-WAERS) : TWD
    Transcation currency means which field ?
    Transaction code (BKPF-TCODE) : FB1S
    The line items as following :
    Itm PK Account    Account  short text   Amount
    1   40   21302500  A/E-Maintenance     1,119,350
    2   50   21302500  A/E-Maintenance     1,119,350-
    Amount in document currency is 1,119,350(TWD) but amount in local currency is 1,087,998(TWD).
    The line item's additional data :
    Amount for Updating in General Ledger : 33,894.02(USD)
    Thanks a lot !!
    Best regards,
    SAP user

  • How to generate one report in multiple formats with FOP or BIP?

    Hi all,
    Is it possible to generate multiple formats of one report in a single "call" using Apache FOP or BI Publisher? (something similar to reports bursting).
    Right now I can only select one format at a time.
    Thank you,
    Ana-Maria

    Hi Ana-Maria,
    When you enable printing on a report region or add a button to download a report query to your application, then you get a single document download. How would you see this working with "multiple formats"? Given that APEX is a development environment, you can pretty much implement anything you like. The built-in printing capabilities in APEX come with an API that allow for customization of the default functionality, e.g. you can use apex_util.download_print_document to dynamically assign report layouts at rumtime or to use you own XML data sources or XSL-FO style sheets. More relevant to you question though, there's also apex_util.get_print_document. What that allows you to do is to generate report documents inside the database and e.g. store them in database tables or email them out to a list of recipients. You can call this API as often as you like to, requesting any combination of available report formats.
    The API function is documented here:
    http://download.oracle.com/docs/cd/E10513_01/doc/apirefs.310/e12855/apex_util.htm#CHDDECIA
    Regards,
    Marc

  • Why is Apple TV showing the same computer multiple times for Home Sharing?

    Why is my Apple TV showing the same computer multiple times for Home Sharing? Also have connectivity issues. Sometimes will lose signal.
    JonRod's music
    JonRod's music
    JonRod's music
    JonRod's music
    JonRod's music
    I recently updated to Yosemite and never had this issue before.

    I'm not 100% sure of the ins and outs, but it's some sort of known issue between Yosemite, Airport and wifi. All you can do is wait for a fix and keep restarting your equipment as and when needed, unless you have the ability to connect your Mac via ethernet.

Maybe you are looking for