cancel
Showing results for 
Search instead for 
Did you mean: 

Currency package, values

joo_ferreira
Participant
0 Kudos

Hello,

I need to check that Strings present at some class defined by me are from the type

_com.sap.dictionary.predefined.currency.currencyNormalized_

How i access it? Is it available, what is the public part?

Best Regards,

João

Edited by: Joao.Ferreira on Jul 14, 2010 11:18 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

joo_ferreira
Participant
0 Kudos

class X{

string CURRENCY;

}

I want to verify if the string CURRENCY is present on the package com.sap.dictionary.predefined.currency.currencyNormalized at a Java class.

Regards,

João Ferreira

Edited by: Joao.Ferreira on Jul 14, 2010 12:22 PM

Edited by: Joao.Ferreira on Jul 14, 2010 12:23 PM

Former Member
0 Kudos

Hi,

It should be available under the 'com.sap.dictionary.predefined.currency' package.

http://help.sap.com/saphelp_NW70/helpdata/de/ad/9702400d67c342e10000000a1550b0/frameset.htm

Regards,

Shyam.

joo_ferreira
Participant
0 Kudos

What you mean?

I want to check if a String is from Currency type.

Regards,

João Ferreira

p330068
Active Contributor
0 Kudos

Hi Joao,

You can bind context attribute XYZ with type local dictonary com.sap.dictionary.predefined.currency.currency/currencyNormalized.

then verify the string value with XYZ.

Hope it will helps

Regards

Arun