ISO Currency Code Conflict

Hello Hyperion World, it's been a while since I commented on OTN.
We are in 11.1.2.1 using an EPMA application. We add the currency code "ALL" to the Currency list (A value dimension triplet is automatically made) and it does not show up in the application system generated currency list (C1,C2) after being deployed.
We've come to the conclusion that the currency code is having a conflict with the "ALL" that appears to be defaulted as a child of root in a custom dimension list in EPMA. As our metadata was initially set up in a classic application, we created our own "AllCustomX" parent member and have no need for the "ALL". It, however, does not seem to be able to be deleted.
When we create a new entity and set "ALL" as the currency in EPMA, which is doable, we get an error upon redeployment.
Does anyone have experience with a work around? Or is this something for Oracle Support to add to list of known bugs.

I appreciate your response, however I don't think it is quite accurate.
I have a number of classic applications that have the currency ALL as well as the associated value dimension triplets. After being converted to an EPMA application, the currency and triplet remains.
However, it disappears after a "redeploy" of metadata is done through EPMA. This to me seems like EPMA is filtering on the deploy stage rather than restricting in the front, which it should do if it is indeed reserved.
I assume (never a great idea), that you indicated "ALL" as a reserved word as it can be used in rules like "HS.Exp "A#ALL = A#ALL.P#PRIOR"".
While this makes sense from an Account stand point, I do not believe "All" is available as a short cut for any of the other dimensions. Since, Custom 1 and Custom 2 are where the currencies are stored, I don't think it would systematically limit using "ALL" as a currency.
Based on the evidence from some brief testing, it would certainly appear that EPMA is the difference. I'm curious if our classic applications have any unnoticed bugs due to the "All" currency.
Investigation Continues...

