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

Language key spras

Former Member
7,367

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

1 ACCEPTED SOLUTION
Read only

Former Member
3,541

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

6 REPLIES 6
Read only

Former Member
0 Likes
3,541

u can use that using offset

or create your own function module in se37

Read only

Former Member
0 Likes
3,541

Hi kiran,

1. CONVERSION_EXIT_ISOLA_INPUT

CONVERSION_EXIT_ISOLA_OUTPUT

regards,

amit m.

Read only

Former Member
3,542

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

Read only

Former Member
0 Likes
3,541

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

Read only

0 Likes
3,541

thanks a lot guys