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

reg reports

Former Member
0 Likes
631

Hi Every one,

" How to change a report language from En to others".

please give me helpful answer.

Thanks,

Narasimha Rao.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
601

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'.

4 REPLIES 4
Read only

Former Member
0 Likes
602

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'.

Read only

0 Likes
601

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.

Read only

0 Likes
601

[Translation of language|http://help.sap.com/saphelp_nw04s/helpdata/en/b4/54601d77f38e429ffad9e3e11c1b25/frameset.htm]

Reward if useful.

Read only

0 Likes
601

Hi sravan,

Thanks for giving helpful answer.

thanks

Narasimha