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

SAP SCRIPT- LANGUAGE

Former Member
0 Likes
646

Hi,

In table T301T, ltypt field in german. how to print it english if we logon in english in sap script?

4 REPLIES 4
Read only

Former Member
0 Likes
601

Hi,

If you have maintained all the description in English language, then no need to convert. Simply execute the script. Else you will have to maintian the translations using SE63 tcode for your sap script.

Thanks,

Best regards,

Prashant

Read only

Former Member
0 Likes
601

Hi,

In the table GOTO-->TRANSLATION.

Give from to language.

Read only

0 Likes
601

Hi,

from - to languges are already mentioned in Table, but it is not printing.what shall i do?

Edited by: kalandar on Jan 11, 2010 10:46 AM

Read only

0 Likes
601

Thanks for all.

At last I got it.

During T301T SELECT statement I put LANGU = SY-LANGU. Thats all.