Application Development 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: 

upload Turkish into T015Z

0 Kudos

hi,

Can anybody help me to find the correct translations for the SPELL AMOUNT FM in Turkish? I need to populate T015Z and apparently it is not part of the SAP language load for turkish.

Is it downloadable somewhere?

Thanks!

Frans

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You will have the language converters available on GOOGLE. So using that function module populate all the data into some excel sheet and now manually you need to convert each and every text and then upload them.

Regards,

Santhosh.

4 REPLIES 4

Former Member
0 Kudos

Hi,

You will have the language converters available on GOOGLE. So using that function module populate all the data into some excel sheet and now manually you need to convert each and every text and then upload them.

Regards,

Santhosh.

Former Member
0 Kudos

HI,

DATA:IT_AMOUNT LIKE SPELL ,

IT_TEXT LIKE SPELL .

WRITE CURR_VAL TO V_SALARY CURRENCY 'BHD'.

CALL FUNCTION 'SPELL_AMOUNT'

EXPORTING

AMOUNT = CURR_VAL

CURRENCY = " Currency pass" EX:" BHD"

FILLER = ' '

LANGUAGE = SY-LANGU

IMPORTING

IN_WORDS = IT_AMOUNT

EXCEPTIONS

NOT_FOUND = 1

TOO_LARGE = 2

OTHERS = 3.

IF sy-subrc <> 0.

  • MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO

  • WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.

ENDIF.

V_AMT_TXT = IT_AMOUNT-word.

By using Google u can translate

Regards,

Naresh

0 Kudos

Thank you both for your answer!

I use the SPELL AMOUNT it is just that I try to find the actual number translation. I was hoping somebody had it already in Turkish

0 Kudos

We provided basis with the translations and they uploaded it to T015Z