2006 Nov 15 10:39 AM
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 = РУБ
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
2006 Nov 15 11:23 AM
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
2006 Nov 15 11:47 AM
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.
2006 Nov 15 11:51 AM
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
2006 Nov 15 12:45 PM
<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
2006 Nov 15 11:27 AM
Hi,
This will help you out.
WB2_READ_CURRENCY_TEXT
The parameter would be currency.
--Ragu
2006 Nov 15 11:32 AM
2006 Nov 15 11:51 AM
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
2007 Feb 06 7:10 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |