‎2010 Jan 11 5:51 AM
Hi,
In table T301T, ltypt field in german. how to print it english if we logon in english in sap script?
‎2010 Jan 11 5:52 AM
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
‎2010 Jan 11 5:59 AM
‎2010 Jan 11 6:44 AM
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
‎2010 Jan 22 7:36 AM
Thanks for all.
At last I got it.
During T301T SELECT statement I put LANGU = SY-LANGU. Thats all.