Similar Messages

  • A table mapping between ISO country code and ISO currency code

    Hi experts,
    I want to know whether there is a table mapping between ISO country code and ISO currency code.I have searched T005(Countries) and TCURC(Currency Codes).why the filed of WAERS(Country currency) hasn't maintained in talbe T005?Whether ISO country code and ISO currency code hasn't direct relation?
    Regards,
    Kelvin

    Kelvin,
    If you know the table which is having ISO Country Code or ISO Currency code,then go to that table and clik on GRAPHIC(ctrlShiftf11) which will give the foreign key relationships.I guess checking all those table displayed in the graphic will give you some lead.
    K.Kiran.

  • For the ISO code TRY there is no unique SAP currency code for ALE

    Hi,
    I was trying to download cost centres from FICO to SAP HR via BD17.
    These are Turkish cost centres.
    I received an error: For the ISO code TRY there is no unique SAP currency code for ALE
    What is missing and how can it be fixed? I guess it is sth on ALE side so probably requires some config from Basis?
    Or correct me if I'm wrong.
    Thanks in advance!
    Monika.

    Hi satya,
    Not sure if this might help ... check out this OSS note "Note 313772 - Performance problem in CURRENCY_CODE_SAP_TO_ISO"
    Regards
    Genie

  • For the ISO code there is no unique SAP currency code for ALE

    While entering in incomming invoice , we got this error message.
    "For the ISO code there is no unique SAP currency code for ALE" .Any idea what this error is related to ?
    Thanks
    SN

    Hi satya,
    Not sure if this might help ... check out this OSS note "Note 313772 - Performance problem in CURRENCY_CODE_SAP_TO_ISO"
    Regards
    Genie

  • Currency: valid ISO 4217 codes still throw IllegalArgumentExceptions

    java.util.Currency is supposed to support ISO 4217 currency codes (as written in its javadoc). But I still get IllegalArgumentExceptions for the currency codes GHS, RSD, SDG that are still active as I read in wikipedia (http://en.wikipedia.org/wiki/ISO_4217). I also get this exception for some other currency codes that are obsolete but still valid (XEU, ZAL, ...).
    It seems that java.util.Currency only supports a subset of the ISO 4217 currency codes. That makes it unusable as I have to work with the currency codes (Strings) to also handle these other (valid) currency codes. What is this class good for if it only can handle a subset and you can't create your own (new) Currency objects?

    yup. I guess the Currency class was someone's idea of a bright idea at the time, like so many things.
    But someone (probably that same someone) didn't think about the consequences of implementing it the way they did and now Sun's stuck with it.
    Can't remove it because someone may depend on it, and maintenance is expensive and never fast enough for some yet always too quick for others (who have come to depend on the exact content).

  • SAP Currency code?

    Dear all,
    When I am going create and save export BP and check in SMW01.
    the error comes
    "For the ISO code USD there is no unique SAP currency code for ALE"
    I put the currency USD and Country is Bangladesh in BP.
    pls help me out
    Regards
    Jayesh

    Hi!
    Please check section 3.2.1 of the Best Practice Documentation for B09 to see if you have duplicate entries.
    Extracted text:
    Before starting the Customizing replication, verify that entries for the ISO codes are unique in the following ECC tables:
    •     Language keys (T002 field LAISO)
    •     Currency codes (TCURC field ISOCD)
    •     Countries (T005 field INTCA).
    Although SAP delivers these tables in a consistent state, duplicate ISO entries can occur because this is not a key field in those tables (especially if own entries have been set up with copy functions).
    Procedure
    1.     Access the activity using one of the following navigation options:
    Transaction code     SE16
    SAP ECC menu     Tools  ABAP Workbench  Overview  Data Browser
    2.     In the table name field enter T002.
    3.     Choose Table Contents (Enter).
    4.     Choose Execute (F8).
    5.     Check the column LAISO for duplicate entries.
    6.     Repeat these steps for the other tables.
    If duplicate ISO codes are detected, they have to be replaced by new ISO codes. The final result has to be that all tables mentioned hold unique ISO code entries. Multiple entries with empty ISO codes are possible.
    Duplicate entries cannot be deleted directly in transaction SE16. If you want to delete database records please get advice from experienced consultants or enter an SAP message.
    BR
    /fredric

  • Error in setting Pricelist/Currency code

    I'm using Siebel Self-Services 8.1.1 and I always get the following error every for new session of the application:
    "Error in setting Pricelist/Currency code. Please contact System Administator".
    Anyone having an idea how to solve it?
    Thanks!
    /Jon-Erik

    Hi Jon,
    Check the web service request and response in log immediately when you get this error.I think some setting at Siebel side needs to be done.
    Vikram

  • Currency Code of a Legal Entity - R12

    Hi,
    I need to find out the currency code for a Legal Entity in a R12 instance
    Based on what I have read and from e-TRM, I have written the following queries:
    select gsb.currency_code
      from hr_operating_units hou,
           xle_entity_profiles xep,
           gl_ledgers gsb
    where hou.default_legal_context_id = xep.legal_entity_id
       and hou.set_of_books_id = gsb.ledger_id
       and xep.legal_entity_id = 9999;       
    select currency_code
      from gl_ledger_le_v
    where legal_entity_id=9999
       and ledger_category_code='PRIMARY';Which of these two is more accurate or is there some other way in which I can obtain the Legal Entity currency?
    Thanks,
    Sujoy
    Closing this thread as there have been no answers. I went with the second query.

    Hi Sandeep and thanks for your quick response.
    Our business problem is that this entity is very high volume pertaining to open purchase orders and invetory transactions. In essense the business stays exactly the same, the only change is that it will move to another country with an ownership change. We want the current R12 ledger, company and inventory orgs to stay the same. If the new entity cannot assume the current structure, we have a huge setup and conversion task to make the change.
    Again thanks for your quick response.

  • To display document currency code in Ageing/statement

    Please make the system to display the document currency code in Ageing/Statement printout. For example, a customer who has 3 outstanding invoices which in USD, GBP and RMB; In ageing/statement report, it shows the balances in LC as well as FC. The customer total shall be in LC and subtotal for individual currency code.
    Please advise.

    Hello,
    We are planning significant changes in Aging Reports for the next release (after 2007 A version). Just now we are also considering an option of multicurrency statements including the feature displaying more (document) currencies per one view.
    Is there anything else you would like to enhance on Aging Reports?
    Thanks.
    Peter Dominik
    SAP
    B1 Product Definition

  • Not showing Currency Code on Print Layout

    Hi to everyone,
    Is there a possibility not to show the currency code on the document layout, ie, when printing document
    Thanks
    Kentish

    Hi Kentish,
    That would be depending on each document.  You may change variable to a database field to show amount without currency code.
    Thanks,
    Gordon

  • A table mapping between country code and currency code

    Hi experts,
    I want to know whether there is a table mapping between country code and currency code.I have found the table T005(Countries).But I don't why the filed of WAERS(Country currency) hasn't maintained in talbe T005?Whether country code and currency code hasn't direct relation?
    Regards,
    Kelvin

    Dear Kelvin
    The said field (WAERS) can be fetched from many tables.  To name a few, below are some of the tables in which, you can see the field for currency.
    1)  BKKI4
    2)  BKKI5
    3)  BWPOS
    4)  KNKA
    5)  KNVV
    6)  MSEG
    thanks
    G. Lakshmipathi

  • Currency Code

    I have a simple data form that has saved assumptions currency accounts, saved assumptions non - currency and some revenue currency accounts. I have unchecked Allow multiple currencies per entity and unchecked Show currency codes in the data form design, still I see currency codes in the data form!!! i have selected local in the layout and its in point of view, what can be possibly wrong? I dont want to display the Currency Codes, does it have to do anyting with the saved assumptions currency and non - currency accounts?
    Thank you for your time and help

    Members with member formulas (dynamic calc members included) need to have "IF (@ISMBR("HSP_InputValue"))" check in their formula otherwise the value will be returned as the currency code as well. If the value is not #MISSING then the currency cell will be displayed as expected.
    The IF statement above needs to be added. If this is done, then the currency code will be "missing" as expected and the currency cells will not appear on the web form.
    HTH-
    Jasmine.

  • Currency code "JPY"

    Hi,
    It explains my problem again.
    There is an amount of money of Japan "12,345".
    This amount of money is stored in DB of the R/3 system in the form of "123.45(JPY)".
    When this amount of money is acquired by using the rfc module of WEBDYNPRO, "123.45(JPY)" can be acquired.
    When the amount of money is output according to given information, it is displayed, "123".
    (The currency code "JPY" doesn't treat the decimal. )
    However, this is not a correct amount of money display. It is a method that I requests that is converted and displayed, "123.45" -> "12,345".
    R/3 system DB : 123.45
    RFC module acquisition : 123.45
    displays : 123(This is not correct. )
    Display for which I hope : 12,345
    regards.
    koo

    Thank you for the reply.
    Certainly, the problem can be solved even by this method.
    However, when it is this method, it is necessary to describe all the display forms of each currency.
    JPY -> DecimalFormat("#00,000")
    USD -> DecimalFormat("#000.00")
    KUD -> DecimalFormat("#00.000")          etc.
    If it is ABAP instruction, it is possible ..appropriate display form.. to mend by referring to the currency.
    Write 'Amount of money' To xxx currency 'Currency code'.
    It is an instruction and a method that I requests by WebDynpro for Java to convert into an appropriate display form only by referring to the currency just like ABAP instruction.
    To begin with, is such a thing possible in WebDynpro for java instruction?

  • Currency Code Value Set

    Can anyone point me to a seeded currency code value set (e.g. GBP, USD, etc) or full description of currencies (e.g. GB Pounds, US Dollars) which can be used to provide a LOV for a field in a Special Information Type in Oracle HRMS (11.5.10.2+ on Linux). The only one I've been able to find so far is GHR_US_CURRENCY but this is badly out-of-date as it shows most of the EU countries with their pre-Euro currencies and doesn't include Euros at all!
    Thanks.

    Correct ... HR_CURRENCIES uses table validation and interrogates FND_CURRENCIES_VL.
    Regards,
    Greg

  • Field ISO country code required in FBLN

    Hi Friends,
    We want to add field ISo country code from customer master in FBl5N display & we want to make subtotals on the basis of these fields.
    This field ( KNA1- LAND1) is not available in the dynamic fields . We also tried to add it in customisation in additional fields for line items,
    ( path : SPRO> FI> ARAP> Customer A/cs > Line items > Display Line items > Define additional fields for line item display),
    but we got error message No FC251- Table KNA1 is not allowed.
    Please Help
    Thanks & Regards
    Bhairavi

    Hello Meg
    Thanks for your reply. However I find that quite troublesome, as I'm based in the US most of the year for work, while during the rest I'm traveling overseas changing SIM cards in every country. After two years this is the first time experiencing this situation, and I already have several clients from abroad indicating a change on my phone number when they text me trough iMessage.
    Hope I can find a solution soon.
    Thanks and Best Regards

Maybe you are looking for

  • Preview function doesn't work in Cap2

    I just installed Captivate2. In the project I'm working on, the Preview function doesn't work. Or rather, it works sporadically... sometimes it does, and --- much more often -- it does not. What happens instead is, the "generating slides" message app

  • PHP5.2.4 with oci8 Compiling issues

    Hi I had installed apache .2.0.54 rpm and installed oracle-instantclient-basic and oracle-instantclient-devel and compliled php-5.2.4 with the follwoing options sudo ./configure with-oci8=instantclient,/usr/lib/oracle/10.2.0.3/client/lib/  prefix=/op

  • ICloud Options All Greyed Out.

    Hi Fellas, Ever since i upgraded to Yosemite my iCloud has been messing up. It shows i'm signed in but won't display further details like used & unused space in my quota. It also doesn't let me set up family neither does it let me check or uncheck op

  • Google maps has gone away from ios6 and apple maps doesnt work well for India. Stuck ??

    Apple released there own maps, and got away with google maps....Now, For lots of countries like India etc , apple maps arent done well yet... and google had a wonderful support all across lots of countries. Getting away from google maps has made us s

  • CSS wrongly reports SYN attacks

    Hi all, in our environment we have a CSS 11800 which is connected to 3 servers which are all running the same services. Every night there is a log rotation and therefor the services are taken down one by one. The CSS forwards traffic to the service e