cancel
Showing results for 
Search instead for 
Did you mean: 

selection options and ovs questions

Former Member
0 Kudos

Hi experts,

I have the following question :

1. Use of select options :

   By calling the method add_selection_field of the class if_wd_select_options with a range, you get the name of the parameter , minimal value input field,

the word 'TO' and an input field for the maximum value.

If you logon in another language then english , you will see that the word 'To' is translated to the corresponding logon language.

Is it possible to get there always the word 'To' in english , independent of the logon language ??

2. Use of OVS :

By calling the method

       ovs_callback_object->set_configuration by OVS you get the seach screen .

Parts of that screen is for instance : Start Search button , Hide Filter Criteria ..etc.

Is it possible to customize those texts, so you get the same text independent of the logn language???

Regards & Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

kutjohn
Active Participant
0 Kudos

Hi MOO,

You can set those labels and texts using the method SET_CONFIGURATION( ).

And while setting the texts use OTR so that it will load texts depending on the logged in language.

former_member184578
Active Contributor
0 Kudos

Hi,

You need to change the translation maintained in standard for german to achieve this which is not advisable.  You can find the data element/ OTR and change the translation of german and maintain the same text in german.

Regards,

Kiran

former_member206479
Participant
0 Kudos

Hi Moo,

As said by Kiran, you have to maintain the same text in logon language also. If it is OTR maintain the same text for that OTR by using SOTR_EDIT Tcode.

Regards,

Venkat