2006 May 18 11:02 AM
Hi All,
Is there any function module to two alphabet language key to one alphabet langauge key. where can i c the conversions of the keys. is there any table?? for example en --> e in the langauge key...
Could somebody help me with this.
Thanks,
Kiran
2006 May 18 11:11 AM
Hi,
if you see the data element SPRAS, there is conversion routine attached to it.
these are the routines check it.
CONVERSION_EXIT_ISOLA_INPUT
CONVERSION_EXIT_ISOLA_OUTPUT
Regards
vijay
Hi All,
Is there any function module to two alphabet language key to one alphabet langauge key. where can i c the conversions of the keys. is there any table?? for example en --> e in the langauge key...
Could somebody help me with this.
Thanks,
Kiran
2006 May 18 11:04 AM
u can use that using offset
or create your own function module in se37
2006 May 18 11:04 AM
Hi kiran,
1. CONVERSION_EXIT_ISOLA_INPUT
CONVERSION_EXIT_ISOLA_OUTPUT
regards,
amit m.
2006 May 18 11:07 AM
HI
GOOD
GO THROUGH THIS LINKS
http://help.sap.com/saphelp_46c/helpdata/en/a5/3ec9ea4ac011d1894e0000e829fbbd/content.htm
http://sap.ittoolbox.com/code/archives.asp?i=10&d=3026&a=s
THANKS
MRUTYUN
2006 May 18 11:11 AM
Hi,
if you see the data element SPRAS, there is conversion routine attached to it.
these are the routines check it.
CONVERSION_EXIT_ISOLA_INPUT
CONVERSION_EXIT_ISOLA_OUTPUT
Regards
vijay
2006 May 18 11:13 AM
Hi Kiran,
You have conversion exit routines exists for <b>SPRAS(Language Key)</b>.
The conversion routines are as follows with descriptions:
<b>CONVERSION_EXIT_ISOLA_INPUT</b> Convert two-digit ISO language -> one-digit SAP language key
<b>CONVERSION_EXIT_ISOLA_OUTPUT</b> Convert One-digit SAP Language Key to Two-digit ISO Language Key
Thanks,
Vinay
2006 May 18 11:32 AM