Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Curreny text

Former Member
0 Likes
1,199

HI,

my requirement: i have to display the russian text instead of currecny key.

ex:

RUB = РУБ

EUR = Евро

USD = Доллары США

<Currecny key> = <text in russian>

is there nay method to do that instead of hard coding. any function module or table.

thanks and regards,

pavan meda

HI,

my requirement: i have to display the russian text instead of currecny key.

ex:

RUB = &#1056;&#1059;&#1041;

EUR = &#1045;&#1074;&#1088;&#1086;

USD = &#1044;&#1086;&#1083;&#1083;&#1072;&#1088;&#1099; &#1057;&#1064;&#1040;

<Currecny key> = <text in russian>

is there nay method to do that instead of hard coding. any function module or table.

thanks and regards,

pavan meda

8 REPLIES 8
Read only

Former Member
0 Likes
1,146

Hi

Call <b>FM'IGN_CURRENCY_TEXT_GET'</b> by passing lang as <b>RU</b> and then <b>currency Key</b>.

Before that ur multilangauge shuld be defined in SAP in SPRO by functional peoples.

Regs

Manas Ranjan Panda

Message was edited by:

MANAS PANDA

Message was edited by:

MANAS PANDA

Read only

0 Likes
1,146

Hi

I dont find the FM IGN_CURRENCY_TEXT_GET'.

th FM WB2_READ_CURRENCY_TEXT, give the text in english.

But i need in russian.

Read only

0 Likes
1,146

you can do a simple select from TCURT table with language key and currency key to get the text in the desired language - provided the text is maintained for that language.

Regards

Raja

Read only

0 Likes
1,146

<b>Hi

I am working in ECC6.0 version of SAP.

I could be able to use that.Which version u r working?

If its not there in ur SAP version

Then directly take it from SAP table TCURT

Select LTEXT from TCURT into currtext where spras = 'RU' and WAERS = 'USD'.

Regs

Manas Ranjan Panda</b>

Message was edited by:

MANAS PANDA

Read only

raguraman_c
Active Contributor
0 Likes
1,146

Hi,

This will help you out.

WB2_READ_CURRENCY_TEXT

The parameter would be currency.

--Ragu

Read only

Former Member
0 Likes
1,146

hi,

check the FM WB2_READ_CURRENCY_TEXT

regards,

priya.

Read only

Former Member
0 Likes
1,146

Hi,

i dont think u dont have any function module for fetching text. try doing like this...

copy FM 'WB2_READ_CURRENCY_TEXT ' to ZWB2_READ_CURRENCY_TEXT

and in PERFORM READ_TCURT_FROM_DB

give spras as french.

Madhavi

Read only

Former Member
0 Likes
1,146

Hardcoded the russian text