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: 

Setting in HR infotypes for case sensitive text

Former Member
0 Kudos

Hello - I have a custom infotype with a couple of free-text fields included within it. Right now all text that is entered into these fields is automatically converted to upper case. I would like to disable this feature and allow the data to be saved in the case it is entered with (either upper case, lower case or both). Can anyone tell me where this setting is so that I can change it?

Thanks!

Kristy

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Krishna - I'm not sure I am seeing things correctly in SE11. When I go into my PA9013 table I see the includes that were created during the infotype creation. I select the PS9013 include and then double click on one of the free text fields that I am interested in within the Data Element column. When I do this I can see that the field is using a Predefined Type of CHAR and not a domain. I don't see a domain tab so I have tried to assign it to a domain but I still do not see an option for lowercase text. I am assuming that I am in the wrong area all together. Can you please assist?

Thanks!!!

8 REPLIES 8

Former Member
0 Kudos

HI Kristy,

1. Goto the data dictionary domain definition of the text fields which you have in custom IInfotype

2. In output charactersitic section (definition tab) select the Lower case checkbox.

Hope this helps!!

Regards,

Malathi V

Former Member
0 Kudos

Hi,

Go to SE11--->open you infotype table with PAXXXX where xxxx is your infotype no

select the filed data element and go to its domain ---> In domain goto definition Tab and select lower case check box.

Thanks

krishna

Former Member
0 Kudos

Hi Krishna - I'm not sure I am seeing things correctly in SE11. When I go into my PA9013 table I see the includes that were created during the infotype creation. I select the PS9013 include and then double click on one of the free text fields that I am interested in within the Data Element column. When I do this I can see that the field is using a Predefined Type of CHAR and not a domain. I don't see a domain tab so I have tried to assign it to a domain but I still do not see an option for lowercase text. I am assuming that I am in the wrong area all together. Can you please assist?

Thanks!!!

0 Kudos

Hi Kristy,

Double click on the domain name which you have created.It will take you to the domain definition screen where you can see the option for Lower case definition

Regards

Malathi

0 Kudos

If you are checking that in debugger, then dont worry it displays as all upper but the actual data is same case as entered.

Former Member
0 Kudos

Thanks Krishna. Its working great now!!!

0 Kudos

Great, dont forget to award him full points.

0 Kudos

Be aware that if the domain is used by other tables, the changes you made in your infortype will be effective in those other tables as well.

Rob