Application Development 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: 

Convert the entrie to upper case

former_member364077
Participant
0 Kudos
172

Hello Experts,

My client is asking me to convert the entries which are existing in database to upper case and display in upper case in transaction from where he is calling f4 help. and also he wants to display the same data in upper case in adobe forms.

Please let me know how to make it possible.

Thanks in advance.

Indra.

4 REPLIES 4

Former Member
0 Kudos
99

Hi,

In self developed programs, you can use TRANSLATE command.

In standard F4 help, you cannot convert to uppercase. The use of upper/lower case is a property of domain.

Best regards,

Leandro Mengue

0 Kudos
99

Hello Liando,

What if we changes domain, I have checked with where used list, It is reflecting on a few tables and data elemts.

What you say 'Is it preferable to chage domain'.

Thanks,

Indra...

0 Kudos
99

I think its best to change the domain. In case you are worried about affecting other programs and tables. Copy the domain and change the attribute and use it in your table..etc.

former_member364077
Participant
0 Kudos
99

Solved it by myself