2009 Jul 23 8:59 AM
Hello,
I ve created a few variants for a report programm and i want to translate the the description texts of them.
How can i do that ?
P.S: I cant find anything in SE63.
Thanks in advance.
2009 Jul 23 10:53 AM
I think it is deigned to work with SE63:
Menu: Translation -> ABAP objects -> Short Texts
Then a tree structure appears.
There you select:
S5 Other Interface Texts -> VARI Report Variants
But when I reviewed the coding I saw that it is searched for variants beginning with CUS& or SAP& in table VARID.
Unfortunately this variants don't seem to be stored there.
So it doesn't work at all.
I think you should make an OSS Call.
The only way to translate quickly is to logon in the foreing language and to change the name of the variant within this logon.
This should work.
Kind regards
Herbert
Hello,
I ve created a few variants for a report programm and i want to translate the the description texts of them.
How can i do that ?
P.S: I cant find anything in SE63.
Thanks in advance.
2009 Jul 23 9:09 AM
Hi,
Go to SE38
Paste program name
Select variants
Click change button
Select Variant
Change Attributes --- Change the Description here.....
Regards,
Milan
2009 Jul 23 9:16 AM
Ok thx. But i dont want to change it. I want to translate it...
2009 Jul 23 10:53 AM
I think it is deigned to work with SE63:
Menu: Translation -> ABAP objects -> Short Texts
Then a tree structure appears.
There you select:
S5 Other Interface Texts -> VARI Report Variants
But when I reviewed the coding I saw that it is searched for variants beginning with CUS& or SAP& in table VARID.
Unfortunately this variants don't seem to be stored there.
So it doesn't work at all.
I think you should make an OSS Call.
The only way to translate quickly is to logon in the foreing language and to change the name of the variant within this logon.
This should work.
Kind regards
Herbert
2009 Jul 23 3:57 PM
Standard variants can actually be translated with SE63.
How does it work?
Standard variants are saved in table VARID but in client 000. (Something I forgot)
In SE63 you can only translate this standard variants.
Enter something with '*' in the object name. Then press F4. In the next input field you enter the package in which the programm of your variant is included.
Then all standard variants are listes which fit to entered package.
I don't see much sense in this procedure but it works nevertheless.
Kind regards
Herbert
Edited by: Herbert Stöckl on Jul 23, 2009 4:58 PM