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: 

how to make Values in Table maintenance to be case sensitive

UmaArjunan
Active Participant
0 Kudos

Table has only one field called link which is used to store the URL along mandt.

Table is maintained thru table maintenance

When I give value say http://www.abc.com/ipr/input into the table thru table maintenance, by default the contents are changed to caps

HTTP://WW.ABC.COM/IPR/INPUT like this

I pass this link to the email content and it doesnu2019t navigate thru the path mentioned.

While clicking the link in the content, it is changing to

http://www.abc.com/IPR/INPUT and asks to go to index page.

Can you help me to change all the values to be maintained as case sensitive ?

Thanks

1 ACCEPTED SOLUTION

Former Member

Hi!

It always depends on the domain.

You table comtains columns. A column has a data element, and a data element has a domain.

In the domain you can find a check-box valled "small letters". If it is checked you will be able to enter case-sensitive text into that column.

Regards

Tamá

2 REPLIES 2

Former Member

Hi!

It always depends on the domain.

You table comtains columns. A column has a data element, and a data element has a domain.

In the domain you can find a check-box valled "small letters". If it is checked you will be able to enter case-sensitive text into that column.

Regards

Tamá

0 Kudos

Thankyou friend. It solved my problem.

Points has been rewarded.