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.
Posted by Shanto Labels: ,
Sunday, March 4, 2012 at 7:07 PM | 0 comments
Sometimes we need to change the printer spool into default, we can use tcode su01 or su10.

Please see capture below.

Posted by Shanto Labels: