
Monday, September 24, 2012
at
9:49 PM
|
0
comments
From Release 4.0 the previously 1-character language key has 2-characters as in ISO Code 639. For example, English is now 'EN' insead of 'E', Hebrew is 'HE' instead of 'B' and Korean is 'KO' instead of '3'.
Script :
data : lv_output(1).
call function 'CONVERSION_EXIT_ISOLA_INPUT'
exporting
input = 'ID' " ID -> Indonesia
importing
output = lv_output.
write lv_output.
data : lv_output(1).
call function 'CONVERSION_EXIT_ISOLA_INPUT'
exporting
input = 'ID' " ID -> Indonesia
importing
output = lv_output.
write lv_output.
Posted by
Shanto
Labels:
ABAP,
ABAP Function