‎2008 Feb 06 5:16 AM
Hi Every one,
" How to change a report language from En to others".
please give me helpful answer.
Thanks,
Narasimha Rao.
‎2008 Feb 06 5:19 AM
you can use SE63 for translating
or Use Fm :
'TRANSLATE_TEXT_TEXTLOG'.
and also 'SKTZ_TRANSLATE_TEXT_TEXTLOG'.
Check the above FM pass your text to it and give source language and target language and check.with this you can do progrmatically.
or you also try with the follwoing:::.................
DATA: PROGRAM(8) VALUE 'YRM_TESTES28' ,
iTAB LIKE TEXTPOOL OCCURS 50 WITH HEADER LINE.
READ TEXTPOOL 'YRM_TESTES28' INTO itab LANGUAGE 'EN'.
INSERT TEXTPOOL 'YRM_TESTES28' FROM itab LANGUAGE 'PT'.
‎2008 Feb 06 5:19 AM
you can use SE63 for translating
or Use Fm :
'TRANSLATE_TEXT_TEXTLOG'.
and also 'SKTZ_TRANSLATE_TEXT_TEXTLOG'.
Check the above FM pass your text to it and give source language and target language and check.with this you can do progrmatically.
or you also try with the follwoing:::.................
DATA: PROGRAM(8) VALUE 'YRM_TESTES28' ,
iTAB LIKE TEXTPOOL OCCURS 50 WITH HEADER LINE.
READ TEXTPOOL 'YRM_TESTES28' INTO itab LANGUAGE 'EN'.
INSERT TEXTPOOL 'YRM_TESTES28' FROM itab LANGUAGE 'PT'.
‎2008 Feb 06 5:26 AM
Hi Sravan,
Your answer is ok for me . but i have one doubt that is '' se63" is the t.code for only forms ?.
Thanks
Narasimha rao.
‎2008 Feb 06 5:29 AM
[Translation of language|http://help.sap.com/saphelp_nw04s/helpdata/en/b4/54601d77f38e429ffad9e3e11c1b25/frameset.htm]
Reward if useful.
‎2008 Feb 06 5:35 AM