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

Translate variant text

Former Member
0 Likes
2,556

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,469

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.

4 REPLIES 4
Read only

Former Member
0 Likes
1,469

Hi,

Go to SE38

Paste program name

Select variants

Click change button

Select Variant

Change Attributes --- Change the Description here.....

Regards,

Milan

Read only

0 Likes
1,469

Ok thx. But i dont want to change it. I want to translate it...

Read only

Former Member
0 Likes
1,470

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

Read only

0 Likes
1,469

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